|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.interactor.IlpInteractorAction
public abstract class IlpInteractorAction
This class represents a bean object that stores information about actions to be used by interactors.
The role of this class is to provide support to define interactors using CSS.
| Constructor Summary | |
|---|---|
protected |
IlpInteractorAction()
Default constructor |
protected |
IlpInteractorAction(Action a)
Constructor |
| Method Summary | |
|---|---|
Action |
getAction()
Returns the action that will be executed when either the key stroke or the gesture are identified by the interactor. |
void |
setAction(Action a)
Defines the action that will be executed when either the key stroke or the gesture are identified by the interactor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected IlpInteractorAction()
protected IlpInteractorAction(Action a)
a - Action that shall be triggered by an interactor| Method Detail |
|---|
public void setAction(Action a)
a - Action to be exeuctedActionpublic Action getAction()
Action
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||