|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.jupe.editors.classdiagram.model.nodes | |
---|---|
org.jupe.editors.classdiagram.model | Provides all classes and interfaces for our internal model of class diagrams. |
org.jupe.editors.classdiagram.model.commands | Provides commands for the model. |
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.connections | Provides classes for the connection elements in the classdiagram model. |
org.jupe.editors.classdiagram.model.nodes | Provides classes for the node elements in the classdiagram model. |
org.jupe.editors.classdiagram.model.validators | Contains validator classes that derive from org.eclipse.jface.viewers.ICellEditorValidator. |
Classes in org.jupe.editors.classdiagram.model.nodes used by org.jupe.editors.classdiagram.model | |
---|---|
NodeModelElement
NodeModelElement is an abstract class for all possible nodes in the model: package, classes etc. |
Classes in org.jupe.editors.classdiagram.model.nodes used by org.jupe.editors.classdiagram.model.commands | |
---|---|
NodeModelElement
NodeModelElement is an abstract class for all possible nodes in the model: package, classes etc. |
Classes in org.jupe.editors.classdiagram.model.nodes used by org.jupe.editors.classdiagram.model.commands.directedit | |
---|---|
AttributeElement
Model element that represents an attribute of a class or interface. |
|
ClassElement
Element to represent a Class in an ClassDiagramElement. |
|
CommentElement
ModelElement that represents a comment. |
|
InterfaceElement
Element to represent an Interface in an ClassDiagramElement. |
|
MethodElement
Model element that represents a method of a class or interface. |
|
ObjectElement
Element to represent an object (an instance of a class) in an class diagram. |
|
PackageElement
Class that'll be used to represent a Package in a Class diagram. |
|
SlotElement
|
Classes in org.jupe.editors.classdiagram.model.nodes used by org.jupe.editors.classdiagram.model.connections | |
---|---|
AbstractClassInterfaceElement
Helper class that contains equal code for ClassElement and
InterfaceElement . |
|
ClassElement
Element to represent a Class in an ClassDiagramElement. |
|
InterfaceElement
Element to represent an Interface in an ClassDiagramElement. |
|
NodeModelElement
NodeModelElement is an abstract class for all possible nodes in the model: package, classes etc. |
Classes in org.jupe.editors.classdiagram.model.nodes used by org.jupe.editors.classdiagram.model.nodes | |
---|---|
AbstractClassInterfaceElement
Helper class that contains equal code for ClassElement and
InterfaceElement . |
|
AttributeElement
Model element that represents an attribute of a class or interface. |
|
MethodElement
Model element that represents a method of a class or interface. |
|
NodeModelElement
NodeModelElement is an abstract class for all possible nodes in the model: package, classes etc. |
Classes in org.jupe.editors.classdiagram.model.nodes used by org.jupe.editors.classdiagram.model.validators | |
---|---|
AttributeElement
Model element that represents an attribute of a class or interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |