|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DockableBarListener
The listener interface for receiving dockable frame events.
| Method Summary | |
|---|---|
void |
dockableBarAdded(DockableBarEvent e)
Invoked when a DockableBar has been added to DockingManager. |
void |
dockableBarFloating(DockableBarEvent e)
Invoked when a DockableBar has change from other state to autohide state. |
void |
dockableBarHidden(DockableBarEvent e)
Invoked when a DockableBar has been set invisible. |
void |
dockableBarHoriDocked(DockableBarEvent e)
Invoked when a DockableBar has change from other state to horizontal docking state. |
void |
dockableBarRemoved(DockableBarEvent e)
Invoked when a DockableBar has been removed from DockingManager. |
void |
dockableBarShown(DockableBarEvent e)
Invoked when a DockableBar has been set visible. |
void |
dockableBarVertDocked(DockableBarEvent e)
Invoked when a DockableBar has change from other state to vertical docking state. |
| Method Detail |
|---|
void dockableBarAdded(DockableBarEvent e)
DockableBar has been added to DockingManager.
e - DockableBarEventvoid dockableBarRemoved(DockableBarEvent e)
DockableBar has been removed from DockingManager.
e - DockableBarEventvoid dockableBarShown(DockableBarEvent e)
DockableBar has been set visible.
e - DockableBarEventvoid dockableBarHidden(DockableBarEvent e)
DockableBar has been set invisible.
e - DockableBarEventvoid dockableBarHoriDocked(DockableBarEvent e)
DockableBar has change from other state to horizontal docking state.
e - DockableBarEventvoid dockableBarVertDocked(DockableBarEvent e)
DockableBar has change from other state to vertical docking state.
e - DockableBarEventvoid dockableBarFloating(DockableBarEvent e)
DockableBar has change from other state to autohide state.
e - DockableBarEvent
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||