| 接口 | 说明 |
|---|---|
| TemplateComponentActionInterface<T extends TargetComponent> | |
| ToggleButtonUpdateAction |
具有ToggleButton属性的action,继承这个类的action就会有
|
| 类 | 说明 |
|---|---|
| AllowAuthorityEditAction |
Author : daisy
Date: 13-8-30
Time: 上午10:12
|
| ButtonGroupAction | |
| CellSelectionAction | |
| CheckBoxAction |
check box
|
| ElementCaseAction | |
| ExitAuthorityEditAction |
Author : daisy
Date: 13-9-2
Time: 下午3:36
|
| FloatSelectionAction | |
| FormMobileAttrAction |
Created by fanglei on 2016/11/14.
|
| HyperlinkPluginAction |
Created by IntelliJ IDEA.
|
| JTemplateAction<T extends JTemplate<?,?>> | |
| JWorkBookAction | |
| MenuAction |
Created by IntelliJ IDEA.
|
| NewFormAction | |
| PresentCheckBoxAction | |
| ReportComponentAction<T extends ReportComponent> | |
| SelectionListenerAction |
Created by daniel on 2016/10/10.
|
| TableDataSourceAction | |
| TemplateComponentAction<T extends TargetComponent> | |
| TemplateParameterAction |
Created by 夏翔 on 2016/6/18.
|
| UndoableAction | |
| UpdateAction |
An UpdateAction functions allows actions to have an efficient transient state,
it's update method is called every time the action is about to be displayed
in UI - allowing the action to poll whatever information it wishes to update its state
before being displayed
As a regular Swing Action object - it stores the name, icon, and enabled state for a single action.
|
| UpdateAction.ComponentRemoveEvent | |
| UpdateAction.UseMenuItem |
全局style的菜单
|