|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.stack.tab.AbstractTabLayoutManager<I>
I - how information about TabPanes gets representedpublic abstract class AbstractTabLayoutManager<I extends AbstractTabLayoutManagerPane>
This layout manager creates a common interface to store information for each
TabPane individually.
| Constructor Summary | |
|---|---|
AbstractTabLayoutManager()
|
|
| Method Summary | |
|---|---|
protected abstract I |
createInfoFor(TabPane pane)
Creates a new bag for information about pane. |
protected abstract void |
destroy(I info)
Called when the information info is no longer
required. |
I |
getInfo(TabPane pane)
Gets all the information that is stored for pane. |
void |
install(TabPane pane)
Informs this TabLayoutManager that from now on it will have
to layout pane. |
void |
uninstall(TabPane pane)
Informs this TabLayoutManager that it has no longer to
look after pane. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface bibliothek.gui.dock.station.stack.tab.TabLayoutManager |
|---|
getIndexOfTabAt, getMinimumSize, getPreferredSize, layout |
| Constructor Detail |
|---|
public AbstractTabLayoutManager()
| Method Detail |
|---|
public void install(TabPane pane)
TabLayoutManagerTabLayoutManager that from now on it will have
to layout pane.
install in interface TabLayoutManagerpane - a pane that will be given to TabLayoutManager.layout(TabPane)public void uninstall(TabPane pane)
TabLayoutManagerTabLayoutManager that it has no longer to
look after pane.
uninstall in interface TabLayoutManagerpane - a TabPane that will no longer be given to
TabLayoutManager.layout(TabPane)protected abstract I createInfoFor(TabPane pane)
pane.
pane - some panel
paneprotected abstract void destroy(I info)
info is no longer
required.
info - the information bag to deletepublic I getInfo(TabPane pane)
pane.
pane - some panel
pane or null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||