org.sf.cafebabe.gadget.bodyeditor
Class BodyEditorActions

java.lang.Object
  extended by org.sf.cafebabe.util.Actions
      extended by org.sf.cafebabe.gadget.bodyeditor.BodyEditorActions

public class BodyEditorActions
extends Actions


Nested Class Summary
 
Nested classes/interfaces inherited from class org.sf.cafebabe.util.Actions
Actions.CustomAction
 
Field Summary
protected  javax.swing.JToolBar toolBar
           
 
Constructor Summary
BodyEditorActions(BodyEditor parent)
           
 
Method Summary
 javax.swing.Action createAddAction(java.lang.String text, javax.swing.ImageIcon icon)
           
 javax.swing.Action createEditAction(java.lang.String text, javax.swing.ImageIcon icon)
           
 javax.swing.Action createHelpAction(java.lang.String text, javax.swing.ImageIcon icon)
           
 javax.swing.Action createRemoveAction(java.lang.String text, javax.swing.ImageIcon icon)
           
 javax.swing.JToolBar getToolBar()
           
 
Methods inherited from class org.sf.cafebabe.util.Actions
addActionToMenu, addActionToToolBar, addMenu, addMenu
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toolBar

protected javax.swing.JToolBar toolBar
Constructor Detail

BodyEditorActions

public BodyEditorActions(BodyEditor parent)
Method Detail

getToolBar

public javax.swing.JToolBar getToolBar()

createEditAction

public javax.swing.Action createEditAction(java.lang.String text,
                                           javax.swing.ImageIcon icon)

createAddAction

public javax.swing.Action createAddAction(java.lang.String text,
                                          javax.swing.ImageIcon icon)

createRemoveAction

public javax.swing.Action createRemoveAction(java.lang.String text,
                                             javax.swing.ImageIcon icon)

createHelpAction

public javax.swing.Action createHelpAction(java.lang.String text,
                                           javax.swing.ImageIcon icon)


Copyright 2006 Dream Programs Inc.. All Rights Reserved.