Class ProjectOptions.ValidationRulesProperty
- java.lang.Object
-
- com.nomagic.magicdraw.properties.Property
-
- com.nomagic.magicdraw.properties.ListProperty
-
- com.nomagic.magicdraw.properties.ElementListProperty
-
- com.nomagic.magicdraw.core.options.ProjectOptions.ValidationRulesProperty
-
- All Implemented Interfaces:
com.nomagic.magicdraw.properties.ElementFilterProperty
,PropertyVisitorAcceptor
,java.lang.Cloneable
- Enclosing class:
- ProjectOptions
private static class ProjectOptions.ValidationRulesProperty extends ElementListProperty
-
-
Field Summary
-
Fields inherited from class com.nomagic.magicdraw.properties.Property
DEFAULT_PROPERTY_RESOURCE_PROVIDER, EDITABLE, NULL, NULL_ID_PROPERTY_RESOURCE_PROVIDER, UNDEFINED, VALUE
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ValidationRulesProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.CellEditor
createCellEditor(com.nomagic.magicdraw.properties.ui.jideui.RendererEditorFactory factory)
Returns the cell editor which edits this property in swing table.-
Methods inherited from class com.nomagic.magicdraw.properties.ElementListProperty
accept, clone, firePropertyChange, getClassType, getDisplayableTypes, getElements, getElementsIDs, getOriginalValue, getSelectableRestrictedElements, getSelectableTypes, getStereotype, getValue, getValueStringRepresentation, isContainment, isOrdered, setContainment, setDisplayableTypes, setOrdered, setProject, setPropertyData, setSelectableRestrictedElements, setSelectableTypes, setValue
-
Methods inherited from class com.nomagic.magicdraw.properties.Property
_getValue, _isFrozen, _setFrozen, _setValue, addPropertyChangeListener, addSource, addSources, areValuesEqual, checkFrozen, checkFrozen, createTableCellRenderer, equals, generateDefaultDescriptionID, getAdditionalProperties, getAdditionalProperty, getDescription, getDescriptionID, getFirstElementFromSources, getGroup, getID, getIntroductoryVersion, getName, getNonEditableReason, getProjectFromSourcesOrActive, getPureDescription, getResourceProvider, getResourceProviderID, getSourceAsElement, getSources, getSourcesAsStream, getUndefinedString, getUndefinedString, hashCode, isEditable, isUndefinedState, isValueCompatible, removePropertyChangeListener, setAdditionalProperties, setAdditionalProperty, setDescription, setDescriptionID, setEditable, setGroup, setID, setIntroductoryVersion, setNonEditableReason, setResourceProvider, setResourceProviderID, setSources, setUndefinedState, toString
-
-
-
-
Method Detail
-
createCellEditor
public javax.swing.CellEditor createCellEditor(com.nomagic.magicdraw.properties.ui.jideui.RendererEditorFactory factory)
Description copied from class:Property
Returns the cell editor which edits this property in swing table.- Overrides:
createCellEditor
in classProperty
- Parameters:
factory
- factory- Returns:
- null here.
-
-