org.twdata.kokua.action
Interface Action
- All Known Subinterfaces:
- ScriptAction
- All Known Implementing Classes:
- AbstractAction, AbstractScriptAction, FlowAction
public interface Action
getId
java.lang.String getId()
getLabel
java.lang.String getLabel()
getMouseOverText
java.lang.String getMouseOverText()
getCategory
java.lang.String getCategory()
invoke
void invoke()
isToggle
boolean isToggle()
isSelected
boolean isSelected()
noRememberLast
boolean noRememberLast()
noRecord
boolean noRecord()
isEnabled
boolean isEnabled()
setEnabled
void setEnabled(boolean enabled)
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getSwingAction
javax.swing.Action getSwingAction()