Package com.nomagic.magicdraw.properties
package com.nomagic.magicdraw.properties
This package provides properties used MagicDraw.
Every property has two major attributes
– id and value. Property has value of type java.lang.Object
.
Every specific property has value of specific type. For example value
of BooleanProperty
is java.lang.Boolean
, value of String
property is
java.lang.String
.
Property ID identifies specific
property in the properties set. Every property has specific editorComponentComponentComponent
for editing value of the property. For example BooleanProperty
is
edited with
javax.swing.JCheckBox component
, ChoiceProperty
with
javax.swing.JComboBox
, StringProperty
with javax.swing.JTextField
.
-
ClassDescriptionExtracted more common class for Choice editingThe property for storing and editing boolean value.The property selecting some value from a list of possible values or entering a new String value.
ClassPathEntriesListProperty
represents a property for storing and editing entries of the classpath.The property for storing and editing some Color value.The resource provider which takes resources from MagicDraw resources manager.Property for selecting a list of Elements of given type.Property for selecting Element of given type.Property manager which can be specified by another property manager.The property for storing and editing somejava.io.File
value.The property for storing and editing somejava.awt.Font
value.The property for storing and editing some entry of jar files.The property for storing and editing a class name of a JDBC driver.ListProperty
represents a property for storing and editing entries of the list.The property for storing and editing somejava.util.Locale
value.The property for storing and editing some number value in Double, Float or Int formats.The property for storingjava.awt.print.PageFormat
value.The property for storing and editing some password(as string).This class represents some property with some value.This is a set of the property id used in MagicDraw application.This class is used for managing of the set of the properties.Property manager which can be specified by diagram type.Property manager which is specified by stereotype.This is a pool of the properties.The interface for resource provider.Visitor for all types of properties, property managers, styles and etc used in MagicDraw application.The interface for object that can be visited withPropertyVisitor
.An abstract adapter class for property visiting.The property for storing and editing some String value.Style stores and manages a set ofPropertyManagers
.Style manager stores and manages a set of Styles.Listener for style events.Property for selecting ModelElement of given type.