| |
|
| java.lang.Object com.db.viewpoint.ViewControl
All known Subclasses: com.db.viewpoint.LookViewControl,
ViewControl | abstract public class ViewControl (Code) | | |
ViewControl | public ViewControl()(Code) | | |
activate | abstract public void activate()(Code) | | Schedules this LookViewControl to be taken into account in the event list.
|
deactivate | abstract public void deactivate()(Code) | | Prevents this LookViewControl to be used.
|
getControlInstructions | abstract public String getControlInstructions()(Code) | | Retrieves the instructions for this ViewControl
The corresponding instructions for this ViewControl |
getControlName | abstract public String getControlName()(Code) | | Retrieves the name for this ViewControl
The corresponding name for this ViewControl |
toString | public String toString()(Code) | | Retrieves the name for this ViewControl
The corresponding name for this ViewControl |
|
|
|