Nekit
v 0.9

com.nekhem.nekit
Class EditActions

java.lang.Object
  |
  +--com.nekhem.nekit.EditActions
All Implemented Interfaces:
ActionGroup

public class EditActions
extends java.lang.Object
implements ActionGroup


Constructor Summary
EditActions()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditActions

public EditActions()
Method Detail

insertToolBarButtons

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

Specified by:
insertToolBarButtons in interface ActionGroup
Parameters:
tb - the toolbar

insertMenuItems

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

Specified by:
insertMenuItems in interface ActionGroup
Parameters:
menu - the menu

Nekit
v 0.9

Submit a bug or feature
Nekhem Technologies