|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TabPaneListener
An observer added to a TabPane. This listener is informed when
elements are added and removed from the TabPane, and also
when the selection changes.
| 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. |
void |
infoComponentChanged(TabPane pane,
LonelyTabPaneComponent oldInfo,
LonelyTabPaneComponent newInfo)
Called if the TabPane.getInfoComponent() was replaced. |
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. |
| Method Detail |
|---|
void added(TabPane pane,
Dockable dockable)
dockable has been added to pane.
pane - the parentdockable - the new child
void removed(TabPane pane,
Dockable dockable)
dockable has been removed from pane.
pane - the parentdockable - the removed childvoid selectionChanged(TabPane pane)
pane has changed.
pane - the TabPane whose selection changed
void infoComponentChanged(TabPane pane,
LonelyTabPaneComponent oldInfo,
LonelyTabPaneComponent newInfo)
TabPane.getInfoComponent() was replaced.
pane - the source of this eventoldInfo - the old info component, may be nullnewInfo - the new info component, may be null
void controllerChanged(TabPane pane,
DockController controller)
DockController of pane has changed.
controller - the new controller, can be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||