bibliothek.gui.dock.security
Class SecureScreenDockStation

java.lang.Object
  extended by bibliothek.gui.dock.station.AbstractDockStation
      extended by bibliothek.gui.dock.ScreenDockStation
          extended by bibliothek.gui.dock.security.SecureScreenDockStation
All Implemented Interfaces:
DockElement, DockStation

public class SecureScreenDockStation
extends ScreenDockStation

A ScreenDockStation that uses SecureScreenDockDialog instead of ScreenDockDialog.

Author:
Benjamin Sigg

Field Summary
 
Fields inherited from class bibliothek.gui.dock.ScreenDockStation
BOUNDARY_RESTRICTION, EXPAND_ON_DOUBLE_CLICK, FULL_SCREEN_STRATEGY, TITLE_ID, WINDOW_FACTORY
 
Fields inherited from class bibliothek.gui.dock.station.AbstractDockStation
listeners
 
Constructor Summary
SecureScreenDockStation(Window owner)
          Creates a new station.
SecureScreenDockStation(WindowProvider owner)
          Creates a new factory.
 
Method Summary
 String getFactoryID()
          Gets the unique name of the DockFactory which can read and write elements of this type.
 ScreenDockWindowFactory getWindowFactory()
          Gets the factory that is currently used to create new windows for this station.
 
Methods inherited from class bibliothek.gui.dock.ScreenDockStation
addDockable, addDockable, addDockable, addScreenDockStationListener, asDockable, asDockStation, callDockUiUpdateTheme, canCompare, canDrag, canReplace, checkWindowBoundaries, clearExpandOnDoubleClick, combine, compare, createFullscreenAction, createWindow, deregister, drag, draw, drop, drop, drop, drop, drop, drop, forget, getBoundaryRestriction, getCombiner, getDirectActionOffers, getDisplayerFactory, getDisplayers, getDockable, getDockableCount, getDockableProperty, getFrontDockable, getFullscreenChildren, getFullscreenStrategy, getIndirectActionOffers, getLocation, getOwner, getPaint, getPlaceholders, getPlaceholders, getPlaceholderStrategy, getProvider, getStationBounds, getTitleVersion, getWindow, getWindow, getWindowFactoryProperty, indexOf, isExpandOnDoubleClick, isFullscreen, isInOverrideZone, isShowing, move, move, prepare, prepareDrop, prepareMove, register, removeDockable, removeDockable, removeScreenDockStationListener, replace, replace, replace, screenDockStationListeners, searchCombineDockable, setBoundaryRestriction, setController, setExpandOnDoubleClick, setFrontDockable, setFullscreen, setFullscreenAction, setFullscreenStrategy, setPlaceholders, setPlaceholders, setPlaceholderStrategy, setShowing, setWindowFactory
 
Methods inherited from class bibliothek.gui.dock.station.AbstractDockStation
accept, addDockStationListener, changed, getController, getTheme, isStationVisible, isVisible, removeDockStationListener, requestChildDockTitle, updateTheme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureScreenDockStation

public SecureScreenDockStation(Window owner)
Creates a new station.

Parameters:
owner - the owner of all dialogs created by this station

SecureScreenDockStation

public SecureScreenDockStation(WindowProvider owner)
Creates a new factory.

Parameters:
owner - the window which will be used as owner of all windows created by this station.
Method Detail

getFactoryID

public String getFactoryID()
Description copied from interface: DockElement
Gets the unique name of the DockFactory which can read and write elements of this type.

Specified by:
getFactoryID in interface DockElement
Overrides:
getFactoryID in class ScreenDockStation
Returns:
the id of the factory

getWindowFactory

public ScreenDockWindowFactory getWindowFactory()
Description copied from class: ScreenDockStation
Gets the factory that is currently used to create new windows for this station.

Overrides:
getWindowFactory in class ScreenDockStation
Returns:
the factory, not null