public class ViewTreasurelistAL
extends javax.swing.AbstractAction
Action
for the buttons on treasurelists. When
such a button is pressed, the dialog with treasurelists pops up.Constructor and Description |
---|
ViewTreasurelistAL(@NotNull javax.swing.text.JTextComponent input,
@NotNull java.awt.Component parent,
@NotNull CFTreasureListTree treasureListTree)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(@NotNull java.awt.event.ActionEvent e) |
protected @NotNull ViewTreasurelistAL |
clone() |
public ViewTreasurelistAL(@NotNull @NotNull javax.swing.text.JTextComponent input, @NotNull @NotNull java.awt.Component parent, @NotNull @NotNull CFTreasureListTree treasureListTree)
input
- the input field which contains the selected treasurelisttreasureListTree
- the treasure list tree to displayparent
- the parent component to show onpublic void actionPerformed(@NotNull @NotNull java.awt.event.ActionEvent e)
@NotNull protected @NotNull ViewTreasurelistAL clone()
clone
in class javax.swing.AbstractAction