bibliothek.gui.dock.security
Class SecureStackDockStation

java.lang.Object
  extended by bibliothek.gui.dock.dockable.AbstractDockable
      extended by bibliothek.gui.dock.station.AbstractDockableStation
          extended by bibliothek.gui.dock.StackDockStation
              extended by bibliothek.gui.dock.security.SecureStackDockStation
All Implemented Interfaces:
DockElement, DockElementRepresentative, StackDockComponentParent, PlaceholderListItem<Dockable>, Dockable, DockStation

Deprecated. this class is no longer necessary and will be removed in a future release

@Deprecated
@Todo(compatibility=BREAK_MAJOR,
      priority=MAJOR,
      target=VERSION_1_1_1,
      description="Remove this class, no replacement necessary")
public class SecureStackDockStation
extends StackDockStation

A StackDockStation which can operate in a restricted environment.

Author:
Benjamin Sigg

Nested Class Summary
 
Nested classes/interfaces inherited from class bibliothek.gui.dock.StackDockStation
StackDockStation.Background, StackDockStation.Insert
 
Field Summary
 
Fields inherited from class bibliothek.gui.dock.StackDockStation
COMPONENT_FACTORY, TAB_CONTENT_FILTER, TAB_PLACEMENT, TITLE_ID
 
Fields inherited from class bibliothek.gui.dock.station.AbstractDockableStation
listeners
 
Constructor Summary
SecureStackDockStation()
          Deprecated. Creates a new station
SecureStackDockStation(DockTheme theme)
          Deprecated. Creates a new station and sets the theme of this station
 
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.StackDockStation
add, add, addMouseInputListener, addToPanel, callDockUiUpdateTheme, canDrag, canReplace, configureDisplayerHints, createBackground, createStackDockComponent, discard, drag, draw, drop, drop, drop, drop, drop, exactTabIndexAt, fireDockableSelected, forget, getComponent, getDisplayerFactory, getDisplayers, getDockable, getDockableCount, getDockableProperty, getFrontDockable, getInsert, getPaint, getPlaceholders, getPlaceholders, getPlaceholderStrategy, getStackComponent, getStackComponentFactory, getStackDockParent, getTabContentFilter, getTabPlacement, indexOf, init, insertionLine, isInOverrideZone, isStationVisible, isVisible, move, move, prepareDrop, prepareMove, remove, removeMouseInputListener, replace, replace, replace, setController, setDockParent, setFrontDockable, setPlaceholders, setPlaceholders, setPlaceholderStrategy, setStackComponent, setStackComponentFactory, setTabContentFilter, setTabPlacement, singleTabStackDockComponent, tabIndexAt, updateConfigurableDisplayerHints
 
Methods inherited from class bibliothek.gui.dock.station.AbstractDockableStation
accept, acceptable, addDockStationListener, asDockStation, canCompare, changed, compare, createTitleIcon, fireDockablesRepositioned, fireDockablesRepositioned, getDirectActionOffers, getIndirectActionOffers, getStationBounds, getTheme, removeDockStationListener, requestChildDockTitle, requestDockTitle, updateTheme
 
Methods inherited from class bibliothek.gui.dock.dockable.AbstractDockable
accept, accept, addDockableListener, addDockableStateListener, addDockHierarchyListener, addKeyListener, asDockable, bind, fireTitleBound, fireTitleExchanged, fireTitleExchanged, fireTitleIconChanged, fireTitleTextChanged, fireTitleTooltipChanged, fireTitleUnbound, getConfigurableDisplayerHints, getController, getDockableStateListeners, getDockElementObserver, getDockParent, getElement, getGlobalActionOffers, getLocalActionOffers, getPopupLocation, getTitleIcon, getTitleText, getTitleToolTip, isDockableVisible, isUsedAsTitle, listBoundTitles, removeDockableListener, removeDockableStateListener, removeDockHierarchyListener, removeKeyListener, resetTitleIcon, setActionOffers, setTitleIcon, setTitleText, setTitleToolTip, shouldFocus, shouldTransfersFocus, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface bibliothek.gui.DockStation
getController
 
Methods inherited from interface bibliothek.gui.dock.DockElement
asDockable
 

Constructor Detail

SecureStackDockStation

public SecureStackDockStation()
Deprecated. 
Creates a new station


SecureStackDockStation

public SecureStackDockStation(DockTheme theme)
Deprecated. 
Creates a new station and sets the theme of this station

Parameters:
theme - the theme, can be null
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 StackDockStation
Returns:
the id of the factory