com.japisoft.xmlpad.action.search
Class SearchElement
java.lang.Object
javax.swing.AbstractAction
com.japisoft.xmlpad.action.XMLAction
com.japisoft.xmlpad.action.search.SearchElement
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, Features, Properties, java.io.Serializable
- public class SearchElement
- extends XMLAction
Search an element
- Version:
- 1.0
- Author:
- (c) 2003 JAPISoft / Alexandre Brillant
- See Also:
- Serialized Form
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Method Summary |
boolean |
notifyAction()
Notify action must be done. |
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, setXMLContainer, 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 |
NEXT_TAG
public static final int NEXT_TAG
- See Also:
- Constant Field Values
PREVIOUS_TAG
public static final int PREVIOUS_TAG
- See Also:
- Constant Field Values
TAG_START
public static final int TAG_START
- See Also:
- Constant Field Values
TAG_END
public static final int TAG_END
- See Also:
- Constant Field Values
SearchElement
public SearchElement(int type)
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