|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.stack.tab.AbstractTabLayoutManagerPane
public class AbstractTabLayoutManagerPane
Information about a TabPane that gets laid out by a AbstractTabLayoutManager.
This class implements TabPaneListener, the listener is added and removed from the
TabPane automatically.
| Constructor Summary | |
|---|---|
AbstractTabLayoutManagerPane(TabPane pane)
Creates a new info. |
|
| Method Summary | |
|---|---|
void |
added(TabPane pane,
Dockable dockable)
Called after dockable has been added to pane. |
void |
controllerChanged(TabPane pane,
DockController controller)
Called if the DockController of pane has changed. |
TabPane |
getPane()
Gets the owner of this info. |
void |
infoComponentChanged(TabPane pane,
LonelyTabPaneComponent oldInfo,
LonelyTabPaneComponent newInfo)
Called if the TabPane.getInfoComponent() was replaced. |
protected boolean |
isUseSmallMinimumSize()
|
void |
removed(TabPane pane,
Dockable dockable)
Called after dockable has been removed from pane. |
void |
selectionChanged(TabPane pane)
Called when the selection on pane has changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractTabLayoutManagerPane(TabPane pane)
pane - the owner| Method Detail |
|---|
public TabPane getPane()
null
public void added(TabPane pane,
Dockable dockable)
TabPaneListenerdockable has been added to pane.
added in interface TabPaneListenerpane - the parentdockable - the new child
public void infoComponentChanged(TabPane pane,
LonelyTabPaneComponent oldInfo,
LonelyTabPaneComponent newInfo)
TabPaneListenerTabPane.getInfoComponent() was replaced.
infoComponentChanged in interface TabPaneListenerpane - the source of this eventoldInfo - the old info component, may be nullnewInfo - the new info component, may be null
public void removed(TabPane pane,
Dockable dockable)
TabPaneListenerdockable has been removed from pane.
removed in interface TabPaneListenerpane - the parentdockable - the removed childpublic void selectionChanged(TabPane pane)
TabPaneListenerpane has changed.
selectionChanged in interface TabPaneListenerpane - the TabPane whose selection changed
public void controllerChanged(TabPane pane,
DockController controller)
TabPaneListenerDockController of pane has changed.
controllerChanged in interface TabPaneListenercontroller - the new controller, can be nullprotected boolean isUseSmallMinimumSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||