public class MaskChangeAL<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
extends javax.swing.AbstractAction
Constructor and Description |
---|
MaskChangeAL(java.lang.String label,
DialogAttributeBitmask<G,A,R> dialogAttributeBitmask)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected java.lang.Object |
clone() |
public MaskChangeAL(@NotNull java.lang.String label, @NotNull DialogAttributeBitmask<G,A,R> dialogAttributeBitmask)
label
- the name of this actiondialogAttributeBitmask
- the GUI-bitmask attribute where this change
button belongs to