Nekit
v 0.9

com.nekhem.nekit
Class FormatActions

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

public class FormatActions
extends java.lang.Object
implements ActionGroup


Constructor Summary
FormatActions(NekitPane nekitPane)
           
 
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

FormatActions

public FormatActions(NekitPane nekitPane)
Method Detail

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

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

Nekit
v 0.9

Submit a bug or feature
Nekhem Technologies