|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CDockableAccess
An interface giving access to the internal methods of an CDockable
. Only
CDockable
s should create instances of this interface.
Method Summary | |
---|---|
String |
getUniqueId()
Gets the unique id of this dockable. |
void |
informMode(CDockable.ExtendedMode mode)
Called after the mode of the CDockable has changed. |
void |
informVisibility(boolean visible)
Called after the visibility of the CDockable has changed. |
CLocation |
internalLocation()
Gets the user set location of this dockable. |
void |
setUniqueId(String id)
Tells which unique id the owning CDockable has. |
Method Detail |
---|
void informVisibility(boolean visible)
CDockable
has changed.
visible
- the new statevoid informMode(CDockable.ExtendedMode mode)
CDockable
has changed.
mode
- the new modevoid setUniqueId(String id)
CDockable
has.
id
- the unique idString getUniqueId()
CLocation internalLocation()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |