com.japisoft.xmlappkit.editor
Interface XMLEditorActions
- All Known Implementing Classes:
- BasicXMLEditorActions
- public interface XMLEditorActions
Container for available actions. User can add null action that has a separator role
- Version:
- 1.0
- Author:
- (c) 2004 JAPISoft / http://www.japisoft.com
xmlEditorActionsCount
public int xmlEditorActionsCount()
- Returns:
- action or separator size available
xmlEditorActionAt
public javax.swing.Action xmlEditorActionAt(int index)
- Returns:
- a swing action at this index or
null for a separator