Package de.alpharogroup.swing.actions
Class ShowLicenseFrameAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- de.alpharogroup.swing.actions.ShowLicenseFrameAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public abstract class ShowLicenseFrameAction extends javax.swing.AbstractActionThe abstract classShowLicenseFrameAction.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShowLicenseFrameAction(java.lang.String name, @NonNull java.lang.String title)Instantiates a new show license frame action.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)protected abstract java.lang.StringnewLicenseText()Load license.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-