public class OdsxTranslatePresentableListener extends FwkListener implements FwkCommandActionInterface, java.awt.event.ActionListener
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
fwkListener| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent ev)
This method defines what action to perform.
|
void |
actionPerformed(FwkCommandInterface cmd)
Perform the action using the FwkCommandInterface only.
|
static FwkListener |
getInstance()
Gets the single instance of this Class.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
protected java.lang.String |
showDialog(java.awt.Component leader,
java.lang.String currentName,
java.lang.String orgName)
Show the dialog.
|
protected void |
translate(OdsxPresentableElementInterface node,
java.awt.event.ActionEvent ev)
Translate the tree node name.
|
protected void |
translate(OdsxSelectorTreeNodeInterface node,
java.awt.event.ActionEvent ev)
Translate the tree node name.
|
getSingelton, menuCanceled, menuDeselected, menuSelectedgetPresentationString, getPresentationStringgetNiceVersion, releaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPresentationString, getPresentationStringreleasepublic static final java.lang.String version
public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacegetVersion in class FwkListenerpublic static FwkListener getInstance()
public void actionPerformed(FwkCommandInterface cmd)
actionPerformed in interface FwkCommandActionInterfaceactionPerformed in class FwkListenercmd - The FwkCommandInterface.public void actionPerformed(java.awt.event.ActionEvent ev)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class FwkListenerev - The action event.protected void translate(OdsxSelectorTreeNodeInterface node, java.awt.event.ActionEvent ev)
node - the OdsxSelectorTreeNodeInterfaceprotected void translate(OdsxPresentableElementInterface node, java.awt.event.ActionEvent ev)
node - the presentableprotected java.lang.String showDialog(java.awt.Component leader,
java.lang.String currentName,
java.lang.String orgName)
-