com.japisoft.xmlappkit.editor
Class BasicXMLEditorActions
java.lang.Object
com.japisoft.xmlappkit.editor.BasicXMLEditorActions
- All Implemented Interfaces:
- XMLEditorActions
- public class BasicXMLEditorActions
- extends java.lang.Object
- implements XMLEditorActions
- Version:
- 1.0
- Author:
- (c) 2004 JAPISoft / http://www.japisoft.com
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicXMLEditorActions
public BasicXMLEditorActions()
xmlEditorActionsCount
public int xmlEditorActionsCount()
- Specified by:
xmlEditorActionsCount in interface XMLEditorActions
- Returns:
- available action and separator
xmlEditorActionAt
public javax.swing.Action xmlEditorActionAt(int index)
- Specified by:
xmlEditorActionAt in interface XMLEditorActions
- Returns:
- an action or a separator (a
null value)
addSeparator
public void addSeparator()
- Add an action separator. It will add a
null action
addAction
public void addAction(javax.swing.Action action)
- Add a standard Swing action