Package de.alpharogroup.swing.actions
Class ShowInfoDialogAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- de.alpharogroup.swing.actions.ShowInfoDialogAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public abstract class ShowInfoDialogAction extends javax.swing.AbstractActionThe abstract classShowInfoDialogAction- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShowInfoDialogAction(java.lang.String name, @NonNull java.awt.Frame owner, @NonNull java.lang.String title)Instantiates a newShowInfoDialogAction.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)protected abstract InfoDialognewInfoDialog(java.awt.Frame owner, java.lang.String title)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ShowInfoDialogAction
public ShowInfoDialogAction(java.lang.String name, @NonNull @NonNull java.awt.Frame owner, @NonNull @NonNull java.lang.String title)Instantiates a newShowInfoDialogAction.- Parameters:
name- the nameowner- the ownertitle- the title
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
newInfoDialog
protected abstract InfoDialog newInfoDialog(java.awt.Frame owner, java.lang.String title)
-
-