com.japisoft.xmlappkit.editor
Class BasicXMLEditorActions

java.lang.Object
  extended bycom.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

Constructor Summary
BasicXMLEditorActions()
           
 
Method Summary
 void addAction(javax.swing.Action action)
          Add a standard Swing action
 void addSeparator()
          Add an action separator.
 javax.swing.Action xmlEditorActionAt(int index)
           
 int xmlEditorActionsCount()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicXMLEditorActions

public BasicXMLEditorActions()
Method Detail

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