public interface ActionSupport
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addAction(Action... actions) |
void |
clearActions() |
void |
exec() |
Action |
getAction() |
Action[] |
getActions() |
boolean |
isSelected() |
void |
selected() |
void |
setActions(Action... actions) |
void |
setSelected(boolean selected) |
void addAction(Action... actions)
Action[] getActions()
Action getAction()
void setActions(Action... actions)
void exec()
void clearActions()
void setSelected(boolean selected)
void selected()
boolean isSelected()