bibliothek.gui.dock.station.stack
Interface StackDockComponentParent

All Known Implementing Classes:
SecureStackDockStation, StackDockStation, TabDecorator

public interface StackDockComponentParent

Interface for an owner of a StackDockComponent.

Author:
Benjamin Sigg

Method Summary
 DockStation getStation()
          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

getStation

DockStation getStation()
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