|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
cds.gui.TabList
class defining the list of tabs in a TabbedPane. This object
maps two view of the tabbed pane:
Nested Class Summary |
Nested classes inherited from class java.util.HashMap |
|
Nested classes inherited from class java.util.AbstractMap |
|
Field Summary | |
private CTabbedPane |
tabbedPane
|
Fields inherited from class java.util.HashMap |
|
Fields inherited from class java.util.AbstractMap |
|
Constructor Summary | |
protected |
TabList(CTabbedPane tp)
Constructor. |
Method Summary | |
protected void |
addNew(Tab t)
Add a new tab in the list |
protected void |
recalcPositions()
Compute the physical positions of all the tabs which are in the tabbedPane |
java.lang.String |
toString()
Display the TabList info in a string, for debugging purposes |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
private CTabbedPane tabbedPane
Constructor Detail |
protected TabList(CTabbedPane tp)
tp
- the CTabbedPane object in which the tab is includedMethod Detail |
protected void recalcPositions()
protected void addNew(Tab t)
t
- Tab object to add.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |