com.bea.workshop.controls.ui.actions
Class GotoControlMethodAction

java.lang.Object
  extended by OpenArtifactAction
      extended by com.bea.workshop.controls.ui.actions.GotoControlMethodAction

public class GotoControlMethodAction
extends OpenArtifactAction

action that navigates the user to the contropl method of the implementation class


Nested Class Summary
static class GotoControlMethodAction.TypeOption
          Enumeration of options to determine which type to open.
 
Constructor Summary
GotoControlMethodAction(com.bea.workshop.controls.core.model.IControlMethod meth)
          Create an action to jump to the control method.
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.
 
Method Summary
 IAdaptable getArtifactReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GotoControlMethodAction

public GotoControlMethodAction(com.bea.workshop.controls.core.model.IControlMethod meth)
Create an action to jump to the control method. This will default to the TypeOption.PreferImpl option.

Parameters:
meth -

GotoControlMethodAction

public 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.

Parameters:
meth -
option -
Method Detail

getArtifactReference

public IAdaptable getArtifactReference()