20 package net.sf.gridarta.gui.dialog.gameobjectattributes;
22 import java.awt.Component;
23 import java.awt.event.ActionEvent;
24 import javax.swing.AbstractAction;
25 import javax.swing.text.JTextComponent;
27 import org.jetbrains.annotations.NotNull;
51 private final JTextComponent
input;
66 super(
"treasurelist:");
82 }
catch (
final CloneNotSupportedException ex) {
83 throw new AssertionError(ex);
ViewTreasurelistAL(@NotNull final JTextComponent input, @NotNull final Component parent, @NotNull final CFTreasureListTree treasureListTree)
Constructor.
An Action for the buttons on treasurelists.
Graphical User Interface of Gridarta.
void actionPerformed(@NotNull final ActionEvent e)
final CFTreasureListTree treasureListTree
The CFTreasureListTree to display.
Base package of all Gridarta classes.
final JTextComponent input
The input field which contains the selected treasurelist.
The CFTreasureListTree class fully manages treasurelists.
final Component parent
The parent component to show on.
synchronized void showDialog(@Nullable final JTextComponent input, @NotNull final Component parent)
Shows the dialog window containing this tree.
static final long serialVersionUID
The serial version UID.