com.jaxfront.core.rule
Class DefaultActionImpl

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by com.jaxfront.core.rule.DefaultActionImpl
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class DefaultActionImpl
extends javax.swing.AbstractAction
implements Action

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jaxfront.core.rule.Action
ACTION_DOM, ACTION_IDENTIFIER, ACTION_NAME, ACTION_SOURCE
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
DefaultActionImpl()
           
DefaultActionImpl(java.lang.String ruleId)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 java.lang.String getCommandName()
           
 Document getDOM()
           
 java.lang.String getRuleId()
           
 Type getSourceType()
           
 void perform(Type eventSource, Type target)
           
 void setRuleId(java.lang.String id)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultActionImpl

public DefaultActionImpl()

DefaultActionImpl

public DefaultActionImpl(java.lang.String ruleId)
Method Detail

perform

public void perform(Type eventSource,
                    Type target)

getCommandName

public java.lang.String getCommandName()

getSourceType

public Type getSourceType()

getDOM

public Document getDOM()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

setRuleId

public void setRuleId(java.lang.String id)

getRuleId

public java.lang.String getRuleId()