Class MenuBuilder

java.lang.Object
  extended by MenuGenerator
      extended by MenuBuilder

 class MenuBuilder
extends MenuGenerator

Creates the MenuItems for the class-menu


Nested Class Summary
(package private)  class MenuBuilder.SimpleAction
          The Menu-Actions
 
Constructor Summary
MenuBuilder()
           
 
Method Summary
 javax.swing.JMenuItem getClassMenuItem(BClass aClass)
          Returns the menuitem for the print-action
 void notifyPostClassMenu(BClass bc, javax.swing.JMenuItem jmi)
          The classmenu has been selected and the name of the class is detected
 void reload()
          The Package will be reloaded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuBuilder

MenuBuilder()
Method Detail

getClassMenuItem

public javax.swing.JMenuItem getClassMenuItem(BClass aClass)
Returns the menuitem for the print-action


notifyPostClassMenu

public void notifyPostClassMenu(BClass bc,
                                javax.swing.JMenuItem jmi)
The classmenu has been selected and the name of the class is detected


reload

public void reload()
The Package will be reloaded