|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swing.dock.core.TabModel
Docking framework.
| Method Summary | |
void |
addEntry(TabEntry entry)
Adds an entry. |
void |
addListener(TabModelListener listener)
Adds a model-listener. |
TabEntry |
getActiveEntry()
Returns the active entry. |
TabEntry[] |
getEntries()
Gets all entries. |
TabEntry |
getEntryAt(int i)
Returns the entry at index. |
int |
getEntryCount()
Returns the count of entries. |
int |
getIndexOfEntry(TabEntry entry)
Returns the index of the given entry. |
void |
insertEntry(TabEntry entry,
int index)
Insets an entry. |
void |
removeEntry(TabEntry entry)
Removes an entry. |
void |
removeListener(TabModelListener listener)
Removes a model-listener. |
void |
setActiveEntry(TabEntry active)
Sets the active entry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void addListener(TabModelListener listener)
listener - the listener to add.public void removeListener(TabModelListener listener)
listener - the listener to remove.public void setActiveEntry(TabEntry active)
active - the entry to activate.public TabEntry getActiveEntry()
public int getIndexOfEntry(TabEntry entry)
entry - the entry to look-up-
public void addEntry(TabEntry entry)
entry - the entry to add.
public void insertEntry(TabEntry entry,
int index)
entry - the entry to insert.index - insert position.public void removeEntry(TabEntry entry)
entry - the entry to remove.public TabEntry[] getEntries()
public int getEntryCount()
public TabEntry getEntryAt(int i)
i - the index.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||