Uses of Interface
org.eclipse.tigerstripe.workbench.model.deprecated_.IMethod

Packages that use IMethod
org.eclipse.tigerstripe.workbench.model   
org.eclipse.tigerstripe.workbench.model.deprecated_   
 

Uses of IMethod in org.eclipse.tigerstripe.workbench.model
 

Methods in org.eclipse.tigerstripe.workbench.model with parameters of type IMethod
 java.lang.String IComponentNameProvider.getNewArgumentName(IMethod method)
          This version should be used to select a name of an IArgument where the existing arguments on the method is required for validity checking
 

Uses of IMethod in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Fields in org.eclipse.tigerstripe.workbench.model.deprecated_ with type parameters of type IMethod
static java.util.List<IMethod> IMethod.EMPTY_LIST
           
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IMethod
 IMethod IMethod.clone()
          Clone this method.
 IMethod IMethod.IArgument.getContainingMethod()
          Returns the IMethod that is the "container" for the argument.
 IMethod IMethod.IException.getContainingMethod()
          Returns the IMethod that is the "container" for the argument.
 IMethod IAbstractArtifact.makeMethod()
          Make a new blank artifact method.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return types with arguments of type IMethod
 java.util.Collection<IMethod> IAbstractArtifact.getInheritedMethods()
          Returns the inherited methods for this artifact.
 java.util.Collection<IMethod> IAbstractArtifact.getInheritedMethods(boolean filterFacetExcludedMethods)
          Returns the inherited methods for this artifact.
 java.util.Collection<IMethod> IAbstractArtifact.getMethods()
          Returns the methods defined for this artifact.
 java.util.Collection<IMethod> IAbstractArtifact.getMethods(boolean filterFacetExcludedMethods)
          Returns the methods defined for this artifact.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ with parameters of type IMethod
 void IAbstractArtifact.addMethod(IMethod method)
          Add a single method to the methods for this Abstract Artifact.
 

Method parameters in org.eclipse.tigerstripe.workbench.model.deprecated_ with type arguments of type IMethod
 void IAbstractArtifact.removeMethods(java.util.Collection<IMethod> methods)
          Removes a number of methods from this Abstract Artifact.
 void IAbstractArtifact.setMethods(java.util.Collection<IMethod> methods)
          Sets the methods for this Abstract Artifact.