com.japisoft.xmlpad.tree.action
Class EditNode

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended bycom.japisoft.xmlpad.action.XMLAction
          extended bycom.japisoft.xmlpad.tree.action.AbstractTreeAction
              extended bycom.japisoft.xmlpad.tree.action.EditNode
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, Features, Properties, java.io.Serializable, TreeAction

public class EditNode
extends AbstractTreeAction

Edit the current node using the EditorModel

Version:
1.1
Author:
(c) 2003 JAPISOFT / Alexandre Brillant
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.japisoft.xmlpad.action.XMLAction
XMLAction.EmptyIcon
 
Field Summary
 
Fields inherited from class com.japisoft.xmlpad.action.XMLAction
AUTO_UI, BUNDLE, IMAGE_EXT, IMAGE_SIZE, INVALID_ACTION, VALID_ACTION
 
Fields inherited from interface com.japisoft.xmlpad.action.Features
VALIDATING_FEATURE
 
Fields inherited from interface com.japisoft.xmlpad.action.Properties
FILE_ENCODING, INDENT_CHAR_PROPERTY, INDENT_SIZE_PROPERTY
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
EditNode()
           
 
Method Summary
 java.lang.String getDefaultLabel()
           
 boolean notifyAction()
          Notify action must be done.
 
Methods inherited from class com.japisoft.xmlpad.tree.action.AbstractTreeAction
isTreePopable, isTreeToolBarable, setTreePopable, setTreeToolBarable, setXMLContainer
 
Methods inherited from class com.japisoft.xmlpad.action.XMLAction
actionPerformed, dispose, getName, getParam, getPopupGroup, getProperty, getXMLContainer, getXMLEditor, hasFeature, isPopable, isToolbarable, setActionReferenceGroup, setActionReferenceIcon, setFeature, setParam, setPopable, setProperty, setToolbarable, setXMLEditor
 
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

EditNode

public EditNode()
Method Detail

notifyAction

public boolean notifyAction()
Description copied from class: XMLAction
Notify action must be done. It returns INVALID_ACTION if the action is not accessible and VALID_ACTION if this is correct.

Specified by:
notifyAction in class XMLAction
Returns:
VALID_ACTION if the action is possible and else INVALID_ACTION

getDefaultLabel

public java.lang.String getDefaultLabel()
Returns:
the default action text. It uses the current name and remove if it exists the "Action" part. It is only used if no DefaultAction is available.