Nekit
v 0.9

com.nekhem.nekit
Class TitleActions

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

public class TitleActions
extends java.lang.Object
implements ActionGroup


Constructor Summary
TitleActions(NekitPane nekitPane, NekitDocument nekitDoc)
           
 
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

TitleActions

public TitleActions(NekitPane nekitPane,
                    NekitDocument nekitDoc)
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