Uses of Class
com.bea.workshop.controls.ui.actions.GotoControlMethodAction.TypeOption

Packages that use GotoControlMethodAction.TypeOption
com.bea.workshop.controls.ui.actions   
 

Uses of GotoControlMethodAction.TypeOption in com.bea.workshop.controls.ui.actions
 

Methods in com.bea.workshop.controls.ui.actions that return GotoControlMethodAction.TypeOption
static GotoControlMethodAction.TypeOption GotoControlMethodAction.TypeOption.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GotoControlMethodAction.TypeOption[] GotoControlMethodAction.TypeOption.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.bea.workshop.controls.ui.actions with parameters of type GotoControlMethodAction.TypeOption
GotoControlMethodAction(com.bea.workshop.controls.core.model.IControlMethod meth, GotoControlMethodAction.TypeOption option)
          Create an action to jump to the control method, with the specified option of which type to open.