public class PivotAction
extends org.apache.pivot.wtk.Action
Constructor and Description |
---|
PivotAction() |
PivotAction(CallableWithArgs<Void> callable) |
Modifier and Type | Method and Description |
---|---|
CallableWithArgs<Void> |
getCallable() |
String |
getDescription() |
String |
getName() |
void |
perform(org.apache.pivot.wtk.Component component) |
void |
setCallable(CallableWithArgs<Void> callable) |
void |
setDescription(String description) |
void |
setName(String name) |
String |
toString() |
public PivotAction()
public PivotAction(CallableWithArgs<Void> callable)
public String getName()
public void setName(String name)
public String getDescription()
getDescription
in class org.apache.pivot.wtk.Action
public void setDescription(String description)
public CallableWithArgs<Void> getCallable()
public void setCallable(CallableWithArgs<Void> callable)
public void perform(org.apache.pivot.wtk.Component component)
perform
in class org.apache.pivot.wtk.Action