bibliothek.gui.dock.perspective
Interface PerspectiveStation<L>

All Superinterfaces:
PerspectiveElement<L>

public interface PerspectiveStation<L>
extends PerspectiveElement<L>


Method Summary
 PerspectiveDockable<?> getDockable(int index)
           
 int getDockableCount()
           
 
Methods inherited from interface bibliothek.gui.dock.perspective.PerspectiveElement
asDockable, asStation, getFactoryID
 

Method Detail

getDockableCount

int getDockableCount()

getDockable

PerspectiveDockable<?> getDockable(int index)