Nekit
v 0.9

com.nekhem.nekit
Interface ActionGroup

All Known Implementing Classes:
AlignmentActions, AnchorActions, CharacterActions, ClearActions, ColorActions, DebugActions, EditActions, FileActions, FormatActions, InsertActions, ListActions, TitleActions, UndoActions

public interface ActionGroup

The interface of classes that implement a group of editor actions. The editor asks them to populate toolbar and menus so that they can manage Actions as they want


Method Summary
 void insertMenuItems(javax.swing.JMenu menu)
          The caller asks to fill a menu with the items needed for the actions handled by this class
 void insertToolBarButtons(javax.swing.JToolBar tb)
          The caller asks to fill the toolbar with the buttons needed for the actions handled by this class
 

Method Detail

insertMenuItems

public void insertMenuItems(javax.swing.JMenu menu)
The caller asks to fill a menu with the items needed for the actions handled by this class

Parameters:
menu - the menu

insertToolBarButtons

public void insertToolBarButtons(javax.swing.JToolBar tb)
The caller asks to fill the toolbar with the buttons needed for the actions handled by this class

Parameters:
tb - the toolbar

Nekit
v 0.9

Submit a bug or feature
Nekhem Technologies