|
||||||||||
| 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 IControls.
| Field Summary | |
|---|---|
static 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. |
Object |
getControllerProperty(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(String pName,
Object pValue)
Sets a property for the controller. |
| Field Detail |
|---|
static final String PROPERTY_SEARCH_VISIBLE
| Method Detail |
|---|
IControllable getActiveControllable()
IControllable that should be controlled by this IController.
IControllablevoid setActiveControllable(IControllable pActiveControllable)
IControllable that should be controlled by this IController.
pActiveControllable - the current IControllable
void setControllerProperty(String pName,
Object pValue)
pName - the property namepValue - the value. If the value is null the property will be removedObject getControllerProperty(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 | |||||||||