|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CControlAccess
Gives access to the internal methods of a CControl
Method Summary | |
---|---|
CDockableAccess |
access(CDockable dockable)
Grants access to the internal methods of a CDockable . |
DockAction |
createCloseAction(CDockable dockable)
Gets an action that closes dockable when clicked. |
String |
getFactoryId(MultipleCDockableFactory<?,?> factory)
Gets the id of factory . |
CControl |
getOwner()
Gets the control to which this object gives access. |
CStateManager |
getStateManager()
Gets the manager that is responsible to change the states of the Dockable s. |
void |
hide(CDockable dockable)
Makes dockable invisible. |
boolean |
isVisible(CDockable dockable)
Tells whether dockable is visible or not. |
void |
link(CDockable dockable,
CDockableAccess access)
Gives or removes access to internal properties of an CDockable . |
void |
show(CDockable dockable)
Makes dockable visible. |
Method Detail |
---|
CControl getOwner()
void show(CDockable dockable)
dockable
visible.
dockable
- the element that will be made visiblevoid hide(CDockable dockable)
dockable
invisible.
dockable
- the element that will be made invisibleboolean isVisible(CDockable dockable)
dockable
is visible or not.
dockable
- the dockable whose visibility-state is in question
true
if dockable
is visibleString getFactoryId(MultipleCDockableFactory<?,?> factory)
factory
.
factory
- the factory to search
null
CStateManager getStateManager()
Dockable
s.
DockAction createCloseAction(CDockable dockable)
dockable
when clicked.
dockable
- the element to close
void link(CDockable dockable, CDockableAccess access)
CDockable
.
dockable
- the element which changes its accessaccess
- the new access, might be null
CDockableAccess access(CDockable dockable)
CDockable
.
dockable
- the element whose access is searched
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |