Nekit
v 0.9

com.nekhem.nekit
Class AnchorActions

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

public class AnchorActions
extends java.lang.Object
implements ActionGroup


Constructor Summary
AnchorActions(NekitPane nekitPane, NekitEditorOwner editorOwner, boolean serverConnectionOn, java.lang.String baseLinkPath, java.lang.String baseFilePath)
           
 
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

AnchorActions

public AnchorActions(NekitPane nekitPane,
                     NekitEditorOwner editorOwner,
                     boolean serverConnectionOn,
                     java.lang.String baseLinkPath,
                     java.lang.String baseFilePath)
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