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

Deprecated. This class now behaves like ScreenDockStation and is no longer necessary. This class will be removed in a future release.

@Deprecated
@Todo(compatibility=BREAK_MAJOR,
      priority=MAJOR,
      target=VERSION_1_1_1,
      description="remove this class")
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(java.awt.Window owner)
          Deprecated. Creates a new station.
SecureScreenDockStation(WindowProvider owner)
          Deprecated. Creates a new factory.
 
Method Summary
 java.lang.String getFactoryID()
          Deprecated. Gets the unique name of the DockFactory which can read and write elements of this type.
 
Methods inherited from class bibliothek.gui.dock.ScreenDockStation
addDockable, addDockable, addDockable, addScreenDockStationListener, asDockable, asDockStation, callDockUiUpdateTheme, canCompare, canDrag, canReplace, checkWindowBoundaries, clearExpandOnDoubleClick, combine, combine, compare, createFullscreenAction, createWindow, deregister, drag, draw, drop, drop, drop, drop, drop, drop, forget, getBoundaryRestriction, getCombiner, getDirectActionOffers, getDisplayerFactory, getDisplayers, getDockable, getDockableCount, getDockableProperty, getDropOverRatio, getFrontDockable, getFullscreenChildren, getFullscreenStrategy, getIndirectActionOffers, getLocation, getOwner, getPaint, getPlaceholders, getPlaceholders, getPlaceholderStrategy, getProvider, getStationBounds, getTitleVersion, getWindow, getWindow, getWindowFactory, getWindowFactoryProperty, indexOf, isExpandOnDoubleClick, isFullscreen, isInOverrideZone, isShowing, isStationVisible, isVisible, move, move, prepare, prepareDrop, prepareMove, register, removeDockable, removeDockable, removeScreenDockStationListener, replace, replace, replace, screenDockStationListeners, searchCombineDockable, setBoundaryRestriction, setController, setDropOverRatio, setExpandOnDoubleClick, setFrontDockable, setFullscreen, setFullscreenAction, setFullscreenStrategy, setPlaceholders, setPlaceholders, setPlaceholderStrategy, setShowing, setWindowFactory
 
Methods inherited from class bibliothek.gui.dock.station.AbstractDockStation
accept, addDockStationListener, changed, getController, getTheme, 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(java.awt.Window owner)
Deprecated. 
Creates a new station.

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

SecureScreenDockStation

public SecureScreenDockStation(WindowProvider owner)
Deprecated. 
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 java.lang.String getFactoryID()
Deprecated. 
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