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

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

Uses of TypedElement in org.objectweb.jac.ide
 

Subclasses of TypedElement in org.objectweb.jac.ide
 class AspectMethod
           
 class Constructor
           
 class Field
           
 class FieldMethod
          Base class for Getter and Setter.
 class Getter
          Getter method for a field.
 class Instance
           
 class Member
          A member item of a class such as a field or a method.
 class Method
           
 class Parameter
           
 class Setter
           
 

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

Methods in org.objectweb.jac.ide.diagrams with parameters of type TypedElement
 CH.ifa.draw.framework.Figure DiagramView.findElement(TypedElement te)
          Find the figure of a given TypedElement
 

Uses of TypedElement in org.objectweb.jac.ide.swing
 

Constructors in org.objectweb.jac.ide.swing with parameters of type TypedElement
FieldNameEditor(TypedElement substance, FieldItem field)