|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IController
The IController
to allow external control for IControl
s.
Field Summary | |
---|---|
static java.lang.String |
PROPERTY_SEARCH_VISIBLE
the default name of the search-visible property. |
Method Summary | |
---|---|
IControllable |
getActiveControllable()
Gets the active IControllable that should be controlled by this IController . |
java.lang.Object |
getControllerProperty(java.lang.String pName)
Gets the current value for a controller property. |
void |
setActiveControllable(IControllable pActiveControllable)
Sets the active IControllable that should be controlled by this IController . |
void |
setControllerProperty(java.lang.String pName,
java.lang.Object pValue)
Sets a property for the controller. |
Field Detail |
---|
static final java.lang.String PROPERTY_SEARCH_VISIBLE
Method Detail |
---|
IControllable getActiveControllable()
IControllable
that should be controlled by this IController
.
IControllable
void setActiveControllable(IControllable pActiveControllable)
IControllable
that should be controlled by this IController
.
pActiveControllable
- the current IControllable
void setControllerProperty(java.lang.String pName, java.lang.Object pValue)
pName
- the property namepValue
- the value. If the value is null
the property will be removedjava.lang.Object getControllerProperty(java.lang.String pName)
pName
- the property name
null
if the property was not found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |