org.acm.seguin.ide.jbuilder.refactor
Class MenuBuilder

java.lang.Object
  extended by org.acm.seguin.ide.jbuilder.refactor.MenuBuilder

public class MenuBuilder
extends java.lang.Object

Description of the Class

Author:
Chris Seguin

Constructor Summary
MenuBuilder()
           
 
Method Summary
static ActionGroup build()
          Description of the Method
static ActionGroup buildField()
          Description of the Method
static ActionGroup buildMethod()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuBuilder

public MenuBuilder()
Method Detail

build

public static ActionGroup build()
Description of the Method

Returns:
Description of the Returned Value

buildField

public static ActionGroup buildField()
Description of the Method

Returns:
Description of the Returned Value

buildMethod

public static ActionGroup buildMethod()
Description of the Method

Returns:
Description of the Returned Value