|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Dockable
An interface to indicate the component can be docked to a DockableBarHolder.
Common thing about all DockableBar components is that they are all have a
DockableBarManager and they all have a dock ID.
| Method Summary | |
|---|---|
DockableBarManager |
getDockableBarManager()
Gets the DockableBarManager. |
int |
getDockID()
Gets dock id. |
void |
resetDockID()
Resets dock id. |
void |
setDockableBarManager(DockableBarManager dockingManager)
Sets the DockableBarManager. |
void |
setDockID(int id)
Sets dock id. |
| Method Detail |
|---|
DockableBarManager getDockableBarManager()
void setDockableBarManager(DockableBarManager dockingManager)
dockingManager - new DockableBarManagerint getDockID()
void setDockID(int id)
id - new idvoid resetDockID()
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||