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) {
ViewTreasurelistsAction(@NotNull final CFTreasureListTree treasureListTree, @NotNull final Frame parent)
Creates a new instance.
Graphical User Interface of Gridarta.
Base package of all Gridarta classes.
void setAction(@NotNull final Action action, @NotNull final String name)
Sets the Action instance for this editor action.
void viewTreasurelists()
Shows the treasurelists dialog.
final Frame parent
The parent component for the treasure lists dialog.
The CFTreasureListTree class fully manages treasurelists.
final CFTreasureListTree treasureListTree
The treasurelists instance.
synchronized void showDialog(@Nullable final JTextComponent input, @NotNull final Component parent)
Shows the dialog window containing this tree.
An EditorAction tha shows the treasurelists dialog.