Nekit
v 0.9

com.nekhem.nekit
Class FileActions

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

public class FileActions
extends java.lang.Object
implements ActionGroup


Constructor Summary
FileActions(NekitEditorOwner o, NekitEditor editor)
           
 
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 t)
          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

FileActions

public FileActions(NekitEditorOwner o,
                   NekitEditor editor)
Method Detail

insertToolBarButtons

public void insertToolBarButtons(javax.swing.JToolBar t)
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:
t - 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