Serialized Form
-
Package com.nomagic.actions
-
Class com.nomagic.actions.ActionsCategory extends NMAction implements Serializable
-
Serialized Fields
-
actions
java.util.List<NMAction> actions
The list of contained actions. -
displayHeader
boolean displayHeader
-
nested
boolean nested
Flag indicates that children of this action are nested elements. When representing this action as menu, nested action means new sub menu. Not nested means group(usually separated by some menu separator). -
useActionForDisable
boolean useActionForDisable
If true, menus of this category will be enabled if category is enabled. If false, menus of this category will be disabled if all children are disabled event if category itself is enabled.
-
-
-
Class com.nomagic.actions.ActionsCommandBarCreator.FontFaceCellRenderer extends javax.swing.plaf.basic.BasicComboBoxRenderer implements Serializable
-
Serialized Fields
-
cache
java.util.Map<java.lang.Object,java.lang.Object[]> cache
-
-
-
Class com.nomagic.actions.ActionsCommandBarCreator.ListComboBox extends com.nomagic.magicdraw.ui.toolbar.ToolbarComboBox<java.lang.Object> implements Serializable
-
Serialized Fields
-
mActionLocked
boolean mActionLocked
-
-
-
Class com.nomagic.actions.ActionsMenuCreator.CustomJMenuItem extends javax.swing.JMenuItem implements Serializable
-
Serialized Fields
-
listener
java.beans.PropertyChangeListener listener
-
-
-
Class com.nomagic.actions.ColorChooseAction extends NMAction implements Serializable
-
Serialized Fields
-
mMoreLabel
java.lang.String mMoreLabel
Text of 'Select More Colors' label in some UI presentation. -
mNoFillAvailable
boolean mNoFillAvailable
Can this action choose 'no fill' property? -
mNoFillLabel
java.lang.String mNoFillLabel
Text of 'No fill' choice label in some UI presentation. -
mRecentColors
java.awt.Color[] mRecentColors
Recent colors
-
-
-
Class com.nomagic.actions.MenuAction extends ActionsCategory implements Serializable
-
Class com.nomagic.actions.MenuComponentFactory.FactoryJMenu extends javax.swing.JMenu implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
listener
java.lang.ref.WeakReference<javax.swing.event.PopupMenuListener> listener
Deprecated.
-
-
Class com.nomagic.actions.MultiTargetActionWrapper extends NMAction implements Serializable
-
Serialized Fields
-
mAction
com.nomagic.actions.MultiTargetAction<T extends java.lang.Object> mAction
Deprecated. -
mTargets
java.util.Collection<T extends java.lang.Object> mTargets
Deprecated.
-
-
-
Class com.nomagic.actions.NewMultipleDiagramsAction extends com.nomagic.magicdraw.uml.actions.NewDiagramAction implements Serializable
-
Serialized Fields
-
mProvider
ModelElementsProvider mProvider
Deprecated.
-
-
-
Class com.nomagic.actions.NMAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
support
com.nomagic.utils.ExtendedPropertyChangeSupport support
Property change support. This support allows adding/removing property change listeners of this action. -
weakSupport
com.nomagic.utils.WeakExtendedPropertyChangeSupport weakSupport
Property change support for weak property change listeners This support allows adding/removing property change listeners of this action.
-
-
-
Class com.nomagic.actions.NMStateAction extends NMAction implements Serializable
-
Class com.nomagic.actions.SelectionItem extends NMStateAction implements Serializable
-
Serialized Fields
-
propertyName
java.lang.String propertyName
Property name of event which will be fired when this action will be executed. -
value
java.lang.Object value
New value for PropertyChangeEvent which will be fired when action will be executed.
-
-
-
Class com.nomagic.actions.SelectionStateItem extends NMStateAction implements Serializable
-
Serialized Fields
-
propertyName
java.lang.String propertyName
Property name of PropertyChangeEvent which will be fired when this action will be executed. -
value
java.lang.Object value
New value of PropertyChangeEvent which will be fired when action will be executed.
-
-
-
Class com.nomagic.actions.SelectItemAction extends ActionsCategory implements Serializable
-
Serialized Fields
-
changeable
boolean changeable
Flag indicates if list is editable - new item can be added to list from UI. -
mDisplayAsComboBox
boolean mDisplayAsComboBox
Display as combo box if possible -
mShowActionName
boolean mShowActionName
Show action name if possible in UI. -
valueName
java.lang.String valueName
Value name which will be fired when another item from list is selected.
-
-
-
Class com.nomagic.actions.SetFontAction extends ActionsCategory implements Serializable
-
Serialized Fields
-
mDiagram
java.lang.ref.WeakReference<DiagramPresentationElement> mDiagram
The diagram for this action. -
mSetFontFaceAction
SetFontFaceAction mSetFontFaceAction
The action for choosing font face. -
mSetFontSizeAction
SetFontSizeAction mSetFontSizeAction
The action for choosing font size.
-
-
-
Class com.nomagic.actions.SetFontFaceAction extends SelectItemAction implements Serializable
-
Class com.nomagic.actions.SetFontSizeAction extends SelectItemAction implements Serializable
-
-
Package com.nomagic.awt
-
Class com.nomagic.awt.ColorLabel extends com.nomagic.magicdraw.ui.zoom.ZoomableLabel implements Serializable
-
Serialized Fields
-
colorfulText
java.lang.String colorfulText
Deprecated. -
mColorIndex
java.util.List<com.nomagic.awt.ColorLabel.ColorData> mColorIndex
Deprecated.
-
-
-
Class com.nomagic.awt.ColorLabelTableCellRenderer extends com.nomagic.awt.ColorLabel implements Serializable
-
Serialized Fields
-
unselectedBackground
java.awt.Color unselectedBackground
Deprecated. -
unselectedForeground
java.awt.Color unselectedForeground
Deprecated.
-
-
-
Class com.nomagic.awt.ColorPallet extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
colors
java.awt.Color[] colors
Deprecated. -
moreButton
javax.swing.JButton moreButton
Deprecated. -
noFillButton
javax.swing.JButton noFillButton
Deprecated.
-
-
-
Class com.nomagic.awt.CustomTreeCellEditor.DefaultTextField extends javax.swing.JTextField implements Serializable
-
Serialized Fields
-
border
javax.swing.border.Border border
Deprecated.
-
-
-
Class com.nomagic.awt.CustomTreeCellEditor.EditorContainer extends java.awt.Container implements Serializable
-
Class com.nomagic.awt.DraggableNMTree extends com.nomagic.awt.NMTree implements Serializable
-
Class com.nomagic.awt.ExtendedList extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
list
javax.swing.JList<E extends java.lang.Object> list
Deprecated. -
scrollPane
javax.swing.JScrollPane scrollPane
Deprecated.
-
-
-
Class com.nomagic.awt.ExtendedListModel extends javax.swing.AbstractListModel<E extends java.lang.Object> implements Serializable
-
Serialized Fields
-
delegate
java.util.ArrayList<E extends java.lang.Object> delegate
Deprecated.
-
-
-
Class com.nomagic.awt.FocusablePanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
mFocusable
boolean mFocusable
Deprecated. -
mFocusableComponent
java.awt.Component mFocusableComponent
Deprecated.
-
-
-
Class com.nomagic.awt.FocusTextArea extends javax.swing.JTextArea implements Serializable
-
Class com.nomagic.awt.HelpChangeSupport extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.lang.ClassNotFoundException, java.io.IOException
Deprecated.- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-
Serialized Fields
-
listeners
java.util.Vector listeners
Deprecated. -
source
java.lang.Object source
Deprecated.
-
-
-
Class com.nomagic.awt.HelpEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
mHelp
java.lang.String mHelp
Deprecated.
-
-
-
Class com.nomagic.awt.HiDpiZoomObject extends com.nomagic.awt.ZoomObject implements Serializable
-
Class com.nomagic.awt.HighlightListCellRenderer extends com.nomagic.awt.StyledColorLabelListCellRenderer implements Serializable
-
Serialized Fields
-
highlightStringSupplier
java.util.function.Supplier<java.lang.String> highlightStringSupplier
Deprecated.
-
-
-
Class com.nomagic.awt.HighlightTableCellRenderer extends com.nomagic.awt.StyledColorLabelTableCellRenderer implements Serializable
-
Serialized Fields
-
fontStyle
int fontStyle
Deprecated. -
highlightStringSupplier
java.util.function.Supplier<java.lang.String> highlightStringSupplier
Deprecated.
-
-
-
Class com.nomagic.awt.HighlightTreeCellRenderer extends com.nomagic.awt.StyledColorLabelTreeCellRenderer implements Serializable
-
Serialized Fields
-
highlightStringSupplier
java.util.function.Supplier<java.lang.String> highlightStringSupplier
Deprecated.
-
-
-
Class com.nomagic.awt.LanguageChoiceTableCellRenderer extends com.nomagic.awt.StyledColorLabelTableCellRenderer implements Serializable
-
Class com.nomagic.awt.ListModelMapper extends javax.swing.AbstractListModel<E extends java.lang.Object> implements Serializable
-
Serialized Fields
-
mModel
javax.swing.ListModel<E extends java.lang.Object> mModel
Deprecated.
-
-
-
Class com.nomagic.awt.MultiCheckBoxMenuItem extends javax.swing.JCheckBoxMenuItem implements Serializable
-
Serialized Fields
-
distinguish
boolean distinguish
Deprecated. -
mOldColor
java.awt.Color mOldColor
Deprecated.
-
-
-
Class com.nomagic.awt.MultiLineLabelListRenderer extends com.nomagic.ui.MultiLineLabel implements Serializable
-
Class com.nomagic.awt.NMActionButton extends NMPopupButton implements Serializable
-
Serialized Fields
-
mAction
NMAction mAction
The action of this button.
-
-
-
Class com.nomagic.awt.NMActionJideButton extends NMJideButton implements Serializable
-
Serialized Fields
-
iconProvider
com.nomagic.awt.ActionIconProvider iconProvider
Provides icon for this button. -
mAction
NMAction mAction
The action of this button. -
mShowText
boolean mShowText
-
-
-
Class com.nomagic.awt.NMCheckbox extends javax.swing.JCheckBox implements Serializable
-
Serialized Fields
-
mNotSelectedText
java.lang.String mNotSelectedText
Deprecated. -
mSelectedText
java.lang.String mSelectedText
Deprecated.
-
-
-
Class com.nomagic.awt.NMComboBoxEditor.EditorTextField extends com.nomagic.magicdraw.ui.zoom.ZoomableTextField implements Serializable
-
Class com.nomagic.awt.NMJideButton extends com.jidesoft.swing.JideButton implements Serializable
-
Serialized Fields
-
mChangeListener
javax.swing.event.ChangeListener mChangeListener
-
mServant
com.nomagic.awt.NMJideButtonServant mServant
-
toolTipLocationProvider
java.util.function.BiFunction<NMJideButton,java.awt.event.MouseEvent,java.awt.Point> toolTipLocationProvider
-
-
-
Class com.nomagic.awt.NMJideSplitButton extends com.jidesoft.swing.JideSplitButton implements Serializable
-
Serialized Fields
-
mHelpListeners
java.util.ArrayList<com.nomagic.awt.HelpListener> mHelpListeners
Deprecated. -
mShortcuts
java.util.List<javax.swing.KeyStroke> mShortcuts
Deprecated. -
mTimer
javax.swing.Timer mTimer
Deprecated.
-
-
-
Class com.nomagic.awt.NMJideToggleButton extends com.jidesoft.swing.JideToggleButton implements Serializable
-
Serialized Fields
-
mServant
com.nomagic.awt.NMJideButtonServant mServant
Deprecated.
-
-
-
Class com.nomagic.awt.NMJideToggleSplitButton extends com.jidesoft.swing.JideToggleSplitButton implements Serializable
-
Serialized Fields
-
mHelpListeners
java.util.ArrayList<com.nomagic.awt.HelpListener> mHelpListeners
Deprecated. -
mShortcuts
java.util.List mShortcuts
Deprecated. -
mTimer
javax.swing.Timer mTimer
Deprecated.
-
-
-
Class com.nomagic.awt.NMListModel extends javax.swing.AbstractListModel<T extends java.lang.Object> implements Serializable
-
Serialized Fields
-
delegate
java.util.ArrayList<T extends java.lang.Object> delegate
Deprecated.
-
-
-
Class com.nomagic.awt.NMPopupButton extends javax.swing.JButton implements Serializable
-
Serialized Fields
-
mHelpListeners
java.util.Vector mHelpListeners
HelpListeners of this button. -
mShortcuts
java.util.List mShortcuts
The shortcut for button activation -
mTimer
javax.swing.Timer mTimer
Timer for press (show action on right click)
-
-
-
Class com.nomagic.awt.NMPopupToggleButton extends javax.swing.JToggleButton implements Serializable
-
Serialized Fields
-
mHelpListeners
java.util.Vector mHelpListeners
Deprecated. -
mShortcuts
java.util.List mShortcuts
Deprecated. -
mTimer
javax.swing.Timer mTimer
Deprecated. -
mUseSwingUI
boolean mUseSwingUI
Deprecated.
-
-
-
Class com.nomagic.awt.NMStateActionButton extends com.nomagic.awt.NMPopupToggleButton implements Serializable
-
Serialized Fields
-
mAction
java.lang.ref.WeakReference<NMStateAction> mAction
Deprecated.
-
-
-
Class com.nomagic.awt.NMStateActionJideButton extends com.nomagic.awt.NMJideToggleButton implements Serializable
-
Serialized Fields
-
iconProvider
com.nomagic.awt.ActionIconProvider iconProvider
Deprecated. -
mAction
java.lang.ref.WeakReference<NMStateAction> mAction
Deprecated. -
mShowText
boolean mShowText
Deprecated.
-
-
-
Class com.nomagic.awt.NMStatusLine extends com.nomagic.awt.StyledColorLabel implements Serializable
-
Serialized Fields
-
mDefaultText
java.lang.String mDefaultText
Deprecated.
-
-
-
Class com.nomagic.awt.NMToolbar extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
downButton
NMPopupButton downButton
Deprecated. -
downRightPosition
int downRightPosition
Deprecated. -
leftButton
NMPopupButton leftButton
Deprecated. -
mLastSize
java.awt.Dimension mLastSize
Deprecated. -
mType
boolean mType
Deprecated. -
rightButton
NMPopupButton rightButton
Deprecated. -
start
int start
Deprecated. -
upButton
NMPopupButton upButton
Deprecated. -
upLeftPosition
int upLeftPosition
Deprecated.
-
-
-
Class com.nomagic.awt.NMToolbarSpace extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
mDimension
int mDimension
Deprecated. -
mSpace
int mSpace
Deprecated. -
mType
boolean mType
Deprecated.
-
-
-
Class com.nomagic.awt.NMTree extends javax.swing.JTree implements Serializable
-
Serialized Fields
-
loadingImageIcon
javax.swing.ImageIcon loadingImageIcon
Deprecated. -
mIgnoreRequestFocusCount
int mIgnoreRequestFocusCount
Deprecated. -
tip
com.jidesoft.tooltip.TreeExpandedTip tip
Deprecated.
-
-
-
Class com.nomagic.awt.NMURLEditorPanel extends java.awt.Panel implements Serializable
-
Serialized Fields
-
browseButton
java.awt.Button browseButton
Deprecated. -
createAsResource
java.awt.Checkbox createAsResource
Deprecated. -
createFromToolkit
java.awt.Checkbox createFromToolkit
Deprecated. -
propertySupport
java.beans.PropertyChangeSupport propertySupport
Deprecated. -
t
java.awt.TextField t
Deprecated. -
text
java.lang.String text
Deprecated.
-
-
-
Class com.nomagic.awt.ScrollingCaption extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
mBackgroundImage
java.awt.Image mBackgroundImage
Deprecated. -
mCaption
java.lang.String[] mCaption
Deprecated. -
mHeight
int mHeight
Deprecated. -
mScrollDirection
int mScrollDirection
Deprecated. -
mScrollUnit
int mScrollUnit
Deprecated. -
mSleepTime
int mSleepTime
Deprecated. -
mStartSleepTime
int mStartSleepTime
Deprecated. -
mWidth
int mWidth
Deprecated.
-
-
-
Class com.nomagic.awt.SortableListModel extends com.nomagic.awt.ListModelMapper<E extends java.lang.Object> implements Serializable
-
Serialized Fields
-
mComparator
com.nomagic.awt.SortableListModel.MapperComparator<E extends java.lang.Object> mComparator
Deprecated. -
mMappers
com.nomagic.awt.SortableListModel.Mapper<E extends java.lang.Object>[] mMappers
Deprecated. -
mSortingOrder
com.nomagic.awt.SortableListModel.SortingOrder mSortingOrder
Deprecated.
-
-
-
Class com.nomagic.awt.StyledColorLabel extends com.jidesoft.swing.StyledLabel implements Serializable
-
Serialized Fields
-
implementation
com.nomagic.magicdraw.ui.zoom.ZoomableLabelImplementation implementation
Deprecated.
-
-
-
Class com.nomagic.awt.StyledColorLabelListCellRenderer extends com.jidesoft.list.StyledListCellRenderer implements Serializable
-
Serialized Fields
-
ignoreColorSettingsIfNoBackground
boolean ignoreColorSettingsIfNoBackground
Deprecated. -
implementation
com.nomagic.magicdraw.ui.zoom.ZoomableLabelImplementation implementation
Deprecated.
-
-
-
Class com.nomagic.awt.StyledColorLabelTableCellRenderer extends com.jidesoft.grid.StyledTableCellRenderer implements Serializable
-
Serialized Fields
-
implementation
com.nomagic.magicdraw.ui.zoom.ZoomableLabelImplementation implementation
Deprecated.
-
-
-
Class com.nomagic.awt.StyledColorLabelTreeCellRenderer extends com.jidesoft.tree.StyledTreeCellRenderer implements Serializable
-
Serialized Fields
-
ignoreColorSettingsIfNoBackground
boolean ignoreColorSettingsIfNoBackground
Deprecated. -
implementation
com.nomagic.magicdraw.ui.zoom.ZoomableLabelImplementation implementation
Deprecated.
-
-
-
Class com.nomagic.awt.ZoomObject extends java.lang.Object implements Serializable
-
Serialized Fields
-
changeSupport
java.util.Collection<javax.swing.event.ChangeListener> changeSupport
Deprecated. -
maxZoom
float maxZoom
Deprecated. -
minZoom
float minZoom
Deprecated. -
zoomFactor
float zoomFactor
Deprecated. -
zoomStep
float zoomStep
Deprecated.
-
-
-
-
Package com.nomagic.ci.persistence
-
Class com.nomagic.ci.persistence.DisconnectedException extends com.nomagic.ci.persistence.PersistenceRuntimeException implements Serializable
- serialVersionUID:
- -6492585680791540528L
-
Class com.nomagic.ci.persistence.IllegalObjectStateException extends com.nomagic.ci.persistence.PersistenceException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
illegalState
com.nomagic.ci.persistence.IllegalObjectStateException.IllegalState illegalState
-
object
org.eclipse.emf.ecore.EObject object
-
-
Class com.nomagic.ci.persistence.LockAcquisitionException extends com.nomagic.ci.persistence.PersistenceException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
failedLocks
java.util.Collection<?> failedLocks
-
-
Class com.nomagic.ci.persistence.PersistenceException extends java.lang.Exception implements Serializable
-
Class com.nomagic.ci.persistence.PersistenceRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -2839299507044688163L
-
Class com.nomagic.ci.persistence.ProjectAllocationException extends com.nomagic.ci.persistence.PersistenceException implements Serializable
-
Class com.nomagic.ci.persistence.ProjectConfigurationException extends java.lang.RuntimeException implements Serializable
-
-
Package com.nomagic.ci.persistence.decomposition
-
Package com.nomagic.ci.persistence.spi.decomposition
-
Class com.nomagic.ci.persistence.spi.decomposition.IllegalProjectRelationshipException extends com.nomagic.ci.persistence.PersistenceException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attachmentConfiguration
AbstractProjectAttachmentConfiguration attachmentConfiguration
-
illegalRelationship
com.nomagic.ci.persistence.spi.decomposition.IllegalProjectRelationshipException.IllegalRelationship illegalRelationship
-
sourceProject
IProject sourceProject
-
targetProject
IProject targetProject
-
-
-
Package com.nomagic.ci.persistence.versioning
-
Package com.nomagic.diagramtable
-
Class com.nomagic.diagramtable.DiagramTableButtonWithIconPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
button
javax.swing.AbstractButton button
Deprecated. -
iconLabel
javax.swing.JLabel iconLabel
Deprecated. -
resetIcon
javax.swing.Icon resetIcon
Deprecated. -
tableButtonWithIconUpdater
com.nomagic.diagramtableimpl.DiagramTableButtonWithIconUpdater tableButtonWithIconUpdater
Deprecated. -
textField
javax.swing.JTextField textField
Deprecated.
-
-
-
Class com.nomagic.diagramtable.TableUpperComponent extends javax.swing.JPanel implements Serializable
-
-
Package com.nomagic.generictable
-
Class com.nomagic.generictable.GenericUpperComponent extends com.nomagic.diagramtable.TableUpperComponent implements Serializable
-
Serialized Fields
-
actionsManager
ActionsManager actionsManager
Deprecated. -
browsePanel
com.nomagic.magicdraw.ui.WhiteBrowsePanel browsePanel
Deprecated. -
components
java.util.List<java.awt.Component> components
Deprecated. -
elementTypePanel
javax.swing.JPanel elementTypePanel
Deprecated. -
filter
TypeFilter filter
Deprecated. -
filterPanel
javax.swing.JPanel filterPanel
Deprecated. -
multiScope
boolean multiScope
Deprecated. -
rowElementTypeField
javax.swing.JTextField rowElementTypeField
Deprecated. -
scopeField
com.nomagic.generictable.ui.GenericTableScopePanel scopeField
Deprecated. -
scopePanel
javax.swing.JPanel scopePanel
Deprecated. -
showingStateTracker
com.nomagic.generictable.GenericUpperComponent.ComponentShowingStateTracker showingStateTracker
Deprecated. -
sizingPanel
javax.swing.JPanel sizingPanel
Deprecated. -
supplier
java.util.function.Supplier<java.lang.String> supplier
Deprecated. -
table
com.nomagic.diagramtable.Table table
Deprecated.
-
-
-
Class com.nomagic.generictable.TableElementTypesBrowsePanel extends com.nomagic.magicdraw.ui.WhiteBrowsePanel implements Serializable
-
Serialized Fields
-
elementInfo
java.util.function.Supplier<com.nomagic.magicdraw.ui.dialogs.ElementFilterInfo> elementInfo
Deprecated. -
table
com.nomagic.diagramtable.Table table
Deprecated.
-
-
-
-
Package com.nomagic.license.flexlm
-
Class com.nomagic.license.flexlm.TimeType extends com.sun.jna.IntegerType implements Serializable
-
-
Package com.nomagic.magicdraw.actions
-
Class com.nomagic.magicdraw.actions.AbstractPopupMenuButtonAction extends MDActionsCategory implements Serializable
-
Class com.nomagic.magicdraw.actions.ApplyFilterAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.actions.DetermineModulesStatusAction extends NMAction implements Serializable
- serialVersionUID:
- 2069602433557709406L
-
Class com.nomagic.magicdraw.actions.DetermineModuleStatusBrowserAction extends com.nomagic.magicdraw.persistence.partitioning.actions.ModuleBrowserAction implements Serializable
- serialVersionUID:
- 3453320532178807763L
-
Class com.nomagic.magicdraw.actions.DiagramInnerToolbarConfiguration extends MDActionsCategory implements Serializable
-
Serialized Fields
-
mExpandByDefault
boolean mExpandByDefault
-
-
-
Class com.nomagic.magicdraw.actions.DialogActionsCategory extends MDActionsCategory implements Serializable
-
Serialized Fields
-
displayMode
com.nomagic.magicdraw.actions.DialogActionsCategory.DisplayMode displayMode
Deprecated. -
popupMenuLocationProvider
com.nomagic.magicdraw.actions.DialogActionsCategory.PopupMenuLocationProvider popupMenuLocationProvider
Deprecated. -
representAsItemInMenu
boolean representAsItemInMenu
Deprecated. -
showSelectionForSingleAction
boolean showSelectionForSingleAction
Deprecated.
-
-
-
Class com.nomagic.magicdraw.actions.EnvironmentBooleanPropertyAction extends NMStateAction implements Serializable
-
Serialized Fields
-
action
PropertyAction action
Deprecated. -
actionUpdaterByPropertyAction
com.nomagic.magicdraw.actions.ActionUpdaterByPropertyAction actionUpdaterByPropertyAction
Deprecated. -
stateFalseValue
java.lang.Object stateFalseValue
Deprecated. -
stateTrueValue
java.lang.Object stateTrueValue
Deprecated.
-
-
-
Class com.nomagic.magicdraw.actions.EnvironmentChoicePropertyAction extends com.nomagic.magicdraw.actions.AbstractPopupMenuButtonAction implements Serializable
-
Serialized Fields
-
action
PropertyAction action
Deprecated. -
actionUpdaterByPropertyAction
com.nomagic.magicdraw.actions.ActionUpdaterByPropertyAction actionUpdaterByPropertyAction
Deprecated.
-
-
-
Class com.nomagic.magicdraw.actions.EnvironmentPropertyAction extends PropertyAction implements Serializable
-
Class com.nomagic.magicdraw.actions.EnvironmentPropertyChangeSupportAction extends com.nomagic.magicdraw.actions.EnvironmentPropertyAction implements Serializable
-
Serialized Fields
-
listener
com.nomagic.magicdraw.actions.EnvironmentPropertyChangeSupportAction.ModeEnvironmentChangeListener listener
Deprecated.
-
-
-
Class com.nomagic.magicdraw.actions.GroupSelectionModeAction extends com.nomagic.magicdraw.ui.actions.BaseDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.actions.LazyDialogActionsCategory extends com.nomagic.magicdraw.actions.DialogActionsCategory implements Serializable
-
Serialized Fields
-
actionsCreated
boolean actionsCreated
Deprecated. -
configurators
java.util.List<AMConfigurator> configurators
Deprecated. -
locationInTool
LocationInTool locationInTool
Deprecated.
-
-
-
Class com.nomagic.magicdraw.actions.LimitedLazyDialogActionsCategory extends com.nomagic.magicdraw.actions.LazyDialogActionsCategory implements Serializable
-
Serialized Fields
-
actionsCut
boolean actionsCut
Deprecated.
-
-
-
Class com.nomagic.magicdraw.actions.LimitedLazyDialogActionsCategory.SingleCategoryShowDialogForActions extends com.nomagic.magicdraw.ui.actions.ShowDialogForActions implements Serializable
-
Class com.nomagic.magicdraw.actions.LoadNotLoadedModulesAction extends NMAction implements Serializable
-
Class com.nomagic.magicdraw.actions.MDAction extends NMAction implements Serializable
-
Serialized Fields
-
useShortcutSchema
boolean useShortcutSchema
-
-
-
Class com.nomagic.magicdraw.actions.MDActionsCategory extends ActionsCategory implements Serializable
-
Serialized Fields
-
useShortcutSchema
boolean useShortcutSchema
-
-
-
Class com.nomagic.magicdraw.actions.MDMenuAction extends MenuAction implements Serializable
-
Class com.nomagic.magicdraw.actions.MDStateAction extends NMStateAction implements Serializable
-
Serialized Fields
-
useShortcutSchema
boolean useShortcutSchema
-
-
-
Class com.nomagic.magicdraw.actions.NextMatchAction extends com.nomagic.magicdraw.actions.AbstractNavigationAction implements Serializable
-
Class com.nomagic.magicdraw.actions.PreviousMatchAction extends com.nomagic.magicdraw.actions.AbstractNavigationAction implements Serializable
-
Class com.nomagic.magicdraw.actions.PropertyAction extends MDAction implements Serializable
-
Serialized Fields
-
id
java.lang.String id
-
manager
PropertyManager manager
-
myChangeSupport
java.beans.PropertyChangeSupport myChangeSupport
-
newValue
java.lang.Object newValue
New value of property.
-
-
-
Class com.nomagic.magicdraw.actions.ShowNotLoadedModulesAction extends NMAction implements Serializable
-
Class com.nomagic.magicdraw.actions.SwitchToTreeAction extends MDAction implements Serializable
-
-
Package com.nomagic.magicdraw.annotation
-
Class com.nomagic.magicdraw.annotation.AbstractPostExecuteActionWrapper extends NMAction implements Serializable
-
Serialized Fields
-
action
NMAction action
Deprecated. -
executor
com.nomagic.magicdraw.annotation.PostActionExecutor executor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.annotation.AnnotationManipulatorAction extends DiagramContextToolbarAction implements Serializable
-
Serialized Fields
-
annotations
java.util.Collection<Annotation> annotations
Deprecated.
-
-
-
Class com.nomagic.magicdraw.annotation.HiddenAnnotationManipulatorAction extends DiagramContextToolbarAction implements Serializable
-
Serialized Fields
-
annotations
java.util.List<Annotation> annotations
Deprecated.
-
-
-
Class com.nomagic.magicdraw.annotation.PostExecuteActionWrapper extends com.nomagic.magicdraw.annotation.AbstractPostExecuteActionWrapper implements Serializable
-
Class com.nomagic.magicdraw.annotation.PostExecuteAnnotationActionWrapper extends com.nomagic.magicdraw.annotation.AbstractPostExecuteActionWrapper implements Serializable
-
Class com.nomagic.magicdraw.annotation.SolverAction extends NMAction implements Serializable
-
Serialized Fields
-
annotation
Annotation annotation
Deprecated. -
annotations
java.util.Collection<Annotation> annotations
Deprecated. -
constraint
Constraint constraint
Deprecated. -
solved
boolean solved
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.autoid
-
Package com.nomagic.magicdraw.automaton
-
Class com.nomagic.magicdraw.automaton.AddShortcutActionAction extends MDAction implements Serializable
- serialVersionUID:
- -1950923948324943817L
-
Class com.nomagic.magicdraw.automaton.AutomatonRunScriptAction extends MDAction implements Serializable
- serialVersionUID:
- -1950923948324943817L
-
Class com.nomagic.magicdraw.automaton.EngineDescriptor extends java.lang.Object implements Serializable
- serialVersionUID:
- 6482912465933775663L
-
Serialized Fields
-
mAliases
java.util.ArrayList<java.lang.String> mAliases
Deprecated. -
mExtensions
java.util.ArrayList<java.lang.String> mExtensions
Deprecated. -
mJars
java.util.ArrayList<java.net.URI> mJars
Deprecated. -
mName
java.lang.String mName
Deprecated.
-
-
Class com.nomagic.magicdraw.automaton.ListEditor extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -7213824568957814762L
-
Serialized Fields
-
jButton1
javax.swing.JButton jButton1
-
jDialog1
javax.swing.JDialog jDialog1
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
jTextArea1
javax.swing.JTextArea jTextArea1
-
jTextField1
javax.swing.JTextField jTextField1
-
-
Class com.nomagic.magicdraw.automaton.RunScriptByContent extends MDAction implements Serializable
- serialVersionUID:
- 6665001444978501265L
-
Class com.nomagic.magicdraw.automaton.RunScriptByName extends MDAction implements Serializable
- serialVersionUID:
- 6665001444978501265L
-
Class com.nomagic.magicdraw.automaton.ShortcutPanelTest extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- -2899300899548944464L
-
Serialized Fields
-
shortcutPanel1
com.nomagic.magicdraw.automaton.internal.ui.ShortcutPanel shortcutPanel1
-
-
Class com.nomagic.magicdraw.automaton.SimpleOKCancelDialog extends javax.swing.JDialog implements Serializable
- serialVersionUID:
- 5541671732815240111L
-
Serialized Fields
-
buttonPanel
javax.swing.JPanel buttonPanel
-
cancelB
javax.swing.JButton cancelB
-
mainPane
javax.swing.JPanel mainPane
-
okB
javax.swing.JButton okB
-
-
Class com.nomagic.magicdraw.automaton.TestScriptConfigurationPanel extends com.nomagic.magicdraw.automaton.SimpleOKCancelDialog implements Serializable
- serialVersionUID:
- 2786857488915016484L
-
Serialized Fields
-
confPanel
com.nomagic.magicdraw.automaton.internal.ui.ScriptConfigurationPanel confPanel
-
-
Class com.nomagic.magicdraw.automaton.TestScriptManagementPanel extends com.nomagic.magicdraw.automaton.SimpleOKCancelDialog implements Serializable
- serialVersionUID:
- 7986251379717250152L
-
Serialized Fields
-
managementPanel
com.nomagic.magicdraw.automaton.internal.ui.ScriptManagementPanel managementPanel
-
-
Class com.nomagic.magicdraw.automaton.TestTokenMarker extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 7882435501398288781L
-
Serialized Fields
-
codeEditor1
com.jidesoft.editor.CodeEditor codeEditor1
-
-
Class com.nomagic.magicdraw.automaton.VerySimpleAction extends MDAction implements Serializable
- serialVersionUID:
- -4886611518543920955L
-
-
Package com.nomagic.magicdraw.core
-
Class com.nomagic.magicdraw.core.MDCounter extends Counter implements Serializable
-
Serialized Fields
-
generator
com.nomagic.utils.IDGenerator generator
Deprecated.
-
-
-
Class com.nomagic.magicdraw.core.NotificationLogNode extends java.lang.Object implements Serializable
- serialVersionUID:
- 4005868996064220021L
-
Serialized Fields
-
mCallbacks
java.util.Map<java.lang.String,java.lang.Runnable> mCallbacks
Deprecated. -
mHyperlinkedText
java.lang.String mHyperlinkedText
Deprecated. -
mIsHyperlinkedMessage
boolean mIsHyperlinkedMessage
Deprecated. -
mNotification
Notification mNotification
Deprecated. -
mNotificationDate
java.lang.String mNotificationDate
Deprecated. -
mProjectID
java.lang.String mProjectID
Deprecated. -
uniqueID
long uniqueID
Deprecated.
-
-
Class com.nomagic.magicdraw.core.NotificationWindowIndicator extends NMJideButton implements Serializable
-
Class com.nomagic.magicdraw.core.ShellUIDImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 685995771109516264L
-
Serialized Fields
-
mSystemUser
java.lang.String mSystemUser
Deprecated.
-
-
-
Package com.nomagic.magicdraw.core.modules
-
Class com.nomagic.magicdraw.core.modules.ModulesService.ModuleHasElementWithSameIDAsInPrimaryException extends java.lang.RuntimeException implements Serializable
-
Class com.nomagic.magicdraw.core.modules.ModulesService.ModuleHasOrphanProxiesException extends java.lang.Exception implements Serializable
-
Class com.nomagic.magicdraw.core.modules.ModulesService.UsedViaReadOnlyAutomaticUsageException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
offendingUsages
com.nomagic.ci.persistence.spi.decomposition.AttachmentSet offendingUsages
-
-
Class com.nomagic.magicdraw.core.modules.ReadOnlyModuleException extends java.lang.Exception implements Serializable
-
Class com.nomagic.magicdraw.core.modules.SkipModuleException extends java.io.IOException implements Serializable
-
Serialized Fields
-
skippedByUser
boolean skippedByUser
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.core.options
-
Class com.nomagic.magicdraw.core.options.ProjectOptions extends ElementImpl implements Serializable
-
Serialized Fields
-
commonProjectOptions
com.nomagic.magicdraw.core.project.options.CommonProjectOptions commonProjectOptions
-
project
Project project
-
secretKey
byte[] secretKey
-
userProjectOptions
com.nomagic.magicdraw.core.project.options.UserProjectOptions userProjectOptions
-
-
-
Class com.nomagic.magicdraw.core.options.SortedProperties extends java.util.Properties implements Serializable
-
-
Package com.nomagic.magicdraw.core.project
-
Class com.nomagic.magicdraw.core.project.ProjectClosedException extends java.lang.RuntimeException implements Serializable
-
-
Package com.nomagic.magicdraw.core.proxy
-
Package com.nomagic.magicdraw.dependencymatrix.datamodel
-
Class com.nomagic.magicdraw.dependencymatrix.datamodel.ElementNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable
-
Serialized Fields
-
elementNodeIDProvider
com.nomagic.magicdraw.dependencymatrix.datamodel.grouping.ScopeElementNodeIDProvider elementNodeIDProvider
-
expanded
boolean expanded
-
hashCode
int hashCode
-
indexes
java.util.Map<Element,java.lang.Integer> indexes
-
nodeID
java.lang.String nodeID
-
original
ElementNode original
-
real
boolean real
Shows if this element belongs to the model. Tree can have two types of nodes: which belongs to the model, and those who are only group parents. Some group elements can belong to the model too (e.g. Package element can be either group parent or model element)
-
-
-
-
Package com.nomagic.magicdraw.dependencymatrix.datamodel.editing
-
Class com.nomagic.magicdraw.dependencymatrix.datamodel.editing.DeleteAllValuesAction extends com.nomagic.magicdraw.dependencymatrix.datamodel.editing.MultiEditValueAction implements Serializable
-
Class com.nomagic.magicdraw.dependencymatrix.datamodel.editing.DeleteRelationAction extends MDAction implements Serializable
-
Serialized Fields
-
mElementsToDelete
java.util.List<Element> mElementsToDelete
Deprecated.
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.datamodel.editing.EditValueAction extends NMAction implements Serializable
-
Serialized Fields
-
descriptor
com.nomagic.magicdraw.derivedproperty.SubsetPropertyDescriptor descriptor
Deprecated. -
direction
DependencyDirection direction
Deprecated. -
elementNode
ElementNode elementNode
Deprecated. -
settings
PersistenceManager settings
Deprecated. -
value
ElementNode value
Deprecated.
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.datamodel.editing.MultiEditValueAction extends NMAction implements Serializable
-
Serialized Fields
-
actions
java.util.Collection<? extends NMAction> actions
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.dependencymatrix.ui
-
Class com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixBodyPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
aboveMatrixPanel
javax.swing.JPanel aboveMatrixPanel
Deprecated. -
legend
com.nomagic.magicdraw.legend.ui.panel.LegendPanel legend
Deprecated. -
legendContainer
javax.swing.JPanel legendContainer
Deprecated. -
legendLocation
MatrixSettings.LegendLocation legendLocation
Deprecated. -
matrix
com.nomagic.magicdraw.dependencymatrix.DependencyMatrix matrix
Deprecated. -
matrixMouseListener
com.nomagic.magicdraw.dependencymatrix.ui.menu.MatrixMouseListener matrixMouseListener
Deprecated. -
messageLabel
javax.swing.JLabel messageLabel
Deprecated. -
mMatrixFocusListener
com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixBodyPanel.MatrixFocusListener mMatrixFocusListener
Deprecated. -
mModel
com.nomagic.magicdraw.dependencymatrix.ui.table.DependencyMatrixViewModel mModel
Deprecated. -
mTableCellRenderer
javax.swing.table.TableCellRenderer mTableCellRenderer
Deprecated. -
overlay
com.nomagic.magicdraw.ui.DiagramSurfacePaintingComponent overlay
Deprecated. -
tableModelListener
javax.swing.event.TableModelListener tableModelListener
Deprecated. -
tableScrollPane
com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixBodyPanel.DependencyMatrixPane tableScrollPane
Deprecated. -
zoomFactor
float zoomFactor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixBodyPanel.DependencyMatrixPane extends com.jidesoft.grid.TableScrollPane implements Serializable
-
Serialized Fields
-
mainTable
com.nomagic.magicdraw.dependencymatrix.ui.table.DependencyMatrixMainTable mainTable
Deprecated. -
mHeadersResizeAdapter
com.nomagic.magicdraw.dependencymatrix.ui.table.TwoHeadersResizeAdapter mHeadersResizeAdapter
Deprecated. -
treeTable
com.nomagic.magicdraw.dependencymatrix.ui.table.DependencyMatrixTreeTable treeTable
Deprecated.
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixDiagramWindowPanel extends com.nomagic.magicdraw.ui.AbstractNonSymbolDiagramWindowPanel implements Serializable
-
Serialized Fields
-
editActionExecutorsProvider
com.nomagic.magicdraw.ui.actions.EditActionExecutorsProvider editActionExecutorsProvider
Deprecated. -
matrixPanel
com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixPanel matrixPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixFilterPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
dependencyMatrix
com.nomagic.magicdraw.dependencymatrix.DependencyMatrix dependencyMatrix
Deprecated. -
mColumnElementTypeButton
javax.swing.AbstractButton mColumnElementTypeButton
Deprecated. -
mColumnElementTypeLabel
javax.swing.JLabel mColumnElementTypeLabel
Deprecated. -
mColumnElementTypeText
java.lang.String mColumnElementTypeText
Deprecated. -
mColumnScope
com.nomagic.magicdraw.ui.diagrams.scope.ScopeBrowsePanel mColumnScope
Deprecated. -
mColumnScopeLabel
javax.swing.JLabel mColumnScopeLabel
Deprecated. -
mColumnScopeText
java.lang.String mColumnScopeText
Deprecated. -
mColumnTypeLabeledTextField
com.jidesoft.swing.LabeledTextField mColumnTypeLabeledTextField
Deprecated. -
mDepCriteriaButton
javax.swing.AbstractButton mDepCriteriaButton
Deprecated. -
mDepCriteriaLabel
javax.swing.JLabel mDepCriteriaLabel
Deprecated. -
mDepCriteriaLabeledTextField
com.jidesoft.swing.LabeledTextField mDepCriteriaLabeledTextField
Deprecated. -
mDepCriteriaText
java.lang.String mDepCriteriaText
Deprecated. -
mDirectionBox
javax.swing.JComboBox<java.lang.String> mDirectionBox
Deprecated. -
mDirectionLabel
javax.swing.JLabel mDirectionLabel
Deprecated. -
mDirectionText
java.lang.String mDirectionText
Deprecated. -
mRowElementTypeButton
javax.swing.AbstractButton mRowElementTypeButton
Deprecated. -
mRowElementTypeLabel
javax.swing.JLabel mRowElementTypeLabel
Deprecated. -
mRowElementTypeText
java.lang.String mRowElementTypeText
Deprecated. -
mRowScope
com.nomagic.magicdraw.ui.diagrams.scope.ScopeBrowsePanel mRowScope
Deprecated. -
mRowScopeLabel
javax.swing.JLabel mRowScopeLabel
Deprecated. -
mRowScopeText
java.lang.String mRowScopeText
Deprecated. -
mRowTypeLabeledTextField
com.jidesoft.swing.LabeledTextField mRowTypeLabeledTextField
Deprecated. -
mShowElementsBox
javax.swing.JComboBox<java.lang.String> mShowElementsBox
Deprecated. -
mShowElementsLabel
javax.swing.JLabel mShowElementsLabel
Deprecated. -
mShowElementsText
java.lang.String mShowElementsText
Deprecated. -
optionPanel
javax.swing.JPanel optionPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixMainPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
descriptionPane
com.nomagic.magicdraw.dependencymatrix.ui.DescriptionAreaPane descriptionPane
Deprecated. -
filterBorderPanel
javax.swing.JPanel filterBorderPanel
Deprecated. -
filterPanel
com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixFilterPanel filterPanel
Deprecated. -
matrix
com.nomagic.magicdraw.dependencymatrix.DependencyMatrix matrix
Deprecated. -
matrixBodyPanel
com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixBodyPanel matrixBodyPanel
Deprecated. -
matrixUpdateListener
com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixMainPanel.MatrixUpdateListener matrixUpdateListener
Deprecated. -
notificationManager
com.nomagic.magicdraw.dependencymatrix.ui.MatrixRebuildNotificationManager notificationManager
Deprecated. -
rightSidePanel
javax.swing.JPanel rightSidePanel
Deprecated. -
topPanel
javax.swing.JPanel topPanel
Deprecated. -
topWrapperPanel
com.nomagic.magicdraw.ui.DiagramTopPanelWrapperPanel topWrapperPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixScopePanel extends com.nomagic.magicdraw.ui.diagrams.scope.ScopeWithQueryBrowsePanel implements Serializable
-
Serialized Fields
-
filterSettings
FilterSettings filterSettings
Deprecated. -
forRow
boolean forRow
Deprecated. -
persistenceManager
PersistenceManager persistenceManager
Deprecated.
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.ui.DescriptionAreaPane extends com.nomagic.magicdraw.ui.GuideSplitPane implements Serializable
-
-
Package com.nomagic.magicdraw.dependencymatrix.ui.table.renderer
-
Class com.nomagic.magicdraw.dependencymatrix.ui.table.renderer.ColumnTreeRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
-
Serialized Fields
-
actualCellRenderer
javax.swing.table.TableCellRenderer actualCellRenderer
Deprecated. -
cellRenderer
com.nomagic.magicdraw.dependencymatrix.ui.table.renderer.ColumnTreeRenderer.ColumnTreeCellRenderer cellRenderer
Deprecated. -
drawTree
boolean drawTree
Deprecated. -
preferredRowHeight
int preferredRowHeight
Deprecated.
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.ui.table.renderer.ColumnTreeRenderer.ColumnTreeCellRenderer extends com.jidesoft.grid.CellRendererPaneEx implements Serializable
-
Serialized Fields
-
column
int column
Deprecated. -
group
com.jidesoft.grid.TableColumnGroup group
Deprecated. -
indent
java.awt.Dimension indent
Deprecated. -
isRoot
boolean isRoot
Deprecated. -
node
ElementNode node
Deprecated. -
paintAdditionalColumn
boolean paintAdditionalColumn
Deprecated. -
paintTree
boolean paintTree
Deprecated. -
preferredRowHeight
int preferredRowHeight
Deprecated. -
table
com.jidesoft.grid.CategorizedTable table
Deprecated. -
tableHeader
com.nomagic.magicdraw.dependencymatrix.ui.table.grouping.GroupTableHeader tableHeader
Deprecated. -
verticalGroupText
boolean verticalGroupText
Deprecated.
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.ui.table.renderer.DependencyMatrixColumnRenderer extends com.nomagic.magicdraw.dependencymatrix.ui.table.renderer.DependencyMatrixElementTableCellRenderer implements Serializable
-
Serialized Fields
-
horizontalLabelUI
com.jidesoft.plaf.basic.BasicStyledLabelUI horizontalLabelUI
Deprecated. -
isTextVertical
boolean isTextVertical
Deprecated. -
verticalLabelUI
com.nomagic.awt.StyledLabelUI verticalLabelUI
Deprecated.
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.ui.table.renderer.DependencyMatrixElementTableCellRenderer extends com.nomagic.magicdraw.ui.ElementTableCellRenderer implements Serializable
-
Class com.nomagic.magicdraw.dependencymatrix.ui.table.renderer.ElementRowRenderer extends com.nomagic.magicdraw.dependencymatrix.ui.table.renderer.DependencyMatrixElementTableCellRenderer implements Serializable
-
Serialized Fields
-
mDisplayInnerDependencies
boolean mDisplayInnerDependencies
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.emf.impl
-
Class com.nomagic.magicdraw.emf.impl.BasicEStoreEList extends org.eclipse.emf.ecore.util.DelegatingEcoreEList.Dynamic<E> implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.nomagic.magicdraw.emfuml2xmi.v3.export.convert
-
Class com.nomagic.magicdraw.emfuml2xmi.v3.export.convert.Mof2EmfUml2MetaclassMap extends com.nomagic.magicdraw.emfuml2xmi.export.convert.Mof2EmfUml2MetaclassMapImpl implements Serializable
-
-
Package com.nomagic.magicdraw.emfuml2xmi.v3.imp0rt.convert
-
Class com.nomagic.magicdraw.emfuml2xmi.v3.imp0rt.convert.Emf2MofUml2MetaclassMap extends com.nomagic.magicdraw.emfuml2xmi.imp0rt.convert.Emf2MofUml2MetaclassMapImpl implements Serializable
-
-
Package com.nomagic.magicdraw.emfuml2xmi.v4.export.convert
-
Class com.nomagic.magicdraw.emfuml2xmi.v4.export.convert.Mof2EmfUml2MetaclassMap extends com.nomagic.magicdraw.emfuml2xmi.v4.export.convert.Mof2EmfUml2MetaclassMapImpl implements Serializable
-
Class com.nomagic.magicdraw.emfuml2xmi.v4.export.convert.Mof2EmfUml2MetaclassMapImpl extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable
-
-
Package com.nomagic.magicdraw.emfuml2xmi.v4.imp0rt
-
Package com.nomagic.magicdraw.emfuml2xmi.v4.imp0rt.convert
-
Class com.nomagic.magicdraw.emfuml2xmi.v4.imp0rt.convert.Emf2MofUml2MetaclassMap extends com.nomagic.magicdraw.emfuml2xmi.v4.imp0rt.Emf2MofUml2MetaclassMapImpl implements Serializable
-
-
Package com.nomagic.magicdraw.emfuml2xmi.v5.export.convert
-
Class com.nomagic.magicdraw.emfuml2xmi.v5.export.convert.Mof2EmfUml2MetaclassMap extends com.nomagic.magicdraw.emfuml2xmi.v5.export.convert.Mof2EmfUml2MetaclassMapImpl implements Serializable
-
Class com.nomagic.magicdraw.emfuml2xmi.v5.export.convert.Mof2EmfUml2MetaclassMapImpl extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable
-
-
Package com.nomagic.magicdraw.emfuml2xmi.v5.imp0rt
-
Package com.nomagic.magicdraw.emfuml2xmi.v5.imp0rt.convert
-
Class com.nomagic.magicdraw.emfuml2xmi.v5.imp0rt.convert.Emf2MofUml2MetaclassMap extends com.nomagic.magicdraw.emfuml2xmi.v5.imp0rt.Emf2MofUml2MetaclassMapImpl implements Serializable
-
-
Package com.nomagic.magicdraw.esi
-
Class com.nomagic.magicdraw.esi.BadPasswordException extends java.net.ConnectException implements Serializable
-
Class com.nomagic.magicdraw.esi.ConnectionFailedException extends java.net.ConnectException implements Serializable
-
Class com.nomagic.magicdraw.esi.InsufficientPermissionsException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -6943460446211440140L
-
Class com.nomagic.magicdraw.esi.InvalidLocalCacheDataException extends com.nomagic.ci.persistence.PersistenceRuntimeException implements Serializable
-
-
Package com.nomagic.magicdraw.esi.persistence.security
-
Class com.nomagic.magicdraw.esi.persistence.security.PermissionException extends java.lang.Exception implements Serializable
-
-
Package com.nomagic.magicdraw.esi.refactor.move
-
Class com.nomagic.magicdraw.esi.refactor.move.ElementLockedByOtherException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
element
Element element
-
user
java.lang.String user
-
-
Class com.nomagic.magicdraw.esi.refactor.move.ElementReadOnlyException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
element
Element element
-
-
-
Class com.nomagic.magicdraw.esi.refactor.move.ElementRemovedInUsedProjectException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
element
Element element
-
-
Class com.nomagic.magicdraw.esi.refactor.move.ElementsExistInUsedProjectException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
elements
java.util.Set<Element> elements
-
-
Class com.nomagic.magicdraw.esi.refactor.move.ModuleUsageLockedByOtherException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
moduleUsage
ModuleUsage moduleUsage
-
user
java.lang.String user
-
-
Class com.nomagic.magicdraw.esi.refactor.move.MovedElementRemovedOnServerException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
elementHumanName
java.lang.String elementHumanName
-
-
Class com.nomagic.magicdraw.esi.refactor.move.ProjectOpenedException extends java.lang.RuntimeException implements Serializable
-
Class com.nomagic.magicdraw.esi.refactor.move.RecoveredElementException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
element
Element element
Deprecated.
-
-
-
Class com.nomagic.magicdraw.esi.refactor.move.TargetPackagePermissionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attachedProject
IAttachedProject attachedProject
-
packageName
java.lang.String packageName
-
-
Class com.nomagic.magicdraw.esi.refactor.move.UsedProjectHasIncompatibleProfilesException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
projectProfileDowngradeNeeded
boolean projectProfileDowngradeNeeded
-
targetProject
IAttachedProject targetProject
-
-
-
Package com.nomagic.magicdraw.expressions.evaluation
-
Package com.nomagic.magicdraw.foundation.util
-
Class com.nomagic.magicdraw.foundation.util.OperationTimeoutException extends java.lang.RuntimeException implements Serializable
-
-
Package com.nomagic.magicdraw.hyperlinks
-
Class com.nomagic.magicdraw.hyperlinks.AddressHyperlinkEditor extends HyperlinkEditorPanel implements Serializable
-
Class com.nomagic.magicdraw.hyperlinks.ElementHyperlinkEditor extends HyperlinkEditorPanel implements Serializable
-
Serialized Fields
-
element
BaseElement element
Deprecated. -
linkAddressWarningLabel
javax.swing.JLabel linkAddressWarningLabel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.hyperlinks.FileHyperlinkEditor extends HyperlinkEditorPanel implements Serializable
-
-
Package com.nomagic.magicdraw.hyperlinks.ui
-
Class com.nomagic.magicdraw.hyperlinks.ui.HRefDlg extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
panel
com.nomagic.magicdraw.hyperlinks.ui.HRefPanel panel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.hyperlinks.ui.HRefPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
activeBox
javax.swing.JCheckBox activeBox
Deprecated. -
link
Hyperlink link
Deprecated. -
mEditorByComponent
java.util.Map<java.awt.Component,HyperlinkEditor> mEditorByComponent
Deprecated. -
mTabs
javax.swing.JTabbedPane mTabs
Deprecated.
-
-
-
Class com.nomagic.magicdraw.hyperlinks.ui.HyperlinkEditorPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mClearButton
javax.swing.JButton mClearButton
-
mFavorites
com.nomagic.awt.ExtendedList<Hyperlink> mFavorites
Favorites links. -
mHandler
HyperlinkHandler mHandler
-
mLinkAddress
com.nomagic.ui.FocusTextField mLinkAddress
Link address. -
mTitle
java.lang.String mTitle
-
-
-
Class com.nomagic.magicdraw.hyperlinks.ui.HyperlinkNode extends Node implements Serializable
-
Serialized Fields
-
hyperlink
Hyperlink hyperlink
Deprecated.
-
-
-
Class com.nomagic.magicdraw.hyperlinks.ui.HyperlinksNode extends com.nomagic.magicdraw.ui.browser.SyntheticNode<com.nomagic.magicdraw.hyperlinks.ui.HyperlinksNodeObject> implements Serializable
-
Class com.nomagic.magicdraw.hyperlinks.ui.LinkNamePanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
available
boolean available
Deprecated. -
linkNameField
javax.swing.JTextField linkNameField
Deprecated.
-
-
-
Class com.nomagic.magicdraw.hyperlinks.ui.LinkNameWrapper extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
component
javax.swing.JComponent component
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.magicreport.helper
-
Class com.nomagic.magicdraw.magicreport.helper.Configuration extends java.lang.Object implements Serializable
- serialVersionUID:
- 7642144611802780997L
-
Serialized Fields
-
configMap
java.util.Map<java.lang.Object,java.lang.Object> configMap
Deprecated. -
programMappingEditMap
java.util.Map<java.lang.String,java.util.List<java.lang.String>> programMappingEditMap
Deprecated. -
programMappingViewMap
java.util.Map<java.lang.String,java.util.List<java.lang.String>> programMappingViewMap
Deprecated. -
templateMappingList
java.util.List<com.nomagic.magicdraw.magicreport.helper.TemplateMapping> templateMappingList
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.helper.Hyperlink extends java.lang.Object implements Serializable
- serialVersionUID:
- 2878329499155538165L
-
Class com.nomagic.magicdraw.magicreport.helper.LauncherException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 6897887637066741037L
-
Class com.nomagic.magicdraw.magicreport.helper.Point extends java.lang.Object implements Serializable
- serialVersionUID:
- -5276940640259749850L
-
Serialized Fields
-
x
int x
Deprecated. -
y
int y
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.helper.Polygon extends java.awt.Polygon implements Serializable
- serialVersionUID:
- 4924087625102734058L
-
Serialized Fields
-
preferedShape
java.lang.String preferedShape
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.helper.PropertyNotFoundException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 6159910603614263893L
-
Serialized Fields
-
propertyName
java.lang.String propertyName
Deprecated. -
source
java.lang.Object source
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.helper.Rectangle extends java.awt.Rectangle implements Serializable
- serialVersionUID:
- 8388303799949040862L
-
Serialized Fields
-
x2
int x2
Deprecated. -
y2
int y2
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.helper.ReportHelper extends com.nomagic.magicreport.engine.Tool implements Serializable
- serialVersionUID:
- -3970413957314454564L
-
Serialized Fields
-
diagramDeltaPointMap
java.util.Map<DiagramPresentationElement,java.awt.Point> diagramDeltaPointMap
-
iconMap
java.util.Map<java.lang.String,com.nomagic.magicreport.Image> iconMap
-
imageMap
java.util.Map<java.lang.String,com.nomagic.magicreport.Image> imageMap
-
log
org.apache.logging.log4j.Logger log
-
-
Class com.nomagic.magicdraw.magicreport.helper.SlotProperty extends java.util.AbstractSet<java.lang.Object> implements Serializable
- serialVersionUID:
- 3400897247787610237L
-
Serialized Fields
-
slotPropertyMap
java.util.Map<java.lang.String,Slot> slotPropertyMap
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.helper.SlotPropertyEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 2426988320603342888L
-
Serialized Fields
-
name
java.lang.String name
Deprecated. -
value
java.lang.Object value
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.helper.Slots extends java.util.AbstractList<java.lang.Object> implements Serializable
- serialVersionUID:
- -1505098423236970370L
-
Serialized Fields
-
classifierMap
java.util.Map<Classifier,java.util.Set<Slot>> classifierMap
Deprecated. -
classifiers
java.util.List<Classifier> classifiers
Deprecated. -
slots
java.util.Collection<Slot> slots
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.helper.TagProperty extends java.util.AbstractSet<java.lang.Object> implements Serializable
- serialVersionUID:
- -8784157529425610656L
-
Serialized Fields
-
basePropertyNameList
java.util.List<java.lang.String> basePropertyNameList
Deprecated. -
propertyMap
java.util.Map<java.lang.String,Property> propertyMap
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.helper.TagPropertyEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 7776716092540760736L
-
Serialized Fields
-
name
java.lang.String name
Deprecated. -
value
java.lang.Object value
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.helper.Tags extends java.util.AbstractList<java.lang.Object> implements Serializable
- serialVersionUID:
- -2000246702765358057L
-
Serialized Fields
-
stereotypeList
java.util.List<Stereotype> stereotypeList
Deprecated.
-
-
-
Package com.nomagic.magicdraw.magicreport.tools
-
Class com.nomagic.magicdraw.magicreport.tools.ExportTool extends com.nomagic.magicreport.engine.ConcurrentTool implements Serializable
- serialVersionUID:
- 8700759809770135412L
-
Serialized Fields
-
blankFieldValue
java.lang.String blankFieldValue
Deprecated. -
DEFAULT_DPI
int DEFAULT_DPI
Deprecated. -
defaultOutputDirectory
java.io.File defaultOutputDirectory
Deprecated. -
elementComparator
java.util.Comparator<BaseElement> elementComparator
Deprecated. -
elementPropertiesMap
java.util.Map<java.lang.Class<?>,java.util.List<java.lang.String>[]> elementPropertiesMap
Deprecated. -
exportedElementSet
java.util.Set<java.lang.String> exportedElementSet
Deprecated. -
fileCount
int fileCount
Deprecated. -
globalEngine
com.nomagic.magicreport.engine.ITemplateEngine globalEngine
Deprecated. -
isRecursive
boolean isRecursive
Deprecated. -
nameComparator
java.util.Comparator<org.w3c.dom.Element> nameComparator
Deprecated. -
nodeComparator
java.util.Comparator<org.w3c.dom.Element> nodeComparator
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.tools.ExportTool2 extends com.nomagic.magicreport.engine.ConcurrentTool implements Serializable
- serialVersionUID:
- -4978189113393588315L
-
Serialized Fields
-
auxiliaryFilter
com.nomagic.magicdraw.ui.ElementFilter auxiliaryFilter
-
blankFieldValue
java.lang.String blankFieldValue
-
currentPercentage
int currentPercentage
-
defaultOutputDirectory
java.io.File defaultOutputDirectory
-
documentBuilder
javax.xml.parsers.DocumentBuilder documentBuilder
-
dummyULId
int dummyULId
-
elementComparator
java.util.Comparator<BaseElement> elementComparator
-
elementFileCount
long elementFileCount
-
elementScope
java.util.Collection<Element> elementScope
-
elementsToBeExport
java.util.Set<java.lang.String> elementsToBeExport
-
existingFilePaths
java.util.Set<java.lang.String> existingFilePaths
-
exportConfig
java.util.Map<java.lang.String,java.lang.Boolean> exportConfig
-
exportedDiagramSet
java.util.Set<Diagram> exportedDiagramSet
-
exportedIconSet
java.util.Set<java.lang.String> exportedIconSet
-
fileExportedCount
long fileExportedCount
-
filesToBeExportedCount
long filesToBeExportedCount
-
filter
com.nomagic.magicdraw.ui.ElementFilter filter
-
formatter
java.text.DecimalFormat formatter
-
globalEngine
com.nomagic.magicreport.engine.ITemplateEngine globalEngine
-
hexadecimalMap
java.util.Map<java.lang.String,java.lang.String> hexadecimalMap
-
htmlFormatter
com.nomagic.magicreport.format.HTMLFormatter htmlFormatter
-
imageScale
int imageScale
-
isRecursive
boolean isRecursive
-
isShowAuxiliary
boolean isShowAuxiliary
-
isSkipExportAll
boolean isSkipExportAll
-
nameComparator
java.util.Comparator<org.w3c.dom.Element> nameComparator
-
nodeComparator
java.util.Comparator<org.w3c.dom.Element> nodeComparator
-
packageScope
java.util.Collection<Package> packageScope
-
project
Project project
-
reflection
com.nomagic.uml2.ext.jmi.reflect.ModelReflection reflection
-
reportHelper
ReportHelper reportHelper
-
resourcesDir
java.io.File resourcesDir
-
skipProgressbar
java.lang.Boolean skipProgressbar
-
sorter
SorterTool sorter
-
task
com.nomagic.magicdraw.magicreport.ObserverTask task
-
transformer
javax.xml.transform.Transformer transformer
-
useHexadecimalName
java.lang.Boolean useHexadecimalName
-
-
Class com.nomagic.magicdraw.magicreport.tools.ProfilingTool extends com.nomagic.magicreport.engine.Tool implements Serializable
- serialVersionUID:
- -4390512802911709672L
-
Class com.nomagic.magicdraw.magicreport.tools.ProjectTool extends com.nomagic.magicreport.engine.Tool implements Serializable
- serialVersionUID:
- 5629580134988087647L
-
Class com.nomagic.magicdraw.magicreport.tools.ProjectVersion.ProjectVersionAscendingSort extends java.lang.Object implements Serializable
- serialVersionUID:
- 7999310752339173679L
-
Class com.nomagic.magicdraw.magicreport.tools.ProjectVersion.ProjectVersionDescendingSort extends java.lang.Object implements Serializable
- serialVersionUID:
- 2454511745774718385L
-
Class com.nomagic.magicdraw.magicreport.tools.ReportFileTool extends com.nomagic.magicreport.engine.tools.FileTool implements Serializable
- serialVersionUID:
- -5065664404689872737L
-
Serialized Fields
-
engine
com.nomagic.magicreport.engine.ITemplateEngine engine
-
-
Class com.nomagic.magicdraw.magicreport.tools.SorterTool extends com.nomagic.magicreport.engine.tools.SortTool implements Serializable
- serialVersionUID:
- -8238978308500612926L
-
Serialized Fields
-
blankValue
java.lang.String blankValue
-
-
Class com.nomagic.magicdraw.magicreport.tools.TemplateTool extends com.nomagic.magicreport.engine.tools.TemplateTool implements Serializable
- serialVersionUID:
- 3283647901165786726L
-
Serialized Fields
-
category
java.lang.String category
-
description
java.lang.String description
-
reportBean
com.nomagic.magicdraw.magicreport.ui.bean.ReportBean reportBean
-
reportDataVariableMap
java.util.Map<java.lang.String,java.lang.Object> reportDataVariableMap
-
selectedReportData
java.lang.String selectedReportData
-
-
-
Package com.nomagic.magicdraw.merge
-
Class com.nomagic.magicdraw.merge.IncompatibleModuleUsageException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ancestorUsage
ModuleUsage ancestorUsage
Deprecated. -
errorType
com.nomagic.magicdraw.merge.IncompatibleModuleUsageException.ErrorType errorType
Deprecated. -
targetUsage
ModuleUsage targetUsage
Deprecated.
-
-
Class com.nomagic.magicdraw.merge.ProjectCompareAction extends MDAction implements Serializable
-
Serialized Fields
-
dialog
com.nomagic.magicdraw.merge.impl.ui.dialogs.CompareOptionsDialog dialog
Deprecated. -
targetUri
java.net.URI targetUri
Deprecated.
-
-
-
Class com.nomagic.magicdraw.merge.RemoteProjectMergeAction extends com.nomagic.magicdraw.merge.MergeAction implements Serializable
-
-
Package com.nomagic.magicdraw.modeltransformations
-
Class com.nomagic.magicdraw.modeltransformations.ModelTransformationsWizard extends com.nomagic.ui.wizard.ElementSelectionWizardDlg implements Serializable
-
Serialized Fields
-
controller
com.nomagic.magicdraw.modeltransformations.ModelTransformationsWizardController controller
Deprecated. -
data
ModelTransformationsWizardInformation data
Deprecated. -
panels
com.nomagic.ui.wizard.WizardPanel[] panels
Deprecated.
-
-
-
Class com.nomagic.magicdraw.modeltransformations.MTSelectUpdateTransformationDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
info
ModelTransformationInfo info
Deprecated. -
tools
com.nomagic.awt.ExtendedList tools
Deprecated.
-
-
-
Class com.nomagic.magicdraw.modeltransformations.MTSyncDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
sync
boolean sync
Deprecated.
-
-
-
Class com.nomagic.magicdraw.modeltransformations.SelectDestinationPanel extends com.nomagic.magicdraw.ui.dialogs.wizards.AbstractSelectPanel implements Serializable
-
Serialized Fields
-
data
ModelTransformationsWizardInformation data
Deprecated. -
displayWarningTransformationInPlace
boolean displayWarningTransformationInPlace
Deprecated. -
panel
javax.swing.JPanel panel
Deprecated. -
selectionPanel
com.nomagic.magicdraw.ui.dialogs.wizards.ElementOwnerSelectionPanel selectionPanel
Deprecated. -
transformationInPlace
javax.swing.JRadioButton transformationInPlace
Deprecated. -
transformationPackage
javax.swing.JRadioButton transformationPackage
Deprecated.
-
-
-
Class com.nomagic.magicdraw.modeltransformations.SelectSourcePanel extends com.nomagic.magicdraw.ui.dialogs.wizards.AbstractElementsSelectionWizardPanel<ModelTransformationsWizardInformation,com.nomagic.magicdraw.modeltransformations.ModelTransformationsWizardController> implements Serializable
-
Serialized Fields
-
lastTargetDestination
Package lastTargetDestination
Deprecated. -
lastVisibleClasses
java.util.Collection<java.lang.Class> lastVisibleClasses
Deprecated. -
updateSelectionOfChildren
boolean updateSelectionOfChildren
Deprecated.
-
-
-
Class com.nomagic.magicdraw.modeltransformations.SelectTransformationDetailsPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mData
ModelTransformationsWizardInformation mData
Model Transformations Wizard Information -
mManager
PropertyManager mManager
Property manager -
mModified
boolean mModified
Is modified -
mPropertyChangeListener
java.beans.PropertyChangeListener mPropertyChangeListener
Property Change Listener -
mPropertyPanel
com.nomagic.magicdraw.properties.ui.jideui.JIDEPropertyPanel mPropertyPanel
Property panel -
mReset
javax.swing.JButton mReset
RESET button
-
-
-
Class com.nomagic.magicdraw.modeltransformations.SelectTransformationTypePanel extends com.nomagic.magicdraw.ui.dialogs.wizards.AbstractSelectPanel implements Serializable
-
Serialized Fields
-
descriptionPane
javax.swing.JEditorPane descriptionPane
Deprecated. -
descriptionPaneScrollPane
javax.swing.JScrollPane descriptionPaneScrollPane
Deprecated. -
emptyDescriptionPanel
ExtendedPanel emptyDescriptionPanel
Deprecated. -
transformations
com.nomagic.awt.ExtendedList<ModelTransformationInfo> transformations
Deprecated. -
updateOnInvokeLater
java.lang.Runnable updateOnInvokeLater
Deprecated. -
wizardController
com.nomagic.magicdraw.modeltransformations.ModelTransformationsWizardController wizardController
Deprecated. -
wizardInformation
ModelTransformationsWizardInformation wizardInformation
Deprecated.
-
-
-
Class com.nomagic.magicdraw.modeltransformations.SelectTypeMappingsPanel extends com.nomagic.magicdraw.ui.dialogs.wizards.AbstractSelectPanel implements Serializable
-
Serialized Fields
-
controller
com.nomagic.magicdraw.modeltransformations.ModelTransformationsWizardController controller
Deprecated. -
data
ModelTransformationsWizardInformation data
Deprecated. -
descriptionBrowser
javax.swing.JEditorPane descriptionBrowser
Deprecated. -
profileToUse
javax.swing.JComboBox<java.lang.Object> profileToUse
Deprecated. -
reverseMode
javax.swing.JCheckBox reverseMode
Deprecated. -
selectionListener
java.awt.event.ActionListener selectionListener
Deprecated. -
typeTable
com.jidesoft.grid.SortableTable typeTable
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.openapi.uml
-
Class com.nomagic.magicdraw.openapi.uml.ReadOnlyElementException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
mElement
BaseElement mElement
The read only element.
-
-
-
-
Package com.nomagic.magicdraw.pathvariables
-
Class com.nomagic.magicdraw.pathvariables.PathVariableNotFoundException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
mVariableName
java.lang.String mVariableName
Deprecated.
-
-
-
Class com.nomagic.magicdraw.pathvariables.RecursivePathVariableException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
pathTrace
java.util.List<java.lang.String> pathTrace
-
-
-
-
Package com.nomagic.magicdraw.persistence.xmi.load.model.utils
-
Package com.nomagic.magicdraw.plugins
-
Class com.nomagic.magicdraw.plugins.ExpiredFeatureDlg extends com.nomagic.magicdraw.ui.dialogs.URLButtonDlg implements Serializable
-
Class com.nomagic.magicdraw.plugins.FirstTimePluginEvaluationDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mMultiListPanel
com.nomagic.magicdraw.ui.dialogs.MultiListPanel mMultiListPanel
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.rebranding
-
Class com.nomagic.magicdraw.rebranding.SwitchBetweenPluginsActionCategory extends ActionsCategory implements Serializable
-
Class com.nomagic.magicdraw.rebranding.SwitchToPluginAction extends MDStateAction implements Serializable
-
Serialized Fields
-
mAdditionalActivity
java.util.function.Consumer<com.nomagic.magicdraw.rebranding.SwitchablePlugin> mAdditionalActivity
Deprecated. -
mConfirmation
java.util.function.BiFunction<com.nomagic.magicdraw.rebranding.SwitchablePlugin,com.nomagic.magicdraw.rebranding.SwitchablePlugin,java.lang.Boolean> mConfirmation
Deprecated. -
mInstallationFile
java.io.File mInstallationFile
Deprecated. -
mOtherInstallActions
java.util.Collection<com.nomagic.magicdraw.rebranding.SwitchToPluginAction> mOtherInstallActions
Deprecated. -
mPlugin
com.nomagic.magicdraw.rebranding.SwitchablePlugin mPlugin
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.teamwork2
-
Class com.nomagic.magicdraw.teamwork2.NotAuthorizedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.teamwork2.ProjectCommitService.ReadOnlyProject extends java.lang.RuntimeException implements Serializable
-
Class com.nomagic.magicdraw.teamwork2.ProjectNotFoundException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
projectID
java.lang.String projectID
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.RemoteProjectInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
author
java.lang.String author
Deprecated. -
hasSharedPackages
boolean hasSharedPackages
Deprecated. -
id
java.lang.String id
Deprecated. -
location
java.lang.String location
Deprecated. -
name
java.lang.String name
Deprecated. -
qualifiedName
java.lang.String qualifiedName
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ServerHasNewerVersionException extends com.nomagic.ci.persistence.PersistenceException implements Serializable
-
-
Package com.nomagic.magicdraw.teamwork2.esi
-
Class com.nomagic.magicdraw.teamwork2.esi.CategoryInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
id
java.util.UUID id
-
name
java.lang.String name
-
nested
java.util.Set<java.util.UUID> nested
-
parentID
java.util.UUID parentID
-
-
-
-
Package com.nomagic.magicdraw.teamwork2.esi.protect
-
Class com.nomagic.magicdraw.teamwork2.esi.protect.InvalidPasswordException extends com.nomagic.magicdraw.teamwork2.esi.protect.PasswordProtectException implements Serializable
-
Class com.nomagic.magicdraw.teamwork2.esi.protect.PasswordProtectException extends java.lang.Exception implements Serializable
-
-
Package com.nomagic.magicdraw.teamwork2.local2remote
-
Class com.nomagic.magicdraw.teamwork2.local2remote.CannotResolveException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
mArguments
java.util.List<java.lang.String> mArguments
Deprecated. -
mNotFormattedMessage
java.lang.String mNotFormattedMessage
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.local2remote.ProjectNameExistsOnServerException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
projectName
java.lang.String projectName
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.teamwork2.locks
-
Class com.nomagic.magicdraw.teamwork2.locks.ElementLockAcquisitionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
element
Element element
-
-
Class com.nomagic.magicdraw.teamwork2.locks.ElementLockAcquisitionExceptionWithProjectInfo extends ElementLockAcquisitionException implements Serializable
-
Serialized Fields
-
branchName
java.lang.String branchName
Deprecated. -
projectName
java.lang.String projectName
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.locks.LockedByOtherUserException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
modulesLockedByOtherUserInfo
java.util.Map<java.lang.String,java.lang.String> modulesLockedByOtherUserInfo
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.locks.ModuleUsageLockAcquisitionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
moduleUsage
ModuleUsage moduleUsage
-
-
Class com.nomagic.magicdraw.teamwork2.locks.ModuleUsageLockAcquisitionExceptionWithProjectInfo extends ModuleUsageLockAcquisitionException implements Serializable
-
Serialized Fields
-
branchName
java.lang.String branchName
Deprecated. -
projectName
java.lang.String projectName
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.locks.OptionsLockAcquisitionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
options
java.lang.String options
-
-
Class com.nomagic.magicdraw.teamwork2.locks.OptionsLockAcquisitionExceptionWithProjectInfo extends OptionsLockAcquisitionException implements Serializable
-
Serialized Fields
-
branchName
java.lang.String branchName
Deprecated. -
projectName
java.lang.String projectName
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.teamwork2.ui
-
Class com.nomagic.magicdraw.teamwork2.ui.AbstractBranchColumnRendererWithButton extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
button
javax.swing.JButton button
Deprecated. -
cellEditor
javax.swing.CellEditor cellEditor
Deprecated. -
panelLabelRenderer
javax.swing.JLabel panelLabelRenderer
Deprecated. -
panelTable
javax.swing.JTable panelTable
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.AbstractPasswordDialog extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Class com.nomagic.magicdraw.teamwork2.ui.AbstractPasswordPanel extends ExtendedPanel implements Serializable
-
Class com.nomagic.magicdraw.teamwork2.ui.BaseESIDlg extends com.nomagic.ui.LazySimpleBaseDialog implements Serializable
-
Serialized Fields
-
mRepositoryListener
java.beans.PropertyChangeListener mRepositoryListener
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.BaseESIProjectSelectionDlg extends com.nomagic.magicdraw.teamwork2.ui.BaseESIDlg implements Serializable
-
Class com.nomagic.magicdraw.teamwork2.ui.BaseManageServerProjectPanel extends com.nomagic.ui.LazyInitializationPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mProjectList
java.util.function.Supplier<com.nomagic.magicdraw.teamwork2.ui.ProjectsPanel> mProjectList
Deprecated. -
mProjectLists
java.util.List<com.nomagic.magicdraw.teamwork2.ui.ProjectsPanel> mProjectLists
Deprecated. -
mTabbedPane
com.nomagic.ui.CustomJideTabbedPane mTabbedPane
Deprecated. -
offlineProjectsInformationAppender
com.nomagic.magicdraw.teamwork2.ui.OfflineProjectsInformationAppender offlineProjectsInformationAppender
Deprecated.
-
-
Class com.nomagic.magicdraw.teamwork2.ui.BrowserDialog extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
authURL
java.lang.String authURL
Deprecated. -
browser
com.teamdev.jxbrowser.browser.Browser browser
Deprecated. -
browserPanel
com.nomagic.ui.LazyInitializationPanel browserPanel
Deprecated. -
browserView
com.teamdev.jxbrowser.view.swing.BrowserView browserView
Deprecated. -
errors
java.util.Collection<java.lang.String> errors
Deprecated. -
loginDialog
com.nomagic.magicdraw.teamwork2.ui.TeamworkLoginDialog loginDialog
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ChangePasswordDlg extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
mGeneralPanel
com.nomagic.magicdraw.teamwork2.ui.GeneralChangePasswordPanel mGeneralPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.CheckoutReverseElementsDlg extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
mGeneralPanel
com.nomagic.magicdraw.teamwork2.ui.CheckoutReverseElementsPanel mGeneralPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.CheckoutReverseElementsPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mClearAllButton
javax.swing.JButton mClearAllButton
Deprecated. -
mData
java.util.Map mData
Deprecated. -
mDisabledRows
java.util.List mDisabledRows
Deprecated. -
mElementsTable
javax.swing.JTable mElementsTable
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.CommitChangesDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mKeepLocksStrategy
com.nomagic.magicdraw.teamwork2.ui.dialogs.KeepLocksStrategy mKeepLocksStrategy
Deprecated. -
mMainPanel
com.nomagic.magicdraw.teamwork2.ui.CommitChangesPanel mMainPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.CommitChangesPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
infoLabel
javax.swing.JLabel infoLabel
Deprecated. -
mDefaultOverlayable
com.jidesoft.swing.DefaultOverlayable mDefaultOverlayable
Deprecated. -
mDefaultOverlayableSaveLocally
com.jidesoft.swing.DefaultOverlayable mDefaultOverlayableSaveLocally
Deprecated. -
mOptionsCheckbox
javax.swing.JCheckBox mOptionsCheckbox
Deprecated. -
mPreviousComment
NMJideButton mPreviousComment
Deprecated. -
mSaveProjectLocally
javax.swing.JCheckBox mSaveProjectLocally
Deprecated. -
mTabbedPane
javax.swing.JTabbedPane mTabbedPane
Deprecated. -
mTags
com.nomagic.magicdraw.teamwork2.ui.dialogs.TagsListPanel mTags
Deprecated. -
mTextAreaPanel
com.nomagic.ui.TextAreaPanel mTextAreaPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.CommitMessageHistoryDialog extends com.nomagic.ui.LazySimpleBaseDialog implements Serializable
-
Serialized Fields
-
commentArea
javax.swing.JTextArea commentArea
Deprecated. -
commentList
javax.swing.JList<com.nomagic.magicdraw.teamwork2.ui.CommitMessage> commentList
Deprecated. -
textAreaPanel
com.nomagic.ui.TextAreaPanel textAreaPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.EnterPasswordDialog extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Class com.nomagic.magicdraw.teamwork2.ui.EnterPasswordPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
passwordField
javax.swing.JPasswordField passwordField
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.EsiProjectMetaInfoPanel extends com.nomagic.ui.LazyInitializationPanel implements Serializable
- serialVersionUID:
- 5170492386565462797L
-
Serialized Fields
-
COLUMNS
java.lang.String[] COLUMNS
Deprecated. -
initialized
boolean initialized
Deprecated.
-
-
Class com.nomagic.magicdraw.teamwork2.ui.EsiProjectsModel extends com.nomagic.magicdraw.ui.FilterableCategoriesModel implements Serializable
-
Serialized Fields
-
categoryToProject
java.util.Map<CategoryInfo,java.util.List<java.util.UUID>> categoryToProject
Deprecated. -
mUncategorized
com.nomagic.magicdraw.ui.MutableRow<CategoryInfo> mUncategorized
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.GeneralChangePasswordPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mConfirmPassword
javax.swing.JPasswordField mConfirmPassword
Deprecated. -
mNewPassword
javax.swing.JPasswordField mNewPassword
Deprecated. -
mOldPassword
javax.swing.JPasswordField mOldPassword
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.LockViewTree extends BrowserTabTree implements Serializable
-
Serialized Fields
-
decompositionListener
java.beans.PropertyChangeListener decompositionListener
Listener for project structure lock changes. -
dirtyLocks
boolean dirtyLocks
Flag to indicate that the browser is dirty (locked elements changed). Is used to check when activating the browser. -
filteringComboBox
com.nomagic.magicdraw.teamwork2.ui.LockViewTree.UserAndChangeSetJComboBox filteringComboBox
-
filteringModel
javax.swing.DefaultComboBoxModel<com.nomagic.magicdraw.teamwork2.ui.UserAndChangeSet> filteringModel
-
filterUpdateInProgress
boolean filterUpdateInProgress
-
filterValuesDirty
boolean filterValuesDirty
-
lockedChildrenVisitor
com.nomagic.magicdraw.teamwork2.locks.LockedChildrenOwnerVisitor lockedChildrenVisitor
-
manyCheckoutListener
java.beans.PropertyChangeListener manyCheckoutListener
-
projectOptionsNode
com.nomagic.magicdraw.teamwork2.ui.ProjectOptionsNode projectOptionsNode
-
projectStructureNode
com.nomagic.magicdraw.teamwork2.ui.ProjectStructureNode projectStructureNode
-
singleCheckoutListener
java.beans.PropertyChangeListener singleCheckoutListener
-
styleListener
java.beans.PropertyChangeListener styleListener
Listener for style lock changes. -
symbolStyleNode
com.nomagic.magicdraw.teamwork2.ui.SymbolStylesNode symbolStyleNode
-
transactionCommitListener
TransactionCommitListener transactionCommitListener
-
updateLocksAction
com.nomagic.magicdraw.teamwork2.actions.UpdateLocksAction updateLocksAction
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ManageESIProjectsDlg extends com.nomagic.magicdraw.teamwork2.ui.BaseESIProjectSelectionDlg implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mGeneralPanel
com.nomagic.magicdraw.teamwork2.ui.BaseManageServerProjectPanel mGeneralPanel
Deprecated.
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ManageOnlineProjectsPanel extends com.nomagic.magicdraw.teamwork2.ui.OnlineProjectsPanel implements Serializable
-
Serialized Fields
-
cloneButton
javax.swing.JButton cloneButton
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ManageOnlineProjectsPanel.Toolbar extends com.nomagic.magicdraw.teamwork2.ui.ProjectsPanel.ProjectCategoryManipulationToolbarWithBranchButton implements Serializable
-
Serialized Fields
-
setPasswordButton
javax.swing.AbstractButton setPasswordButton
Deprecated. -
updateFromLocalButton
javax.swing.AbstractButton updateFromLocalButton
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.MDProjectNameRenderer extends com.nomagic.awt.HighlightTableCellRenderer implements Serializable
-
Class com.nomagic.magicdraw.teamwork2.ui.ModulesVersionPanel extends com.nomagic.ui.LazyInitializationPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
COLUMNS
java.lang.String[] COLUMNS
Deprecated. -
initialized
boolean initialized
Deprecated.
-
-
Class com.nomagic.magicdraw.teamwork2.ui.OfflineProjectsInformationAppender.OfflineProjectsPanel extends com.nomagic.magicdraw.teamwork2.ui.ProjectsPanel implements Serializable
-
Serialized Fields
-
cat2ProjectsMap
java.util.Map<CategoryInfo,java.util.List<java.util.UUID>> cat2ProjectsMap
Deprecated. -
doneTask
java.util.concurrent.atomic.AtomicReference<java.lang.Runnable> doneTask
Deprecated. -
mainTask
java.util.concurrent.atomic.AtomicReference<java.lang.Runnable> mainTask
Deprecated. -
offlineProjectsInfo
com.nomagic.magicdraw.teamwork2.ui.OfflineProjectsInformationAppender.OfflineProjectsInfo offlineProjectsInfo
Deprecated. -
options
java.util.Map<com.nomagic.ci.persistence.VersionableProjectDescriptor,java.lang.Boolean> options
Deprecated. -
server
com.nomagic.magicdraw.teamwork2.ui.OfflineProjectsInformationAppender.ServerInfo server
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.OnlineProjectsPanel extends com.nomagic.magicdraw.teamwork2.ui.ProjectsPanel implements Serializable
-
Serialized Fields
-
visibleControlButtons
boolean visibleControlButtons
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.OpenESIProjectDlg extends com.nomagic.magicdraw.teamwork2.ui.BaseESIProjectSelectionDlg implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mGeneralPanel
com.nomagic.magicdraw.teamwork2.ui.BaseManageServerProjectPanel mGeneralPanel
Deprecated.
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ProjectHistoryDialog extends com.nomagic.magicdraw.teamwork2.ui.BaseESIDlg implements Serializable
-
Serialized Fields
-
mHistoryTreePanel
com.nomagic.magicdraw.teamwork2.ui.ProjectHistoryPanel mHistoryTreePanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ProjectHistoryPanel extends com.nomagic.ui.LazyInitializationPanel implements Serializable
-
Serialized Fields
-
authorColumnRenderer
com.nomagic.awt.HighlightTableCellRenderer authorColumnRenderer
Deprecated. -
branchName
java.lang.String branchName
Deprecated. -
commentColumnRenderer
com.nomagic.awt.HighlightTableCellRenderer commentColumnRenderer
Deprecated. -
filterFieldPanel
javax.swing.JPanel filterFieldPanel
Deprecated. -
mButtonsPanel
com.nomagic.ui.ButtonsPanel mButtonsPanel
Deprecated. -
mCanBeSetAsLatest
boolean mCanBeSetAsLatest
Deprecated. -
mEditable
boolean mEditable
Deprecated. -
mRepositoryListener
java.beans.PropertyChangeListener mRepositoryListener
Deprecated. -
mResources
com.nomagic.magicdraw.teamwork2.ui.facets.CategorizedByDateFacetsTable mResources
Deprecated. -
mRootResource
com.nomagic.ci.persistence.VersionableProjectDescriptor mRootResource
Deprecated. -
mTitleBorder
javax.swing.border.TitledBorder mTitleBorder
Deprecated. -
tableFilterField
com.jidesoft.grid.QuickTableFilterField tableFilterField
Deprecated. -
versionColumnRenderer
com.nomagic.awt.HighlightTableCellRenderer versionColumnRenderer
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ProjectHistoryPanel.OneLineCommentRenderer extends com.nomagic.awt.HighlightTableCellRenderer implements Serializable
-
Class com.nomagic.magicdraw.teamwork2.ui.ProjectHistoryTreeModel extends com.jidesoft.grid.TreeTableModel<com.nomagic.magicdraw.teamwork2.ui.ProjectVersionRow> implements Serializable
-
Serialized Fields
-
versionFetcher
java.util.function.Function<com.nomagic.ci.persistence.ProjectDescriptor,java.util.List<IVersionDescriptor>> versionFetcher
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ProjectOptionsNode extends Node implements Serializable
-
Serialized Fields
-
projectOptionsAction
com.nomagic.magicdraw.teamwork2.ui.ProjectOptionsNode.ProjectOptionsAction projectOptionsAction
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ProjectsPanel extends com.nomagic.magicdraw.teamwork2.ui.dialogs.AbstractProjectsTreeTablePanel<com.nomagic.ci.persistence.VersionableProjectDescriptor> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dataProvider
com.nomagic.magicdraw.teamwork2.ui.EsiProjectsPanelDataProvider dataProvider
Deprecated. -
openOnlineComponent
javax.swing.JComponent openOnlineComponent
Deprecated. -
projectIconProvider
com.nomagic.magicdraw.teamwork2.ui.ProjectIconProvider projectIconProvider
Deprecated. -
repositoryChangeListener
java.beans.PropertyChangeListener repositoryChangeListener
Deprecated. -
session
com.nomagic.magicdraw.esi.session.RepositorySession session
Deprecated.
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ProjectsPanel.BranchColumnRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
-
Class com.nomagic.magicdraw.teamwork2.ui.ProjectsPanel.BranchColumnRendererWithButton extends com.nomagic.magicdraw.teamwork2.ui.AbstractBranchColumnRendererWithButton implements Serializable
-
Serialized Fields
-
branchSelRow
int branchSelRow
Deprecated. -
currentLabel
java.awt.Component currentLabel
Deprecated. -
singleLabelRenderer
com.nomagic.magicdraw.teamwork2.ui.ProjectsPanel.BranchColumnRenderer singleLabelRenderer
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ProjectsPanel.ProjectCategoryManipulationToolbarWithBranchButton extends com.nomagic.magicdraw.teamwork2.ui.dialogs.ProjectCategoryManipulationToolbar implements Serializable
-
Serialized Fields
-
mBranchButton
javax.swing.AbstractButton mBranchButton
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ProjectsTable extends com.nomagic.magicdraw.ui.CategorizedTreeTable implements Serializable
-
Serialized Fields
-
FLATTEN
com.nomagic.magicdraw.ui.DynamicTreeTableModel.DynamicTreeTableModelTransformation<com.nomagic.magicdraw.ui.MutableRow> FLATTEN
Deprecated. -
model
com.nomagic.magicdraw.teamwork2.ui.EsiProjectsModel model
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ProjectStructureNode extends Node implements Serializable
-
Serialized Fields
-
lockProjectStructureAction
com.nomagic.magicdraw.teamwork2.ui.ProjectStructureNode.LockProjectStructureAction lockProjectStructureAction
Deprecated. -
modulesOptionsAction
MDAction modulesOptionsAction
Deprecated. -
unlockAction
com.nomagic.magicdraw.teamwork2.actions.UnlockDecompositionMultiAction unlockAction
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.SelectEsiModuleVersionWizardPanel extends com.nomagic.magicdraw.ui.dialogs.wizards.AbstractSelectPanel implements Serializable
-
Serialized Fields
-
actionExecuter
com.nomagic.magicdraw.teamwork2.ui.SelectEsiModuleVersionWizardPanel.ModuleActionExecuter actionExecuter
Deprecated. -
cancelAction
com.nomagic.magicdraw.teamwork2.ui.SelectEsiModuleVersionWizardPanel.CancelAction[] cancelAction
Deprecated. -
mData
com.nomagic.magicdraw.ui.dialogs.decomposition.usemodulewizardinformations.UseEsiModuleWizardInformation mData
Deprecated. -
mDescription
java.lang.String mDescription
Deprecated. -
mHistoryTreePanel
com.nomagic.magicdraw.teamwork2.ui.ProjectHistoryPanel mHistoryTreePanel
Deprecated. -
mNotifyOnNew
com.nomagic.magicdraw.ui.dialogs.decomposition.NotifyOnInteractionComponentsAdder mNotifyOnNew
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.SelectProjectCategoryTreeModel extends com.jidesoft.grid.TreeTableModel<com.nomagic.magicdraw.ui.MutableRow<com.nomagic.magicdraw.teamwork2.ui.CategoryRepresentation>> implements Serializable
-
Serialized Fields
-
categoryToRow
java.util.Map<com.nomagic.magicdraw.teamwork2.ui.CategoryRepresentation,com.nomagic.magicdraw.teamwork2.ui.SelectProjectCategoryTreeModel.CategoryRow> categoryToRow
Deprecated. -
root
com.nomagic.magicdraw.ui.MutableRow<com.nomagic.magicdraw.teamwork2.ui.CategoryRepresentation> root
Deprecated. -
uncategorized
com.nomagic.magicdraw.ui.MutableRow<com.nomagic.magicdraw.teamwork2.ui.CategoryRepresentation> uncategorized
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.SetPasswordDialog extends com.nomagic.magicdraw.teamwork2.ui.AbstractPasswordDialog implements Serializable
-
Class com.nomagic.magicdraw.teamwork2.ui.SetPasswordPanel extends com.nomagic.magicdraw.teamwork2.ui.AbstractPasswordPanel implements Serializable
-
Serialized Fields
-
confirmPasswordField
javax.swing.JPasswordField confirmPasswordField
Deprecated. -
passwordField
javax.swing.JPasswordField passwordField
Deprecated. -
passwordMatcher
com.nomagic.magicdraw.teamwork2.ui.PasswordMatcher passwordMatcher
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.SymbolStylesNode extends Node implements Serializable
-
Serialized Fields
-
lockStyleAction
com.nomagic.magicdraw.ui.dialogs.options.LockStyleAction lockStyleAction
Deprecated. -
unlockStyleAction
com.nomagic.magicdraw.ui.dialogs.options.UnlockStyleMultiAction unlockStyleAction
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.TeamworkLoginDialog extends com.nomagic.magicdraw.ui.AbstractLoginDialog implements Serializable
-
Serialized Fields
-
generalPanel
com.nomagic.magicdraw.teamwork2.ui.dialogs.GeneralLogInPanel generalPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.UpdatePasswordDialog extends com.nomagic.magicdraw.teamwork2.ui.AbstractPasswordDialog implements Serializable
-
Class com.nomagic.magicdraw.teamwork2.ui.UpdatePasswordPanel extends com.nomagic.magicdraw.teamwork2.ui.AbstractPasswordPanel implements Serializable
-
Serialized Fields
-
confirmPasswordField
javax.swing.JPasswordField confirmPasswordField
Deprecated. -
oldPasswordField
javax.swing.JPasswordField oldPasswordField
Deprecated. -
passwordField
javax.swing.JPasswordField passwordField
Deprecated. -
passwordMatcher
com.nomagic.magicdraw.teamwork2.ui.PasswordMatcher passwordMatcher
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.VersionPropertiesDialog extends com.nomagic.magicdraw.teamwork2.ui.BaseESIDlg implements Serializable
-
Serialized Fields
-
mProject
com.nomagic.ci.persistence.VersionableProjectDescriptor mProject
Deprecated. -
mPropertiesPanel
com.nomagic.magicdraw.teamwork2.ui.VersionPropertiesPanel mPropertiesPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.VersionPropertiesPanel extends com.nomagic.ui.LazyInitializationPanel implements Serializable
-
Serialized Fields
-
authorRepresentation
java.lang.String authorRepresentation
Deprecated. -
commitTags
java.util.List<java.lang.String> commitTags
Deprecated. -
createMajorVersionCheckBox
javax.swing.JCheckBox createMajorVersionCheckBox
Deprecated. -
detailTab
javax.swing.JTabbedPane detailTab
Deprecated. -
mAuthor
javax.swing.JLabel mAuthor
Deprecated. -
mCommentPanel
com.nomagic.magicdraw.teamwork2.ui.VersionPropertiesPanel.CommentPanel mCommentPanel
Deprecated. -
mDate
javax.swing.JLabel mDate
Deprecated. -
metaInformationPanel
com.nomagic.magicdraw.teamwork2.ui.EsiProjectMetaInfoPanel metaInformationPanel
Deprecated. -
modulesVersionPanel
com.nomagic.magicdraw.teamwork2.ui.ModulesVersionPanel modulesVersionPanel
Deprecated. -
mTagsListPanel
com.nomagic.magicdraw.teamwork2.ui.dialogs.TagsListPanel mTagsListPanel
Deprecated. -
mVersion
javax.swing.JLabel mVersion
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.tests.common
-
Package com.nomagic.magicdraw.ui
-
Class com.nomagic.magicdraw.ui.AbstractElementSelectionComponentsSelectionTextField extends com.nomagic.magicdraw.ui.AbstractSelectionTextField implements Serializable
-
Serialized Fields
-
anyElementSelectableFilter
TypeFilter anyElementSelectableFilter
Deprecated. -
configuration
CONFIGURATION extends com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionComponentsConfiguration configuration
Deprecated. -
configurators
java.util.Collection<java.util.function.Consumer<COMPONENT extends com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionComponent>> configurators
Deprecated. -
content
com.nomagic.ui.LazyInitializationPanel content
Deprecated. -
doubleClickSupport
com.nomagic.magicdraw.ui.AbstractElementSelectionComponentsSelectionTextField.DoubleClickSupport doubleClickSupport
Deprecated. -
initializedComponents
java.util.List<java.lang.String> initializedComponents
Deprecated. -
lazyInitializationManager
com.nomagic.ui.LazyInitializationManager lazyInitializationManager
Deprecated. -
manager
com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionComponentsManager<COMPONENT extends com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionComponent> manager
Deprecated. -
previouslyActiveComponent
COMPONENT extends com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionComponent previouslyActiveComponent
Deprecated. -
projectSupplier
java.util.function.Supplier<Project> projectSupplier
Deprecated. -
selectableFilter
TypeFilter selectableFilter
Deprecated. -
suggestionComponents
java.util.Map<java.awt.Component,java.lang.String> suggestionComponents
Deprecated. -
switchToTreeAction
com.nomagic.magicdraw.ui.AbstractElementSelectionComponentsSelectionTextField.SwitchToTreeAction switchToTreeAction
Deprecated. -
switchToTreeKeyEventOccurred
boolean switchToTreeKeyEventOccurred
Deprecated. -
tabbedPane
com.jidesoft.swing.JideTabbedPane tabbedPane
Deprecated. -
visibleFilter
TypeFilter visibleFilter
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.AbstractInfoAppendingRenderer extends com.nomagic.awt.HighlightTableCellRenderer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
infoRenderingStrategy
com.nomagic.magicdraw.ui.AppendedInfoRenderingStrategy infoRenderingStrategy
Deprecated.
-
-
Class com.nomagic.magicdraw.ui.AbstractListEditor extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
addAction
NMAction addAction
Deprecated. -
buttonsPanel
com.nomagic.ui.ButtonsPanel buttonsPanel
Deprecated. -
downAction
NMAction downAction
Deprecated. -
extendedList
com.nomagic.awt.ExtendedList<E extends java.lang.Object> extendedList
Deprecated. -
removeAction
NMAction removeAction
Deprecated. -
reorderable
com.nomagic.magicdraw.ui.reordering.ListReorderable reorderable
Deprecated. -
upAction
NMAction upAction
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.AbstractLoginDialog extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
ssoPanel
com.nomagic.magicdraw.teamwork2.ui.dialogs.AbstractSSOPanel ssoPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.AbstractNonSymbolDiagramWindowPanel extends com.nomagic.magicdraw.ui.BufferedImageDiagramWindowPanel implements Serializable
-
Serialized Fields
-
mContentPanel
javax.swing.JPanel mContentPanel
Deprecated. -
mDiagramVisibilityTracker
com.nomagic.magicdraw.ui.AbstractNonSymbolDiagramWindowPanel.DiagramVisibilityTracker mDiagramVisibilityTracker
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.AbstractSelectionTextField extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
addFilterOptions
boolean addFilterOptions
Deprecated. -
additionalFilters
java.util.Collection<com.nomagic.magicdraw.ui.ElementFilter> additionalFilters
Deprecated. -
allowsDiagrams
boolean allowsDiagrams
Deprecated. -
allowsNew
boolean allowsNew
Deprecated. -
allowsNull
boolean allowsNull
Deprecated. -
clearTextOnEsc
boolean clearTextOnEsc
Deprecated. -
collectingText
java.lang.String collectingText
Deprecated. -
consumeEnterKeyEvent
boolean consumeEnterKeyEvent
Deprecated. -
consumeUpDownKeyEvent
boolean consumeUpDownKeyEvent
Deprecated. -
currentlySelected
java.lang.Object[] currentlySelected
Deprecated. -
documentListener
com.nomagic.magicdraw.ui.AbstractSelectionTextField.InputFieldDocumentListener documentListener
Deprecated. -
doNotStartTimer
boolean doNotStartTimer
Deprecated. -
elementFilterPromoters
java.util.Collection<com.nomagic.magicdraw.ui.filter.ElementFilterPromoter> elementFilterPromoters
Deprecated. -
filter
com.nomagic.magicdraw.ui.DefaultObjectFilter filter
Deprecated. -
filterOptionsToolbar
com.nomagic.magicdraw.ui.filter.FilterOptionsToolbar filterOptionsToolbar
Deprecated. -
inputField
javax.swing.text.JTextComponent inputField
Deprecated. -
inputFieldKeyListener
java.awt.event.KeyListener inputFieldKeyListener
Deprecated. -
label
com.nomagic.magicdraw.ui.dialogs.specifications.ElementTextField label
Deprecated. -
mouseMotionSelection
boolean mouseMotionSelection
Deprecated. -
newElementText
java.lang.String newElementText
Deprecated. -
noneText
java.lang.String noneText
Deprecated. -
optionsListener
com.nomagic.magicdraw.ui.AbstractSelectionTextField.OptionsListener optionsListener
Deprecated. -
popup
com.jidesoft.popup.JidePopup popup
Deprecated. -
popupMinWidth
int popupMinWidth
Deprecated. -
progressPanel
javax.swing.JPanel progressPanel
Deprecated. -
readFilterLock
java.util.concurrent.locks.Lock readFilterLock
Deprecated. -
resetSuggestionRunnable
java.lang.Runnable resetSuggestionRunnable
Deprecated. -
rwl
java.util.concurrent.locks.ReadWriteLock rwl
Deprecated. -
selectedObjects
java.lang.Object[] selectedObjects
Deprecated. -
selectFirstElementOnChange
boolean selectFirstElementOnChange
Deprecated. -
selectFirstEqual
boolean selectFirstEqual
Deprecated. -
selectFirstSuitable
boolean selectFirstSuitable
Deprecated. -
selectOnStartup
java.lang.Object selectOnStartup
Deprecated. -
selectTextOnShowPopup
boolean selectTextOnShowPopup
Deprecated. -
showPopupButton
javax.swing.JButton showPopupButton
Deprecated. -
skipSelectFirstElementOnChange
boolean skipSelectFirstElementOnChange
Deprecated. -
suggestion
com.nomagic.magicdraw.ui.SelectionTextFieldSuggestion suggestion
Deprecated. -
suggestionUsedOutside
boolean suggestionUsedOutside
Deprecated. -
taskExecutor
java.util.concurrent.Executor taskExecutor
Deprecated. -
textChangesEnabled
boolean textChangesEnabled
Deprecated. -
textChangeUpdater
com.nomagic.ui.DeferredSelectionUpdater<java.lang.String> textChangeUpdater
Deprecated. -
timerDelay
int timerDelay
Deprecated. -
updateHinter
com.nomagic.magicdraw.ui.AbstractSelectionTextField.ComponentUpdateHinter updateHinter
Deprecated. -
updateSuggestionOnTask
boolean updateSuggestionOnTask
Deprecated. -
updateTask
com.nomagic.magicdraw.ui.AbstractSelectionTextField.UpdateTask updateTask
Deprecated. -
updating
boolean updating
Deprecated. -
writeFilterLock
java.util.concurrent.locks.Lock writeFilterLock
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.AbstractSelectionTextFieldSuggestion extends ExtendedPanel implements Serializable
-
Serialized Fields
-
additionalElements
java.util.List<java.lang.Object> additionalElements
Deprecated. -
arrowKeyListener
java.awt.event.KeyListener arrowKeyListener
Deprecated. -
contentPane
javax.swing.JPanel contentPane
Deprecated. -
currentPageStart
java.util.concurrent.atomic.AtomicInteger currentPageStart
Deprecated. -
data
java.util.List<java.lang.Object> data
Deprecated. -
dataSet
java.util.Set<java.lang.Object> dataSet
Deprecated. -
doubleClickSupport
com.nomagic.utils.RunnableSupport doubleClickSupport
Deprecated. -
elements
java.util.List<java.lang.Object> elements
Deprecated. -
enterKeyListener
java.awt.event.KeyListener enterKeyListener
Deprecated. -
field
com.nomagic.magicdraw.ui.AbstractSelectionTextField field
Deprecated. -
initMode
com.nomagic.magicdraw.ui.SelectionTextFieldSuggestion.InitMode initMode
Deprecated. -
leftRightDispatchingEnabled
boolean leftRightDispatchingEnabled
Deprecated. -
mMouseListener
java.awt.event.MouseListener mMouseListener
Deprecated. -
optimizeLargeStructure
boolean optimizeLargeStructure
Deprecated. -
r
java.util.concurrent.locks.Lock r
Deprecated. -
rwl
java.util.concurrent.locks.ReadWriteLock rwl
Deprecated. -
suggestionInfoPanel
com.nomagic.magicdraw.ui.AbstractSuggestionInfoPanel suggestionInfoPanel
Deprecated. -
toolbarPanel
javax.swing.JPanel toolbarPanel
Deprecated. -
topPanel
javax.swing.JPanel topPanel
Deprecated. -
w
java.util.concurrent.locks.Lock w
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.AbstractSuggestionInfoPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
matchesCount
int matchesCount
Deprecated. -
moreButton
javax.swing.JButton moreButton
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ActivityDiagramWindowPanel extends com.nomagic.magicdraw.ui.DiagramWindowPanel implements Serializable
-
Serialized Fields
-
placeHolder
javax.swing.JPanel placeHolder
Deprecated. -
swimlaneNameBarHorizontal
com.nomagic.magicdraw.ui.ActivityDiagramWindowPanel.SwimlaneNameBar swimlaneNameBarHorizontal
Deprecated. -
swimlaneNameBarVertical
com.nomagic.magicdraw.ui.ActivityDiagramWindowPanel.SwimlaneNameBar swimlaneNameBarVertical
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ActivityDiagramWindowPanel.SwimlaneNameBar extends com.jidesoft.swing.ContentContainer implements Serializable
-
Serialized Fields
-
labels
java.util.Map<com.nomagic.magicdraw.uml.symbols.shapes.SwimlaneHeaderView,com.nomagic.magicdraw.ui.ActivityDiagramWindowPanel.SwimlaneElementNameLabel> labels
Deprecated. -
scheduler
com.nomagic.ui.DeferredSelectionUpdater<com.nomagic.magicdraw.ui.ActivityDiagramWindowPanel.SwimlaneNameBar> scheduler
Deprecated. -
scrollPosition
int scrollPosition
Deprecated. -
zoom
com.nomagic.awt.ZoomObject zoom
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.AddRemoveUpDownPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
addActionListener
java.awt.event.ActionListener addActionListener
Deprecated. -
buttonAdd
javax.swing.JButton buttonAdd
Deprecated. -
buttonDown
javax.swing.JButton buttonDown
Deprecated. -
buttonRemove
javax.swing.JButton buttonRemove
Deprecated. -
buttonUp
javax.swing.JButton buttonUp
Deprecated. -
changeCounter
java.util.ArrayList changeCounter
Deprecated. -
list
javax.swing.JList list
Deprecated. -
listCellRenderer
com.nomagic.magicdraw.ui.AddRemoveUpDownPanel.ListRendererWrapper listCellRenderer
Deprecated. -
listPreviousSelection
java.util.ArrayList listPreviousSelection
Deprecated. -
model
javax.swing.DefaultListModel model
Deprecated. -
THIS
com.nomagic.magicdraw.ui.AddRemoveUpDownPanel THIS
Deprecated.
-
-
Class com.nomagic.magicdraw.ui.BaseBrowseTableCellEditor extends com.nomagic.awt.table.AbstractBrowseTableCellEditor implements Serializable
-
Class com.nomagic.magicdraw.ui.BaseWelcomeScreen extends javax.swing.JEditorPane implements Serializable
-
Class com.nomagic.magicdraw.ui.BasicElementNameLabel extends com.jidesoft.swing.JideLabel implements Serializable
-
Serialized Fields
-
element
T extends PresentationElement element
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.BrowseFilePanel extends com.nomagic.ui.BrowseTextField implements Serializable
-
Serialized Fields
-
fileLocationRegister
FileLocationRegister fileLocationRegister
Deprecated. -
locationNameID
java.lang.String locationNameID
Deprecated. -
mFileFilter
java.io.FileFilter mFileFilter
Deprecated. -
mMode
int mMode
Deprecated. -
mUsePathVariables
boolean mUsePathVariables
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.BufferedImageDiagramWindowPanel extends com.nomagic.magicdraw.ui.DiagramWindowPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.BufferedImageDiagramWindowPanel.BufferedImageDiagramCanvas extends com.nomagic.magicdraw.ui.DiagramCanvas implements Serializable
-
Class com.nomagic.magicdraw.ui.ButtonSelector extends javax.swing.JButton implements Serializable
-
Serialized Fields
-
mSelected
java.util.Collection<? extends T extends java.lang.Object> mSelected
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.CategorizedTreeTable extends com.nomagic.ui.HiDPITreeTable implements Serializable
-
Serialized Fields
-
categoriesVisible
boolean categoriesVisible
Deprecated. -
emptyCategoriesVisible
boolean emptyCategoriesVisible
Deprecated. -
isSearchPopupActivated
boolean isSearchPopupActivated
Deprecated. -
mDecorator
com.nomagic.magicdraw.ui.CategorizedTreeTable.TreeColumnColumnDecorator mDecorator
Deprecated. -
mModel
com.nomagic.magicdraw.ui.DynamicTreeTableModel<com.nomagic.magicdraw.ui.MutableRow> mModel
Deprecated. -
mSortableModel
com.nomagic.magicdraw.ui.CategorizedTreeTable.SortableCategorizedTreeTableModel mSortableModel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.CategorizedTreeTableModel extends com.nomagic.magicdraw.ui.DynamicTreeTableModel<com.nomagic.magicdraw.ui.MutableRow> implements Serializable
-
Class com.nomagic.magicdraw.ui.CategorizedTreeTableToolbar extends com.nomagic.ui.ButtonsPanel implements Serializable
-
Serialized Fields
-
mAlphabeticalViewButton
javax.swing.AbstractButton mAlphabeticalViewButton
Deprecated. -
mCategorizedViewButton
javax.swing.AbstractButton mCategorizedViewButton
Deprecated. -
mCollapeAllButton
javax.swing.AbstractButton mCollapeAllButton
Deprecated. -
mDisplayEmptyButton
javax.swing.AbstractButton mDisplayEmptyButton
Deprecated. -
mExpandAllButton
javax.swing.AbstractButton mExpandAllButton
Deprecated. -
mTreeTable
com.nomagic.magicdraw.ui.CategorizedTreeTable mTreeTable
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ChangeButton extends com.nomagic.awt.NMJideToggleButton implements Serializable
-
Serialized Fields
-
actions
java.util.List<MDStateAction> actions
Deprecated. -
choiceY
int choiceY
Deprecated. -
listener
java.beans.PropertyChangeListener listener
Deprecated. -
mShowTextMode
boolean mShowTextMode
Deprecated. -
selectedAction
MDStateAction selectedAction
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ClassPathEditorPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
editor
com.nomagic.magicdraw.ui.ClassPathEditorPanel.ClassPathEditor editor
Deprecated. -
mFileChooser
javax.swing.JFileChooser mFileChooser
Deprecated. -
mFileChooserInstruction
int mFileChooserInstruction
Deprecated. -
mFileFilter
javax.swing.filechooser.FileFilter mFileFilter
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ComboBoxToolTipRenderer extends javax.swing.DefaultListCellRenderer implements Serializable
-
Serialized Fields
-
mToolTips
java.util.List<java.lang.String> mToolTips
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ControlPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
mLeftPanel
javax.swing.JPanel mLeftPanel
Deprecated. -
mRightPanel
javax.swing.JPanel mRightPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.DiagramCanvas extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
backupCursor
java.awt.Cursor backupCursor
Deprecated. -
buffer
com.nomagic.magicdraw.ui.DiagramCanvas.Buffer buffer
Deprecated. -
BUFFER_LOCK
java.lang.Object BUFFER_LOCK
Deprecated. -
canvasResizeTimer
javax.swing.Timer canvasResizeTimer
Deprecated. -
diagram
java.lang.ref.WeakReference<DiagramPresentationElement> diagram
Deprecated. -
diagramBufferDirtyRegionFilter
com.nomagic.ui.MDRepaintManager.DirtyRegionFilter diagramBufferDirtyRegionFilter
Deprecated. -
diagramBufferImage
javax.swing.Icon diagramBufferImage
Deprecated. -
diagramBufferImageBounds
java.awt.Rectangle diagramBufferImageBounds
Deprecated. -
diagramCanvasMouseListener
com.nomagic.magicdraw.ui.DiagramCanvasMouseListener diagramCanvasMouseListener
Deprecated. -
explicitTooltipText
java.lang.String explicitTooltipText
Deprecated. -
gridImage
javax.swing.Icon gridImage
Deprecated. -
isMouseOver
boolean isMouseOver
Deprecated. -
lastPopupTriggerPoint
java.awt.Point lastPopupTriggerPoint
Deprecated. -
locked
boolean locked
Deprecated. -
minimumCanvasSize
java.awt.Dimension minimumCanvasSize
Deprecated. -
mouseMovePoint
java.awt.Point mouseMovePoint
Deprecated. -
mTipActivator
PresentationElement mTipActivator
Deprecated. -
mTipActivatorBounds
java.awt.Rectangle mTipActivatorBounds
Deprecated. -
mTipPoint
java.awt.Point mTipPoint
Deprecated. -
originalSize
java.awt.Dimension originalSize
Deprecated. -
painters
java.util.Set<DiagramSurfacePainter> painters
Deprecated. -
selectState
com.nomagic.magicdraw.ui.states.SelectState selectState
Deprecated. -
shortcutDispatcher
com.nomagic.magicdraw.ui.DiagramCanvas.ShortcutDispatcher shortcutDispatcher
Deprecated. -
state
com.nomagic.magicdraw.ui.states.State state
Deprecated. -
tempGridSize
float tempGridSize
Deprecated. -
tempGridStyle
int tempGridStyle
Deprecated. -
useBuffer
boolean useBuffer
Deprecated. -
zoom
com.nomagic.magicdraw.ui.zoom.Zoom zoom
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.DiagramChangeButton extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
canvasReference
java.lang.ref.WeakReference<com.nomagic.magicdraw.ui.DiagramCanvas> canvasReference
Deprecated. -
changeButton
com.nomagic.magicdraw.ui.ChangeButton changeButton
Deprecated. -
dropdownButton
com.nomagic.awt.NMJideToggleButton dropdownButton
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.DiagramFrame extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
ancestorListener
com.nomagic.magicdraw.ui.DiagramFrame.DiagramWindowPanelAncestorListener ancestorListener
Deprecated. -
diagramMoveListener
java.lang.Runnable diagramMoveListener
Deprecated. -
diagramWindowPanel
com.nomagic.magicdraw.ui.DiagramWindowPanel diagramWindowPanel
Deprecated. -
documentComponent
com.jidesoft.document.DocumentComponent documentComponent
Deprecated. -
documentPane
com.jidesoft.document.DocumentPane documentPane
Deprecated. -
fireEvents
boolean fireEvents
Deprecated. -
windowListeners
java.util.List<java.awt.event.WindowListener> windowListeners
Deprecated. -
zoomToolbarManager
com.nomagic.magicdraw.ui.DiagramToolbarManager zoomToolbarManager
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.DiagramInnerToolbar extends com.jidesoft.swing.ContentContainer implements Serializable
-
Serialized Fields
-
mButtonGroup
javax.swing.ButtonGroup mButtonGroup
Deprecated. -
mConfiguration
DiagramInnerToolbarConfiguration mConfiguration
Deprecated. -
mDiagramToolbar
java.lang.ref.WeakReference<com.nomagic.magicdraw.ui.DiagramToolbar> mDiagramToolbar
Deprecated. -
mHeaderPanel
javax.swing.JPanel mHeaderPanel
Deprecated. -
mItemsPanel
com.jidesoft.swing.ContentContainer mItemsPanel
Deprecated. -
mItemsScrollPane
javax.swing.JScrollPane mItemsScrollPane
Deprecated. -
mToolbarButtons
java.util.List<java.awt.Component> mToolbarButtons
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.DiagramMarkerArea extends com.jidesoft.marker.MarkerArea implements Serializable
-
Serialized Fields
-
markerUpdater
com.nomagic.magicdraw.annotation.AbstractDiagramAnnotationMarkerUpdater markerUpdater
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.DiagramStateActionButton extends com.nomagic.awt.NMStateActionJideButton implements Serializable
-
Serialized Fields
-
mShowTextMode
boolean mShowTextMode
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.DiagramSurfacePaintingComponent extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
diagramSurfacePaintingSupport
com.nomagic.magicdraw.ui.DiagramSurfacePaintingSupport diagramSurfacePaintingSupport
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.DiagramToolbar extends com.jidesoft.swing.ContentContainer implements Serializable
-
Serialized Fields
-
mButtonGroup
javax.swing.ButtonGroup mButtonGroup
Deprecated. -
mDiagramWindowPanel
com.nomagic.magicdraw.ui.DiagramWindowPanel mDiagramWindowPanel
Deprecated. -
mInnerToolbars
java.util.List<com.nomagic.magicdraw.ui.DiagramInnerToolbar> mInnerToolbars
Deprecated. -
mInnerToolbarsPanel
com.jidesoft.swing.ContentContainer mInnerToolbarsPanel
Deprecated. -
mSelectButton
javax.swing.AbstractButton mSelectButton
Deprecated. -
standardExpertButton
NMActionJideButton standardExpertButton
Deprecated. -
thisWeak
java.lang.ref.WeakReference<com.nomagic.magicdraw.ui.DiagramToolbar> thisWeak
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.DiagramTopPanelWrapperPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
notificationPanel
com.nomagic.magicdraw.ui.notification.NotificationPanel notificationPanel
Deprecated. -
topPanel
javax.swing.JPanel topPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.DiagramWindowPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
actionsMap
java.util.Map<java.lang.String,NMAction> actionsMap
Deprecated. -
activeAction
MDStateAction activeAction
Deprecated. -
allActions
java.util.List<NMAction> allActions
Deprecated. -
commandBarActionsManager
ActionsManager commandBarActionsManager
Deprecated. -
commandBarPanel
javax.swing.JPanel commandBarPanel
Deprecated. -
componentShortcutsManagerMap
java.util.Map<java.awt.Component,com.nomagic.actions.ComponentShortcutsManager> componentShortcutsManagerMap
Deprecated. -
content
javax.swing.JPanel content
Deprecated. -
createOtherActions
boolean createOtherActions
Deprecated. -
diagramType
java.lang.String diagramType
Deprecated. -
diagramViewProvider
java.lang.ref.WeakReference<DiagramPresentationElement> diagramViewProvider
Deprecated. -
dockableBarChangeListener
com.nomagic.magicdraw.ui.DockableBarChangeListener dockableBarChangeListener
Deprecated. -
dockableBarManager
com.jidesoft.action.DockableBarManager dockableBarManager
Deprecated. -
dockableBarsRearrangedListener
com.nomagic.magicdraw.ui.DiagramWindowPanel.DiagramDockableBarsRearrangedListener dockableBarsRearrangedListener
Deprecated. -
drawArea
com.nomagic.magicdraw.ui.DrawArea drawArea
Deprecated. -
drawAreaPanel
javax.swing.JComponent drawAreaPanel
Deprecated. -
drawAreaTopPanel
javax.swing.JPanel drawAreaTopPanel
Deprecated. -
editActionExecutorsProvider
com.nomagic.magicdraw.ui.actions.EditActionExecutorsProvider editActionExecutorsProvider
Deprecated. -
enableLoadOnActivation
boolean enableLoadOnActivation
Deprecated. -
markerArea
com.nomagic.magicdraw.ui.DiagramMarkerArea markerArea
Deprecated. -
mKeyListeners
java.util.List<com.nomagic.magicdraw.ui.DiagramWindowPanel.ActionKeyShortcutListener> mKeyListeners
Deprecated. -
modelElementProvider
com.nomagic.magicdraw.ui.DiagramWindowPanel.DiagramViewModelElementProvider modelElementProvider
Deprecated. -
navigationBarActionsManager
ActionsManager navigationBarActionsManager
Deprecated. -
notificationPanel
com.nomagic.magicdraw.ui.notification.NotificationPanel notificationPanel
Deprecated. -
presentationModeToolbar
com.nomagic.magicdraw.ui.presentationmode.DiagramWindowPresentationModeToolbar presentationModeToolbar
Deprecated. -
scrollHandler
com.nomagic.magicdraw.ui.DiagramScrollHandler scrollHandler
Deprecated. -
selectionAction
MDStateAction selectionAction
Deprecated. -
selectionProviderListener
com.nomagic.magicdraw.ui.DiagramWindowPanel.SelectionProviderListener selectionProviderListener
Deprecated. -
shortcutActionsManager
ActionsManager shortcutActionsManager
Deprecated. -
showingStateTracker
com.nomagic.magicdraw.ui.DiagramWindowPanel.PanelShowingStateTracker showingStateTracker
Deprecated. -
showToolbar
boolean showToolbar
Deprecated. -
splitPaneIsLayouting
boolean splitPaneIsLayouting
Deprecated. -
splitPanel
javax.swing.JSplitPane splitPanel
Deprecated. -
sticky
boolean sticky
Deprecated. -
toolbar
com.nomagic.magicdraw.ui.DiagramToolbar toolbar
Deprecated. -
toolbarActionsManager
DiagramToolbarConfiguration toolbarActionsManager
Deprecated. -
toolbarPanel
com.jidesoft.swing.ContentContainer toolbarPanel
Deprecated. -
zoom
com.nomagic.magicdraw.ui.zoom.Zoom zoom
Deprecated. -
zoomListener
java.beans.PropertyChangeListener zoomListener
Deprecated. -
zoomToolbar
com.nomagic.magicdraw.ui.DiagramWindowZoomToolbar zoomToolbar
Deprecated. -
zoomToolbarContainer
javax.swing.JComponent zoomToolbarContainer
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.DrawArea extends javax.swing.JScrollPane implements Serializable
-
Serialized Fields
-
canvas
com.nomagic.magicdraw.ui.DiagramCanvas canvas
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.DynamicTreeTableModel extends com.jidesoft.grid.TreeTableModel<T extends com.jidesoft.grid.Row> implements Serializable
-
Serialized Fields
-
mTransform
com.nomagic.magicdraw.ui.DynamicTreeTableModel.DynamicTreeTableModelTransformation<T extends com.jidesoft.grid.Row> mTransform
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ElementNameBar extends com.jidesoft.swing.ContentContainer implements Serializable
-
Serialized Fields
-
labels
java.util.List<com.nomagic.magicdraw.ui.BasicElementNameLabel> labels
Deprecated. -
objects
java.util.List<T extends PresentationElement> objects
Deprecated. -
scrollPosition
int scrollPosition
Deprecated. -
zoom
float zoom
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ElementSelectionComponentsSelectionTextField extends com.nomagic.magicdraw.ui.AbstractElementSelectionComponentsSelectionTextField<com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionComponent,com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionComponentsConfiguration> implements Serializable
-
Serialized Fields
-
additionalElements
java.util.Collection<java.lang.Object> additionalElements
Deprecated. -
buttonPanel
com.nomagic.ui.ButtonsPanel buttonPanel
Deprecated. -
componentsUpdateNeeded
boolean componentsUpdateNeeded
Deprecated. -
displayElementSelectionComponents
boolean displayElementSelectionComponents
Deprecated. -
updateQueryParametersByFilters
boolean updateQueryParametersByFilters
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ElementTableCellRenderer extends com.nomagic.awt.StyledColorLabelTableCellRenderer implements Serializable
-
Serialized Fields
-
helper
com.nomagic.magicdraw.ui.ElementRendererHelper helper
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ElementTypeBrowserPanel extends com.nomagic.magicdraw.ui.WhiteBrowsePanel implements Serializable
-
Class com.nomagic.magicdraw.ui.EmptySelectionTextFieldSuggestion extends com.nomagic.magicdraw.ui.AbstractSelectionTextFieldSuggestion implements Serializable
-
Class com.nomagic.magicdraw.ui.EnableExecutionSpecificationModelingDiagramAction extends DefaultDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.ExpandablePanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mDividerSize
int mDividerSize
Deprecated. -
mExpandableComponent
java.awt.Component mExpandableComponent
Deprecated. -
mGridBagLayout
java.awt.GridBagLayout mGridBagLayout
Deprecated. -
mMainComponent
java.awt.Component mMainComponent
Deprecated. -
mSplitPane
com.jidesoft.swing.JideSplitPane mSplitPane
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.FilterableCategoriesModel extends com.nomagic.magicdraw.ui.CategorizedTreeTableModel implements Serializable
-
Serialized Fields
-
hiddenNodes
java.util.function.Predicate<com.nomagic.magicdraw.ui.MutableRow> hiddenNodes
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.FilterOptionsCategory extends MDActionsCategory implements Serializable
-
Serialized Fields
-
filterOptions
com.nomagic.magicdraw.ui.filter.FilterOptions filterOptions
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.FramelessDialog extends com.jidesoft.popup.JidePopup implements Serializable
-
Serialized Fields
-
content
javax.swing.JPanel content
Deprecated. -
dialogParent
java.awt.Component dialogParent
Deprecated. -
escape
java.awt.event.ActionListener escape
Deprecated. -
helpID
java.lang.String helpID
Deprecated. -
hidden
boolean hidden
Deprecated. -
hiDPIScaled
boolean hiDPIScaled
Deprecated. -
id
java.lang.String id
Deprecated. -
ignoreEvents
boolean ignoreEvents
Deprecated. -
location
java.awt.Point location
Deprecated. -
showHelp
java.awt.event.ActionListener showHelp
Deprecated. -
titlePanel
com.nomagic.ui.GradientPanel titlePanel
Deprecated. -
useDefaultDimensions
boolean useDefaultDimensions
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.FramelessJPopupDialog extends com.nomagic.magicdraw.ui.FramelessDialog implements Serializable
-
Class com.nomagic.magicdraw.ui.GuideSplitPane extends javax.swing.JSplitPane implements Serializable
-
Serialized Fields
-
isExpanded
boolean isExpanded
Deprecated. -
mButtonFontStyle
java.lang.String mButtonFontStyle
Deprecated. -
mDescription
com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel mDescription
Deprecated. -
mDescriptionText
java.lang.String mDescriptionText
Deprecated. -
mExpandButtonText
java.lang.String mExpandButtonText
Deprecated. -
mSuppressButtonText
java.lang.String mSuppressButtonText
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.Hint extends AbstractNotification implements Serializable
-
Serialized Fields
-
mActivationCounter
int mActivationCounter
Deprecated. -
mDeprecationNumber
int mDeprecationNumber
Deprecated. -
mLastHintDelay
long mLastHintDelay
Deprecated. -
mSameHintDelay
long mSameHintDelay
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.HintIndicator extends NMJideButton implements Serializable
-
Serialized Fields
-
config
NotificationViewConfig config
Deprecated. -
hintBuilder
com.nomagic.magicdraw.ui.HintBuilder hintBuilder
Deprecated. -
timer
javax.swing.Timer timer
Deprecated. -
tip
com.nomagic.magicdraw.ui.Hint tip
Deprecated. -
tipAlert
com.jidesoft.popup.JidePopup tipAlert
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ImageIconProxy extends javax.swing.ImageIcon implements Serializable
-
Serialized Fields
-
mIcon
javax.swing.Icon mIcon
Deprecated.The original image icon. -
mIconControler
IconControlerInterface mIconControler
Deprecated. -
mIconImage
java.awt.Image mIconImage
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.JIDEFramesManager.ResetToDefaultAction extends NMAction implements Serializable
-
Serialized Fields
-
manager
com.nomagic.magicdraw.ui.JIDEFramesManager manager
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.JLinkLabel extends javax.swing.JLabel implements Serializable
-
Serialized Fields
-
COLOR_ACTIVE
java.awt.Color COLOR_ACTIVE
Deprecated. -
COLOR_BG_ACTIVE
java.awt.Color COLOR_BG_ACTIVE
Deprecated. -
COLOR_BG_NORMAL
java.awt.Color COLOR_BG_NORMAL
Deprecated. -
COLOR_HOVER
java.awt.Color COLOR_HOVER
Deprecated. -
MOUSE_OUT_COLOR
java.awt.Color MOUSE_OUT_COLOR
Deprecated. -
mURL
java.lang.String mURL
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.JScrollPaneDiagramSurfacePaintingComponent extends com.nomagic.magicdraw.ui.ScrollableDiagramSurfacePaintingComponent implements Serializable
-
Serialized Fields
-
scrollPane
javax.swing.JScrollPane scrollPane
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ListEditor extends com.nomagic.magicdraw.ui.AbstractListEditor<E extends java.lang.Object> implements Serializable
-
Class com.nomagic.magicdraw.ui.ListSelectionTextField extends com.nomagic.magicdraw.ui.AbstractSelectionTextField implements Serializable
-
Class com.nomagic.magicdraw.ui.MagicWelcomeScreen extends com.nomagic.magicdraw.ui.BaseWelcomeScreen implements Serializable
-
Serialized Fields
-
actionLocked
boolean actionLocked
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.MagicWindow extends javax.swing.JWindow implements Serializable
-
Serialized Fields
-
buffer
java.awt.Image buffer
Deprecated. -
image
java.awt.Image image
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.MainFrame extends com.jidesoft.action.DefaultDockableBarDockableHolder implements Serializable
-
Serialized Fields
-
activeFrame
java.awt.Frame activeFrame
-
cookieSet
CookieSet cookieSet
-
dockableBarChangeListener
com.nomagic.magicdraw.ui.DockableBarChangeListener dockableBarChangeListener
-
ignoreVisibilityChange
boolean ignoreVisibilityChange
-
mainFrameController
com.nomagic.magicdraw.core.Application.MainFrameController mainFrameController
-
mainMenuBar
com.jidesoft.action.CommandBar mainMenuBar
-
mMainMenuActions
ActionsManager mMainMenuActions
-
mStartupActivity
java.lang.Runnable mStartupActivity
Runnable for checking if MD is started first time if it is started first time notification will be showed about news and note worthy. -
progressBar
com.nomagic.magicdraw.ui.ProgressBar progressBar
-
recentWindows
java.util.List<DiagramWindow> recentWindows
-
statusLine
com.nomagic.awt.StatusLine statusLine
-
toolbarsManager
com.nomagic.magicdraw.ui.toolbar.ToolbarsManager toolbarsManager
-
uiInstaller
com.nomagic.magicdraw.ui.UIInstaller uiInstaller
-
windowFullScreenCustomizer
java.util.function.Consumer<java.awt.Window> windowFullScreenCustomizer
-
windowsManager
com.nomagic.magicdraw.ui.WindowsManagerImpl windowsManager
-
-
-
Class com.nomagic.magicdraw.ui.MatchesNavigationPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
factory
ActionsCommandBarCreator.NMJideButtonFactory factory
Deprecated. -
matchesLabel
javax.swing.JLabel matchesLabel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ModelElementTableEditor extends javax.swing.DefaultCellEditor implements Serializable
-
Class com.nomagic.magicdraw.ui.NavigableSuggestionInfoPanel extends com.nomagic.magicdraw.ui.AbstractSuggestionInfoPanel implements Serializable
-
Serialized Fields
-
navigationPanel
com.nomagic.magicdraw.ui.NavigableSuggestionInfoPanel.NavigationPanel navigationPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ObjectTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
COLUMNE_NAMES
java.lang.String[] COLUMNE_NAMES
Deprecated. -
mObjects
java.util.List mObjects
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.OpenWelcomScreenAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.PrintResultsAction extends NMAction implements Serializable
-
Serialized Fields
-
mTable
javax.swing.JTable mTable
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ProgressBar extends com.jidesoft.swing.NullPanel implements Serializable
-
Serialized Fields
-
backgroundTaskPanel
javax.swing.JPanel backgroundTaskPanel
Deprecated. -
currentValue
long currentValue
Deprecated. -
indeterminate
boolean indeterminate
Deprecated. -
lastPaintedValue
long lastPaintedValue
Deprecated. -
mActiveValidationResultsIndicator
com.nomagic.magicdraw.validation.ui.ActiveValidationResultsIndicator mActiveValidationResultsIndicator
Deprecated. -
maxValue
long maxValue
Deprecated. -
mCancel
java.util.concurrent.atomic.AtomicBoolean mCancel
Deprecated. -
mInternalErrorRegistry
com.nomagic.magicdraw.internalerror.ui.InternalErrorsIndicator mInternalErrorRegistry
Deprecated. -
minValue
long minValue
Deprecated. -
mLabel
com.nomagic.awt.NMStatusLine mLabel
Deprecated. -
mLocked
boolean mLocked
Deprecated. -
mNotificationWindowIndicator
com.nomagic.magicdraw.core.NotificationWindowIndicator mNotificationWindowIndicator
Deprecated. -
mTipIndicator
com.nomagic.magicdraw.ui.HintIndicator mTipIndicator
Deprecated. -
step
int step
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.PropertyPane extends com.jidesoft.grid.PropertyPane implements Serializable
-
Class com.nomagic.magicdraw.ui.PureBooleanCellEditor extends javax.swing.DefaultCellEditor implements Serializable
-
Serialized Fields
-
mCentered
boolean mCentered
Deprecated. -
mIgnoreSelection
boolean mIgnoreSelection
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.PureBooleanTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
-
Serialized Fields
-
checkbox
javax.swing.JCheckBox checkbox
Deprecated. -
mCentered
boolean mCentered
Deprecated. -
mIgnoreSelection
boolean mIgnoreSelection
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.RadioBooleanCellEditor extends javax.swing.DefaultCellEditor implements Serializable
-
Serialized Fields
-
mIgnoreSelection
boolean mIgnoreSelection
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.RadioBooleanTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
-
Serialized Fields
-
mIgnoreSelection
boolean mIgnoreSelection
Deprecated. -
radio
javax.swing.JRadioButton radio
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ScrollableDiagramSurfacePaintingComponent extends com.nomagic.magicdraw.ui.DiagramSurfacePaintingComponent implements Serializable
-
Class com.nomagic.magicdraw.ui.SelectElementFramelessDialog extends com.nomagic.magicdraw.ui.FramelessDialog implements Serializable
-
Serialized Fields
-
selectionComponent
com.nomagic.magicdraw.ui.ElementSelectionComponentsSelectionTextField selectionComponent
Deprecated. -
selectionConsumer
com.nomagic.magicdraw.ui.SelectElementFramelessDialog.SelectionConsumer selectionConsumer
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.SelectElementSelectionTextField extends com.nomagic.magicdraw.ui.ListSelectionTextField implements Serializable
-
Class com.nomagic.magicdraw.ui.SelectionTextFieldSuggestionCollapsiblePanes extends com.nomagic.magicdraw.ui.AbstractSelectionTextFieldSuggestion implements Serializable
-
Serialized Fields
-
actionSelectedForExecution
boolean actionSelectedForExecution
Deprecated. -
allActions
ActionsCategory allActions
Deprecated. -
collapsiblePaneList
java.util.List<com.jidesoft.pane.CollapsiblePane> collapsiblePaneList
Deprecated. -
collapsiblePanes
com.jidesoft.pane.CollapsiblePanes collapsiblePanes
Deprecated. -
collapsiblePanesListener
com.jidesoft.pane.event.CollapsiblePaneListener collapsiblePanesListener
Deprecated. -
componentInitiated
boolean componentInitiated
Deprecated. -
emptyText
java.lang.String emptyText
Deprecated. -
emptyTextLabel
javax.swing.JLabel emptyTextLabel
Deprecated. -
expansionState
java.util.Map<java.lang.String,java.lang.Boolean> expansionState
Deprecated. -
mouseClickListener
java.awt.event.MouseListener mouseClickListener
Deprecated. -
mouseMotionSelection
boolean mouseMotionSelection
Deprecated. -
mouseMotionSelector
java.awt.event.MouseMotionListener mouseMotionSelector
Deprecated. -
selectedActionPanel
com.nomagic.magicdraw.ui.SelectableActionPanel selectedActionPanel
Deprecated. -
showPaneTitleBar
boolean showPaneTitleBar
Deprecated. -
tip
com.nomagic.magicdraw.ui.CollapsiblePanesExpandedTip tip
Deprecated. -
userSelectedAction
NMAction userSelectedAction
Deprecated. -
vertical
boolean vertical
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.SelectionTextFieldSuggestionList extends com.nomagic.magicdraw.ui.AbstractSelectionTextFieldSuggestion implements Serializable
-
Serialized Fields
-
cellActionMouseListener
com.nomagic.magicdraw.ui.SelectionTextFieldSuggestionList.SelectedCellActionMouseListener cellActionMouseListener
Deprecated. -
cellActionX
int cellActionX
Deprecated. -
componentInitiated
boolean componentInitiated
Deprecated. -
elementsComparator
java.util.Comparator<java.lang.Object> elementsComparator
Deprecated. -
horizontalAdjustment
int horizontalAdjustment
Deprecated. -
list
com.nomagic.awt.ExtendedList<java.lang.Object> list
Deprecated. -
listSelectionListener
javax.swing.event.ListSelectionListener listSelectionListener
Deprecated. -
mouseMotionSelector
java.awt.event.MouseMotionListener mouseMotionSelector
Deprecated. -
mouseOnCellAction
boolean mouseOnCellAction
Deprecated. -
previouslyMouseOnCellAction
boolean previouslyMouseOnCellAction
Deprecated. -
selectedCellAction
NMAction selectedCellAction
Deprecated. -
selectElements
java.lang.Object[] selectElements
Deprecated. -
selectionHistory
java.lang.Object[] selectionHistory
Deprecated. -
tooltipProvider
java.util.function.Function<BaseElement,java.lang.String> tooltipProvider
Deprecated. -
verticalAdjustment
int verticalAdjustment
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.SequenceDiagramWindowPanel extends com.nomagic.magicdraw.ui.DiagramWindowPanel implements Serializable
-
Serialized Fields
-
elementNameBar
com.nomagic.magicdraw.ui.ElementNameBar<SequenceLifelineView> elementNameBar
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.StartupWindow extends com.nomagic.ui.NMFrame implements Serializable
-
Serialized Fields
-
mBackgroundImage
java.awt.Image mBackgroundImage
Deprecated. -
mStatus
double mStatus
Deprecated. -
mStatusColor
java.awt.Color mStatusColor
Deprecated. -
mStatusFillColor
java.awt.Color mStatusFillColor
Deprecated. -
mVersionFont
java.awt.Font mVersionFont
Deprecated. -
mVersionText
java.lang.String mVersionText
Deprecated. -
mVersionTextColor
java.awt.Color mVersionTextColor
Deprecated. -
statusBarRectangle
java.awt.Rectangle statusBarRectangle
Deprecated. -
statusBarTextCenterPoint
java.awt.Point statusBarTextCenterPoint
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.SuggestionInfoPanel extends com.nomagic.magicdraw.ui.AbstractSuggestionInfoPanel implements Serializable
-
Serialized Fields
-
label
com.nomagic.awt.StyledColorLabel label
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.TextComponentWithActions extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
actionsManager
ActionsManager actionsManager
Deprecated. -
textComponent
javax.swing.text.JTextComponent textComponent
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.TextComponentWithActionsForMacOS extends com.nomagic.magicdraw.ui.TextComponentWithActions implements Serializable
-
Serialized Fields
-
editorBorder
javax.swing.border.Border[] editorBorder
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.TypeSelector extends com.nomagic.magicdraw.ui.ButtonSelector<java.lang.Object> implements Serializable
-
Serialized Fields
-
mSelectedSymbols
java.util.List<?> mSelectedSymbols
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.WelcomeScreen extends com.nomagic.magicdraw.ui.BaseWelcomeScreen implements Serializable
-
Serialized Fields
-
actionLocked
boolean actionLocked
Deprecated. -
currentPage
java.lang.String currentPage
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.WhiteBrowsePanel extends com.nomagic.ui.BrowsePanel<com.jidesoft.swing.LabeledTextField> implements Serializable
-
Class com.nomagic.magicdraw.ui.WrapLayout extends java.awt.FlowLayout implements Serializable
-
Class com.nomagic.magicdraw.ui.ZoomComboBox extends com.nomagic.magicdraw.ui.toolbar.ToolbarComboBox<java.lang.String> implements Serializable
-
Serialized Fields
-
update
boolean update
Deprecated. -
zoomAction
com.nomagic.magicdraw.uml.symbols.actions.ChangeZoomAction zoomAction
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.ZoomSlider extends javax.swing.JSlider implements Serializable
-
Serialized Fields
-
diagramSupplier
java.util.function.Supplier<DiagramPresentationElement> diagramSupplier
Deprecated. -
zoomPointProvider
java.util.function.Function<com.nomagic.magicdraw.ui.DiagramWindowPanel,java.awt.Point> zoomPointProvider
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.ui.actions
-
Class com.nomagic.magicdraw.ui.actions.AbstractBySelectionProviderAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.AbstractOpenActionPanelDialogAction extends MultipleModelElementAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.AbstractPrintAction extends NMAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.AbstractUsageInDiagramsAction extends com.nomagic.magicdraw.actions.LimitedLazyDialogActionsCategory implements Serializable
-
Serialized Fields
-
elementReference
java.lang.ref.WeakReference<Element> elementReference
Deprecated. -
openDiagramsAction
com.nomagic.magicdraw.ui.actions.OpenAllDiagramsUsageInDiagramsAction openDiagramsAction
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.AbstractZoomAction extends com.nomagic.magicdraw.ui.actions.DiagramZoomAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ActionDnDSelection extends java.lang.Object implements Serializable
-
Serialized Fields
-
flavors
java.awt.datatransfer.DataFlavor[] flavors
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.AddConveyedInformationDiagramAction extends com.nomagic.magicdraw.ui.actions.BaseDiagramAction implements Serializable
-
Serialized Fields
-
mHandler
com.nomagic.magicdraw.ui.states.AssignState.Handler mHandler
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.AutomaticBehaviorCreationAction extends com.nomagic.magicdraw.ui.actions.BaseDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.AutomaticNumberingSwitcherAction extends DefaultDiagramStateAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.AutomaticTypeCreationAction extends com.nomagic.magicdraw.ui.actions.BaseDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.BaseDiagramAction extends DefaultDiagramStateAction implements Serializable
-
Serialized Fields
-
mEnabledInRODiagram
boolean mEnabledInRODiagram
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.CheckCompleteDiagramsAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.CloseDiagramAction extends DefaultDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.CompareProjectsAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ContextToolbarManipulatorActionWrapper extends DiagramContextToolbarAction implements Serializable
-
Serialized Fields
-
mAction
NMAction mAction
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.CopyBySelectionProviderAction extends com.nomagic.magicdraw.ui.actions.AbstractBySelectionProviderAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.CopyDiagramAsBMPImageAction extends com.nomagic.magicdraw.ui.actions.CopyDiagramToClipboardAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.CopyDiagramAsSVGImageAction extends com.nomagic.magicdraw.ui.actions.CopyDiagramToClipboardAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.CopyDiagramToClipboardAction extends DefaultActiveDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.CopyInDiagramAction extends DefaultActiveDiagramAction implements Serializable
-
Serialized Fields
-
executor
com.nomagic.magicdraw.ui.actions.CopySymbolBySelectionProviderActionExecutor executor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.CopyURLAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.CustomizeUserModesAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.CutBySelectionProviderAction extends com.nomagic.magicdraw.ui.actions.AbstractBySelectionProviderAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DefaultActiveDiagramAction extends DefaultDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DefaultDiagramAction extends MDAction implements Serializable
-
Serialized Fields
-
diagram
java.lang.ref.WeakReference<DiagramPresentationElement> diagram
The diagram for this action.
-
-
-
Class com.nomagic.magicdraw.ui.actions.DefaultDiagramStateAction extends MDStateAction implements Serializable
-
Serialized Fields
-
mDiagram
java.lang.ref.WeakReference<DiagramPresentationElement> mDiagram
The diagram for this action.
-
-
-
Class com.nomagic.magicdraw.ui.actions.DeleteBySelectionProviderAction extends com.nomagic.magicdraw.ui.actions.AbstractBySelectionProviderAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DeleteSymbolsAction extends DefaultActiveDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DeleteSymbolsWithDataAction extends DefaultActiveDiagramAction implements Serializable
-
Serialized Fields
-
executor
com.nomagic.magicdraw.ui.actions.DeleteSymbolsWithDataExecutor executor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.DiagramContextToolbarAction extends DefaultDiagramAction implements Serializable
-
Serialized Fields
-
extendedAction
boolean extendedAction
-
fakeMouseEvents
boolean fakeMouseEvents
-
reuseIconFromInnerAction
boolean reuseIconFromInnerAction
Indicates if icon should be reused from inner action.
-
-
-
Class com.nomagic.magicdraw.ui.actions.DiagramsHistoryAction extends com.nomagic.magicdraw.ui.actions.AbstractOpenActionPanelDialogAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DiagramToolbarConfigurationAction extends com.nomagic.magicdraw.ui.actions.ToolbarConfigurationAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DiagramZoomAction extends DefaultDiagramAction implements Serializable
-
Serialized Fields
-
diagramProvider
java.util.function.Supplier<DiagramPresentationElement> diagramProvider
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.DrawAnyActionAction extends com.nomagic.magicdraw.ui.actions.SelectAndDrawDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DrawClassifierAction extends DrawShapeDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DrawDiagramOverviewAction extends DrawShapeDiagramAction implements Serializable
-
Serialized Fields
-
mCreatedDiagramShape
DiagramShape mCreatedDiagramShape
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.DrawLayoutResultAction extends MDAction implements Serializable
-
Serialized Fields
-
graph
java.lang.ref.Reference graph
Deprecated. -
layouter
java.lang.ref.Reference layouter
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.DrawMetaClassAction extends com.nomagic.magicdraw.ui.actions.SelectAndDrawDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DrawPathDiagramAction extends com.nomagic.magicdraw.ui.actions.BaseDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DrawShapeDiagramAction extends BaseCustomizableDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ElementHistoryQuickDiffAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ExternalToolExecuteAction extends MDAction implements Serializable
-
Serialized Fields
-
mPropertyWrapper
com.nomagic.magicdraw.ui.actions.ExternalToolsSelectAction.ExternalToolWrapper mPropertyWrapper
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.ExternalToolsSelectAction extends SelectItemAction implements Serializable
-
Serialized Fields
-
mEnvironmentListener
EnvironmentOptions.EnvironmentChangeListener mEnvironmentListener
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.ExternalToolsSelectAction.ExternalToolWrapper extends NMAction implements Serializable
-
Serialized Fields
-
mProperty
com.nomagic.magicdraw.properties.ExternalToolProperty mProperty
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.FitToWindowZoomAction extends com.nomagic.magicdraw.ui.actions.AbstractZoomAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ImportProjectAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.LayoutDiagramAction extends DefaultActiveDiagramAction implements Serializable
-
Serialized Fields
-
layouter
DiagramLayouter layouter
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.LazyNewDiagramActionCategoryForNotEditableElements extends com.nomagic.magicdraw.ui.actions.LazyNewDiagramActionsCategory implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.LazyNewDiagramActionsCategory extends com.nomagic.magicdraw.ui.actions.LazyNewElementActionsCategory implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.LazyNewElementActionsCategory extends com.nomagic.magicdraw.actions.LazyDialogActionsCategory implements Serializable
-
Serialized Fields
-
actionFactory
com.nomagic.magicdraw.actions.NewElementActionFactory actionFactory
Deprecated. -
categoryNameToIdMapper
java.util.function.Function<java.lang.String,java.lang.String> categoryNameToIdMapper
Deprecated. -
innerCategorySorter
java.util.function.Consumer<ActionsCategory> innerCategorySorter
Deprecated. -
modelElementProvider
ModelElementProvider modelElementProvider
Deprecated. -
modelElementsProvider
ModelElementsProvider modelElementsProvider
Deprecated. -
wrappersCollector
java.util.function.Supplier<java.util.Collection<? extends com.nomagic.magicdraw.uml.ModelElementWrapper>> wrappersCollector
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.LazyNewRelationActionsCategory extends com.nomagic.magicdraw.ui.actions.LazyNewElementActionsCategory implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.LazyUsageInDiagramsWithSymbolsAction extends com.nomagic.magicdraw.ui.actions.AbstractUsageInDiagramsAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.LazyUsageInOtherDiagramsAction extends com.nomagic.magicdraw.ui.actions.AbstractUsageInDiagramsAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.LFClassAction extends ActionsCategory implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.LFThemesAction extends ActionsCategory implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.LFThemesAction.LFThemeAction extends MDStateAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.MagnetDiagramAction extends com.nomagic.magicdraw.ui.actions.BaseDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.MainToolbarConfigurationAction extends com.nomagic.magicdraw.ui.actions.ToolbarConfigurationAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ManageWindowsAction extends MDActionsCategory implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.MaximizeDiagrams extends MDStateAction implements Serializable
-
Serialized Fields
-
manager
com.nomagic.magicdraw.ui.AbstractFramesManager manager
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.MenuGotoAction extends MDMenuAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.MoveDependentMessagesAction extends com.nomagic.magicdraw.ui.actions.BaseDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.MultiAction extends com.nomagic.magicdraw.actions.DialogActionsCategory implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.NavigateToDiagramAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.NavigateToRelatedDiagramAction extends com.nomagic.magicdraw.ui.actions.NavigateToDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.NavigateToUpperLevelDiagramAction extends com.nomagic.magicdraw.ui.actions.NavigateToDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.NewOperationForClassifierAction extends com.nomagic.magicdraw.uml.actions.NewElementAction implements Serializable
-
Serialized Fields
-
mClassifier
Classifier mClassifier
Deprecated. -
mTarget
Element mTarget
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.NextDiagramAction extends DefaultActiveDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.NextTabAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.OnlineDocumentationAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.OpenAllDiagramsUsageInDiagramsAction extends com.nomagic.magicdraw.uml.symbols.actions.OpenInDiagramsAction implements Serializable
-
Serialized Fields
-
diagramOpenAction
com.nomagic.magicdraw.ui.dialogs.specifications.actions.SelectDiagramElementsAction diagramOpenAction
Deprecated. -
diagrams
java.util.Collection<Diagram> diagrams
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.OpenDiagramCreationDialogAction extends com.nomagic.magicdraw.ui.actions.AbstractOpenActionPanelDialogAction implements Serializable
-
Serialized Fields
-
mActions
ActionsCategory mActions
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.OpenURLAction extends NMAction implements Serializable
-
Serialized Fields
-
url
java.lang.String url
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.OpenUserManualAction extends NMAction implements Serializable
-
Serialized Fields
-
mUserManualName
java.lang.String mUserManualName
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.OptionsCategory extends com.nomagic.magicdraw.actions.DialogActionsCategory implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.PasteAsDiagramOverviewAction extends DefaultActiveDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.PasteBySelectionProviderAction extends com.nomagic.magicdraw.ui.actions.AbstractBySelectionProviderAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.PasteIntoDiagramAction extends DefaultActiveDiagramAction implements Serializable
-
Serialized Fields
-
executor
com.nomagic.magicdraw.ui.actions.PasteInSymbolDiagramBySelectionProviderActionExecutor executor
Deprecated. -
pasteWithNewData
boolean pasteWithNewData
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.PasteStyleAction extends DefaultActiveDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.PasteWithNewDataIntoDiagramAction extends com.nomagic.magicdraw.ui.actions.PasteIntoDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.PreviousDiagramAction extends DefaultActiveDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.PreviousTabAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.PusherDiagramAction extends com.nomagic.magicdraw.ui.actions.BaseDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.QueryListenerAction extends NMAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.QueryStatisticAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.QuickLayoutDiagramAction extends DefaultActiveDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.RecentFilesAction extends ActionsCategory implements Serializable
-
Serialized Fields
-
mClearListAction
com.nomagic.magicdraw.ui.actions.RecentFilesAction.ClearListAction mClearListAction
Deprecated. -
mOnlyTeamwork
boolean mOnlyTeamwork
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.RecentWindowsAction extends ActionsCategory implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ReopenLastTabAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ResetToDefaultStyleAction extends DefaultActiveDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ResourceManagerAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.SaveProjectAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.SaveProjectLocallyAction extends com.nomagic.magicdraw.ui.actions.SaveProjectAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.SelectAction extends com.nomagic.magicdraw.ui.actions.BaseDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.SelectAndDrawDiagramAction extends com.nomagic.magicdraw.ui.actions.BaseDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.SelectAndDrawDiagramAction.DrawSpecificAction extends DrawShapeDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.SelectUserModeAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.SetDefaultStyleFromSelectedAction extends DefaultActiveDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ShowDialogForActions extends com.nomagic.magicdraw.ui.actions.AbstractOpenActionPanelDialogAction implements Serializable
-
Serialized Fields
-
dialogParent
java.awt.Component dialogParent
Deprecated. -
location
java.awt.Point location
Deprecated. -
manager
ActionsManager manager
Deprecated. -
useDefaultSize
boolean useDefaultSize
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.ShowDialogForActions.ShowDialogForActionsActionPanel extends com.nomagic.magicdraw.ui.dialogs.ActionPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ShowDialogForActionsWithEasyCreate extends com.nomagic.magicdraw.ui.actions.ShowDialogForActions implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ShowDialogForActionsWithEasyCreate.EasyCreateActionPanel extends com.nomagic.magicdraw.ui.actions.ShowDialogForActions.ShowDialogForActionsActionPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ShowProjectOptionsAction extends MDAction implements Serializable
-
Serialized Fields
-
mPropertyId
java.lang.String mPropertyId
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.SmartRemoveElementsAction extends com.nomagic.magicdraw.uml.actions.MultiTargetAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.StickyAction extends com.nomagic.magicdraw.ui.actions.BaseDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.SwitchProjectsAction extends SelectItemAction implements Serializable
-
Serialized Fields
-
mListenerAdded
boolean mListenerAdded
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.ToolbarConfigurationAction extends MDMenuAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.UsageInDiagramsAction extends MDMenuAction implements Serializable
-
Serialized Fields
-
mElement
Element mElement
Deprecated. -
mLocationInTool
LocationInTool mLocationInTool
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.UsageInDiagramsDiagramsWithSymbolsAction extends MDActionsCategory implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.UseLocalProjectAction extends com.nomagic.magicdraw.persistence.partitioning.actions.UseModuleAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.UseServerProjectAction extends com.nomagic.magicdraw.persistence.partitioning.actions.UseModuleAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ValidateDiagramAction extends DefaultActiveDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ValidateDiagramBrowserContextAction extends com.nomagic.magicdraw.ui.actions.ValidateDiagramAction implements Serializable
-
Serialized Fields
-
diagramPresentationElement
DiagramPresentationElement diagramPresentationElement
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.ViewAndSubmitInternalErrorAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.Zoom11Action extends com.nomagic.magicdraw.ui.actions.AbstractZoomAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ZoomInAction extends com.nomagic.magicdraw.ui.actions.AbstractZoomAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ZoomOutAction extends com.nomagic.magicdraw.ui.actions.AbstractZoomAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.ZoomSliderAction extends com.nomagic.magicdraw.uml.symbols.actions.ZoomPointProviderAction implements Serializable
-
Serialized Fields
-
slider
com.nomagic.magicdraw.ui.ZoomSlider slider
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.actions.ZoomToSelectionAction extends com.nomagic.magicdraw.ui.actions.AbstractZoomAction implements Serializable
-
-
Package com.nomagic.magicdraw.ui.browser
-
Class com.nomagic.magicdraw.ui.browser.AbstractBrowserRootTabTree extends BrowserTabTree implements Serializable
-
Serialized Fields
-
rootListener
java.beans.PropertyChangeListener rootListener
Deprecated. -
smartRootListener
SmartPropertyChangeListener smartRootListener
Deprecated. -
treeRoot
com.nomagic.magicdraw.ui.browser.TreeRoot treeRoot
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.AbstractDiagramsNode extends Node implements Serializable
-
Serialized Fields
-
displayModelElements
boolean displayModelElements
Deprecated. -
groupByNameSupplier
java.util.function.Supplier<java.lang.Boolean> groupByNameSupplier
Deprecated. -
groupByNameThresholdSupplier
java.util.function.Supplier<java.lang.Integer> groupByNameThresholdSupplier
Deprecated. -
groupedByName
boolean groupedByName
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.AbstractTree extends ExtendedPanel implements Serializable
-
Serialized Fields
-
autoExpandMode
boolean autoExpandMode
-
cookies
CookieSet cookies
-
scrollPane
javax.swing.JScrollPane scrollPane
-
tree
javax.swing.JTree tree
-
-
-
Class com.nomagic.magicdraw.ui.browser.AdornmentNodeRenderer extends com.nomagic.awt.HighlightTreeCellRenderer implements Serializable
-
Serialized Fields
-
calcBounds
boolean calcBounds
-
mAdorned
javax.swing.tree.TreeCellRenderer mAdorned
-
-
-
Class com.nomagic.magicdraw.ui.browser.BrowserDocumentationPanel extends com.nomagic.magicdraw.ui.dialogs.specifications.PlainRichTextEditorPanel implements Serializable
-
Serialized Fields
-
mActiveElement
com.nomagic.magicdraw.uml.ElementReference<Element> mActiveElement
Deprecated. -
mActiveElementUpdater
com.nomagic.magicdraw.uml.transaction.AfterTransactionExecutor mActiveElementUpdater
Deprecated. -
mCommentSetter
com.nomagic.magicdraw.uml.transaction.AfterTransactionExecutor mCommentSetter
Deprecated. -
mDocChanges
boolean mDocChanges
Deprecated. -
mDocListener
com.nomagic.magicdraw.ui.browser.BrowserDocumentationPanel.DocumentationTextListener mDocListener
Deprecated. -
mElementDocumentationChanges
boolean mElementDocumentationChanges
Deprecated. -
mElementListener
java.beans.PropertyChangeListener mElementListener
Deprecated. -
mElementSelectionSensitiveComponent
com.nomagic.magicdraw.ui.ElementSelectionSensitiveComponent<com.nomagic.magicdraw.ui.browser.BrowserDocumentationPanel> mElementSelectionSensitiveComponent
Deprecated. -
mFocusListener
com.nomagic.magicdraw.ui.browser.BrowserDocumentationPanel.Focus mFocusListener
Deprecated. -
mFrozen
boolean mFrozen
Deprecated. -
mLastFocusableEditor
javax.swing.JComponent mLastFocusableEditor
Deprecated. -
mLastSelectedElement
com.nomagic.magicdraw.uml.ElementReference<Element> mLastSelectedElement
Deprecated. -
mProject
Project mProject
Deprecated. -
mProjectEventListener
ProjectEventListener mProjectEventListener
Deprecated. -
mSmartPropertyChangeListener
SmartPropertyChangeListener mSmartPropertyChangeListener
Deprecated. -
mStatusLabel
javax.swing.JLabel mStatusLabel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.BrowserTabTree extends Tree implements Serializable
-
Serialized Fields
-
browser
Browser browser
Reference to the browser. -
browserTreeGroup
java.lang.String browserTreeGroup
-
editActionExecutorsProvider
com.nomagic.magicdraw.ui.actions.EditActionExecutorsProvider editActionExecutorsProvider
-
info
com.nomagic.magicdraw.ui.browser.BrowserComponentInfo info
-
needsInit
boolean needsInit
If this flag is true, tree must be initialized on activation. -
toolbar
javax.swing.JComponent toolbar
-
toolbarManager
ActionsManager toolbarManager
-
treeListener
com.nomagic.magicdraw.ui.browser.BrowserTabTree.TreeEventListener treeListener
-
-
-
Class com.nomagic.magicdraw.ui.browser.ClassifierNode extends com.nomagic.magicdraw.ui.browser.ModelElementNode<C extends Classifier> implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.ClearSearchResultsAction extends DefaultBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.ComponentNode extends com.nomagic.magicdraw.ui.browser.ClassifierNode<Component> implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.ContainmentTree extends com.nomagic.magicdraw.ui.browser.AbstractBrowserRootTabTree implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.DiagramNode extends com.nomagic.magicdraw.ui.browser.ModelElementNode<Diagram> implements Serializable
-
Serialized Fields
-
diagramPresentationElementReference
java.lang.ref.WeakReference<DiagramPresentationElement> diagramPresentationElementReference
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.DiagramPENode extends Node implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.DiagramsNode extends com.nomagic.magicdraw.ui.browser.AbstractDiagramsNode implements Serializable
-
Serialized Fields
-
showEmptyGroupNodes
boolean showEmptyGroupNodes
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.DiagramsTree extends BrowserTabTree implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.ExpandingErrorNode extends Node implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.ExtensionsTree extends BrowserTabTree implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.FilterAction extends DefaultBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.InheritanceTree extends com.nomagic.magicdraw.ui.browser.AbstractBrowserRootTabTree implements Serializable
-
Serialized Fields
-
commitListener
TransactionCommitListener commitListener
TransactionCommitListener is activated when tree is initiated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.LoadingDummyNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
childrenMap
java.util.Map<Node,com.nomagic.magicdraw.ui.browser.LoadingDummyNode> childrenMap
Deprecated. -
expanded
boolean expanded
Deprecated. -
relationshipNode
boolean relationshipNode
Deprecated. -
userObjectID
java.lang.String userObjectID
Deprecated.
-
-
Class com.nomagic.magicdraw.ui.browser.LockedElementNodeRenderer extends com.nomagic.magicdraw.ui.browser.TreeNodeRenderer implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.ModelElementNode extends com.nomagic.magicdraw.ui.browser.RelationshipsNodeParent implements Serializable
-
Serialized Fields
-
lockText
java.lang.String lockText
Deprecated. -
mMoveSetter
com.nomagic.magicdraw.valuesetters.ElementValueSetter mMoveSetter
Deprecated. -
smartListener
com.nomagic.uml2.ext.jmi.smartlistener.AdvancedSmartPropertyChangeListener smartListener
Deprecated. -
updateParentOnElementDelete
boolean updateParentOnElementDelete
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.Node extends javax.swing.tree.DefaultMutableTreeNode implements Serializable
-
Serialized Fields
-
childrenOwner
com.nomagic.magicdraw.ui.browser.ChildrenOwner childrenOwner
Node specific children owner. If node does not have his owner, tree model children owner is used -
defaultIcon
javax.swing.Icon defaultIcon
default icon. -
flags
java.util.concurrent.atomic.AtomicInteger flags
-
forceUpdate
boolean forceUpdate
-
hiddenOwners
java.util.List<Node> hiddenOwners
Hidden owners if node is compactable. -
hiddenParent
Node hiddenParent
Parent of hidden node -
icon
javax.swing.Icon icon
The icon of this node. -
ignoreRootCheck
boolean ignoreRootCheck
-
nodeTextParams
com.nomagic.magicdraw.ui.browser.NodeTextParams nodeTextParams
-
priorityInOwner
int priorityInOwner
-
removeAndKeepUserObject
boolean removeAndKeepUserObject
-
sortKeys
com.nomagic.magicdraw.ui.browser.Node.NodeSortKeys sortKeys
The sort keys. -
text
java.lang.String text
The text of the node -
treeModel
java.lang.ref.WeakReference<?> treeModel
The model of the node. -
userObjectBaseElementID
java.lang.String userObjectBaseElementID
-
-
-
Class com.nomagic.magicdraw.ui.browser.NodeNode extends com.nomagic.magicdraw.ui.browser.ClassifierNode<Node> implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.OneTypeDiagramsNode extends com.nomagic.magicdraw.ui.browser.AbstractDiagramsNode implements Serializable
-
Serialized Fields
-
diagramType
java.lang.String diagramType
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.OneTypeElementsNode extends Node implements Serializable
-
Serialized Fields
-
elementType
java.lang.String elementType
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.PresentationElementNode extends Node implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.ProfileNode extends Node implements Serializable
-
Serialized Fields
-
wrapper
com.nomagic.magicdraw.uml.ModelElementWrapper wrapper
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.ProjectNode extends Node implements Serializable
-
Serialized Fields
-
modelAddListener
java.beans.PropertyChangeListener modelAddListener
Deprecated. -
treeRoot
com.nomagic.magicdraw.ui.browser.TreeRoot treeRoot
Deprecated. -
usedModulesNodeIndex
int usedModulesNodeIndex
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.PropertyNode extends com.nomagic.magicdraw.ui.browser.ModelElementNode<Property> implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.RelationshipAwareNode extends Node implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.RelationshipNode extends com.nomagic.magicdraw.ui.browser.ModelElementNode<Element> implements Serializable
-
Serialized Fields
-
listener
java.beans.PropertyChangeListener listener
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.RelationshipsNode extends com.nomagic.magicdraw.ui.browser.RelationshipAwareNode implements Serializable
-
Serialized Fields
-
element
com.nomagic.magicdraw.uml.ElementReference<BaseElement> element
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.RelationshipsNodeParent extends com.nomagic.magicdraw.ui.browser.RelationshipAwareNode implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.SearchResultsRootNode extends Node implements Serializable
-
Serialized Fields
-
fromDiagramsNode
Node fromDiagramsNode
Deprecated. -
fromModel
CloseableIterator<? extends Element> fromModel
Deprecated. -
fromModelNode
Node fromModelNode
Deprecated. -
nodeSearchUpdater
com.nomagic.magicdraw.ui.browser.SearchResultNodeUpdater nodeSearchUpdater
Deprecated. -
presentationElements
java.util.Collection<? extends PresentationElement> presentationElements
Deprecated. -
project
Project project
Deprecated. -
removeElementTransactionListener
TransactionCommitListener removeElementTransactionListener
Deprecated. -
searchContext
java.util.Properties searchContext
Deprecated. -
searchResults
java.util.Set<BaseElement> searchResults
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.SearchResultsTree extends BrowserTabTree implements Serializable
-
Serialized Fields
-
instanceID
java.lang.Integer instanceID
unique id for the object instance -
rootNode
com.nomagic.magicdraw.ui.browser.SearchResultsRootNode rootNode
-
treeInitialized
boolean treeInitialized
-
-
-
Class com.nomagic.magicdraw.ui.browser.SyntheticNode extends Node implements Serializable
-
Serialized Fields
-
syntheticObject
T extends java.lang.Object syntheticObject
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.Tree extends AbstractTree implements Serializable
-
Serialized Fields
-
componentShortcutsManager
com.nomagic.actions.ComponentShortcutsManager componentShortcutsManager
-
delayedUpdateOnlyDirty
boolean delayedUpdateOnlyDirty
-
ignoreLock
boolean ignoreLock
-
nodeSelectionPaths
java.util.List<javax.swing.tree.TreePath> nodeSelectionPaths
-
selectSelectedNodes
java.lang.Runnable selectSelectedNodes
For selecting paths. Selection should be done when treeNodesChanged event is fired. -
treePatchForMac
com.nomagic.magicdraw.ui.browser.Tree.TreePatchForMac treePatchForMac
-
treeSelectionParticipants
java.util.Collection<com.nomagic.magicdraw.ui.browser.Tree.TreeSelectionParticipant> treeSelectionParticipants
-
treeUpdateExecutor
java.util.concurrent.Executor treeUpdateExecutor
-
treeUpdateTask
com.nomagic.magicdraw.ui.browser.Tree.Interruptible treeUpdateTask
-
updateIfShowing
boolean updateIfShowing
-
-
-
Class com.nomagic.magicdraw.ui.browser.TreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable
-
Serialized Fields
-
addExecutor
com.nomagic.magicdraw.utils.concurrent.OwnedThreadPoolExecutor<java.lang.Object> addExecutor
Deprecated. -
asyncNodeUpdates
boolean asyncNodeUpdates
Deprecated. -
childrenOwner
com.nomagic.magicdraw.ui.browser.ChildrenOwner childrenOwner
Deprecated. -
compactNodes
boolean compactNodes
Deprecated. -
comparator
java.util.Comparator<Node> comparator
Deprecated. -
didWarnNodeChangeNotifiedNotOnEDT
java.util.concurrent.atomic.AtomicBoolean didWarnNodeChangeNotifiedNotOnEDT
Deprecated. -
dirtyNodes
java.util.Collection<Node> dirtyNodes
Deprecated. -
flushers
com.nomagic.magicdraw.ui.browser.TreeModel.LoadingIconFlusher[] flushers
Deprecated. -
ignoreLock
java.util.function.BooleanSupplier ignoreLock
Deprecated. -
loadingNodeActionListener
com.nomagic.magicdraw.ui.browser.TreeModel.LoadingNodeActionListener loadingNodeActionListener
Deprecated. -
loadingNodes
java.util.Map<? super java.lang.Object,com.nomagic.magicdraw.ui.browser.LoadingDummyNode> loadingNodes
Deprecated. -
loadingNodeTimer
javax.swing.Timer loadingNodeTimer
Deprecated. -
nmTree
javax.swing.JComponent nmTree
Deprecated. -
nodeCreator
com.nomagic.magicdraw.ui.browser.TreeNodeCreator nodeCreator
Deprecated. -
nodeImageObserver
com.nomagic.magicdraw.ui.browser.TreeModel.LoadingNodeImageObserver nodeImageObserver
Deprecated. -
nowSorting
java.lang.ThreadLocal<java.lang.Boolean> nowSorting
Deprecated. -
pendingNodeChildrenChanges
java.util.concurrent.LinkedBlockingDeque<com.nomagic.magicdraw.ui.browser.NodeChildrenKeeper> pendingNodeChildrenChanges
Deprecated. -
project
Project project
Deprecated. -
sort
boolean sort
Deprecated. -
structureUpdateErrorNodes
java.util.Map<? super java.lang.Object,com.nomagic.magicdraw.ui.browser.ExpandingErrorNode> structureUpdateErrorNodes
Deprecated. -
updateExecutor
com.nomagic.magicdraw.utils.concurrent.OwnedThreadPoolExecutor<java.lang.Object> updateExecutor
Deprecated. -
updateExecutorNodeChildren
com.nomagic.magicdraw.ui.browser.NodeChildrenKeeper updateExecutorNodeChildren
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.TreeNodeRenderer extends com.nomagic.awt.HighlightTreeCellRenderer implements Serializable
-
Serialized Fields
-
loadingNodeRenderer
javax.swing.tree.TreeCellRenderer loadingNodeRenderer
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.TreeTextEditorComponent extends com.nomagic.magicdraw.uml.editors.AbstractTextEditorComponent implements Serializable
-
Serialized Fields
-
completionActionListener
com.nomagic.magicdraw.ui.browser.TreeTextEditorComponent.CompletionActionListener completionActionListener
Deprecated. -
tree
Tree tree
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.UsedModulesNode extends Node implements Serializable
-
Serialized Fields
-
treeRoot
com.nomagic.magicdraw.ui.browser.TreeRoot treeRoot
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.ui.browser.actions
-
Class com.nomagic.magicdraw.ui.browser.actions.AbstractFavoriteElementsAction extends NMAction implements Serializable
-
Serialized Fields
-
mAddFavorites
boolean mAddFavorites
Deprecated. -
mManageFavorites
boolean mManageFavorites
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.AbstractFavoriteElementsAction.AddFavoriteElementAction extends MDAction implements Serializable
-
Serialized Fields
-
sourceComponent
java.awt.Component sourceComponent
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.AbstractFavoriteElementsAction.ManageFavoriteElementsAction extends MDAction implements Serializable
-
Serialized Fields
-
sourceComponent
java.awt.Component sourceComponent
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.AbstractOpenInNewTreeAction extends DefaultBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.BrowserDiagramAction extends DefaultBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.CancelCutBrowserAction extends DefaultBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.ChangeVersionAction extends com.nomagic.magicdraw.persistence.partitioning.actions.ModuleBrowserAction implements Serializable
-
Serialized Fields
-
iProjectRef
java.lang.ref.WeakReference<IProject> iProjectRef
Deprecated. -
mModuleRef
java.lang.ref.WeakReference<IAttachedProject> mModuleRef
Deprecated. -
mProjectRef
java.lang.ref.WeakReference<Project> mProjectRef
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.CommonSpecificationAction extends DefaultBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.CopyElementHyperlinkInBrowserAction extends com.nomagic.magicdraw.ui.browser.actions.CopyElementURLInBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.CreateSymbolAction extends DefaultBrowserAction implements Serializable
-
Serialized Fields
-
creator
com.nomagic.magicdraw.uml.symbols.SymbolHandler creator
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.DefaultBrowserAction extends MDAction implements Serializable
-
Serialized Fields
-
tree
Tree tree
The browser of this action.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.DefaultBrowserStateAction extends MDStateAction implements Serializable
-
Serialized Fields
-
mTree
Tree mTree
The browser of this action.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.DelegateBrowserAction extends DefaultBrowserAction implements Serializable
-
Serialized Fields
-
target
DefaultBrowserAction target
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.DeleteFromContentsAction extends com.nomagic.magicdraw.ui.browser.actions.DeleteInBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.DeleteInBrowserAction extends DefaultBrowserAction implements Serializable
-
Serialized Fields
-
executor
com.nomagic.magicdraw.ui.actions.AbstractBySelectionProviderAction.SelectionExecutor executor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.DeleteInBrowserDelegate extends DefaultBrowserAction implements Serializable
-
Serialized Fields
-
delegates
java.util.Collection<BrowserAction> delegates
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.DiagramSpecificationAction extends com.nomagic.magicdraw.ui.browser.actions.JustSpecificationAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.EditInBrowserAction extends DefaultBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.FavoriteElementsBrowserAction extends com.nomagic.magicdraw.ui.browser.actions.AbstractFavoriteElementsAction implements Serializable
-
Serialized Fields
-
mTree
Tree mTree
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.FavoriteElementsBrowserAction.FavoriteGotoElementAction extends com.nomagic.magicdraw.ui.browser.actions.SelectGotoElementAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.GotoAction extends com.nomagic.magicdraw.uml.actions.MultiTargetActionCategory<com.nomagic.magicdraw.ui.browser.actions.GotoActionFactory> implements Serializable
-
Serialized Fields
-
mLocation
LocationInTool mLocation
Deprecated. -
mModelElementProvider
ModelElementProvider mModelElementProvider
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.JustSpecificationAction extends com.nomagic.magicdraw.ui.browser.actions.DelegateBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.ModuleImportAction extends com.nomagic.magicdraw.persistence.partitioning.actions.ModuleBrowserAction implements Serializable
-
Serialized Fields
-
iProject
IProject iProject
Deprecated. -
mModule
IAttachedProject mModule
Deprecated. -
mProject
Project mProject
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.ModuleRemoveAction extends com.nomagic.magicdraw.persistence.partitioning.actions.ModuleBrowserAction implements Serializable
-
Serialized Fields
-
iProject
IProject iProject
Deprecated. -
mModule
IAttachedProject mModule
Deprecated. -
mProject
Project mProject
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.ModuleRemoveKeepRefsAction extends com.nomagic.magicdraw.persistence.partitioning.actions.ModuleBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.OnFindAction extends com.nomagic.magicdraw.ui.browser.actions.DelegateBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.OpenDiagramAction extends DefaultBrowserAction implements Serializable
-
Serialized Fields
-
diagram
DiagramPresentationElement diagram
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.OpenDiagramInNewDiagramTabAction extends DefaultBrowserAction implements Serializable
-
Serialized Fields
-
mDiagrams
java.util.List<DiagramPresentationElement> mDiagrams
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.OpenInFileExplorerAction extends DefaultBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.OpenInNewInheritanceTreeActionFactory.OpenInNewInheritanceTreeAction extends com.nomagic.magicdraw.ui.browser.actions.AbstractOpenInNewTreeAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.OpenInNewTreeAction extends DefaultBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.PackageNodeConfigurator.CommitDiscardModuleAction extends com.nomagic.magicdraw.teamwork2.actions.LockUnlockModuleAction implements Serializable
-
Serialized Fields
-
forceDisable
boolean forceDisable
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.PackageNodeConfigurator.LockModuleAction extends com.nomagic.magicdraw.teamwork2.actions.LockUnlockModuleAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.PrintDiagramAction extends com.nomagic.magicdraw.ui.browser.actions.BrowserDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.QuickFindInBrowserAction extends DefaultBrowserAction implements Serializable
-
Serialized Fields
-
filters
java.util.List<com.nomagic.magicdraw.ui.dialogs.selection.predefinedtypefilter.PredefinedTypeFilter> filters
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.RefreshSmartPackageContentsAction extends NMAction implements Serializable
-
Serialized Fields
-
elements
java.util.List<Element> elements
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.RepeatSearchAction extends DefaultBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.SaveFindAction extends DefaultBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.SaveFindAsQueryAction extends com.nomagic.magicdraw.ui.browser.actions.SaveFindAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.SaveFindAsStaticAction extends com.nomagic.magicdraw.ui.browser.actions.SaveFindAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.SaveFindGroup extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.SearchResultTreeDisplayModeAction extends com.nomagic.magicdraw.actions.EnvironmentPropertyAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.SelectGotoElementAction extends MDAction implements Serializable
-
Serialized Fields
-
mElement
java.lang.ref.WeakReference<BaseElement> mElement
Deprecated. -
mLocationInTool
LocationInTool mLocationInTool
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.SelectInCategory extends com.nomagic.magicdraw.uml.actions.MultiTargetActionCategory<com.nomagic.magicdraw.ui.browser.actions.SelectInActionFactory> implements Serializable
-
Serialized Fields
-
mLocation
LocationInTool mLocation
Deprecated. -
mModelElementProvider
ModelElementProvider mModelElementProvider
Deprecated. -
mModelElementsProvider
ModelElementsProvider mModelElementsProvider
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.ShowActionsCategoryDialogInBrowserAction extends DefaultBrowserAction implements Serializable
-
Serialized Fields
-
dialogActionCategoryID
java.lang.String dialogActionCategoryID
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.ShowFindDlgAction extends DefaultBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.actions.ShowPopupAction extends DefaultBrowserAction implements Serializable
-
-
Package com.nomagic.magicdraw.ui.diagrams
-
Class com.nomagic.magicdraw.ui.diagrams.AssignDiagramStereotypeDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
descriptor
com.nomagic.magicdraw.uml.diagrams.AbstractCustomizableDiagramDescriptor descriptor
Deprecated. -
project
Project project
Deprecated. -
stereotypesPanel
com.nomagic.magicdraw.ui.diagrams.StereotypesPanel stereotypesPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.BaseCustomizableDiagramAction extends com.nomagic.magicdraw.ui.actions.BaseDiagramAction implements Serializable
-
Serialized Fields
-
customAdditionalDrawAction
com.nomagic.magicdraw.uml.symbols.manipulators.drawactions.AdditionalDrawAction customAdditionalDrawAction
-
icons
com.nomagic.magicdraw.ui.diagrams.IconCollection icons
-
style
com.nomagic.magicdraw.ui.diagrams.PropertyManagerProxy style
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.ContextToolbarPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
actions
ActionsManager actions
Deprecated. -
container
javax.swing.Box container
Deprecated. -
context
java.lang.ref.WeakReference<PresentationElement> context
Deprecated. -
contextListener
com.nomagic.magicdraw.ui.diagrams.ContextToolbarPanel.ContextListener contextListener
Deprecated. -
vertical
boolean vertical
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomDiagramAction extends BaseCustomizableDiagramAction implements Serializable
-
Serialized Fields
-
elementProperties
com.nomagic.magicdraw.ui.diagrams.PropertyManagerProxy elementProperties
Deprecated. -
listAsElement
boolean listAsElement
Deprecated. -
mAddAdditionalActions
boolean mAddAdditionalActions
Deprecated. -
opposite
boolean opposite
Deprecated. -
presentationElementConfigurator
com.nomagic.magicdraw.ui.actions.PresentationElementConfigurator presentationElementConfigurator
Deprecated. -
stereotypes
java.util.List<java.lang.String> stereotypes
Deprecated. -
type
java.lang.Class<? extends Element> type
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomDiagramInnerToolbarConfiguration extends DiagramInnerToolbarConfiguration implements Serializable
-
Serialized Fields
-
icons
com.nomagic.magicdraw.ui.diagrams.IconCollection icons
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomDiagramInnerToolbarConfigurationProxy extends com.nomagic.magicdraw.ui.diagrams.CustomDiagramInnerToolbarConfiguration implements Serializable
-
Serialized Fields
-
realToolbar
com.nomagic.magicdraw.ui.diagrams.CustomDiagramInnerToolbarConfiguration realToolbar
Deprecated. -
realToolbarID
java.lang.String realToolbarID
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomDiagramNamePanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
abbreviationField
javax.swing.JTextField abbreviationField
Deprecated. -
baseTypeCombo
javax.swing.JComboBox<java.lang.String> baseTypeCombo
Deprecated. -
baseTypeLabel
javax.swing.JLabel baseTypeLabel
Deprecated. -
categoryField
javax.swing.JTextField categoryField
Deprecated. -
helpIdField
javax.swing.JTextField helpIdField
Deprecated. -
imageSmall
com.nomagic.magicdraw.ui.diagrams.ImageSelector imageSmall
Deprecated. -
imageSVG
com.nomagic.magicdraw.ui.diagrams.ImageSelector imageSVG
Deprecated. -
typeField
javax.swing.JTextField typeField
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomDiagramsPanel extends com.nomagic.magicdraw.ui.dialogs.MultiListPanel implements Serializable
-
Serialized Fields
-
exportButton
javax.swing.JButton exportButton
Deprecated. -
resetToDefaultsButton
javax.swing.JButton resetToDefaultsButton
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomizeDiagramsAction extends MDAction implements Serializable
-
Serialized Fields
-
mManager
com.nomagic.magicdraw.ui.diagrams.CustomizableDiagramsManager mManager
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomizeDiagramsDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Class com.nomagic.magicdraw.ui.diagrams.CustomizeDiagramWizard extends com.nomagic.ui.wizard.WizardDlg implements Serializable
-
Serialized Fields
-
controller
com.nomagic.magicdraw.ui.diagrams.CustomizeDiagramWizard.Controller controller
Deprecated. -
descriptor
com.nomagic.magicdraw.uml.diagrams.AbstractCustomizableDiagramDescriptor descriptor
Deprecated. -
diagramNames
java.util.Set<java.lang.String> diagramNames
Deprecated. -
metaType
java.lang.String metaType
Deprecated. -
modulePanel
com.nomagic.magicdraw.ui.diagrams.ModulePanel modulePanel
Deprecated. -
namePanel
com.nomagic.magicdraw.ui.diagrams.CustomDiagramNamePanel namePanel
Deprecated. -
project
Project project
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomizeNonSymbolDiagramWizard extends com.nomagic.magicdraw.ui.diagrams.CustomizeDiagramWizard implements Serializable
-
Serialized Fields
-
helpID
java.lang.String helpID
Deprecated. -
propertyPanel
com.nomagic.magicdraw.ui.diagrams.NonSymbolDiagramPropertyPanel propertyPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomizeSymbolDiagramWizard extends com.nomagic.magicdraw.ui.diagrams.CustomizeDiagramWizard implements Serializable
-
Serialized Fields
-
buttonsPanel
com.nomagic.magicdraw.ui.diagrams.DiagramButtonsPanel buttonsPanel
Deprecated. -
elementsStylePanel
com.nomagic.magicdraw.ui.dialogs.DiagramElementsStylePanel elementsStylePanel
Deprecated. -
smartManipulatorsPanel
com.nomagic.magicdraw.ui.diagrams.SmartManipulatorsPanel smartManipulatorsPanel
Deprecated. -
toolbarsPanel
com.nomagic.magicdraw.ui.diagrams.ToolbarsPanel toolbarsPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.DiagramButtonsTransferHandler extends com.nomagic.magicdraw.ui.dnd.tree.DraggedTreeDataTransferHandler implements Serializable
-
Class com.nomagic.magicdraw.ui.diagrams.EditButtonDialog extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
action
BaseCustomizableDiagramAction action
Deprecated. -
allOtherActions
java.util.Collection<NMAction> allOtherActions
Deprecated. -
defaultElementPropertiesProvider
com.nomagic.magicdraw.ui.diagrams.EditButtonDialog.DefaultElementPropertiesProvider defaultElementPropertiesProvider
Deprecated. -
descriptionArea
javax.swing.JTextArea descriptionArea
Deprecated. -
descriptor
com.nomagic.magicdraw.uml.diagrams.AbstractCustomizableSymbolDiagramDescriptor descriptor
Deprecated. -
diagramData
Diagram diagramData
Deprecated. -
elementPropertyPanel
com.nomagic.magicdraw.properties.ui.jideui.JIDEPropertyPanel elementPropertyPanel
Deprecated. -
elementToViewMap
java.util.Map<java.lang.Class,java.lang.Class> elementToViewMap
Deprecated. -
elementUseOwn
javax.swing.JRadioButton elementUseOwn
Deprecated. -
elementUseStyle
javax.swing.JRadioButton elementUseStyle
Deprecated. -
imageLarge
com.nomagic.magicdraw.ui.diagrams.ImageSelector imageLarge
Deprecated. -
imageSmall
com.nomagic.magicdraw.ui.diagrams.ImageSelector imageSmall
Deprecated. -
listAsElementCheck
javax.swing.JCheckBox listAsElementCheck
Deprecated. -
oppositeCheck
javax.swing.JCheckBox oppositeCheck
Deprecated. -
project
Project project
Deprecated. -
shortcutField
com.nomagic.magicdraw.ui.diagrams.EditButtonDialog.ShortcutField shortcutField
Deprecated. -
shortcutText
javax.swing.JTextArea shortcutText
Deprecated. -
stereotypesPanel
com.nomagic.magicdraw.ui.diagrams.StereotypesPanel stereotypesPanel
Deprecated. -
stylePropertiesPanel
com.nomagic.magicdraw.properties.ui.jideui.JIDEPropertyPanel stylePropertiesPanel
Deprecated. -
symbolUseOwn
javax.swing.JRadioButton symbolUseOwn
Deprecated. -
symbolUseStyle
javax.swing.JRadioButton symbolUseStyle
Deprecated. -
typeCombo
javax.swing.JComboBox<java.lang.Class<? extends Element>> typeCombo
Deprecated. -
typeComboLabel
javax.swing.JLabel typeComboLabel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.EditToolbarDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
largeImage
com.nomagic.magicdraw.ui.diagrams.ImageSelector largeImage
Deprecated. -
nameTextField
javax.swing.JTextField nameTextField
Deprecated. -
smallImage
com.nomagic.magicdraw.ui.diagrams.ImageSelector smallImage
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.ElementSelectionDialogPanel extends com.nomagic.magicdraw.ui.dialogs.elementfilter.ElementFilterDialogPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.diagrams.ElementSelectionDlg extends com.nomagic.magicdraw.ui.dialogs.elementfilter.ElementFilterDlg implements Serializable
-
Class com.nomagic.magicdraw.ui.diagrams.ImageSelector extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
data
com.nomagic.magicdraw.ui.diagrams.IconData data
Deprecated. -
defaultIcon
javax.swing.Icon defaultIcon
Deprecated. -
fileButton
javax.swing.JButton fileButton
Deprecated. -
imageTypes
java.lang.String[] imageTypes
Deprecated. -
p
javax.swing.JLabel p
Deprecated. -
removeButton
javax.swing.JButton removeButton
Deprecated. -
urlButton
javax.swing.JButton urlButton
Deprecated. -
zoomFactor
double zoomFactor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.MissingAction extends BaseCustomizableDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.diagrams.ModulePanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
descriptor
com.nomagic.magicdraw.uml.diagrams.AbstractCustomizableDiagramDescriptor descriptor
Deprecated. -
list
com.nomagic.awt.ExtendedList<IAttachedProject> list
Deprecated. -
project
Project project
Deprecated. -
removeButton
javax.swing.JButton removeButton
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.NonSymbolDiagramPropertyPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
description
java.lang.String description
Deprecated. -
nonSymbolDiagramDiagram
Diagram nonSymbolDiagramDiagram
Deprecated. -
propertiesValidator
com.nomagic.magicdraw.ui.dialogs.specifications.panels.customization.ElementPropertiesNamesValidator propertiesValidator
Deprecated. -
propertyPanel
com.nomagic.magicdraw.properties.ui.jideui.JIDEPropertyPanel propertyPanel
Deprecated. -
propertyValueListener
com.nomagic.magicdraw.ui.diagrams.NonSymbolDiagramPropertyPanel.PropertyValueListener propertyValueListener
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.NonSymbolDiagramWindowPanel extends com.nomagic.magicdraw.ui.AbstractNonSymbolDiagramWindowPanel implements Serializable
-
Serialized Fields
-
mComponent
C extends java.awt.Component mComponent
Deprecated. -
mDiagramContent
NonSymbolDiagramContent<C extends java.awt.Component> mDiagramContent
Deprecated. -
mDiagramDescriptor
NonSymbolDiagramDescriptor<C extends java.awt.Component> mDiagramDescriptor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.SmartManipulatorsPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mConfigurator
com.nomagic.magicdraw.uml.diagrams.CustomDiagramContextToolbarAMConfigurator mConfigurator
Deprecated. -
mDescription
java.lang.String mDescription
Deprecated. -
mDescriptor
com.nomagic.magicdraw.uml.diagrams.AbstractCustomizableSymbolDiagramDescriptor mDescriptor
Deprecated. -
mElementList
javax.swing.JList mElementList
Deprecated. -
mListModel
javax.swing.DefaultListModel mListModel
Deprecated. -
mParentConfigurator
com.nomagic.magicdraw.uml.diagrams.CustomDiagramContextToolbarAMConfigurator mParentConfigurator
Deprecated. -
mPreviousSelection
java.lang.Object mPreviousSelection
Deprecated. -
mProject
Project mProject
Deprecated. -
mRBUseChild
javax.swing.JRadioButton mRBUseChild
Deprecated. -
mRBUseParent
javax.swing.JRadioButton mRBUseParent
Deprecated. -
mSMPanel
com.nomagic.magicdraw.ui.AddRemoveUpDownPanel mSMPanel
Deprecated. -
mSMTargetsPanel
com.nomagic.magicdraw.ui.AddRemoveUpDownPanel mSMTargetsPanel
Deprecated. -
mSymbolEdit
javax.swing.JButton mSymbolEdit
Deprecated. -
mSymbolRemove
javax.swing.JButton mSymbolRemove
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.StereotypesPanel extends com.nomagic.magicdraw.ui.dialogs.compartments.CompartmentManagerPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.diagrams.ToolbarsPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
addButton
javax.swing.JButton addButton
Deprecated. -
diagramTypeId
java.lang.String diagramTypeId
Deprecated. -
downButton
javax.swing.JButton downButton
Deprecated. -
editButton
javax.swing.JButton editButton
Deprecated. -
newToolbarAction
javax.swing.Action newToolbarAction
Deprecated. -
removeButton
javax.swing.JButton removeButton
Deprecated. -
superType
java.lang.String superType
Deprecated. -
table
com.nomagic.ui.HiDPIJTable table
Deprecated. -
upButton
javax.swing.JButton upButton
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.ToolbarsPanel.AddReadOnlyToolbarConfirmationDialog extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Class com.nomagic.magicdraw.ui.diagrams.TypeFilteredElementPropertyEditor extends com.nomagic.magicdraw.properties.ui.jideui.ElementListEditorRenderer implements Serializable
-
Serialized Fields
-
title
java.lang.String title
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.ui.dialogs
-
Class com.nomagic.magicdraw.ui.dialogs.AbstractElementListDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
editor
com.nomagic.magicdraw.ui.AbstractListEditor editor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.AbstractSelectDiagramsDlg extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
component
com.nomagic.magicdraw.ui.dialogs.selection.SelectDiagramsComponent component
Deprecated. -
project
Project project
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ActionPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
actions
ActionsCategory actions
Deprecated. -
bottomPanel
javax.swing.JPanel bottomPanel
Deprecated. -
buttonsPanel
javax.swing.JPanel buttonsPanel
Deprecated. -
contentPanelKeyListener
com.nomagic.magicdraw.ui.dialogs.ActionPanel.ContentPanelKeyListener contentPanelKeyListener
Deprecated. -
executeButton
javax.swing.JButton executeButton
Deprecated. -
expertModeMenuCustomizer
com.nomagic.magicdraw.usermodes.ExpertModeMenuCustomizer expertModeMenuCustomizer
Deprecated. -
filterField
com.nomagic.magicdraw.ui.AbstractSelectionTextField filterField
Deprecated. -
framelessDialog
com.nomagic.magicdraw.ui.FramelessDialog framelessDialog
Deprecated. -
isStandard
boolean isStandard
Deprecated. -
rememberedIsCamelCase
boolean rememberedIsCamelCase
Deprecated. -
rememberedMatchAnywhere
boolean rememberedMatchAnywhere
Deprecated. -
standardExpertButton
javax.swing.JButton standardExpertButton
Deprecated. -
suggestion
com.nomagic.magicdraw.ui.SelectionTextFieldSuggestionCollapsiblePanes suggestion
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.AddConveyedInformationDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
customizator
com.nomagic.magicdraw.uml.ExtendedAddConveyedInformationCustomizator customizator
Deprecated. -
mConveyedInformation
java.util.List<Classifier> mConveyedInformation
Deprecated. -
mConveyedInformationComponent
com.nomagic.magicdraw.ui.dialogs.specifications.ModelElementBrowseTextField mConveyedInformationComponent
Deprecated. -
mDirectionComboBox
javax.swing.JComboBox<com.nomagic.magicdraw.ui.dialogs.DirectionComboBoxItem> mDirectionComboBox
Deprecated. -
mInformationFlowListPanel
com.nomagic.magicdraw.ui.dialogs.specifications.ModelTypesListPanel mInformationFlowListPanel
Deprecated. -
mRelationship
Element mRelationship
Deprecated. -
mRelationshipView
PresentationElement mRelationshipView
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.AddRemoveButtonsPanel extends com.nomagic.ui.ButtonsPanel implements Serializable
-
Serialized Fields
-
mButtonAdd
javax.swing.JButton mButtonAdd
Deprecated. -
mButtonEdit
javax.swing.JButton mButtonEdit
Deprecated. -
mButtonRemove
javax.swing.JButton mButtonRemove
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.BaseCreateHyperlinkAction extends NMAction implements Serializable
-
Serialized Fields
-
mEditor
T extends com.nomagic.magicdraw.ui.text.rich.ReferenceSupportingEditor mEditor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.BaseDialog extends com.nomagic.ui.Dialog implements Serializable
-
Serialized Fields
-
activeTab
java.lang.String activeTab
Deprecated. -
bottomPanel
javax.swing.JPanel bottomPanel
Deprecated. -
buttonsPanel
com.nomagic.magicdraw.ui.dialogs.OKCancelHelpButtonsPanel buttonsPanel
Deprecated. -
descriptionPanel
javax.swing.JPanel descriptionPanel
Deprecated. -
leftPanel
javax.swing.JPanel leftPanel
Deprecated. -
mWasInEnterOKListener
boolean mWasInEnterOKListener
Deprecated. -
notificationPanel
javax.swing.JPanel notificationPanel
Deprecated. -
okButtonDefault
boolean okButtonDefault
Deprecated. -
result
int result
Deprecated. -
tabPanel
javax.swing.JTabbedPane tabPanel
Deprecated. -
topPanel
javax.swing.JPanel topPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.BaseEnterTextDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
lb
javax.swing.JLabel lb
Deprecated. -
mText
java.lang.String mText
Deprecated. -
mTextValidator
com.nomagic.magicdraw.ui.dialogs.TextValidator mTextValidator
Deprecated. -
mTxtFld
javax.swing.text.JTextComponent mTxtFld
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.BaseMessageWithLinksDialog extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.BaseQuickFindWindow extends com.nomagic.magicdraw.ui.FramelessDialog implements Serializable
-
Serialized Fields
-
buttons
java.util.List<com.nomagic.magicdraw.ui.dialogs.selection.predefinedtypefilter.RadioButtonWithPredefinedTypeFilter> buttons
Deprecated. -
quickWindowPanel
com.nomagic.magicdraw.ui.dialogs.BaseQuickFindWindow.QuickWindowPanel quickWindowPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.BaseQuickFindWindow.QuickWindowPanel extends com.nomagic.magicdraw.ui.dialogs.QuickFindPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.BaseSelectElementsPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mAddedCache
java.util.Set<BaseElement> mAddedCache
Deprecated. -
mAllBrowser
Tree mAllBrowser
Deprecated. -
mAllLabelString
java.lang.String mAllLabelString
Deprecated. -
mAutoSort
boolean mAutoSort
Deprecated. -
mButtons
com.nomagic.ui.ButtonsPanel mButtons
Deprecated. -
mCanAddRoot
boolean mCanAddRoot
Deprecated. -
mDisplayableTypes
java.util.Collection mDisplayableTypes
Deprecated. -
mSelectableTypes
java.util.Collection mSelectableTypes
Deprecated. -
mSelectedLabelString
java.lang.String mSelectedLabelString
Deprecated. -
mSelectedList
com.nomagic.magicdraw.ui.dialogs.SelectedElementsList mSelectedList
Deprecated. -
mUpDownButtonsPanel
com.nomagic.ui.ButtonsPanel mUpDownButtonsPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.BaseSelectObjectsPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mAddedCache
java.util.Set<BaseElement> mAddedCache
Deprecated. -
mAllBrowserComponents
java.util.List<com.nomagic.magicdraw.ui.dialogs.BaseSelectObjectsPanel.ComponentStructure> mAllBrowserComponents
Deprecated. -
mAllLabelString
java.lang.String mAllLabelString
Deprecated. -
mAllTabbedPanels
javax.swing.JTabbedPane mAllTabbedPanels
Deprecated. -
mAutoSort
boolean mAutoSort
Deprecated. -
mButtons
com.nomagic.ui.ButtonsPanel mButtons
Deprecated. -
mCanAddRoot
boolean mCanAddRoot
Deprecated. -
mEnableAddRecursively
boolean mEnableAddRecursively
Deprecated. -
mFilter
com.nomagic.magicdraw.ui.RestrictedElementFilter mFilter
Deprecated. -
mRootForSelected
Node mRootForSelected
Deprecated. -
mSelectedBrowser
Tree mSelectedBrowser
Deprecated. -
mSelectedLabelString
java.lang.String mSelectedLabelString
Deprecated. -
mTypes
SelectElementTypes mTypes
Deprecated. -
mUpDownButtonsPanel
com.nomagic.ui.ButtonsPanel mUpDownButtonsPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.BodyPanel extends ExtendedPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.BorderRadioButtonsPanel extends com.nomagic.ui.RadioButtonsPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.ChangeMessageNumberingDlg extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
messagePanel
com.nomagic.magicdraw.ui.dialogs.ChangeMessageNumberingPanel messagePanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.CheckboxList extends com.nomagic.magicdraw.ui.ListEditor implements Serializable
-
Serialized Fields
-
renderer
com.nomagic.magicdraw.ui.dialogs.CheckboxList.CheckboxListRenderer renderer
Deprecated. -
selected
java.util.List<java.lang.Object> selected
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.CheckboxList.CheckboxListRenderer extends javax.swing.DefaultListCellRenderer implements Serializable
-
Serialized Fields
-
box
javax.swing.JCheckBox box
Deprecated. -
chkIcon
javax.swing.JPanel chkIcon
Deprecated. -
innerRenderer
javax.swing.ListCellRenderer<java.lang.Object> innerRenderer
Deprecated. -
lbl
javax.swing.JLabel lbl
Deprecated. -
selected
java.util.List selected
Deprecated. -
showIcon
boolean showIcon
Deprecated. -
whole
javax.swing.JPanel whole
Deprecated. -
zuper
java.awt.Component zuper
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.CheckBoxTableCellRenderer extends javax.swing.JCheckBox implements Serializable
-
Serialized Fields
-
unselectedBackground
java.awt.Color unselectedBackground
Deprecated. -
unselectedForeground
java.awt.Color unselectedForeground
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ChoosePackageDlg extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
mSelectPanel
com.nomagic.magicdraw.ui.dialogs.PackageBrowserPanel mSelectPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.CompartmentButtonPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
add
javax.swing.JButton add
Deprecated. -
addAll
javax.swing.JButton addAll
Deprecated. -
remove
javax.swing.JButton remove
Deprecated. -
removeAll
javax.swing.JButton removeAll
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ContextToolbarButton extends com.jidesoft.swing.JideButton implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.CopyPackagesSelectionDlg extends ElementSelectionDlg implements Serializable
-
Serialized Fields
-
countTextField
javax.swing.JFormattedTextField countTextField
Deprecated. -
radioButtons
com.nomagic.magicdraw.ui.dialogs.BorderRadioButtonsPanel radioButtons
Deprecated. -
totalElementAmount
int totalElementAmount
Deprecated. -
totalProjectElementAmount
int totalProjectElementAmount
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.CreateDiagramDlg extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
createDiagramPanel
com.nomagic.magicdraw.ui.dialogs.CreateDiagramPanel createDiagramPanel
Deprecated. -
diagramParent
Namespace diagramParent
Deprecated. -
selectParentByDefault
boolean selectParentByDefault
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.CreateDiagramPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
diagramType
javax.swing.JComboBox<java.lang.String> diagramType
Deprecated. -
lastEnteredName
java.lang.String lastEnteredName
Deprecated. -
ownerSelectionPanel
com.nomagic.magicdraw.ui.dialogs.wizards.ElementOwnerSelectionPanel ownerSelectionPanel
Deprecated. -
selectParentByDefault
boolean selectParentByDefault
Deprecated. -
textField
com.nomagic.ui.FocusTextField textField
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.CreateElementMultiAction extends com.nomagic.magicdraw.ui.dialogs.specifications.actions.NewElementMultiAction implements Serializable
-
Serialized Fields
-
requestor
com.nomagic.magicdraw.ui.dialogs.ElementCreateRequestor requestor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.CreateHtmlHyperlinkAction extends com.nomagic.magicdraw.ui.dialogs.BaseCreateHyperlinkAction<T extends com.nomagic.magicdraw.ui.dialogs.HTMLSferyxEditor> implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.CustomizeFooterPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mEnvironmentOptions
EnvironmentOptions mEnvironmentOptions
Deprecated. -
mFooterArea
com.nomagic.ui.TextAreaPanel mFooterArea
Deprecated. -
mFooterFontProperty
FontProperty mFooterFontProperty
Deprecated. -
mHeaderArea
com.nomagic.ui.TextAreaPanel mHeaderArea
Deprecated. -
mHeaderFontProperty
FontProperty mHeaderFontProperty
Deprecated. -
mOldFooterFont
java.awt.Font mOldFooterFont
Deprecated. -
mOldFooterText
java.lang.String mOldFooterText
Deprecated. -
mOldHeaderFont
java.awt.Font mOldHeaderFont
Deprecated. -
mOldHeaderText
java.lang.String mOldHeaderText
Deprecated. -
mOldPrintFooter
boolean mOldPrintFooter
Deprecated. -
mOldPrintHeader
boolean mOldPrintHeader
Deprecated. -
mPrintFooter
javax.swing.JCheckBox mPrintFooter
Deprecated. -
mPrintHeader
javax.swing.JCheckBox mPrintHeader
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.DiagramElementsStylePanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
defaultStyle
java.util.Map<java.lang.String,PropertyManager> defaultStyle
Deprecated. -
list
javax.swing.JList list
Deprecated. -
mDescription
java.lang.String mDescription
Deprecated. -
modified
java.util.Map<java.lang.String,java.lang.Boolean> modified
Deprecated. -
propertyListener
java.beans.PropertyChangeListener propertyListener
Deprecated. -
propertyPanel
com.nomagic.magicdraw.properties.ui.jideui.JIDEPropertyPanel propertyPanel
Deprecated. -
reset
javax.swing.JButton reset
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.DictionaryVariableDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
description
com.nomagic.ui.FocusTextField description
Deprecated. -
editing
com.nomagic.magicdraw.spellchecker.SpellDictionaryVariable editing
Deprecated. -
name
com.nomagic.ui.FocusTextField name
Deprecated. -
path
com.nomagic.ui.BrowseTextField path
Deprecated. -
resolver
com.nomagic.magicdraw.spellchecker.SpellingDictionaryResolver resolver
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.DisplayRelatedElementsDialog extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
bothButton
javax.swing.JRadioButton bothButton
Deprecated. -
clientTypeRelations
java.util.Set<LinkType> clientTypeRelations
Deprecated. -
createNewSymbols
javax.swing.JCheckBox createNewSymbols
Deprecated. -
definiteButton
javax.swing.JRadioButton definiteButton
Deprecated. -
elementField
javax.swing.JTextField elementField
Deprecated. -
incomingButton
javax.swing.JRadioButton incomingButton
Deprecated. -
indefiniteButton
javax.swing.JRadioButton indefiniteButton
Deprecated. -
layoutRelated
javax.swing.JCheckBox layoutRelated
Deprecated. -
listener
java.awt.event.ItemListener listener
Deprecated. -
mAnnotatedElements
com.nomagic.magicdraw.ui.dialogs.DisplayRelatedElementsDialog.RelationTypeControl mAnnotatedElements
Deprecated. -
mComments
com.nomagic.magicdraw.ui.dialogs.DisplayRelatedElementsDialog.RelationTypeControl mComments
Deprecated. -
mContainment
com.nomagic.magicdraw.ui.dialogs.DisplayRelatedElementsDialog.RelationTypeControl mContainment
Deprecated. -
outgoingButton
javax.swing.JRadioButton outgoingButton
Deprecated. -
packageButton
javax.swing.JRadioButton packageButton
Deprecated. -
relationsPanel
javax.swing.JPanel relationsPanel
Deprecated. -
spinner
javax.swing.JSpinner spinner
Deprecated. -
spinnerNumberModel
javax.swing.SpinnerNumberModel spinnerNumberModel
Deprecated. -
supplierTypeRelations
java.util.Set<LinkType> supplierTypeRelations
Deprecated. -
typeButtonMap
java.util.Map<LinkType,com.nomagic.magicdraw.ui.dialogs.DisplayRelatedElementsDialog.RelationTypeControl> typeButtonMap
Deprecated. -
wholeButton
javax.swing.JRadioButton wholeButton
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.DisplayRelatedElementsDialog.RelationTypeControl extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
checkBox
javax.swing.JCheckBox checkBox
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.EditElementListDlg extends com.nomagic.magicdraw.ui.dialogs.AbstractElementListDlg implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.EditPlainRichTextDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mPanel
com.nomagic.magicdraw.ui.dialogs.specifications.PlainRichTextEditorPanel mPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ElementCheckTreeRenderer extends com.nomagic.awt.checktree.CheckTreeCellRenderer implements Serializable
-
Serialized Fields
-
distinguishNotEditable
boolean distinguishNotEditable
Deprecated. -
helper
com.nomagic.magicdraw.ui.ElementRendererHelper helper
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ElementClassListRenderer extends com.nomagic.magicdraw.ui.dialogs.ExtendedElementListRenderer implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.ElementFilterWithIncludeSubtypesDlg extends com.nomagic.magicdraw.ui.dialogs.elementfilter.ElementFilterWithAbstractTypesDlg implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.ElementListRenderer extends com.nomagic.awt.HighlightListCellRenderer implements Serializable
-
Serialized Fields
-
noneEditableReason
java.lang.String noneEditableReason
Deprecated. -
rendererHelper
com.nomagic.magicdraw.ui.ElementRendererHelper rendererHelper
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ElementTreeRenderer extends com.nomagic.awt.StyledColorLabelTreeCellRenderer implements Serializable
-
Serialized Fields
-
mHelper
com.nomagic.magicdraw.ui.ElementRendererHelper mHelper
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ExtendedElementListRenderer extends com.nomagic.magicdraw.ui.dialogs.ElementListRenderer implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.ExtendedHTMLSferyxEditorKit extends com.nomagic.magicdraw.ui.dialogs.HTMLSferyxEditorKit implements Serializable
-
Serialized Fields
-
factory
javax.swing.text.ViewFactory factory
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.FilteredPropertyTableModel extends com.jidesoft.grid.PropertyTableModel<com.jidesoft.grid.Property> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mCompletePropertyList
java.util.List<com.jidesoft.grid.Property> mCompletePropertyList
Deprecated. -
mEventListener
java.awt.event.ActionListener mEventListener
Deprecated. -
mFilters
java.lang.String[][] mFilters
Deprecated.
-
-
Class com.nomagic.magicdraw.ui.dialogs.FirstStartupDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mSelectUserModePanel
com.nomagic.magicdraw.usermodes.SelectUserModePanel mSelectUserModePanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.FontDialog extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
mExample
javax.swing.JLabel mExample
Deprecated. -
mFont
java.awt.Font mFont
Deprecated. -
mName
com.nomagic.magicdraw.ui.dialogs.FontDialog.ComboList mName
Deprecated. -
mSize
com.nomagic.magicdraw.ui.dialogs.FontDialog.ComboList mSize
Deprecated. -
mStyle
com.nomagic.magicdraw.ui.dialogs.FontDialog.ComboList mStyle
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.GeneralGroupProjectInformationPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.ui.dialogs.GeneralSaveAsImagePanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
addSaveSelection
boolean addSaveSelection
Deprecated. -
diagramsComponent
com.nomagic.magicdraw.ui.dialogs.selection.SelectDiagramsComponent diagramsComponent
Deprecated. -
extensionsByFormat
java.util.Map<java.lang.String,java.util.List<java.lang.String>> extensionsByFormat
Deprecated. -
imageFile
com.nomagic.ui.BrowseTextField imageFile
Deprecated. -
imageFormat
ChoiceProperty imageFormat
Deprecated. -
imageFormatEditor
com.nomagic.magicdraw.properties.ui.ChoicePropertyEditor imageFormatEditor
Deprecated. -
labelDiagrams
javax.swing.JLabel labelDiagrams
Deprecated. -
labelDirectory
javax.swing.JLabel labelDirectory
Deprecated. -
labelFile
javax.swing.JLabel labelFile
Deprecated. -
overwriteFiles
javax.swing.JCheckBox overwriteFiles
Deprecated. -
saveSelection
com.nomagic.ui.RadioButtonsPanel saveSelection
Deprecated. -
workingDirectory
com.nomagic.ui.BrowseTextField workingDirectory
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLAdvancedEditorDialog extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
mCodeEditor
com.jidesoft.editor.CodeEditor mCodeEditor
Deprecated. -
mHtmlEditor
com.nomagic.magicdraw.ui.dialogs.HTMLBaseEditorPanel mHtmlEditor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLAdvancedEditorPanel extends com.nomagic.magicdraw.ui.dialogs.HTMLBaseEditorPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLBaseEditorPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mActions
java.util.Map<java.lang.String,java.awt.Component> mActions
Deprecated. -
mEditor
com.nomagic.magicdraw.ui.dialogs.HTMLSferyxEditor mEditor
Deprecated. -
mTextEditorComponent
com.nomagic.magicdraw.uml.symbols.editors.TextEditorComponent mTextEditorComponent
Deprecated. -
mToolbars
java.util.List<com.nomagic.awt.NMToolbar> mToolbars
Deprecated. -
mToolbarsPanel
ExtendedPanel mToolbarsPanel
Deprecated. -
mUseFontFromTextEditorComponent
boolean mUseFontFromTextEditorComponent
Deprecated. -
mWrappedActions
java.util.Map<java.lang.String,java.awt.Component> mWrappedActions
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLEditorDiagramPanel extends com.nomagic.magicdraw.ui.dialogs.HTMLEditorPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLEditorPanel extends com.nomagic.magicdraw.ui.dialogs.HTMLBaseEditorPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLLinkController extends javax.swing.text.html.HTMLEditorKit.LinkController implements Serializable
-
Serialized Fields
-
clickedOnEditable
boolean clickedOnEditable
Deprecated. -
clickEvent
java.awt.event.MouseEvent clickEvent
Deprecated. -
disabled
boolean disabled
Deprecated. -
editor
javax.swing.JEditorPane editor
Deprecated. -
lastMousePoint
java.awt.Point lastMousePoint
Deprecated. -
urlActionHandler
GUILog.URLActionHandler urlActionHandler
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLMessageDialog extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLSferyxEditor extends sferyx.administration.editors.HTMLEditor implements Serializable
-
Serialized Fields
-
mDisableTableItemUpdate
boolean mDisableTableItemUpdate
Deprecated. -
mDocumentListenerList
java.util.List<javax.swing.event.DocumentListener> mDocumentListenerList
Deprecated. -
mSuspendUndo
boolean mSuspendUndo
Deprecated. -
mText
com.nomagic.magicdraw.ui.dialogs.HTMLSferyxEditor.Text mText
Deprecated. -
textEditingListeners
java.util.Collection<com.nomagic.magicdraw.ui.browser.listener.TextEditingListener> textEditingListeners
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLSferyxEditorKit extends sferyx.administration.editors.CustomHTMLEditorKit implements Serializable
-
Serialized Fields
-
mEditable
boolean mEditable
Deprecated. -
mLastFont
java.awt.Font mLastFont
Deprecated. -
mOwner
javax.swing.JEditorPane mOwner
Deprecated. -
mTextEditorComponent
com.nomagic.magicdraw.uml.symbols.editors.TextEditorComponent mTextEditorComponent
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLTextLabel extends com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
editor
com.nomagic.magicdraw.ui.dialogs.HTMLSferyxEditor editor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLTextPanelWithoutParagraphsInBody extends com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLThrowableDialog extends com.nomagic.magicdraw.ui.dialogs.ThrowableDialog implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.IncludeTypesPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
includeCustomTypesBox
javax.swing.JCheckBox includeCustomTypesBox
Deprecated. -
includeSubtypesBox
javax.swing.JCheckBox includeSubtypesBox
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.LanguageTextBodyPanel extends com.nomagic.magicdraw.ui.dialogs.BodyPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.LayoutOptionsDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
currentLayouter
java.lang.String currentLayouter
Deprecated. -
description
javax.swing.JTextArea description
Deprecated. -
idToNodeMap
java.util.Map<java.lang.String,javax.swing.tree.DefaultMutableTreeNode> idToNodeMap
Deprecated. -
label
javax.swing.JLabel label
Deprecated. -
layoutButton
javax.swing.JButton layoutButton
Deprecated. -
listener
java.beans.PropertyChangeListener listener
Deprecated. -
options
java.util.Map<java.lang.String,AbstractPropertyOptionsGroup> options
Deprecated. -
propertyPanel
com.nomagic.magicdraw.properties.ui.jideui.JIDEPropertyPanel propertyPanel
Deprecated. -
resetButton
javax.swing.JButton resetButton
Deprecated. -
tree
javax.swing.JTree tree
Deprecated. -
updateStateManager
ActionsManager updateStateManager
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.LinkedCellRenderer extends com.nomagic.awt.StyledColorLabelTableCellRenderer implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.MDPrintDiagramDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mMainPrintPanel
com.nomagic.magicdraw.ui.printing.PrintMainPanel mMainPrintPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.MDSelectObjectFromRadioDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
DEFAULT_CONVERTER
Converter<T extends java.lang.Object,java.lang.String> DEFAULT_CONVERTER
Deprecated. -
mAvailable
java.util.List<? extends T extends java.lang.Object> mAvailable
Deprecated. -
mDisabled
java.util.List<? extends T extends java.lang.Object> mDisabled
Deprecated. -
mPanel
com.nomagic.ui.RadioButtonsPanel mPanel
Deprecated. -
mSelected
T extends java.lang.Object mSelected
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ModelVisualizerDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mDescription
com.nomagic.ui.TextAreaPanel mDescription
Deprecated. -
mFilter
boolean mFilter
Deprecated. -
mModelElements
java.util.Collection mModelElements
Deprecated. -
mPreferredDiagramType
java.lang.String mPreferredDiagramType
Deprecated. -
mTools
com.nomagic.awt.ExtendedList mTools
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.MultiLineLinkedCellRenderer extends com.nomagic.magicdraw.ui.dialogs.MultiLineTextCellRenderer implements Serializable
-
Serialized Fields
-
mValue
com.nomagic.ui.LinkedCell mValue
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.MultiLineTextCellRenderer extends com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel implements Serializable
-
Serialized Fields
-
cachedDimension
java.util.Map<com.nomagic.magicdraw.ui.dialogs.MultiLineTextCellRenderer.TableKey,UnmodifiableDimension> cachedDimension
Deprecated. -
mPlainMultiLineTextCellRenderer
com.nomagic.magicdraw.ui.dialogs.MultiLineTextCellRenderer.PlainMultiLineTextCellRenderer mPlainMultiLineTextCellRenderer
Deprecated. -
table
javax.swing.JTable table
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.MultiLineTextCellRenderer.PlainMultiLineTextCellRenderer extends com.jidesoft.grid.MultilineTableCellRenderer implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.MultiListBooleanRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
-
Serialized Fields
-
checkbox
javax.swing.JCheckBox checkbox
Deprecated. -
showText
boolean showText
Deprecated. -
valuesPanel
com.nomagic.magicdraw.ui.dialogs.MultiListPanel valuesPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.MultiListCellEditor extends javax.swing.DefaultCellEditor implements Serializable
-
Serialized Fields
-
cell
com.nomagic.ui.LinkedCell cell
Deprecated. -
rowHeight
int rowHeight
Deprecated. -
setColorFromRenderer
boolean setColorFromRenderer
Deprecated. -
table
javax.swing.JTable table
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.MultiListHTMLCellEditor extends javax.swing.AbstractCellEditor implements Serializable
-
Serialized Fields
-
editor
com.nomagic.magicdraw.ui.dialogs.MultiLineLinkedCellRenderer editor
Deprecated. -
mValue
java.lang.Object mValue
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.MultiListPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
emptyData
java.util.List[] emptyData
Deprecated. -
mAddRemoveButtonsPanel
com.nomagic.magicdraw.ui.dialogs.AddRemoveButtonsPanel mAddRemoveButtonsPanel
Deprecated. -
mBottomButtonsPanel
javax.swing.JPanel mBottomButtonsPanel
Deprecated. -
mBottomPanel
javax.swing.JPanel mBottomPanel
Deprecated. -
mHasConflict
boolean mHasConflict
Deprecated. -
mLocked
boolean mLocked
Deprecated. -
mMultiList
com.jidesoft.grid.SortableTable mMultiList
Deprecated. -
mMultiListPane
javax.swing.JScrollPane mMultiListPane
Deprecated. -
mOldSelection
java.util.Vector mOldSelection
Deprecated. -
mTableEditable
boolean mTableEditable
Deprecated. -
mTopPanel
javax.swing.JPanel mTopPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.NonWrappingTextPane extends javax.swing.JTextPane implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.NotificationDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
boldTabFont
java.awt.Font boldTabFont
Deprecated. -
environmentPanel
javax.swing.JPanel environmentPanel
Deprecated. -
environmentScrollPane
javax.swing.JScrollPane environmentScrollPane
Deprecated. -
environmentTextPane
com.nomagic.magicdraw.ui.dialogs.NotificationTextPane environmentTextPane
Deprecated. -
notificationWindowPanel
com.nomagic.magicdraw.ui.dialogs.NotificationWindowPanel notificationWindowPanel
Deprecated. -
originalTabFont
java.awt.Font originalTabFont
Deprecated. -
projectPanel
javax.swing.JPanel projectPanel
Deprecated. -
projectScrollPane
javax.swing.JScrollPane projectScrollPane
Deprecated. -
projectTextPane
com.nomagic.magicdraw.ui.dialogs.NotificationTextPane projectTextPane
Deprecated. -
showEnvironmentHistory
boolean showEnvironmentHistory
Deprecated. -
showProjectHistory
boolean showProjectHistory
Deprecated. -
tabbedPane
com.jidesoft.swing.JideTabbedPane tabbedPane
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.NotificationTextPane extends javax.swing.JEditorPane implements Serializable
-
Serialized Fields
-
actionsManager
ActionsManager actionsManager
Deprecated. -
defaultStyleSheet
javax.swing.text.html.StyleSheet defaultStyleSheet
Deprecated. -
removeLineOnAppend
boolean removeLineOnAppend
Deprecated. -
scrollToEnd
boolean scrollToEnd
Deprecated. -
scrollToEndTimer
javax.swing.Timer scrollToEndTimer
Deprecated. -
showMoreExists
boolean showMoreExists
Deprecated. -
url2Runnable
java.util.HashMap<java.lang.String,HRefRunnable> url2Runnable
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.NotificationWindowContentPanel extends ExtendedPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.NotificationWindowPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
hasNewMessages
boolean hasNewMessages
Deprecated. -
mLockScrollPositionAction
NMStateAction mLockScrollPositionAction
Deprecated. -
mManager
ActionsManager mManager
Deprecated. -
mScrollToEndAction
NMAction mScrollToEndAction
Deprecated. -
mScrollToStartAction
NMAction mScrollToStartAction
Deprecated. -
mShowHistoryAction
NMAction mShowHistoryAction
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ObjectListDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mListEditor
com.nomagic.magicdraw.ui.AbstractListEditor mListEditor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.OKCancelHelpButtonsPanel extends com.nomagic.ui.OKCancelButtonsPanel implements Serializable
-
Serialized Fields
-
buttonHelp
javax.swing.JButton buttonHelp
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.OpenAddRemoveEditButtonsPanel extends com.nomagic.ui.ButtonsPanel implements Serializable
-
Serialized Fields
-
mButtonAdd
javax.swing.JButton mButtonAdd
Deprecated. -
mButtonEdit
javax.swing.JButton mButtonEdit
Deprecated. -
mButtonOpen
javax.swing.JButton mButtonOpen
Deprecated. -
mButtonRemove
javax.swing.JButton mButtonRemove
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.OrderingDlg extends com.nomagic.magicdraw.ui.dialogs.ObjectListDlg implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.OutOfMemoryDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mXmxTextField
javax.swing.JTextField mXmxTextField
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.OwnerSelectableActionPanel extends com.nomagic.magicdraw.ui.dialogs.ActionPanel implements Serializable
-
Serialized Fields
-
ownerField
com.nomagic.magicdraw.ui.dialogs.SelectOwnerField ownerField
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.PackageBrowserPanel extends ExtendedPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.PathVariableDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mDescription
com.nomagic.ui.FocusTextField mDescription
Deprecated. -
mEditing
PathVariable mEditing
Deprecated. -
mName
com.nomagic.ui.FocusTextField mName
Deprecated. -
mPath
com.nomagic.ui.BrowseTextField mPath
Deprecated. -
mResolver
com.nomagic.magicdraw.pathvariables.PathVariablesResolver mResolver
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.PathVariablesUsageDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mList
javax.swing.JList<java.lang.String> mList
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.PlainTextBodyPanel extends com.nomagic.magicdraw.ui.dialogs.LanguageTextBodyPanel implements Serializable
-
Serialized Fields
-
editor
com.nomagic.magicdraw.ui.text.rich.RichTextEditor editor
Deprecated. -
editorPanel
com.nomagic.magicdraw.ui.text.rich.RichTextEditorPanel editorPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ProfilesSelection extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
mFilter
com.nomagic.magicdraw.ui.dialogs.specifications.ProfilesFilter mFilter
Deprecated. -
mListener
com.nomagic.magicdraw.ui.dialogs.ProfilesSelection.ProfileChangeListener mListener
Deprecated. -
mProject
Project mProject
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ProjectDescriptionPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
projectDescriptionPanel
com.nomagic.ui.TextAreaPanel projectDescriptionPanel
Deprecated.
-
-
Class com.nomagic.magicdraw.ui.dialogs.ProjectInformationDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mPanels
java.util.List<com.nomagic.magicdraw.ui.dialogs.ProjectInformationPanel> mPanels
Deprecated. -
projectRef
java.lang.ref.WeakReference<Project> projectRef
Deprecated. -
tabbedPane
javax.swing.JTabbedPane tabbedPane
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ProjectMetaInfoPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 5170492386565462797L
-
Serialized Fields
-
mMetaInfoHead
java.lang.Object[] mMetaInfoHead
Deprecated.
-
-
Class com.nomagic.magicdraw.ui.dialogs.QuickFindPanel extends com.nomagic.magicdraw.ui.dialogs.specifications.ModelTypesElementSelectionComponentsPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.QuickFindWindow extends com.nomagic.magicdraw.ui.dialogs.BaseQuickFindWindow implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.RelatedProjectInformationPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authorTextComponent
javax.swing.text.JTextComponent authorTextComponent
Deprecated. -
compatibleInfoLabel
javax.swing.JLabel compatibleInfoLabel
Deprecated. -
compatibleVersionChanged
boolean compatibleVersionChanged
Deprecated. -
compatibleVersionTextComponent
javax.swing.text.JTextComponent compatibleVersionTextComponent
Deprecated. -
isDocumentationEditable
boolean isDocumentationEditable
Deprecated. -
isWarningSet
boolean isWarningSet
Deprecated. -
titleTextComponent
javax.swing.text.JTextComponent titleTextComponent
Deprecated. -
versionTextComponent
javax.swing.text.JTextComponent versionTextComponent
Deprecated.
-
-
Class com.nomagic.magicdraw.ui.dialogs.SaveAsTemplateDlg extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
mPanel
com.nomagic.magicdraw.ui.dialogs.SaveAsTemplateDlg.SaveAsTemplatePanel mPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SaveDiagramsAsImageDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
generalPanel
com.nomagic.magicdraw.ui.dialogs.GeneralSaveAsImagePanel generalPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SaveOptionDlg extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Serialized Fields
-
mSelectedValue
int mSelectedValue
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ScriptTextBodyPanel extends com.nomagic.magicdraw.ui.dialogs.LanguageTextBodyPanel implements Serializable
-
Serialized Fields
-
actionPanel
javax.swing.JPanel actionPanel
Deprecated. -
codeEditor
T extends com.jidesoft.editor.CodeEditor codeEditor
Deprecated. -
textArea
javax.swing.JTextArea textArea
Deprecated. -
topLabel
javax.swing.JLabel topLabel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SelectEditableDiagramsDlg extends com.nomagic.magicdraw.ui.dialogs.AbstractSelectDiagramsDlg implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.SelectElementDlg extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.SelectElementDlg.InternalSelectElementPanel extends com.nomagic.magicdraw.ui.dialogs.SelectElementPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.SelectElementPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
EMPTY_ACTION
com.nomagic.magicdraw.ui.dialogs.CreateElementMultiAction EMPTY_ACTION
Deprecated. -
mBrowser
Tree mBrowser
Deprecated. -
mCloneButton
javax.swing.JButton mCloneButton
Deprecated. -
mCreatable
java.util.List<com.nomagic.magicdraw.uml.ModelElementWrapper> mCreatable
Deprecated. -
mInitializer
com.nomagic.magicdraw.uml.ElementInitializer mInitializer
Deprecated. -
mLoadButton
javax.swing.JButton mLoadButton
Deprecated. -
mNewButton
javax.swing.JButton mNewButton
Deprecated. -
mNewButtonName
java.lang.String mNewButtonName
Deprecated. -
mSelectableFilter
com.nomagic.magicdraw.ui.ElementFilter mSelectableFilter
Deprecated. -
mSelected
com.nomagic.magicdraw.uml.ElementReference<BaseElement> mSelected
Deprecated. -
mSuggestion
com.nomagic.magicdraw.ui.dialogs.specifications.ModelTypesListPanel mSuggestion
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SelectElementsTreePanel extends com.nomagic.magicdraw.ui.dialogs.SelectObjectsTreePanel implements Serializable
-
Serialized Fields
-
loadButton
javax.swing.JButton loadButton
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SelectObjectsTreePanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
executableTasks
java.util.Collection<Task> executableTasks
Deprecated. -
mBottomPanel
javax.swing.JPanel mBottomPanel
Deprecated. -
mCenterPanel
javax.swing.JPanel mCenterPanel
Deprecated. -
mNodes
java.util.concurrent.ConcurrentMap<java.lang.Object,com.nomagic.awt.checktree.CheckTreeNode> mNodes
Deprecated. -
mRecursivelyLabel
javax.swing.JLabel mRecursivelyLabel
Deprecated. -
mRecursivelyLabelPanel
javax.swing.JPanel mRecursivelyLabelPanel
Deprecated. -
mTopPanel
javax.swing.JPanel mTopPanel
Deprecated. -
mTree
com.nomagic.awt.checktree.CheckTree mTree
Deprecated. -
selectedElements
java.util.Collection selectedElements
Deprecated. -
taskExecutor
java.util.concurrent.Executor taskExecutor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SelectOptionDialog extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Serialized Fields
-
mCheckBox
javax.swing.JCheckBox mCheckBox
Deprecated. -
result
java.lang.String result
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SelectOwnerField extends com.nomagic.magicdraw.ui.dialogs.specifications.ModelElementBrowseTextField implements Serializable
-
Serialized Fields
-
panel
com.nomagic.magicdraw.ui.dialogs.ActionPanel panel
Deprecated. -
userSelectedOwner
Element userSelectedOwner
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SelectPrimaryModelPackagesDlg extends ElementSelectionDlg implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.SetClassPathDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
editor
com.nomagic.magicdraw.ui.ClassPathEditorPanel editor
Deprecated. -
tmpFiles
java.lang.String[] tmpFiles
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SimpleDetailsDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mDetailsPanel
javax.swing.JPanel mDetailsPanel
Deprecated. -
mMainContentPanel
javax.swing.JPanel mMainContentPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SpecificationMultiListPanel extends com.nomagic.magicdraw.ui.dialogs.MultiListPanel implements Serializable
-
Serialized Fields
-
mData
Element mData
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.StructuredPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mAddRemoveButtonsPanel
com.nomagic.magicdraw.ui.dialogs.AddRemoveButtonsPanel mAddRemoveButtonsPanel
Deprecated. -
mBottomButtonsPanel
javax.swing.JPanel mBottomButtonsPanel
Deprecated. -
mLocked
boolean mLocked
Deprecated. -
mMainComponent
T extends javax.swing.JComponent mMainComponent
Deprecated. -
mOpenAddRemoveEditButtonsPanel
com.nomagic.magicdraw.ui.dialogs.OpenAddRemoveEditButtonsPanel mOpenAddRemoveEditButtonsPanel
Deprecated. -
mScrollPane
javax.swing.JScrollPane mScrollPane
Deprecated. -
mTopPanel
javax.swing.JPanel mTopPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.TextPanelWithURLHandler extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
editorPane
javax.swing.JEditorPane editorPane
Deprecated. -
handler
GUILog.URLActionHandler handler
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ThrowableDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
errors
java.util.Set<com.nomagic.magicdraw.internalerror.InternalError> errors
Deprecated. -
mDetailsHelpPanel
javax.swing.JPanel mDetailsHelpPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.TipDialog extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Serialized Fields
-
mResultOwner
com.nomagic.magicdraw.ui.dialogs.TipResult mResultOwner
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.TipOfTheDayDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
tipOfTheDayPanel
com.nomagic.magicdraw.ui.dialogs.TipOfTheDayPanel tipOfTheDayPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.TipOfTheDayPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mButtons
com.nomagic.ui.ButtonsPanel mButtons
Deprecated. -
mCheckbox
javax.swing.JCheckBox mCheckbox
Deprecated. -
mTipLabels
com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel mTipLabels
Deprecated. -
tipsManager
com.nomagic.magicdraw.core.TipsManager tipsManager
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.URLButtonDlg extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.WrappedButton extends NMJideButton implements Serializable
-
Serialized Fields
-
editorPane
javax.swing.JEditorPane editorPane
Deprecated. -
other
javax.swing.AbstractButton other
Deprecated. -
textEditorComponent
com.nomagic.magicdraw.uml.symbols.editors.TextEditorComponent textEditorComponent
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.ui.dialogs.selection
-
Class com.nomagic.magicdraw.ui.dialogs.selection.ConfigurableElementSelectionComponentsSelectionTextField extends com.nomagic.magicdraw.ui.AbstractElementSelectionComponentsSelectionTextField<com.nomagic.magicdraw.ui.dialogs.selection.ConfigurableElementSelectionComponent,com.nomagic.magicdraw.ui.dialogs.selection.ConfigurableElementSelectionComponentsConfiguration> implements Serializable
-
Serialized Fields
-
elementSelectionComponentListener
com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionComponentListener elementSelectionComponentListener
Deprecated. -
panel
com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel panel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.selection.ConfigurableElementSelectionDlg extends ElementSelectionDlg implements Serializable
-
Serialized Fields
-
context
com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionContext context
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.selection.ElementMultipleSelectionPanel extends com.nomagic.magicdraw.ui.ExpandablePanel implements Serializable
-
Serialized Fields
-
actions
java.util.List<com.nomagic.magicdraw.ui.dialogs.selection.MultipleSelectionAction<java.lang.Object>> actions
Deprecated. -
addRecursivelySupported
boolean addRecursivelySupported
Deprecated. -
buttons
com.nomagic.ui.ButtonsPanel buttons
Deprecated. -
list
com.nomagic.awt.ExtendedList<java.lang.Object> list
Deprecated. -
listModel
com.nomagic.awt.NMListModel<java.lang.Object> listModel
Deprecated. -
objectsModel
com.nomagic.magicdraw.ui.dialogs.selection.AbstractObjectsModel<java.lang.Object> objectsModel
Deprecated. -
removeElementValidator
java.util.function.Predicate<java.lang.Object> removeElementValidator
Deprecated. -
reorderable
com.nomagic.magicdraw.ui.reordering.ListReorderable reorderable
Deprecated. -
selectedCountLabel
javax.swing.JLabel selectedCountLabel
Deprecated. -
selectionComponent
com.nomagic.magicdraw.ui.dialogs.selection.SelectionComponent selectionComponent
Deprecated. -
sortButtons
com.nomagic.ui.ButtonsPanel sortButtons
Deprecated. -
standardButtons
java.util.List<javax.swing.AbstractButton> standardButtons
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
disposing
boolean disposing
If currently disposing this dialog. -
lock
java.lang.Object lock
Synchronization lock. -
selectionPanel
com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionPanel selectionPanel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
addCreatedElementListener
com.nomagic.magicdraw.ui.dialogs.selection.ElementCreationListener addCreatedElementListener
Deprecated. -
additionalTopPanel
com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionPanel.AdditionalPanel additionalTopPanel
Deprecated. -
anyElementSelectableFilter
TypeFilter anyElementSelectableFilter
Deprecated. -
canAddRecursivelyPredicate
java.util.function.Predicate<java.lang.Object[]> canAddRecursivelyPredicate
Deprecated. -
elementSelectionListener
com.nomagic.magicdraw.ui.dialogs.selection.ObjectsModelListener<java.lang.Object> elementSelectionListener
Deprecated. -
multipleSelectionPanel
com.nomagic.magicdraw.ui.dialogs.selection.ElementMultipleSelectionPanel multipleSelectionPanel
Deprecated. -
multipleSelectionSupported
boolean multipleSelectionSupported
Deprecated. -
multiSelection
boolean multiSelection
Deprecated. -
noneSelectionSupported
boolean noneSelectionSupported
Deprecated. -
predefinedTypeFilters
java.util.List<com.nomagic.magicdraw.ui.dialogs.selection.predefinedtypefilter.PredefinedTypeFilter> predefinedTypeFilters
Deprecated. -
selectableElementsFilter
TypeFilter selectableElementsFilter
Deprecated. -
selection
java.util.List<com.nomagic.magicdraw.uml.ElementReference<BaseElement>> selection
Deprecated. -
selectionModeAction
com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionPanel.SelectionModeAction selectionModeAction
Deprecated. -
selectionModeButton
com.jidesoft.swing.JideButton selectionModeButton
Deprecated. -
singleSelectionPanel
com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel singleSelectionPanel
Deprecated. -
topPanel
javax.swing.JPanel topPanel
Deprecated. -
visibleElementsFilter
TypeFilter visibleElementsFilter
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionPanel.AdditionalPanel extends javax.swing.JPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
additionalButtons
java.util.List<javax.swing.JButton> additionalButtons
Deprecated. -
additionalTopPanelComponent
javax.swing.JPanel additionalTopPanelComponent
Deprecated. -
bottomButtonsPanel
javax.swing.JPanel bottomButtonsPanel
Deprecated. -
buttonsPanel
com.nomagic.ui.ButtonsPanel buttonsPanel
Deprecated. -
cloneButton
javax.swing.JButton cloneButton
Deprecated. -
componentFilterToolbar
javax.swing.JPanel componentFilterToolbar
Deprecated. -
componentsEnabled
boolean componentsEnabled
Deprecated. -
configurator
AMConfigurator configurator
Deprecated. -
creatableTypesChanged
boolean creatableTypesChanged
Deprecated. -
createButton
javax.swing.JButton createButton
Deprecated. -
createButtonText
java.lang.String createButtonText
Deprecated. -
createRequestor
com.nomagic.magicdraw.ui.dialogs.selection.ElementCreateRequestorImpl createRequestor
Deprecated. -
creationMode
com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel.CreationMode creationMode
Deprecated. -
elementWrapperProvider
com.nomagic.magicdraw.ui.dialogs.selection.ElementWrapperProvider elementWrapperProvider
Deprecated. -
emptyAction
com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel.CreateAction emptyAction
Deprecated. -
loadButton
javax.swing.JButton loadButton
Deprecated. -
multipleSelection
boolean multipleSelection
Deprecated. -
objectsModel
com.nomagic.magicdraw.ui.dialogs.selection.AbstractObjectsModel<java.lang.Object> objectsModel
Deprecated. -
parentValidator
TypeFilter parentValidator
Deprecated. -
propertyChangeListeners
java.util.List<java.beans.PropertyChangeListener> propertyChangeListeners
Deprecated. -
regularData
com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel.Data regularData
Deprecated. -
roots
java.util.Collection<? extends Element> roots
Deprecated. -
selectionTextField
com.nomagic.magicdraw.ui.dialogs.selection.ConfigurableElementSelectionComponentsSelectionTextField selectionTextField
Deprecated. -
standardButtons
java.util.List<javax.swing.AbstractButton> standardButtons
Deprecated. -
switchToCreatableAction
NMAction switchToCreatableAction
Deprecated. -
usedAsType
boolean usedAsType
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel.ButtonAction extends NMAction implements Serializable
-
Serialized Fields
-
mDelegate
com.nomagic.magicdraw.ui.dialogs.selection.ObjectsModel<java.lang.Object> mDelegate
Deprecated. -
mSelectionAction
com.nomagic.magicdraw.ui.dialogs.selection.SingleSelectionAction<java.lang.Object> mSelectionAction
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel.CreateAction extends com.nomagic.magicdraw.ui.dialogs.CreateElementMultiAction implements Serializable
-
Serialized Fields
-
elementWrappers
java.util.Collection<com.nomagic.magicdraw.uml.ModelElementWrapper> elementWrappers
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.selection.SelectDiagramsComponent extends com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionPanel implements Serializable
-
Serialized Fields
-
creationModeVisible
boolean creationModeVisible
Deprecated. -
diagramType
java.lang.String diagramType
Deprecated. -
dialog
java.awt.Dialog dialog
Deprecated. -
enableCreationMode
boolean enableCreationMode
Deprecated. -
modelListener
com.nomagic.magicdraw.ui.dialogs.selection.ObjectsModelListener<java.lang.Object> modelListener
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.ui.dialogs.specifications
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.AbstractModelTypesPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
editButton
javax.swing.JButton editButton
Deprecated. -
oldSelected
java.lang.Object oldSelected
Deprecated. -
selectionTextField
SELECTION_FIELD extends com.nomagic.magicdraw.ui.AbstractSelectionTextField selectionTextField
Deprecated. -
textForNone
java.lang.String textForNone
Deprecated. -
typeListeners
java.beans.PropertyChangeSupport typeListeners
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.ElementTextField extends com.nomagic.magicdraw.ui.zoom.ZoomableTextField implements Serializable
-
Serialized Fields
-
label
com.nomagic.awt.StyledColorLabel label
Deprecated. -
renderAsEnabled
boolean renderAsEnabled
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.HistoryPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
mBack
NMAction mBack
Deprecated. -
mComboBox
javax.swing.JComboBox mComboBox
Deprecated. -
mDialog
com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialog mDialog
Deprecated. -
mHistory
com.nomagic.magicdraw.ui.dialogs.specifications.History mHistory
Deprecated. -
mMoveAction
boolean mMoveAction
Deprecated. -
mNext
NMAction mNext
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.LockUnlockElementAction extends MDStateAction implements Serializable
-
Serialized Fields
-
mCheckoutListener
java.beans.PropertyChangeListener mCheckoutListener
Deprecated. -
mElement
Element mElement
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.MDSelectElementFromListDlg extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
allowEmpty
boolean allowEmpty
Deprecated. -
list
com.nomagic.magicdraw.ui.dialogs.specifications.SelectElementFromListPanel list
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.MDSelectExtensionPointsDlg extends com.nomagic.magicdraw.ui.dialogs.specifications.MDSelectElementFromListDlg implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.ModelElementBrowsePanel extends com.nomagic.ui.BrowsePanel implements Serializable
-
Serialized Fields
-
mUpdater
com.nomagic.magicdraw.ui.dialogs.ModelElementRepresentationUpdater mUpdater
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.ModelElementBrowsePanel.EnabledButton extends javax.swing.JButton implements Serializable
-
Serialized Fields
-
mAlwaysEnabled
boolean mAlwaysEnabled
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.ModelElementBrowseTextField extends com.nomagic.magicdraw.ui.dialogs.specifications.ModelElementBrowsePanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.ModelTypesElementSelectionComponentsPanel extends com.nomagic.magicdraw.ui.dialogs.specifications.AbstractModelTypesPanel<com.nomagic.magicdraw.ui.ElementSelectionComponentsSelectionTextField> implements Serializable
-
Serialized Fields
-
renderer
javax.swing.ListCellRenderer renderer
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.ModelTypesListPanel extends com.nomagic.magicdraw.ui.dialogs.specifications.AbstractModelTypesPanel<com.nomagic.magicdraw.ui.ListSelectionTextField> implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.MultipleElementBrowsePanel extends com.nomagic.ui.BrowsePanel<com.nomagic.ui.FocusTextField> implements Serializable
-
Serialized Fields
-
updater
com.nomagic.magicdraw.ui.dialogs.MultipleElementRepresentationUpdater updater
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.OpenSpecificationAction extends SingleModelElementAction implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.PlainRichTextEditorPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mActiveTextComponent
javax.swing.JComponent mActiveTextComponent
Deprecated. -
mCardPanel
javax.swing.JPanel mCardPanel
Deprecated. -
mEnabledFormatTogglingUndo
boolean mEnabledFormatTogglingUndo
Deprecated. -
mHTMLCheckBox
javax.swing.JCheckBox mHTMLCheckBox
Deprecated. -
mHTMLEditor
com.nomagic.magicdraw.ui.dialogs.HTMLBaseEditorPanel mHTMLEditor
Deprecated. -
mHTMLEditorToolbar
ExtendedPanel mHTMLEditorToolbar
Deprecated. -
mHTMLTextEditorComponent
com.nomagic.magicdraw.uml.symbols.editors.TextEditorComponent mHTMLTextEditorComponent
Deprecated. -
mIsSpellCheckable
boolean mIsSpellCheckable
Deprecated. -
mPlainTextEditor
com.nomagic.magicdraw.ui.text.rich.RichTextEditorPanel mPlainTextEditor
Deprecated. -
mToolbarContainer
javax.swing.JPanel mToolbarContainer
Deprecated. -
mToolbarPanel
javax.swing.JPanel mToolbarPanel
Deprecated. -
mTxtEditorToolbar
ExtendedPanel mTxtEditorToolbar
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.ProfilesFilter extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mFilter
javax.swing.JComboBox<java.lang.Object> mFilter
Deprecated. -
mLabel
javax.swing.JLabel mLabel
Deprecated. -
mType
java.lang.String mType
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.SelectElementFromListPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
buttonUpdateListeners
java.util.List<com.nomagic.magicdraw.ui.dialogs.specifications.SelectElementFromListPanel.ButtonUpdateListener> buttonUpdateListeners
Deprecated. -
creatable
java.util.List<com.nomagic.magicdraw.uml.ModelElementWrapper> creatable
Deprecated. -
create
javax.swing.JButton create
Deprecated. -
list
com.nomagic.awt.checktree.CheckTreeList list
Deprecated. -
listeners
java.util.List<SmartPropertyChangeListener> listeners
Deprecated. -
owner
Element owner
Deprecated. -
renderer
com.nomagic.magicdraw.ui.dialogs.ElementCheckTreeRenderer renderer
Deprecated. -
requestor
com.nomagic.magicdraw.ui.dialogs.ElementCreateRequestor requestor
Deprecated. -
selectAll
javax.swing.JButton selectAll
Deprecated. -
selectedElements
java.util.List selectedElements
Deprecated. -
selectionMode
int selectionMode
Deprecated. -
sort
boolean sort
Deprecated. -
unselectAll
javax.swing.JButton unselectAll
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.SelectPortTypeDlg extends com.nomagic.magicdraw.ui.dialogs.MDSelectObjectFromRadioDlg<com.nomagic.magicdraw.ui.dialogs.specifications.SelectPortTypeDlg.Result> implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mBackButton
javax.swing.JButton mBackButton
Deprecated. -
mComponentShortcuts
com.nomagic.actions.ComponentShortcuts mComponentShortcuts
Deprecated. -
mFilterText
com.nomagic.magicdraw.ui.dialogs.specifications.panels.ContextText mFilterText
Deprecated. -
mForwardButton
javax.swing.JButton mForwardButton
Deprecated. -
mLabel
javax.swing.JLabel mLabel
Deprecated. -
mSelectedProperty
java.lang.String mSelectedProperty
Deprecated. -
mSplitPane
com.jidesoft.swing.JideSplitPane mSplitPane
Deprecated. -
mTeamworkActionsPanel
com.nomagic.magicdraw.ui.dialogs.specifications.TeamworkActionsPanel mTeamworkActionsPanel
Deprecated. -
mToolbar
com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialogToolbar mToolbar
Deprecated. -
mTree
com.nomagic.magicdraw.ui.dialogs.specifications.tree.SpecificationTree mTree
Deprecated. -
mTreeShortcuts
com.nomagic.actions.ComponentShortcuts mTreeShortcuts
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialogToolbar extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
mDialog
com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialog mDialog
Deprecated. -
mElements
java.util.List<com.nomagic.magicdraw.uml.ElementReference<Element>> mElements
Deprecated. -
mHistoryPanel
com.nomagic.magicdraw.ui.dialogs.specifications.HistoryPanel mHistoryPanel
Deprecated. -
mOpenSpecificationAction
com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialogToolbar.ToolbarMultiAction mOpenSpecificationAction
Deprecated. -
mRefreshAction
com.nomagic.magicdraw.ui.dialogs.specifications.UpdateElementValuesAction mRefreshAction
Deprecated. -
mSelectInBrowserAction
com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialogToolbar.ToolbarMultiAction mSelectInBrowserAction
Deprecated. -
mShowHistory
boolean mShowHistory
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.UpdateElementValuesAction extends MDAction implements Serializable
-
Serialized Fields
-
mElement
Element mElement
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.ui.dialogs.specifications.tree.node
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ActorNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.AnyPropertyNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.PropertyListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ArgumentsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.AssociationEndNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.AttributesNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.PropertyNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.BaseParametersNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.BehavioralFeatureParametersNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.BaseParametersNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.BehaviorNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.BehaviorParametersNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.BaseParametersNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ClausesNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.OwnedElementsNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.CombinedFragmentGatesNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.GatesNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.CombinedFragmentOperandsListTableModel extends com.nomagic.magicdraw.ui.dialogs.specifications.panels.list.ListOrderElementListTableModel implements Serializable
-
Serialized Fields
-
mListener
com.nomagic.uml2.ext.jmi.smartlistener.AdvancedSmartPropertyChangeListener mListener
Deprecated. -
mUpdate
boolean mUpdate
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.CombinedFragmentOperandsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ComponentPRInterfacesNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.PRInterfacesNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ConfigurationsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ConnectorsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ConstraintsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ConveyedInformationNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.CustomPropertyListNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationNode implements Serializable
-
Serialized Fields
-
mBanner
com.nomagic.ui.banners.Banner mBanner
Deprecated. -
mNodeName
java.lang.String mNodeName
Deprecated. -
properties
java.util.List<java.lang.String> properties
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.CustomPropertyPanel extends com.nomagic.magicdraw.ui.dialogs.specifications.panels.list.ElementListPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.DeployedArtifactsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.DocumentationNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.DSLPropertyNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.PropertyListSpecificationNode implements Serializable
-
Serialized Fields
-
listener
SmartPropertyChangeListener listener
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Serialized Fields
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementSpecificationNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Serialized Fields
-
mCustomizationChanged
boolean mCustomizationChanged
Deprecated. -
mDialog
com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialog mDialog
Deprecated. -
mDirty
boolean mDirty
Deprecated. -
mElementPropertyChangeListener
com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementSpecificationNode.ElementPropertyChangeListener mElementPropertyChangeListener
Deprecated. -
mHelpIDs
java.lang.String[] mHelpIDs
Deprecated. -
mHumanTypeChangeListener
SmartPropertyChangeListener mHumanTypeChangeListener
Deprecated. -
mListener
com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementSpecificationNode.ConfigurationChangeListener mListener
Deprecated. -
mRepresentationListener
com.nomagic.uml2.ext.jmi.smartlistener.AdvancedSmartPropertyChangeListener mRepresentationListener
Deprecated. -
mTree
com.nomagic.magicdraw.ui.dialogs.specifications.tree.SpecificationTree mTree
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.EmptyNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.EnumerationLiteralsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ExtendExtensionPointsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ExtensionPointsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.GatesNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Serialized Fields
-
mRenderer
com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.GatesNode.Renderer mRenderer
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.GatesNode.GatesElementListPanel.GateDeleteAction extends com.nomagic.magicdraw.ui.dialogs.specifications.panels.list.AbstractElementListPanel.DeleteAction implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.InformationFlowsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.InnerElementsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.OwnedElementsNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.InnerStatesNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.InteractionGatesNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.GatesNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.InteractionUseGatesNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.GatesNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.InternalTransitionsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ManageNavigationNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ManifestationsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.SpecificationNode implements Serializable
-
Serialized Fields
-
mChildrenComparator
java.util.Comparator<ISpecificationNode> mChildrenComparator
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MessagesNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.OwnedElementsNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.OperationsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.OwnedElementsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ParameterSubstitutionsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.PinsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Serialized Fields
-
mInputPin
java.util.List mInputPin
Deprecated. -
mOutputPin
java.util.List mOutputPin
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.PortPRInterfacesNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.PRInterfacesNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.PortsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.PropertyNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.PropertyListSpecificationNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.PropertyNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Serialized Fields
-
mClazz
java.lang.Class mClazz
Deprecated. -
mPropertyName
java.lang.String mPropertyName
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.QualifiersNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.RealizingClassifiersNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ReceptionsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.RelationsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.RoleBindingsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.OwnedElementsNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.SlotsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.SpecificationNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable
-
Serialized Fields
-
mComponent
ISpecificationComponent mComponent
Deprecated. -
mGrandChildrenCreated
boolean mGrandChildrenCreated
Deprecated. -
mIcon
javax.swing.Icon mIcon
Deprecated. -
mID
java.lang.String mID
Deprecated. -
mText
java.lang.String mText
Deprecated. -
mValidator
com.nomagic.magicdraw.properties.qproperties.validator.TreeNodeValidator mValidator
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.TagsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.TemplateParametersNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode implements Serializable
-
Serialized Fields
-
mSmartListener
SmartPropertyChangeListener mSmartListener
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.UsageInDiagramsNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.UseCaseScenarioNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.VariablesNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.OwnedElementsNode implements Serializable
-
-
Package com.nomagic.magicdraw.ui.dnd
-
Class com.nomagic.magicdraw.ui.dnd.BrowserTabTreeTransferHandler extends javax.swing.TransferHandler implements Serializable
-
Serialized Fields
-
firstDragOverRowTime
long firstDragOverRowTime
Deprecated. -
initiallySelectedNodes
javax.swing.tree.DefaultMutableTreeNode[] initiallySelectedNodes
Deprecated. -
prevDropAction
int prevDropAction
Deprecated. -
prevResult
boolean prevResult
Deprecated. -
prevRow
int prevRow
Deprecated. -
restoreInitialSelectionListener
java.awt.dnd.DropTargetListener restoreInitialSelectionListener
Deprecated. -
tree
Tree tree
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.ui.notification
-
Class com.nomagic.magicdraw.ui.notification.AbstractNotification extends java.lang.Object implements Serializable
- serialVersionUID:
- 7596428439187723619L
-
Serialized Fields
-
canDisable
boolean canDisable
-
mID
java.lang.String mID
-
mLongText
java.lang.String mLongText
-
mText
java.lang.String mText
-
mTitle
java.lang.String mTitle
-
-
Class com.nomagic.magicdraw.ui.notification.Notification extends AbstractNotification implements Serializable
- serialVersionUID:
- -883443457191500699L
-
Serialized Fields
-
context
Notification.Context context
-
severity
NotificationSeverity severity
-
-
Class com.nomagic.magicdraw.ui.notification.NotificationAlert extends com.jidesoft.alert.Alert implements Serializable
-
Serialized Fields
-
dialogParent
java.awt.Window dialogParent
Deprecated. -
htmlDocument
javax.swing.text.html.HTMLDocument htmlDocument
Deprecated. -
moveListener
com.nomagic.magicdraw.ui.notification.NotificationAlert.FrameMoveListener moveListener
Deprecated. -
notification
AbstractNotification notification
Deprecated. -
resizeListener
com.nomagic.magicdraw.ui.notification.NotificationAlert.FramePaneResizeListener resizeListener
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.notification.NotificationListBalloonTip extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
closeBtn
javax.swing.JButton closeBtn
Deprecated. -
controlPanel
javax.swing.JComponent controlPanel
Deprecated. -
countLabel
javax.swing.JLabel countLabel
Deprecated. -
downBtn
javax.swing.JButton downBtn
Deprecated. -
iOutOfN
int iOutOfN
Deprecated. -
messageControlsPane
com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel messageControlsPane
Deprecated. -
messagePane
com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel messagePane
Deprecated. -
messages
java.util.LinkedList<com.nomagic.magicdraw.ui.notification.NotificationListBalloonTip.MessageData> messages
Deprecated. -
notificationArea
javax.swing.JComponent notificationArea
Deprecated. -
owner
java.awt.Component owner
Deprecated. -
ownerHideListener
java.awt.event.ComponentAdapter ownerHideListener
Deprecated. -
resizeListener
java.awt.event.ComponentAdapter resizeListener
Deprecated. -
rootPanel
com.jidesoft.swing.PaintPanel rootPanel
Deprecated. -
textCreator
com.nomagic.magicdraw.ui.notification.text.NotificationHTMLTextStyle textCreator
Deprecated. -
timer
javax.swing.Timer timer
Deprecated. -
titlePane
com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel titlePane
Deprecated. -
upBtn
javax.swing.JButton upBtn
Deprecated. -
visibleMessage
com.nomagic.magicdraw.ui.notification.NotificationListBalloonTip.MessageData visibleMessage
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.notification.NotificationPanel extends javax.swing.JPanel implements Serializable
-
Class com.nomagic.magicdraw.ui.notification.NotificationSeverity extends java.lang.Object implements Serializable
- serialVersionUID:
- -2091353162304724333L
-
Serialized Fields
-
severityId
java.lang.String severityId
-
text
java.lang.String text
-
-
-
Package com.nomagic.magicdraw.ui.pathicon
-
Class com.nomagic.magicdraw.ui.pathicon.EditPathIconPanel extends com.nomagic.ui.BrowsePanel implements Serializable
-
Serialized Fields
-
listener
java.awt.event.ActionListener listener
Deprecated. -
options
com.nomagic.magicdraw.ui.pathicon.CustomizationOptions options
Deprecated. -
title
java.lang.String title
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.pathicon.PathIconCustomizationDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mPanel
com.nomagic.magicdraw.ui.pathicon.PathIconCustomizationPanel mPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.pathicon.PathIconCustomizationPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
mColor
com.jidesoft.combobox.ColorComboBox mColor
Deprecated. -
mEndA
com.nomagic.magicdraw.ui.pathicon.ArrowPanel mEndA
Deprecated. -
mEndB
com.nomagic.magicdraw.ui.pathicon.ArrowPanel mEndB
Deprecated. -
mOptions
com.nomagic.magicdraw.ui.pathicon.CustomizationOptions mOptions
Deprecated. -
mRepresentationIcon
com.nomagic.magicdraw.ui.diagrams.ImageSelector mRepresentationIcon
Deprecated. -
mStyle
com.nomagic.magicdraw.ui.pathicon.ChooseFromTemplatePanel mStyle
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.pathicon.PathIconTableCellEditor extends com.nomagic.magicdraw.properties.ui.jideui.AbstractButtonsPanelEditorRenderer implements Serializable
-
Serialized Fields
-
addRemoveAction
boolean addRemoveAction
Deprecated. -
content
com.nomagic.magicdraw.ui.pathicon.PathIconTableCellRenderer content
Deprecated. -
mRemove
com.nomagic.magicdraw.properties.ui.jideui.AbstractButtonsPanelEditorRenderer.Button mRemove
Deprecated. -
options
com.nomagic.magicdraw.ui.pathicon.CustomizationOptions options
Deprecated. -
takeDefault
boolean takeDefault
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.pathicon.PathIconTableCellEditor.BrowseAction extends javax.swing.AbstractAction implements Serializable
-
Class com.nomagic.magicdraw.ui.pathicon.PathIconTableCellEditor.RemoveAction extends NMAction implements Serializable
-
Class com.nomagic.magicdraw.ui.pathicon.PathIconTableCellRenderer extends com.nomagic.magicdraw.properties.ui.jideui.AbstractTableCellRenderer implements Serializable
-
Class com.nomagic.magicdraw.ui.pathicon.PreviewPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
arrowSize
int arrowSize
Deprecated. -
icon
com.nomagic.magicdraw.ui.pathicon.PathIcon icon
Deprecated. -
iconColor
java.awt.Color iconColor
Deprecated. -
iconInsets
java.awt.Insets iconInsets
Deprecated. -
paintRepresentationIcon
boolean paintRepresentationIcon
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.ui.zoom
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableButton extends javax.swing.JButton implements Serializable
-
Serialized Fields
-
originalFont
java.awt.Font originalFont
Deprecated. -
originalGap
int originalGap
Deprecated. -
originalIcon
javax.swing.Icon originalIcon
Deprecated. -
zoomFactor
float zoomFactor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableComboBox extends javax.swing.JComboBox<E extends java.lang.Object> implements Serializable
-
Serialized Fields
-
originalFont
java.awt.Font originalFont
Deprecated. -
zoomFactor
float zoomFactor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableDefaultTableCellRenderer extends com.nomagic.awt.StyledColorLabelTableCellRenderer implements Serializable
-
Serialized Fields
-
originalDisabledIcon
javax.swing.Icon originalDisabledIcon
Deprecated. -
originalFont
java.awt.Font originalFont
Deprecated. -
originalGap
int originalGap
Deprecated. -
originalIcon
javax.swing.Icon originalIcon
Deprecated. -
zoomFactor
float zoomFactor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableHierarchicalPropertyTable extends com.nomagic.magicdraw.properties.ui.jideui.MultiplePropertyTable implements Serializable
-
Serialized Fields
-
originalCollapsedIcon
javax.swing.Icon originalCollapsedIcon
Deprecated. -
originalExpandedIcon
javax.swing.Icon originalExpandedIcon
Deprecated. -
originalInterCellSpacing
java.awt.Dimension originalInterCellSpacing
Deprecated. -
originalRowHeight
int originalRowHeight
Deprecated. -
zoomFactor
float zoomFactor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableLabel extends javax.swing.JLabel implements Serializable
-
Serialized Fields
-
implementation
com.nomagic.magicdraw.ui.zoom.ZoomableLabelImplementation implementation
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableList extends javax.swing.JList<E extends java.lang.Object> implements Serializable
-
Serialized Fields
-
zoomFactor
float zoomFactor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableTableCellHeaderRenderer extends com.nomagic.magicdraw.ui.zoom.ZoomableDefaultTableCellRenderer implements Serializable
-
Serialized Fields
-
emptyIcon
com.nomagic.ui.EmptyIcon emptyIcon
Deprecated. -
horizontalTextPositionSet
boolean horizontalTextPositionSet
Deprecated. -
sortArrow
javax.swing.Icon sortArrow
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableTextArea extends javax.swing.JTextArea implements Serializable
-
Serialized Fields
-
originalFont
java.awt.Font originalFont
Deprecated. -
undoHandler
com.nomagic.ui.TextComponentUndoHandler undoHandler
Deprecated. -
zoomFactor
float zoomFactor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableTextField extends com.nomagic.ui.FocusTextField implements Serializable
-
Serialized Fields
-
originalFont
java.awt.Font originalFont
Deprecated. -
zoomFactor
float zoomFactor
Deprecated.
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableTristateCheckBox extends com.jidesoft.swing.TristateCheckBox implements Serializable
-
Serialized Fields
-
iconsByState
java.util.Map<java.lang.Integer,javax.swing.ImageIcon> iconsByState
Deprecated. -
originalFont
java.awt.Font originalFont
Deprecated. -
originalGap
int originalGap
Deprecated. -
zoomFactor
float zoomFactor
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.uml
-
Class com.nomagic.magicdraw.uml.SelectElementInTreeAction extends MultipleModelElementAction implements Serializable
-
-
Package com.nomagic.magicdraw.uml.actions
-
Class com.nomagic.magicdraw.uml.actions.AggregationKindAction extends ActionsCategory implements Serializable
-
Serialized Fields
-
mProperty
Property mProperty
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.AssignDSLPropertiesAction extends MDActionsCategory implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.AssignDSLPropertiesAction.QuickAssignStereotypeAction extends MDStateAction implements Serializable
-
Serialized Fields
-
elements
java.util.Collection<Element> elements
Deprecated. -
externallyEnabled
boolean externallyEnabled
Deprecated. -
stereotype
Stereotype stereotype
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.AssociationEndNavigableAction extends MDStateAction implements Serializable
-
Serialized Fields
-
property
Property property
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.ChangeAssociationEndOwnerAction extends MDStateAction implements Serializable
-
Serialized Fields
-
property
Property property
Deprecated. -
toAssociation
boolean toAssociation
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.CreateElementAction extends MDAction implements Serializable
-
Serialized Fields
-
wrapper
com.nomagic.magicdraw.uml.ModelElementWrapper wrapper
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.CreateInstanceSpecificationAction extends com.nomagic.magicdraw.uml.actions.SelectElementAction implements Serializable
-
Serialized Fields
-
mClassifier
Classifier mClassifier
Deprecated. -
mDerivedClassifiers
java.util.List<Classifier> mDerivedClassifiers
Deprecated. -
mInstanceStereotype
Stereotype mInstanceStereotype
Deprecated. -
mPossibleOwners
java.util.List<Element> mPossibleOwners
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.CreateMethodAction extends ActionsCategory implements Serializable
-
Serialized Fields
-
provider
ModelElementProvider provider
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.CreateMethodAction.NewBehaviorAction extends com.nomagic.magicdraw.uml.actions.NewElementAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.CreateMethodAction.NewBehaviorDiagramAction extends com.nomagic.magicdraw.uml.actions.NewDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.DeepHistoryAction extends MDStateAction implements Serializable
-
Serialized Fields
-
pseudostate
Pseudostate pseudostate
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.DeleteElementsAction extends MultipleModelElementAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.EditSpecificationAction extends SingleModelElementAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.FindInElementAction extends DefaultBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.IncludeStateMachineAction extends com.nomagic.magicdraw.uml.actions.SelectElementAction implements Serializable
-
Serialized Fields
-
state
State state
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.MultipleModelElementAction extends SingleModelElementAction implements Serializable
-
Serialized Fields
-
analyzeSingleElement
boolean analyzeSingleElement
-
provider
ModelElementsProvider provider
-
-
-
Class com.nomagic.magicdraw.uml.actions.MultiplicityAction extends ActionsCategory implements Serializable
-
Serialized Fields
-
mElement
MultiplicityElement mElement
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.MultiTargetAction extends MDAction implements Serializable
-
Serialized Fields
-
checkIfTargetIsEditable
boolean checkIfTargetIsEditable
Deprecated. -
target
BaseElement[] target
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.MultiTargetActionCategory extends MenuAction implements Serializable
-
Serialized Fields
-
diagramRef
java.lang.ref.WeakReference<DiagramPresentationElement> diagramRef
Deprecated. -
mFactories
java.util.List<Factory extends com.nomagic.magicdraw.uml.actions.DynamicCategoryFactory> mFactories
Deprecated. -
mInitialized
boolean mInitialized
Deprecated. -
mTarget
BaseElement[] mTarget
Deprecated. -
useDialog
boolean useDialog
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.NewDiagramAction extends com.nomagic.magicdraw.uml.actions.NewElementAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.NewDiagramsAction extends com.nomagic.magicdraw.ui.dialogs.specifications.actions.NewElementMultiAction implements Serializable
-
Serialized Fields
-
defaultName
java.lang.String defaultName
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.NewElementAction extends SingleModelElementAction implements Serializable
-
Serialized Fields
-
actionSource
java.lang.Object actionSource
Deprecated. -
editCreatedElement
boolean editCreatedElement
Deprecated. -
elementInitializer
java.util.function.Consumer<Element> elementInitializer
Deprecated. -
locationInTool
LocationInTool locationInTool
Deprecated. -
returnNullIfParentNotSelected
boolean returnNullIfParentNotSelected
Deprecated. -
selectParent
boolean selectParent
Deprecated. -
suggestedParent
Element suggestedParent
Deprecated. -
wrapper
com.nomagic.magicdraw.uml.ModelElementWrapper wrapper
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.NewRelationshipAction extends com.nomagic.magicdraw.uml.actions.NewElementAction implements Serializable
-
Serialized Fields
-
sourceProvider
ModelElementsProvider sourceProvider
Deprecated. -
targetSelections
java.util.Collection<com.nomagic.magicdraw.ui.ElementSelection> targetSelections
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.ProjectIconExporter extends NMAction implements Serializable
-
Serialized Fields
-
count
int count
Deprecated. -
duplications
java.util.Map<com.nomagic.magicdraw.uml.actions.ProjectIconExporter.Key,java.lang.Integer> duplications
Deprecated. -
random
java.util.Random random
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.QPropertyAction extends PropertyAction implements Serializable
-
Serialized Fields
-
mElement
Element mElement
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.QPropertyAction.SelectElementQPropertyAction extends com.nomagic.magicdraw.uml.actions.SelectElementAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.RemoveStereotypesAction extends com.nomagic.magicdraw.uml.actions.ReplaceStereotypesAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.RemoveSymbolAction extends MDAction implements Serializable
-
Serialized Fields
-
mView
PresentationElement mView
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.ReplaceElementAction extends com.nomagic.magicdraw.core.proxy.actions.ChangeUsagesToAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.ReplaceStereotypesAction extends com.nomagic.magicdraw.uml.actions.MultiTargetAction implements Serializable
-
Serialized Fields
-
stereotypeToApply
Stereotype stereotypeToApply
Deprecated. -
stereotypeToRemove
java.util.Collection<Stereotype> stereotypeToRemove
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.ReverseDirectionAction extends com.nomagic.magicdraw.uml.actions.MultiTargetAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.ReverseFlowDirectionAction extends NMAction implements Serializable
-
Serialized Fields
-
mInformationFlow
InformationFlow mInformationFlow
Deprecated. -
mRealizingRelations
java.util.Collection<Element> mRealizingRelations
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.SelectConnectionPointAction extends MDAction implements Serializable
-
Serialized Fields
-
reference
ConnectionPointReference reference
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.SelectElementAction extends ActionsCategory implements Serializable
-
Serialized Fields
-
filter
com.nomagic.magicdraw.ui.ElementFilter filter
Deprecated. -
provider
ModelElementProvider provider
Deprecated. -
types
SelectElementTypes types
Deprecated. -
useUnspecified
boolean useUnspecified
Deprecated. -
window
com.jidesoft.popup.JidePopup window
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.SelectInContainmentTreeAction extends com.nomagic.magicdraw.uml.SelectElementInTreeAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.SelectRoleForRoleBindingAction extends com.nomagic.magicdraw.uml.actions.SelectElementAction implements Serializable
-
Serialized Fields
-
collaborationUse
CollaborationUse collaborationUse
Deprecated. -
dependency
Dependency dependency
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.actions.SetEmptyTagsDefaultsAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.SingleModelElementAction extends MDAction implements Serializable
-
Serialized Fields
-
mProvider
ModelElementProvider mProvider
-
-
-
Class com.nomagic.magicdraw.uml.actions.VisibilityKindAction extends ActionsCategory implements Serializable
-
Serialized Fields
-
mElement
NamedElement mElement
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.uml.diagrams
-
Class com.nomagic.magicdraw.uml.diagrams.DescriptorIconExporter extends NMAction implements Serializable
-
Serialized Fields
-
count
int count
Deprecated. -
duplications
java.util.Map<com.nomagic.magicdraw.uml.diagrams.DescriptorIconExporter.Key,java.lang.Integer> duplications
Deprecated. -
random
java.util.Random random
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.diagrams.HighlightSuspendedSymbolsAction extends DefaultDiagramStateAction implements Serializable
-
Class com.nomagic.magicdraw.uml.diagrams.ShowActiveNavigationIconsAction extends com.nomagic.magicdraw.actions.EnvironmentPropertyAction implements Serializable
-
-
Package com.nomagic.magicdraw.uml.refactor.extract
-
Class com.nomagic.magicdraw.uml.refactor.extract.ExtractRefactorAction extends MDAction implements Serializable
-
Serialized Fields
-
diagramView
DiagramPresentationElement diagramView
Deprecated. -
selected
java.util.List<PresentationElement> selected
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.refactor.extract.ExtractRefactorWizardDialog extends com.nomagic.ui.wizard.ElementSelectionWizardDlg implements Serializable
-
Serialized Fields
-
mExtractRefactorManager
com.nomagic.magicdraw.uml.refactor.extract.ExtractRefactorManager mExtractRefactorManager
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.uml.symbols
-
Class com.nomagic.magicdraw.uml.symbols.DiagramNotLoadedException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
diagramName
java.lang.String diagramName
Deprecated. -
reason
java.lang.String reason
Deprecated.
-
-
-
Class com.nomagic.magicdraw.uml.symbols.HTMLTextEditorComponent extends com.nomagic.magicdraw.uml.symbols.editors.TextEditorComponent implements Serializable
-
Class com.nomagic.magicdraw.uml.symbols.NoRectangleDefinedException extends java.lang.RuntimeException implements Serializable
-
-
Package com.nomagic.magicdraw.uml.symbols.paths
-
Class com.nomagic.magicdraw.uml.symbols.paths.BaseFlowView.JoinActivityEdgeAction extends com.nomagic.magicdraw.uml.actions.MultiTargetAction implements Serializable
-
Class com.nomagic.magicdraw.uml.symbols.paths.BaseFlowView.SplitActivityEdgeAction extends com.nomagic.magicdraw.uml.actions.MultiTargetAction implements Serializable
-
-
Package com.nomagic.magicdraw.uml.symbols.reflect
-
Class com.nomagic.magicdraw.uml.symbols.reflect.NoSuchPropertyException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
mName
java.lang.String mName
Deprecated. -
mSymbol
PresentationElement mSymbol
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.uml.symbols.shapes
-
Class com.nomagic.magicdraw.uml.symbols.shapes.ChangeShapeDisplayStyleActionGroup extends MDActionsCategory implements Serializable
-
Class com.nomagic.magicdraw.uml.symbols.shapes.PinView.ConvertPinToObjectNodeAction extends com.nomagic.magicdraw.uml.actions.MultiTargetAction implements Serializable
-
Class com.nomagic.magicdraw.uml.symbols.shapes.TreeView.TreeBounds extends java.awt.Rectangle implements Serializable
-
Serialized Fields
-
horizontalBarLeft
int horizontalBarLeft
-
horizontalBarRight
int horizontalBarRight
-
horizontalBarY
int horizontalBarY
-
verticalBarX
int verticalBarX
-
verticalBarY
int verticalBarY
-
-
-
-
Package com.nomagic.magicdraw.uml2.util
-
Class com.nomagic.magicdraw.uml2.util.ModelEObjectEList extends org.eclipse.emf.ecore.util.EObjectEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.ModelEObjectResolvingEList extends ModelEObjectEList<E> implements Serializable
-
Class com.nomagic.magicdraw.uml2.util.ModelEStoreEList extends BasicEStoreEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.NoNullModelEStoreEList extends ModelEStoreEList<E> implements Serializable
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectContainmentEList extends SubsetSupersetEObjectEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectContainmentEList.Resolving extends SubsetSupersetEObjectContainmentEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectContainmentEList.Unsettable extends SubsetSupersetEObjectContainmentEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isSet
boolean isSet
-
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectContainmentEList.Unsettable.Resolving extends SubsetSupersetEObjectContainmentEList.Unsettable<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectContainmentWithInverseEList extends SubsetSupersetEObjectContainmentEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
inverseFeatureID
int inverseFeatureID
-
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectContainmentWithInverseEList.Resolving extends SubsetSupersetEObjectContainmentWithInverseEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectContainmentWithInverseEList.Unsettable extends SubsetSupersetEObjectContainmentWithInverseEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isSet
boolean isSet
-
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectContainmentWithInverseEList.Unsettable.Resolving extends SubsetSupersetEObjectContainmentWithInverseEList.Unsettable<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEList extends ModelEObjectEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subsetFeatureIDs
int[] subsetFeatureIDs
An array of subset feature identifiers. -
supersetFeatureIDs
int[] supersetFeatureIDs
An array of superset feature identifiers.
-
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreContainmentEList extends SubsetSupersetEObjectEStoreEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreContainmentEList.Resolving extends SubsetSupersetEObjectEStoreContainmentEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreContainmentEList.Unsettable extends SubsetSupersetEObjectEStoreContainmentEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isSet
boolean isSet
-
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreContainmentEList.Unsettable.Resolving extends SubsetSupersetEObjectEStoreContainmentEList.Unsettable<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreContainmentWithInverseEList extends SubsetSupersetEObjectEStoreContainmentEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
inverseFeatureID
int inverseFeatureID
-
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreContainmentWithInverseEList.Resolving extends SubsetSupersetEObjectEStoreContainmentWithInverseEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreContainmentWithInverseEList.Unsettable extends SubsetSupersetEObjectEStoreContainmentWithInverseEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isSet
boolean isSet
-
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreContainmentWithInverseEList.Unsettable.Resolving extends SubsetSupersetEObjectEStoreContainmentWithInverseEList.Unsettable<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreEList extends ModelEStoreEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dataClass
java.lang.Class<?> dataClass
-
subsetFeatureIDs
int[] subsetFeatureIDs
An array of subset feature identifiers. -
supersetFeatureIDs
int[] supersetFeatureIDs
An array of superset feature identifiers.
-
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreResolvingEList extends SubsetSupersetEObjectEStoreEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreWithInverseEList extends SubsetSupersetEObjectEStoreEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
inverseFeatureID
int inverseFeatureID
-
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreWithInverseEList.ManyInverse extends SubsetSupersetEObjectEStoreWithInverseEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreWithInverseEList.Unsettable extends SubsetSupersetEObjectEStoreWithInverseEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isSet
boolean isSet
-
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreWithInverseEList.Unsettable.ManyInverse extends SubsetSupersetEObjectEStoreWithInverseEList.Unsettable<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreWithInverseResolvingEList extends SubsetSupersetEObjectEStoreWithInverseEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreWithInverseResolvingEList.ManyInverse extends SubsetSupersetEObjectEStoreWithInverseResolvingEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreWithInverseResolvingEList.Unsettable extends SubsetSupersetEObjectEStoreWithInverseResolvingEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isSet
boolean isSet
-
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectEStoreWithInverseResolvingEList.Unsettable.ManyInverse extends SubsetSupersetEObjectEStoreWithInverseResolvingEList.Unsettable<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectResolvingEList extends SubsetSupersetEObjectEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectWithInverseEList extends SubsetSupersetEObjectEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
inverseFeatureID
int inverseFeatureID
-
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectWithInverseEList.ManyInverse extends SubsetSupersetEObjectWithInverseEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectWithInverseEList.Unsettable extends SubsetSupersetEObjectWithInverseEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isSet
boolean isSet
-
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectWithInverseEList.Unsettable.ManyInverse extends SubsetSupersetEObjectWithInverseEList.Unsettable<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectWithInverseResolvingEList extends SubsetSupersetEObjectWithInverseEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectWithInverseResolvingEList.ManyInverse extends SubsetSupersetEObjectWithInverseResolvingEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectWithInverseResolvingEList.Unsettable extends SubsetSupersetEObjectWithInverseResolvingEList<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isSet
boolean isSet
-
-
Class com.nomagic.magicdraw.uml2.util.SubsetSupersetEObjectWithInverseResolvingEList.Unsettable.ManyInverse extends SubsetSupersetEObjectWithInverseResolvingEList.Unsettable<E> implements Serializable
- serialVersionUID:
- 1L
-
Class com.nomagic.magicdraw.uml2.util.UMLCopier extends org.eclipse.emf.ecore.util.EcoreUtil.Copier implements Serializable
-
-
Package com.nomagic.magicdraw.utils
-
Class com.nomagic.magicdraw.utils.CanceledException extends java.lang.RuntimeException implements Serializable
-
Class com.nomagic.magicdraw.utils.ExtendedFile extends java.io.File implements Serializable
-
Serialized Fields
-
mExtensions
java.util.List<java.lang.String> mExtensions
Deprecated.
-
-
-
Class com.nomagic.magicdraw.utils.FilePreviewer extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
f
java.io.File f
Deprecated. -
thumbnail
javax.swing.Icon thumbnail
Deprecated.
-
-
-
Class com.nomagic.magicdraw.utils.MetalLookAndFeelUtils extends javax.swing.plaf.metal.MetalLookAndFeel implements Serializable
-
Class com.nomagic.magicdraw.utils.SafeCanceledException extends com.nomagic.magicdraw.utils.CanceledException implements Serializable
-
Class com.nomagic.magicdraw.utils.VariableStringResolver.NotCompletelyResolvedException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
partialyResolvedResult
java.lang.String partialyResolvedResult
Deprecated.
-
-
-
Package com.nomagic.magicdraw.utils.parsers
-
Class com.nomagic.magicdraw.utils.parsers.ParseActionException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
mCol
int mCol
Deprecated.
-
-
-
Class com.nomagic.magicdraw.utils.parsers.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token following this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class com.nomagic.magicdraw.utils.parsers.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class com.nomagic.magicdraw.utils.parsers.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Deprecated.
-
-
-
Package com.nomagic.magicdraw.validation
-
Class com.nomagic.magicdraw.validation.AbstractClassifierBehaviorAndMethodValidationRule.RemoveTheClassifierBehaviorValueAction extends com.nomagic.magicdraw.validation.AbstractElementValidationRuleWithSolversImpl.AbstractElementValidationRuleMultiSelectionSolver<BehavioredClassifier> implements Serializable
-
Class com.nomagic.magicdraw.validation.AbstractClassifierBehaviorAndMethodValidationRule.RemoveTheMethodValueAction extends com.nomagic.magicdraw.validation.AbstractElementValidationRuleWithSolversImpl.AbstractElementValidationRuleMultiSelectionSolver<BehavioralFeature> implements Serializable
-
Class com.nomagic.magicdraw.validation.AbstractClassifierBehaviorAndMethodValidationRule.SpecifyAnotherClassifierBehaviorAction extends com.nomagic.magicdraw.validation.AbstractElementValidationRuleWithSolversImpl.AbstractElementValidationRuleSolver<BehavioredClassifier> implements Serializable
-
Class com.nomagic.magicdraw.validation.AbstractClassifierBehaviorAndMethodValidationRule.SpecifyAnotherMethodAction extends com.nomagic.magicdraw.validation.AbstractElementValidationRuleWithSolversImpl.AbstractElementValidationRuleSolver<BehavioralFeature> implements Serializable
-
Class com.nomagic.magicdraw.validation.AbstractElementValidationRuleWithSolversImpl.AbstractElementValidationRuleMultiSelectionSolver extends com.nomagic.magicdraw.validation.AbstractElementValidationRuleWithSolversImpl.AbstractElementValidationRuleSolver<E extends Element> implements Serializable
-
Class com.nomagic.magicdraw.validation.AbstractElementValidationRuleWithSolversImpl.AbstractElementValidationRuleSolver extends MDAction implements Serializable
-
Serialized Fields
-
element
E extends Element element
Deprecated.
-
-
-
Class com.nomagic.magicdraw.validation.ChangeSymbolParentSolver extends MDAction implements Serializable
-
Serialized Fields
-
element
PresentationElement element
Deprecated. -
parent
PresentationElement parent
Deprecated.
-
-
-
Class com.nomagic.magicdraw.validation.ConstraintValidationEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
validationResults
java.util.Map<Constraint,java.util.Collection<Annotation>> validationResults
Deprecated.
-
-
-
Class com.nomagic.magicdraw.validation.PassiveValidationEvent extends java.util.EventObject implements Serializable
-
Class com.nomagic.magicdraw.validation.RemoveElementSolver extends MDAction implements Serializable
-
Serialized Fields
-
elements
java.util.Collection<Element> elements
Deprecated.
-
-
-
Class com.nomagic.magicdraw.validation.ValidationResultProviderEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
group
com.nomagic.magicdraw.validation.ValidationResultGroup group
Deprecated.
-
-
-
Class com.nomagic.magicdraw.validation.ValidationServiceEvent extends java.util.EventObject implements Serializable
-
-
Package com.nomagic.persistence
-
Class com.nomagic.persistence.FormatVersion extends java.lang.Object implements Serializable
-
Serialized Fields
-
variant
int variant
-
version
java.lang.String version
-
-
-
Class com.nomagic.persistence.ModuleDescription extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
Deprecated. -
internalVersion
java.lang.String internalVersion
Deprecated. -
oldVersion
boolean oldVersion
Deprecated. -
standardProfile
boolean standardProfile
Deprecated.
-
-
-
Class com.nomagic.persistence.RequiredResourceDescriptor extends java.lang.Object implements Serializable
- serialVersionUID:
- -2679846153464778555L
-
Serialized Fields
-
mId
int mId
Deprecated. -
mName
java.lang.String mName
Deprecated. -
mValue
java.lang.String mValue
Deprecated.
-
-
Class com.nomagic.persistence.XmiExporterDescription extends java.lang.Object implements Serializable
- serialVersionUID:
- -774903046546375721L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
mName
java.lang.String mName
-
mRequiredPluginMap
java.util.Map<java.lang.String,java.lang.String> mRequiredPluginMap
List of required plugins, which are required for project. without these plugin project could miss some functionality. -
mRequiredResources
java.util.List<com.nomagic.persistence.RequiredResourceDescriptor> mRequiredResources
List of required resources, which are required for project loading. without these resources project may load incorrectly. -
mUMLNamespaceURI
java.lang.String mUMLNamespaceURI
-
mVersion
java.lang.String mVersion
-
-
Class com.nomagic.persistence.XMIFileInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
mResolved
boolean mResolved
Deprecated. -
mXMI1x
boolean mXMI1x
Deprecated. -
mXMI20
boolean mXMI20
Deprecated. -
mXmiExporterDescription
XmiExporterDescription mXmiExporterDescription
Deprecated. -
mXMIVersion
java.lang.String mXMIVersion
Deprecated.
-
-
-
-
Package com.nomagic.rcpf.product.runtime
-
Class com.nomagic.rcpf.product.runtime.ApplicationExitedException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
mApplicationExitCode
byte mApplicationExitCode
-
-
-
-
Package com.nomagic.runtime
-
Class com.nomagic.runtime.ApplicationExitedException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
mApplicationExitCode
byte mApplicationExitCode
-
-
-
-
Package com.nomagic.ui
-
Class com.nomagic.ui.AboutAppComponent extends com.nomagic.ui.InfoComponent implements Serializable
-
Class com.nomagic.ui.BaseLoginDlg extends com.nomagic.ui.Dialog implements Serializable
-
Serialized Fields
-
mLoginName
javax.swing.JTextField mLoginName
Deprecated. -
mPassword
javax.swing.JPasswordField mPassword
Deprecated. -
mRemember
javax.swing.JCheckBox mRemember
Deprecated. -
mReturnValue
int mReturnValue
Deprecated. -
mShowRememberLogin
boolean mShowRememberLogin
Deprecated.
-
-
-
Class com.nomagic.ui.BaseMessageDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mcb
javax.swing.JCheckBox mcb
Deprecated. -
mMessagePanel
javax.swing.JPanel mMessagePanel
Deprecated.
-
-
-
Class com.nomagic.ui.BaseSupportMessageDialog extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Class com.nomagic.ui.BooleanEditor extends javax.swing.AbstractCellEditor implements Serializable
-
Serialized Fields
-
mEditorComponent
javax.swing.JCheckBox mEditorComponent
Deprecated.
-
-
-
Class com.nomagic.ui.BooleanRenderer extends javax.swing.JCheckBox implements Serializable
-
Class com.nomagic.ui.BrowseComboBox extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
mBrowseButton
javax.swing.JButton mBrowseButton
Deprecated. -
mComboBox
javax.swing.JComboBox mComboBox
Deprecated.
-
-
-
Class com.nomagic.ui.BrowseFileField extends com.nomagic.ui.BrowseTextField implements Serializable
-
Class com.nomagic.ui.BrowsePanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
browseButton
javax.swing.AbstractButton browseButton
Deprecated. -
component
T extends javax.swing.JComponent component
Deprecated.
-
-
-
Class com.nomagic.ui.BrowseTextField extends com.nomagic.ui.BrowsePanel implements Serializable
-
Class com.nomagic.ui.ButtonsPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
allMinimumWidth
boolean allMinimumWidth
Deprecated. -
buttonFactory
com.nomagic.ui.MDButtonFactory buttonFactory
Deprecated. -
buttons
java.util.List<javax.swing.AbstractButton> buttons
Deprecated. -
insets
int insets
Deprecated. -
layoutOrientation
int layoutOrientation
Deprecated. -
minimumWidth
int minimumWidth
Deprecated. -
pushAction
java.awt.event.ActionListener pushAction
Deprecated. -
sameSize
boolean sameSize
Deprecated. -
showMoreLessButton
int showMoreLessButton
Deprecated.
-
-
-
Class com.nomagic.ui.ColumnLayout extends java.lang.Object implements Serializable
-
Serialized Fields
-
gap
int gap
Deprecated. -
horizontalOrientation
int horizontalOrientation
Deprecated. -
verticalOrientation
int verticalOrientation
Deprecated.
-
-
-
Class com.nomagic.ui.ContactSupportPanel extends com.nomagic.ui.ExpandableDetailsPanel implements Serializable
-
Class com.nomagic.ui.ContinueCancelDlg extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Class com.nomagic.ui.CustomJideTabbedPane extends com.nomagic.ui.HiDPIJideTabbedPane implements Serializable
-
Class com.nomagic.ui.DescriptionPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
iconLabel
javax.swing.JLabel iconLabel
Deprecated. -
lockedDescription
boolean lockedDescription
Deprecated. -
textArea
javax.swing.JTextArea textArea
Deprecated. -
textIconLabel
javax.swing.JLabel textIconLabel
Deprecated. -
textPanel
javax.swing.JPanel textPanel
Deprecated. -
titleArea
javax.swing.JTextArea titleArea
Deprecated. -
visibleDescriptionRowNumber
int visibleDescriptionRowNumber
Deprecated.
-
-
-
Class com.nomagic.ui.Dialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
activeFrame
java.awt.Frame activeFrame
Deprecated. -
editingState
boolean editingState
Deprecated. -
hiDPIScaled
boolean hiDPIScaled
Deprecated. -
maximizeOnFirstShow
boolean maximizeOnFirstShow
Deprecated.
-
-
-
Class com.nomagic.ui.DisabledFocusTextField extends com.nomagic.ui.FocusTextField implements Serializable
-
Class com.nomagic.ui.DoubleSizeImageIcon extends ScalableImageIcon implements Serializable
-
Serialized Fields
-
largeIcon
ResizableIcon largeIcon
-
smallIcon
javax.swing.Icon smallIcon
-
-
-
Class com.nomagic.ui.EmptyComponent extends java.awt.Component implements Serializable
-
Class com.nomagic.ui.ErrorBannerDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mEmptyIcon
javax.swing.Icon mEmptyIcon
Deprecated. -
mErrorIcon
javax.swing.Icon mErrorIcon
Deprecated.
-
-
-
Class com.nomagic.ui.ExpandableDetailsPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
mDialog
javax.swing.JDialog mDialog
Deprecated. -
mInstructions
java.lang.String mInstructions
Deprecated. -
mLessText
java.lang.String mLessText
Deprecated. -
mMoreText
java.lang.String mMoreText
Deprecated. -
mText
javax.swing.JEditorPane mText
Deprecated.
-
-
-
Class com.nomagic.ui.ExtendedPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
mEditingState
boolean mEditingState
last known state.
-
-
-
Class com.nomagic.ui.FakeFrame extends java.awt.Frame implements Serializable
-
Class com.nomagic.ui.FixedLengthTextField extends com.nomagic.ui.FocusTextField implements Serializable
-
Serialized Fields
-
mCharEncoding
java.lang.String mCharEncoding
Deprecated. -
mColumns
int mColumns
Deprecated. -
mIgnoredChars
java.lang.String mIgnoredChars
Deprecated. -
mNextFocusOnFill
boolean mNextFocusOnFill
Deprecated. -
mUpperCase
boolean mUpperCase
Deprecated.
-
-
-
Class com.nomagic.ui.FixedLengthTextField.FixedLengthDocument extends javax.swing.text.PlainDocument implements Serializable
-
Serialized Fields
-
mCharacterFilter
com.nomagic.ui.CharacterFilter mCharacterFilter
Deprecated. -
mDefaultCharacterFilter
com.nomagic.ui.CharacterFilter mDefaultCharacterFilter
Deprecated.
-
-
-
Class com.nomagic.ui.FocusTextField extends com.nomagic.ui.MultiLineTextField implements Serializable
-
Serialized Fields
-
descriptionText
javax.swing.JLabel descriptionText
Deprecated. -
doNotSelectText
boolean doNotSelectText
Deprecated. -
undoHandler
com.nomagic.ui.TextComponentUndoHandler undoHandler
Deprecated.
-
-
-
Class com.nomagic.ui.GradientPanel extends javax.swing.JPanel implements Serializable
-
Class com.nomagic.ui.HiDPICodeEditor extends com.jidesoft.editor.CodeEditor implements Serializable
-
Class com.nomagic.ui.HiDPIJideTabbedPane extends com.jidesoft.swing.JideTabbedPane implements Serializable
-
Class com.nomagic.ui.HiDPIJProgressBar extends javax.swing.JProgressBar implements Serializable
-
Class com.nomagic.ui.HiDPIJTable extends javax.swing.JTable implements Serializable
-
Class com.nomagic.ui.HiDPIPropertyTable extends com.jidesoft.grid.PropertyTable implements Serializable
-
Class com.nomagic.ui.HiDPISortableTable extends com.jidesoft.grid.SortableTable implements Serializable
-
Class com.nomagic.ui.HiDPITreeTable extends com.jidesoft.grid.TreeTable implements Serializable
-
Class com.nomagic.ui.InfoComponent extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
boldFont
java.awt.Font boldFont
Deprecated. -
gbc
java.awt.GridBagConstraints gbc
Deprecated. -
infoPanel
javax.swing.JPanel infoPanel
Deprecated. -
plainFont
java.awt.Font plainFont
Deprecated.
-
-
-
Class com.nomagic.ui.LazyInitializationPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
changeLabelEditingState
boolean changeLabelEditingState
Deprecated. -
contentPanel
javax.swing.JPanel contentPanel
Deprecated. -
enterInitialization
com.nomagic.utils.RunnableSupport enterInitialization
Deprecated. -
exitInitialization
com.nomagic.utils.RunnableSupport exitInitialization
Deprecated. -
focusableCache
java.util.Map<java.awt.Component,java.lang.Boolean> focusableCache
Deprecated. -
initDone
boolean initDone
Deprecated. -
lock
java.lang.Object lock
Deprecated. -
progressLabel
javax.swing.JLabel progressLabel
Deprecated. -
progressPanel
javax.swing.JPanel progressPanel
Deprecated. -
updater
com.nomagic.ui.DeferredSelectionUpdater<java.lang.Boolean> updater
Deprecated.
-
-
-
Class com.nomagic.ui.LazySimpleBaseDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
cancelTask
java.lang.Runnable cancelTask
Deprecated. -
disposing
boolean disposing
Deprecated. -
doneTask
RunnableWithProgress doneTask
Deprecated. -
lazyInitializationManager
com.nomagic.ui.LazyInitializationManager lazyInitializationManager
Deprecated. -
mainTask
RunnableWithProgress mainTask
Deprecated.
-
-
-
Class com.nomagic.ui.LoadingLabel extends javax.swing.JLabel implements Serializable
-
Serialized Fields
-
mAnimatedIcon
com.nomagic.ui.AnimatedIconWithTimer mAnimatedIcon
Deprecated.
-
-
-
Class com.nomagic.ui.MultiLineLabel extends javax.swing.JTextArea implements Serializable
-
Serialized Fields
-
alwaysEnabled
boolean alwaysEnabled
Deprecated.
-
-
-
Class com.nomagic.ui.MultiLineTextField extends javax.swing.JTextField implements Serializable
-
Class com.nomagic.ui.NMFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
mHiDPIScaled
boolean mHiDPIScaled
Deprecated.
-
-
-
Class com.nomagic.ui.NMPasswordField extends javax.swing.JPasswordField implements Serializable
-
Class com.nomagic.ui.NMToolbarSeparator extends javax.swing.JPanel implements Serializable
-
Class com.nomagic.ui.OKCancelButtonsPanel extends com.nomagic.ui.ButtonsPanel implements Serializable
-
Serialized Fields
-
buttonCancel
javax.swing.JButton buttonCancel
Deprecated. -
buttonOK
javax.swing.JButton buttonOK
Deprecated.
-
-
-
Class com.nomagic.ui.OKCancelDlg extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Class com.nomagic.ui.PredefinedConstraints extends java.awt.GridBagConstraints implements Serializable
-
Serialized Fields
-
layout
java.awt.GridBagLayout layout
Deprecated.
-
-
-
Class com.nomagic.ui.ProgressDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
activateOwnerOnDispose
boolean activateOwnerOnDispose
Deprecated. -
additionalPanel
javax.swing.JPanel additionalPanel
Deprecated. -
cancelButton
javax.swing.JButton cancelButton
Deprecated. -
draggers
java.util.List<com.nomagic.ui.Dragger> draggers
Deprecated. -
statusLabel
com.nomagic.ui.MultiLineLabel statusLabel
Deprecated. -
titleLabel
javax.swing.JLabel titleLabel
Deprecated.
-
-
-
Class com.nomagic.ui.RadioButtonsPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
mButtons
java.util.List<javax.swing.JToggleButton> mButtons
Deprecated. -
mGroup
javax.swing.ButtonGroup mGroup
Deprecated. -
mInGroup
boolean mInGroup
Deprecated.
-
-
-
Class com.nomagic.ui.ResizableIconImageIcon extends ScalableImageIcon implements Serializable
-
Class com.nomagic.ui.RetinaImageIcon extends ResizableIconImageIcon implements Serializable
-
Serialized Fields
-
size
java.awt.Dimension size
-
-
-
Class com.nomagic.ui.RowLayout extends java.lang.Object implements Serializable
-
Serialized Fields
-
gap
int gap
Deprecated. -
horizontalOrientation
int horizontalOrientation
Deprecated. -
verticalOrientation
int verticalOrientation
Deprecated.
-
-
-
Class com.nomagic.ui.ScalableImageIcon extends javax.swing.ImageIcon implements Serializable
-
Serialized Fields
-
LOADER_SYNCHRONIZER
java.lang.Object LOADER_SYNCHRONIZER
-
location
java.lang.String location
-
url
java.net.URL url
-
-
-
Class com.nomagic.ui.ScaledIcon extends ResizableIconImageIcon implements Serializable
-
Serialized Fields
-
iconToScale
ResizableIcon iconToScale
Deprecated. -
scaleFactor
float scaleFactor
Deprecated.
-
-
-
Class com.nomagic.ui.SideBorder extends javax.swing.border.EtchedBorder implements Serializable
-
Serialized Fields
-
orientation
int orientation
Deprecated.
-
-
-
Class com.nomagic.ui.SimpleBaseDialog extends com.nomagic.ui.Dialog implements Serializable
-
Serialized Fields
-
actionResultMap
java.util.Hashtable<java.lang.String,java.lang.Integer> actionResultMap
Deprecated. -
contentPanel
javax.swing.JPanel contentPanel
Deprecated. -
controlsPanel
com.nomagic.ui.ButtonsPanel controlsPanel
Deprecated. -
descriptionPanel
com.nomagic.ui.DescriptionPanel descriptionPanel
Deprecated. -
helpPath
java.lang.String[] helpPath
Deprecated. -
notificationPanel
javax.swing.JPanel notificationPanel
Deprecated. -
result
int result
Deprecated.
-
-
-
Class com.nomagic.ui.SortedTableHeaderRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
-
Serialized Fields
-
objectToSort
java.lang.Object objectToSort
Deprecated. -
up
boolean up
Deprecated.
-
-
-
Class com.nomagic.ui.SquareIcon extends ResizableIconImageIcon implements Serializable
-
Serialized Fields
-
iconToScale
ResizableIcon iconToScale
-
maxScale
java.lang.Double maxScale
-
scale
java.lang.Double scale
-
size
java.lang.Integer size
-
-
-
Class com.nomagic.ui.SwingImageIcon extends javax.swing.ImageIcon implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.Reads the url from the stream.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.Writes the URL to the stream.- Throws:
java.io.IOException
-
-
Serialized Fields
-
mLocation
java.lang.String mLocation
Deprecated.Address for image -
mURL
java.net.URL mURL
Deprecated.The url for image.
-
-
-
Class com.nomagic.ui.TableMap extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
model
javax.swing.table.TableModel model
Deprecated.
-
-
-
Class com.nomagic.ui.TableSorter extends com.nomagic.ui.TableMap implements Serializable
-
Serialized Fields
-
ascending
boolean ascending
Deprecated. -
column
int column
Deprecated. -
compares
int compares
Deprecated. -
indexes
int[] indexes
Deprecated. -
mColumnComparators
java.util.Map mColumnComparators
Deprecated. -
mUpdateOnChanges
boolean mUpdateOnChanges
Deprecated. -
sortingColumns
java.util.Vector sortingColumns
Deprecated. -
tableView
javax.swing.JTable tableView
Deprecated.
-
-
-
Class com.nomagic.ui.TextAreaPanel extends com.nomagic.ui.LazyInitializationPanel implements Serializable
-
Serialized Fields
-
documentation
javax.swing.JTextArea documentation
Deprecated. -
scrollPane
javax.swing.JScrollPane scrollPane
Deprecated. -
undoHandler
com.nomagic.ui.TextComponentUndoHandler undoHandler
Deprecated.
-
-
-
Class com.nomagic.ui.ToolTip extends javax.swing.JToolTip implements Serializable
-
Class com.nomagic.ui.YesNoAllCancelDlg extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Serialized Fields
-
mCancel
boolean mCancel
Deprecated.
-
-
-
Class com.nomagic.ui.YesNoCancelDlg extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
-
Package com.nomagic.uml2.ext
-
Package com.nomagic.uml2.ext.jmi
-
Class com.nomagic.uml2.ext.jmi.ChangeElementPositionPropertyChangeEvent extends IndexedPropertyChangeEvent implements Serializable
-
Serialized Fields
-
mNewInIndex
int mNewInIndex
-
-
-
Class com.nomagic.uml2.ext.jmi.IndexedPropertyChangeEvent extends java.beans.PropertyChangeEvent implements Serializable
-
Serialized Fields
-
mIndex
int mIndex
-
-
-
Class com.nomagic.uml2.ext.jmi.InstanceDeletedEvent extends java.beans.PropertyChangeEvent implements Serializable
-
Serialized Fields
-
mDirectContainer
java.lang.Object mDirectContainer
Direct resource that contained the object before instance delete.
-
-
-
Class com.nomagic.uml2.ext.jmi.MetaModelMap extends java.util.HashMap implements Serializable
-
Serialized Fields
-
mName
java.lang.String mName
-
mOwner
MapOwner mOwner
-
-
-
-
Package com.nomagic.uml2.ext.jmi.helpers
-
Package com.nomagic.uml2.ext.jmi.smartlistener
-
Class com.nomagic.uml2.ext.jmi.smartlistener.SmartPropertyChangeEvent extends java.beans.PropertyChangeEvent implements Serializable
-
Serialized Fields
-
topSource
Element topSource
Top source of the event.
-
-
-
-
Package com.nomagic.uml2.ext.magicdraw.activities.mdcompleteactivities
-
Class com.nomagic.uml2.ext.magicdraw.activities.mdcompleteactivities.ObjectNodeOrderingKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable
-
Class com.nomagic.uml2.ext.magicdraw.activities.mdcompleteactivities.ParameterEffectKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable
-
-
Package com.nomagic.uml2.ext.magicdraw.activities.mdextrastructuredactivities
-
Class com.nomagic.uml2.ext.magicdraw.activities.mdextrastructuredactivities.ExpansionKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable
-
-
Package com.nomagic.uml2.ext.magicdraw.classes.mdkernel
-
Class com.nomagic.uml2.ext.magicdraw.classes.mdkernel.AggregationKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable
-
Class com.nomagic.uml2.ext.magicdraw.classes.mdkernel.ParameterDirectionKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable
-
Class com.nomagic.uml2.ext.magicdraw.classes.mdkernel.VisibilityKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable
-
-
Package com.nomagic.uml2.ext.magicdraw.commonbehaviors.mdcommunications
-
Class com.nomagic.uml2.ext.magicdraw.commonbehaviors.mdcommunications.CallConcurrencyKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable
-
-
Package com.nomagic.uml2.ext.magicdraw.components.mdbasiccomponents
-
Class com.nomagic.uml2.ext.magicdraw.components.mdbasiccomponents.ConnectorKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable
-
-
Package com.nomagic.uml2.ext.magicdraw.interactions.mdbasicinteractions
-
Class com.nomagic.uml2.ext.magicdraw.interactions.mdbasicinteractions.MessageKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable
-
Class com.nomagic.uml2.ext.magicdraw.interactions.mdbasicinteractions.MessageSortEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable
-
-
Package com.nomagic.uml2.ext.magicdraw.interactions.mdfragments
-
Class com.nomagic.uml2.ext.magicdraw.interactions.mdfragments.InteractionOperatorKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable
-
-
Package com.nomagic.uml2.ext.magicdraw.statemachines.mdbehaviorstatemachines
-
Class com.nomagic.uml2.ext.magicdraw.statemachines.mdbehaviorstatemachines.PseudostateKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable
-
Class com.nomagic.uml2.ext.magicdraw.statemachines.mdbehaviorstatemachines.TransitionKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements Serializable
-
-
Package com.nomagic.uml2.transaction
-
Class com.nomagic.uml2.transaction.ReadOnlyModelException extends java.lang.RuntimeException implements Serializable
-
Class com.nomagic.uml2.transaction.RollbackException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
mNotValid
java.util.Collection<ModelValidationResult> mNotValid
-
-
-
Class com.nomagic.uml2.transaction.TransactionAlreadyCommitedException extends java.lang.Exception implements Serializable
-
Class com.nomagic.uml2.transaction.TransactionAlreadyStartedException extends java.lang.Exception implements Serializable
-
-
Package com.nomagic.util
-
Class com.nomagic.util.Counter extends java.lang.Object implements Serializable
-
Serialized Fields
-
canResetID
boolean canResetID
Can id be reseted. -
currentID
long currentID
current ID in decimal code
-
-
-
-
Package com.nomagic.utils
-
Class com.nomagic.utils.AList extends java.lang.Object implements Serializable
-
Serialized Fields
-
capacityIncrement
int capacityIncrement
Deprecated. -
elementCount
int elementCount
Deprecated. -
elementData
java.lang.Object[] elementData
Deprecated. -
mCloned
java.lang.Object[] mCloned
Deprecated. -
mRememberCloned
boolean mRememberCloned
Deprecated.
-
-
-
Class com.nomagic.utils.CacheMap.ConcurrentHashMapWithNullSupport extends java.util.concurrent.ConcurrentHashMap implements Serializable
-
Class com.nomagic.utils.LRUCacheMap extends java.util.LinkedHashMap<K extends java.lang.Object,V extends java.lang.Object> implements Serializable
-
Serialized Fields
-
limit
int limit
Deprecated. -
removedRef
java.util.concurrent.atomic.AtomicReference<V extends java.lang.Object> removedRef
Deprecated.
-
-
-
Class com.nomagic.utils.WeakExtendedPropertyChangeSupport extends java.lang.Object implements Serializable
-
Serialized Fields
-
mListeners
com.nomagic.utils.AList<java.lang.ref.WeakReference<java.beans.PropertyChangeListener>> mListeners
Deprecated. -
source
java.lang.Object source
Deprecated.
-
-
-