bibliothek.gui.dock.security
Class SecureScreenDockStation

java.lang.Object
  extended by bibliothek.gui.dock.station.AbstractDockStation
      extended by bibliothek.gui.dock.station.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.station.ScreenDockStation
TITLE_ID
 
Fields inherited from class bibliothek.gui.dock.station.AbstractDockStation
listeners
 
Constructor Summary
SecureScreenDockStation(java.awt.Window owner)
          Creates a new station.
 
Method Summary
 SecureScreenDockDialog createDialog()
          Creates a new dialog which is associated with this station.
 java.lang.String getFactoryID()
          Gets the unique name of the DockFactory which can read and write elements of this type.
 
Methods inherited from class bibliothek.gui.dock.station.ScreenDockStation
addDockable, addDockable, asDockable, asDockStation, callDockUiUpdateTheme, canCompare, canDrag, canReplace, combine, compare, deregister, drag, draw, drop, drop, drop, drop, forget, getCombiner, getDialog, getDialog, getDirectActionOffers, getDisplayerFactory, getDisplayers, getDockable, getDockableCount, getDockableProperty, getFrontDockable, getIndirectActionOffers, getOwner, getPaint, getStationBounds, indexOf, isInOverrideZone, isShowing, move, prepare, prepareDrop, prepareMove, register, removeDockable, removeDockable, replace, searchCombineDockable, setController, setFrontDockable, setShowing, shouldDraw
 
Methods inherited from class bibliothek.gui.dock.station.AbstractDockStation
accept, addDockStationListener, changed, getController, getTheme, isStationVisible, isVisible, removeDockStationListener, updateTheme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureScreenDockStation

public SecureScreenDockStation(java.awt.Window owner)
Creates a new station.

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

getFactoryID

public java.lang.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

createDialog

public SecureScreenDockDialog createDialog()
Description copied from class: ScreenDockStation
Creates a new dialog which is associated with this station.

Overrides:
createDialog in class ScreenDockStation
Returns:
the new dialog