Uses of Class
com.xxrjun.components.uml.UMLObject
Packages that use UMLObject
Package
Description
-
Uses of UMLObject in com.xxrjun.components
Methods in com.xxrjun.components that return UMLObjectMethods in com.xxrjun.components that return types with arguments of type UMLObjectModifier and TypeMethodDescriptionCanvas.getSelectedObjects()
Gets selected objects.Canvas.getUMLObjects()
Gets uml objects.Methods in com.xxrjun.components with parameters of type UMLObjectModifier and TypeMethodDescriptionvoid
Canvas.addSelectedObject
(UMLObject umlObject) Add selected object.void
Canvas.addUMLObject
(UMLObject umlObject) Add uml object.void
Canvas.removeSelectedObject
(UMLObject umlObject) Remove selected object.void
Canvas.removeUMLObject
(UMLObject umlObject) Remove uml object.void
Canvas.setSelection
(UMLObject selection) Sets selection.Method parameters in com.xxrjun.components with type arguments of type UMLObjectModifier and TypeMethodDescriptionvoid
Canvas.setSelectedObjects
(List<UMLObject> selectedObjects) Sets selected objects. -
Uses of UMLObject in com.xxrjun.components.uml
Subclasses of UMLObject in com.xxrjun.components.umlMethods in com.xxrjun.components.uml that return UMLObjectMethods in com.xxrjun.components.uml that return types with arguments of type UMLObjectMethods in com.xxrjun.components.uml with parameters of type UMLObjectModifier and TypeMethodDescriptionvoid
UMLGroup.addGroupMember
(UMLObject umlObject) Add group member. -
Uses of UMLObject in com.xxrjun.components.uml.basics
Subclasses of UMLObject in com.xxrjun.components.uml.basicsModifier and TypeClassDescriptionclass
The type Class basic object.class
The type Uml basic object.class
The type Use case basic object. -
Uses of UMLObject in com.xxrjun.components.uml.connectionlines
Subclasses of UMLObject in com.xxrjun.components.uml.connectionlinesModifier and TypeClassDescriptionclass
The type Association line.class
The type Composition line.class
The type Generalization line.class
The type Uml connection line.