bibliothek.gui.dock.facile.mode
Interface NormalModeArea

All Superinterfaces:
ModeArea, StationModeArea
All Known Subinterfaces:
CNormalModeArea
All Known Implementing Classes:
CSplitDockStationHandle.Normal

public interface NormalModeArea
extends StationModeArea

Represents a DockStation that shows Dockables in NormalMode.

Author:
Benjamin Sigg

Method Summary
 boolean isNormalModeChild(Dockable dockable)
          Tells whether dockable is a child of this station and in a form satisfying the normal-mode criteria.
 
Methods inherited from interface bibliothek.gui.dock.facile.mode.StationModeArea
getLocation, setLocation
 
Methods inherited from interface bibliothek.gui.dock.facile.mode.ModeArea
addModeAreaListener, autoDefaultArea, getStation, getUniqueId, isChild, isLocationRoot, removeModeAreaListener, setController, setMode
 

Method Detail

isNormalModeChild

boolean isNormalModeChild(Dockable dockable)
Tells whether dockable is a child of this station and in a form satisfying the normal-mode criteria.

Parameters:
dockable - some potential child
Returns:
true if dockable is a child in normal mode.