Uses of Class
org.objectweb.jac.ide.ModelElement

Packages that use ModelElement
org.objectweb.jac.ide This package contains the implementation of the JAC's IDE: UMLAF (for UML Aspectual Factory). 
org.objectweb.jac.ide.diagrams   
 

Uses of ModelElement in org.objectweb.jac.ide
 

Subclasses of ModelElement in org.objectweb.jac.ide
 class Application
           
 class Aspect
           
 class AspectConfiguration
           
 class AspectMethod
           
 class Class
          This class represents a class meta element.
 class Constructor
           
 class Diagram
           
 class EnumeratedType
          This class represents an enumerated type.
 class ExtendedType
          This class represents an extended type.
 class Field
           
 class FieldMethod
          Base class for Getter and Setter.
 class Getter
          Getter method for a field.
 class Group
           
 class InheritanceLink
           
 class Instance
           
 class Interface
           
 class Link
          This is the root class for all the kinds of links.
 class Member
          A member item of a class such as a field or a method.
 class Method
           
 class Package
           
 class Parameter
           
 class PointcutLink
           
 class Project
           
 class RelationLink
           
 class RelationRole
           
 class Repository
          This class represents a repository class.
 class Role
           
 class Setter
           
 class Type
          A representation of a type.
 class TypedElement
           
 

Methods in org.objectweb.jac.ide that return ModelElement
 ModelElement Role.getEnd()
          Gets the model element on which the link ends.
 ModelElement Role.getStart()
          Gets the model element from which the link starts.
 ModelElement Link.getStart()
           
 ModelElement Link.getEnd()
           
 ModelElement Figure.getElement()
          Get the value of the model element.
 ModelElement ConfigItem.getModelElement()
           
 

Methods in org.objectweb.jac.ide with parameters of type ModelElement
 void Role.setEnd(ModelElement end)
          Sets the value of the ending element.
 void Role.setStart(ModelElement start)
          Sets the value of the starting element.
 void Link.setStart(ModelElement start)
           
 void Link.setEnd(ModelElement end)
           
protected static Project Gui.getProject(ModelElement element)
          Gets the project an element belongs to
static Collection Gui.getAvailableTypes(ModelElement element)
          Returns all types which belong to the same project as a given member.
static Collection Gui.getMatchingTypes(ModelElement element, String search)
          Returns types with a given short name
static Collection Gui.getAvailableClasses(ModelElement element)
          Returns all classes which belong to the same project as a given member.
 void Figure.setElement(ModelElement element)
          Set the value of the model element.
 void Diagram.removeElement(ModelElement element)
          Removes the figure of an element.
 boolean Diagram.contains(ModelElement element)
          Tells if the diagram contains a figure that represents the given model element.
 void ConfigItem.setModelElement(ModelElement modelElement)
           
 

Constructors in org.objectweb.jac.ide with parameters of type ModelElement
GenericFigure(ModelElement element, Point corner)
           
GenericFigure(ModelElement element)
           
Figure(ModelElement element)
           
 

Uses of ModelElement in org.objectweb.jac.ide.diagrams
 

Methods in org.objectweb.jac.ide.diagrams that return ModelElement
 ModelElement ModelElementFigure.getSubstance()
          Returns the model element associated with this figure.
 ModelElement MethodFigure.getSubstance()
          Get the value of substance.
abstract  ModelElement MemberFigure.getSubstance()
           
 ModelElement LinkFigure.getSubstance()
          Get the value of substance.
 ModelElement InstanceFigure.getSubstance()
          Get the value of substance.
 ModelElement GenericObjectFigure.getSubstance()
          Get the value of substance.
 ModelElement FieldFigure.getSubstance()
           
 ModelElement ClassFigure.getSubstance()
           
 ModelElement AttachedTextFigure.getSubstance()
           
 

Methods in org.objectweb.jac.ide.diagrams with parameters of type ModelElement
protected  void PointcutLinkCreationTool.createRelation(Class source, ModelElement target)
           
 ModelElementFigure DiagramView.findFigure(CH.ifa.draw.framework.Drawing drawing, ModelElement element)
          Find the figure of a given model element.
 CH.ifa.draw.framework.Figure DiagramView.findElement(ModelElement element)
          Find the figure of a given ModelElement