I - how information about TabPanes gets representedpublic abstract class AbstractTabLayoutManager<I extends AbstractTabLayoutManagerPane> extends Object implements TabLayoutManager
TabPane individually.| Constructor and Description |
|---|
AbstractTabLayoutManager() |
| Modifier and Type | Method and Description |
|---|---|
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. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIndexOfTabAt, getMinimumSize, getPreferredSize, layoutpublic 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 panelpaneprotected abstract void destroy(I info)
info is no longer
required.info - the information bag to deleteCopyright © 2017 Docking Frames. All rights reserved.