bibliothek.gui.dock.station.stack
Interface StackDockComponentParent

All Known Implementing Classes:
StackDockStation, TabDecorator

public interface StackDockComponentParent

Interface for an owner of a StackDockComponent.

Author:
Benjamin Sigg

Method Summary
 DockStation getStackDockParent()
          Gets the station this parent represents.
 int indexOf(Dockable dockable)
          Gets the index of dockable in the list of dockables that are present on this parent.
 

Method Detail

getStackDockParent

DockStation getStackDockParent()
Gets the station this parent represents.

Returns:
the station

indexOf

int indexOf(Dockable dockable)
Gets the index of dockable in the list of dockables that are present on this parent.

Parameters:
dockable - some dockable
Returns:
its index or -1