|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.action.event.DockableBarAdapter
public class DockableBarAdapter
Default implementation of DockableBarListener
.
DockableBarListener
Constructor Summary | |
---|---|
DockableBarAdapter()
|
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 floating 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 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DockableBarAdapter()
Method Detail |
---|
public void dockableBarAdded(DockableBarEvent e)
DockableBar
has been added to DockingManager.
dockableBarAdded
in interface DockableBarListener
e
- DockableBarEventpublic void dockableBarRemoved(DockableBarEvent e)
DockableBar
has been removed from DockingManager.
dockableBarRemoved
in interface DockableBarListener
e
- DockableBarEventpublic void dockableBarShown(DockableBarEvent e)
DockableBar
has been set visible.
dockableBarShown
in interface DockableBarListener
e
- DockableBarEventpublic void dockableBarHidden(DockableBarEvent e)
DockableBar
has been set invisible.
dockableBarHidden
in interface DockableBarListener
e
- DockableBarEventpublic void dockableBarHoriDocked(DockableBarEvent e)
DockableBar
has change from other state to docking state.
dockableBarHoriDocked
in interface DockableBarListener
e
- DockableBarEventpublic void dockableBarVertDocked(DockableBarEvent e)
DockableBar
has change from other state to vertical docking state.
dockableBarVertDocked
in interface DockableBarListener
e
- DockableBarEventpublic void dockableBarFloating(DockableBarEvent e)
DockableBar
has change from other state to floating state.
dockableBarFloating
in interface DockableBarListener
e
- DockableBarEvent
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |