bibliothek.gui.dock.security
Class SecureFlapDockStation

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

Deprecated. this class is no longer necessary and will be removed in a future release. Instead of this class, FlapDockStation should be used.

@Deprecated
@Todo(compatibility=BREAK_MAJOR,
      priority=MAJOR,
      target=VERSION_1_1_1,
      description="remove this class")
public class SecureFlapDockStation
extends FlapDockStation

A FlapDockStation that uses SecureFlapWindow instead of FlapWindow.

Author:
Benjamin Sigg

Nested Class Summary
 
Nested classes/interfaces inherited from class bibliothek.gui.dock.FlapDockStation
FlapDockStation.Direction
 
Field Summary
 
Fields inherited from class bibliothek.gui.dock.FlapDockStation
BUTTON_CONTENT, BUTTON_CONTENT_FILTER, BUTTON_TITLE_ID, LAYOUT_MANAGER, MINIMUM_SIZE, WINDOW_FACTORY, WINDOW_TITLE_ID
 
Fields inherited from class bibliothek.gui.dock.station.AbstractDockableStation
listeners
 
Constructor Summary
SecureFlapDockStation()
          Deprecated.  
 
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.FlapDockStation
add, add, addFlapDockStationListener, callDockUiUpdateTheme, canDrag, canReplace, changed, combine, combine, createButtonPane, createFlapWindow, createHoldAction, drag, draw, drop, drop, drop, drop, fireHoldChanged, forget, getButton, getButtonVersion, getCombiner, getComponent, getDefaultWindowSize, getDirectActionOffers, getDirection, getDisplayerFactory, getDisplayers, getDockable, getDockableCount, getDockableProperty, getExpansionBounds, getFlapLayoutManager, getFrontDockable, getMinimumSize, getPaint, getPlaceholders, getPlaceholders, getPlaceholderStrategy, getStationBounds, getTitleVersion, getWindowBorder, getWindowMinSize, getWindowSize, indexOf, init, isAutoDirection, isFlapWindow, isHold, isInOverrideZone, isSmallButtons, isVisible, move, move, orientation, prepareDrop, prepareMove, recreateTitles, remove, remove, removeFlapDockStationListener, replace, replace, selfSetDirection, setAutoDirection, setController, setDefaultWindowSize, setDirection, setDockParent, setFlapLayoutManager, setFrontDockable, setHold, setMinimumSize, setPlaceholders, setPlaceholders, setPlaceholderStrategy, setSmallButtons, setWindowBorder, setWindowMinSize, setWindowSize, updateHold, updateWindowBounds, updateWindowSize
 
Methods inherited from class bibliothek.gui.dock.station.AbstractDockableStation
accept, acceptable, addDockStationListener, asDockStation, canCompare, compare, createTitleIcon, fireDockablesRepositioned, fireDockablesRepositioned, getIndirectActionOffers, getTheme, isStationVisible, removeDockStationListener, requestChildDockTitle, requestDockTitle, updateTheme
 
Methods inherited from class bibliothek.gui.dock.dockable.AbstractDockable
accept, accept, addDockableListener, addDockableStateListener, addDockHierarchyListener, addKeyListener, addMouseInputListener, asDockable, bind, configureDisplayerHints, 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, removeMouseInputListener, 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

SecureFlapDockStation

public SecureFlapDockStation()
Deprecated. 
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 FlapDockStation
Returns:
the id of the factory