public class P2DRangeActionListener extends FwkListener implements FwkCommandActionInterface, java.awt.event.ActionListener
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
version |
fwkListener
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent ev)
The action listener support.
|
void |
actionPerformed(FwkCommandInterface cmd)
The action listener support.
|
protected void |
createDialog(java.awt.Component parent,
P2DRangeInterface p2dRange)
Create the dialog.
|
static FwkListener |
getInstance()
Gets the single instance of this Class.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
protected void |
showOptionDialog(java.awt.Component parentComponent,
P2DRangeInterface p2dRange,
java.lang.String title) |
getSingelton, menuCanceled, menuDeselected, menuSelected
getPresentationString, getPresentationString
getNiceVersion, release
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPresentationString, getPresentationString
release
public static final java.lang.String version
public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
getVersion
in class FwkListener
public static FwkListener getInstance()
public void actionPerformed(FwkCommandInterface cmd)
actionPerformed
in interface FwkCommandActionInterface
actionPerformed
in class FwkListener
ev
- The action event.ActionListener
,
ActionEvent
public void actionPerformed(java.awt.event.ActionEvent ev)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class FwkListener
ev
- The action event.ActionListener
,
ActionEvent
protected void createDialog(java.awt.Component parent, P2DRangeInterface p2dRange)
protected void showOptionDialog(java.awt.Component parentComponent, P2DRangeInterface p2dRange, java.lang.String title)