 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.action;
22 import java.awt.Frame;
23 import javax.swing.Action;
26 import net.
sf.japi.swing.action.ActionMethod;
27 import org.jetbrains.annotations.NotNull;
66 public void setAction(@NotNull
final Action action, @NotNull
final String
name) {
final CFTreasureListTree treasureListTree
The treasurelists instance.
Base package of all Gridarta classes.
void setAction(@NotNull final Action action, @NotNull final String name)
Sets the Action instance for this editor action.
final Frame parent
The parent component for the treasure lists dialog.
Graphical User Interface of Gridarta.
ViewTreasurelistsAction(@NotNull final CFTreasureListTree treasureListTree, @NotNull final Frame parent)
Creates a new instance.
An EditorAction tha shows the treasurelists dialog.
synchronized void showDialog(@Nullable final JTextComponent input, @NotNull final Component parent)
Shows the dialog window containing this tree.
void viewTreasurelists()
Shows the treasurelists dialog.
The CFTreasureListTree class fully manages treasurelists.