|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompositeDockable
A dockable that is composed of multiple, different dockables. It is possible to select one of the dockables.
| Method Summary | |
|---|---|
Dockable |
getDockable(int index)
Gets the child dockable with the specified index. |
int |
getDockableCount()
Gets the number of child dockables of this composite dockable. |
Dockable |
getSelectedDockable()
Gets the selected dockable. |
| Methods inherited from interface com.javadocking.dockable.Dockable |
|---|
addDockingListener, addPropertyChangeListener, fireDockingChanged, fireDockingWillChange, getActions, getContent, getDescription, getDock, getDockingModes, getIcon, getID, getLastDockingMode, getPossibleStates, getState, getTitle, getVisualizer, isWithHeader, removeDockingListener, removePropertyChangeListener, setDock, setLastDockingMode, setState |
| Method Detail |
|---|
int getDockableCount()
Dockable getDockable(int index)
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsException - If the index is out of range (index < 0 || index >= getDockableCount()).Dockable getSelectedDockable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||