Uses of Class
org.jupe.editors.classdiagram.model.nodes.MethodElement

Packages that use MethodElement
org.jupe.editors.classdiagram.model.commands.directedit Contains special commands to support direct edit, which is the change of a text (e.g. the name of a class) directly in a figure using a double-click. 
org.jupe.editors.classdiagram.model.nodes Provides classes for the node elements in the classdiagram model. 
 

Uses of MethodElement in org.jupe.editors.classdiagram.model.commands.directedit
 

Constructors in org.jupe.editors.classdiagram.model.commands.directedit with parameters of type MethodElement
MethodCommand(MethodElement m, java.lang.String s)
           
 

Uses of MethodElement in org.jupe.editors.classdiagram.model.nodes
 

Methods in org.jupe.editors.classdiagram.model.nodes that return MethodElement
 MethodElement AbstractClassInterfaceElement.findMethod(java.lang.String name)
          Searches for a method with the given name.
 

Methods in org.jupe.editors.classdiagram.model.nodes that return types with arguments of type MethodElement
 java.util.Set<MethodElement> AbstractClassInterfaceElement.getMethods()
          Get all methods of a class or interface.