|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SingleCDockable
A SingleCDockable
is a dockable which is added once to
the CControl
and remains there until it is removed by the application.
A SingleCDockable
is never removed automatically from the
CControl
.
CControl
tries to load a missing SingleCDockable
, then there will just be no dockableSingleCDockable
can have the same id if they are added to the same CControl
SingleCDockable
is written out. Everything else has
to be saved by the client itself.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface bibliothek.gui.dock.common.intern.CDockable |
---|
CDockable.ExtendedMode |
Field Summary |
---|
Fields inherited from interface bibliothek.gui.dock.common.intern.CDockable |
---|
ACTION_KEY_CLOSE, ACTION_KEY_EXTERNALIZE, ACTION_KEY_MAXIMIZE, ACTION_KEY_MINIMIZE, ACTION_KEY_NORMALIZE |
Method Summary | |
---|---|
String |
getUniqueId()
Gets the id of this dockable. |
Methods inherited from interface bibliothek.gui.dock.common.intern.CDockable |
---|
addCDockablePropertyListener, addCDockableStateListener, getAction, getAndClearResizeRequest, getBaseLocation, getColors, getControl, getExtendedMode, getMinimizedSize, getWorkingArea, intern, isCloseable, isExternalizable, isMaximizable, isMinimizable, isMinimizedHold, isResizeLocked, isStackable, isTitleShown, isVisible, removeCDockablePropertyListener, removeCDockableStateListener, setControl, setExtendedMode, setLocation, setMinimizedHold, setMinimizedSize, setVisible, setWorkingArea |
Method Detail |
---|
String getUniqueId()
CControl
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |