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 Details

    • 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.