|
Gridarta Editor
|
An EditorAction tha shows the treasurelists dialog. More...
Inheritance diagram for net.sf.gridarta.action.ViewTreasurelistsAction:
Collaboration diagram for net.sf.gridarta.action.ViewTreasurelistsAction:Public Member Functions | |
| void | setAction (@NotNull final Action action, @NotNull final String name) |
| Sets the Action instance for this editor action. More... | |
| void | viewTreasurelists () |
| Shows the treasurelists dialog. More... | |
| ViewTreasurelistsAction (@NotNull final CFTreasureListTree treasureListTree, @NotNull final Frame parent) | |
| Creates a new instance. More... | |
Private Attributes | |
| final Frame | parent |
| The parent component for the treasure lists dialog. More... | |
| final CFTreasureListTree | treasureListTree |
| The treasurelists instance. More... | |
An EditorAction tha shows the treasurelists dialog.
Definition at line 33 of file ViewTreasurelistsAction.java.
| net.sf.gridarta.action.ViewTreasurelistsAction.ViewTreasurelistsAction | ( | @NotNull final CFTreasureListTree | treasureListTree, |
| @NotNull final Frame | parent | ||
| ) |
Creates a new instance.
| treasureListTree | the treasurelists instance |
| parent | the parent component for the treasurelists dialog |
Definition at line 52 of file ViewTreasurelistsAction.java.
References net.sf.gridarta.action.ViewTreasurelistsAction.parent, and net.sf.gridarta.action.ViewTreasurelistsAction.treasureListTree.
| void net.sf.gridarta.action.ViewTreasurelistsAction.setAction | ( | @NotNull final Action | action, |
| @NotNull final String | name | ||
| ) |
Sets the Action instance for this editor action.
| action | the action instance |
| name | the name of the action |
Implements net.sf.gridarta.utils.EditorAction.
Definition at line 66 of file ViewTreasurelistsAction.java.
| void net.sf.gridarta.action.ViewTreasurelistsAction.viewTreasurelists | ( | ) |
Shows the treasurelists dialog.
Definition at line 61 of file ViewTreasurelistsAction.java.
References net.sf.gridarta.gui.treasurelist.CFTreasureListTree.showDialog().
Here is the call graph for this function:
|
private |
The parent component for the treasure lists dialog.
Definition at line 45 of file ViewTreasurelistsAction.java.
Referenced by net.sf.gridarta.action.ViewTreasurelistsAction.ViewTreasurelistsAction().
|
private |
The treasurelists instance.
Definition at line 39 of file ViewTreasurelistsAction.java.
Referenced by net.sf.gridarta.action.ViewTreasurelistsAction.ViewTreasurelistsAction().