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.BaseNMStateAction extends NMAction implements Serializable
-
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
-
-
Class com.nomagic.actions.MultiTargetActionWrapper extends NMAction implements Serializable
-
Serialized Fields
-
mAction
com.nomagic.actions.MultiTargetAction<T extends java.lang.Object> mAction
-
mTargets
java.util.Collection<T extends java.lang.Object> mTargets
-
-
-
Class com.nomagic.actions.NewMultipleDiagramsAction extends com.nomagic.magicdraw.uml.actions.NewDiagramAction implements Serializable
-
Serialized Fields
-
provider
ModelElementsProvider provider
-
-
-
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 BaseNMStateAction implements Serializable
-
Class com.nomagic.actions.NMTriStateAction extends BaseNMStateAction implements Serializable
-
Serialized Fields
-
mixedIconSupplier
java.util.function.Supplier<javax.swing.Icon> mixedIconSupplier
-
selectedIconSupplier
java.util.function.Supplier<javax.swing.Icon> selectedIconSupplier
-
unselectedIconSupplier
java.util.function.Supplier<javax.swing.Icon> unselectedIconSupplier
-
-
-
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.BaseNMStateActionJideButton extends com.nomagic.awt.NMJideToggleButton implements Serializable
-
Serialized Fields
-
iconProvider
com.nomagic.awt.ActionIconProvider iconProvider
-
mAction
java.lang.ref.WeakReference<T extends NMAction> mAction
-
mShowText
boolean mShowText
-
-
-
Class com.nomagic.awt.ColorLabel extends com.nomagic.magicdraw.ui.zoom.ZoomableLabel implements Serializable
-
Serialized Fields
-
colorfulText
java.lang.String colorfulText
-
mColorIndex
java.util.List<com.nomagic.awt.ColorLabel.ColorData> mColorIndex
-
-
-
Class com.nomagic.awt.ColorLabelTableCellRenderer extends com.nomagic.awt.ColorLabel implements Serializable
-
Serialized Fields
-
unselectedBackground
java.awt.Color unselectedBackground
-
unselectedForeground
java.awt.Color unselectedForeground
-
-
-
Class com.nomagic.awt.ColorPallet extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
colors
java.awt.Color[] colors
-
moreButton
javax.swing.JButton moreButton
-
noFillButton
javax.swing.JButton noFillButton
-
-
-
Class com.nomagic.awt.CustomTreeCellEditor.DefaultTextField extends javax.swing.JTextField implements Serializable
-
Serialized Fields
-
border
javax.swing.border.Border border
-
-
-
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
-
scrollPane
javax.swing.JScrollPane scrollPane
-
-
-
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
-
-
-
Class com.nomagic.awt.FocusablePanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
focusable
boolean focusable
-
focusableComponent
java.awt.Component focusableComponent
-
-
-
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
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
listeners
java.util.Vector listeners
-
source
java.lang.Object source
-
-
-
Class com.nomagic.awt.HelpEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
mHelp
java.lang.String mHelp
-
-
-
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
-
-
-
Class com.nomagic.awt.HighlightTableCellRenderer extends com.nomagic.awt.StyledColorLabelTableCellRenderer implements Serializable
-
Serialized Fields
-
fontStyle
int fontStyle
-
highlightStringSupplier
java.util.function.Supplier<java.lang.String> highlightStringSupplier
-
-
-
Class com.nomagic.awt.HighlightTreeCellRenderer extends com.nomagic.awt.StyledColorLabelTreeCellRenderer implements Serializable
-
Serialized Fields
-
highlightStringSupplier
java.util.function.Supplier<java.lang.String> highlightStringSupplier
-
-
-
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
-
-
-
Class com.nomagic.awt.MultiCheckBoxMenuItem extends javax.swing.JCheckBoxMenuItem implements Serializable
-
Serialized Fields
-
distinguish
boolean distinguish
-
mOldColor
java.awt.Color mOldColor
-
-
-
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
-
mSelectedText
java.lang.String mSelectedText
-
-
-
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
-
mShortcuts
java.util.List<javax.swing.KeyStroke> mShortcuts
-
mTimer
javax.swing.Timer mTimer
-
-
-
Class com.nomagic.awt.NMJideToggleButton extends com.jidesoft.swing.JideToggleButton implements Serializable
-
Serialized Fields
-
mServant
com.nomagic.awt.NMJideButtonServant mServant
-
-
-
Class com.nomagic.awt.NMJideToggleSplitButton extends com.jidesoft.swing.JideToggleSplitButton implements Serializable
-
Serialized Fields
-
mHelpListeners
java.util.ArrayList<com.nomagic.awt.HelpListener> mHelpListeners
-
mShortcuts
java.util.List mShortcuts
-
mTimer
javax.swing.Timer mTimer
-
-
-
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
-
-
-
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.NMStateActionJideButton extends com.nomagic.awt.BaseNMStateActionJideButton<NMStateAction> implements Serializable
-
Class com.nomagic.awt.NMStatusLine extends com.nomagic.awt.StyledColorLabel implements Serializable
-
Serialized Fields
-
mDefaultText
java.lang.String mDefaultText
-
-
-
Class com.nomagic.awt.NMToolbar extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
downButton
NMPopupButton downButton
-
downRightPosition
int downRightPosition
-
leftButton
NMPopupButton leftButton
-
mLastSize
java.awt.Dimension mLastSize
-
mType
boolean mType
-
rightButton
NMPopupButton rightButton
-
start
int start
-
upButton
NMPopupButton upButton
-
upLeftPosition
int upLeftPosition
-
-
-
Class com.nomagic.awt.NMToolbarSpace extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
mDimension
int mDimension
-
mSpace
int mSpace
-
mType
boolean mType
-
-
-
Class com.nomagic.awt.NMTree extends javax.swing.JTree implements Serializable
-
Serialized Fields
-
ignoreRequestFocusCount
int ignoreRequestFocusCount
-
loadingImageIcon
javax.swing.ImageIcon loadingImageIcon
-
tip
com.jidesoft.tooltip.TreeExpandedTip tip
-
-
-
Class com.nomagic.awt.NMTriStateActionJideButton extends com.nomagic.awt.BaseNMStateActionJideButton<NMTriStateAction> implements Serializable
-
Class com.nomagic.awt.NMURLEditorPanel extends java.awt.Panel implements Serializable
-
Serialized Fields
-
browseButton
java.awt.Button browseButton
-
createAsResource
java.awt.Checkbox createAsResource
-
createFromToolkit
java.awt.Checkbox createFromToolkit
-
propertySupport
java.beans.PropertyChangeSupport propertySupport
-
t
java.awt.TextField t
-
text
java.lang.String text
-
-
-
Class com.nomagic.awt.ScrollingCaption extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
mBackgroundImage
java.awt.Image mBackgroundImage
-
mCaption
java.lang.String[] mCaption
-
mHeight
int mHeight
-
mScrollDirection
int mScrollDirection
-
mScrollUnit
int mScrollUnit
-
mSleepTime
int mSleepTime
-
mStartSleepTime
int mStartSleepTime
-
mWidth
int mWidth
-
-
-
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
-
mMappers
com.nomagic.awt.SortableListModel.Mapper<E extends java.lang.Object>[] mMappers
-
mSortingOrder
com.nomagic.awt.SortableListModel.SortingOrder mSortingOrder
-
-
-
Class com.nomagic.awt.StyledColorLabel extends com.jidesoft.swing.StyledLabel implements Serializable
-
Serialized Fields
-
implementation
com.nomagic.magicdraw.ui.zoom.ZoomableLabelImplementation implementation
-
-
-
Class com.nomagic.awt.StyledColorLabelListCellRenderer extends com.jidesoft.list.StyledListCellRenderer implements Serializable
-
Serialized Fields
-
ignoreColorSettingsIfNoBackground
boolean ignoreColorSettingsIfNoBackground
-
implementation
com.nomagic.magicdraw.ui.zoom.ZoomableLabelImplementation implementation
-
-
-
Class com.nomagic.awt.StyledColorLabelTableCellRenderer extends com.jidesoft.grid.StyledTableCellRenderer implements Serializable
-
Serialized Fields
-
implementation
com.nomagic.magicdraw.ui.zoom.ZoomableLabelImplementation implementation
-
-
-
Class com.nomagic.awt.StyledColorLabelTreeCellRenderer extends com.jidesoft.tree.StyledTreeCellRenderer implements Serializable
-
Serialized Fields
-
ignoreColorSettingsIfNoBackground
boolean ignoreColorSettingsIfNoBackground
-
implementation
com.nomagic.magicdraw.ui.zoom.ZoomableLabelImplementation implementation
-
-
-
Class com.nomagic.awt.ZoomObject extends java.lang.Object implements Serializable
-
Serialized Fields
-
changeSupport
java.util.Collection<javax.swing.event.ChangeListener> changeSupport
-
maxZoom
float maxZoom
-
minZoom
float minZoom
-
zoomFactor
float zoomFactor
-
zoomStep
float zoomStep
-
-
-
-
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.ganttchartdiagram
-
Class com.nomagic.ganttchartdiagram.GanttChartDiagramWindowPanel extends com.nomagic.magicdraw.ui.AbstractNonSymbolDiagramWindowPanel implements Serializable
-
Serialized Fields
-
editActionExecutorsProvider
com.nomagic.magicdraw.ui.actions.EditActionExecutorsProvider editActionExecutorsProvider
Deprecated. -
mGanttChart
com.nomagic.ganttchartdiagram.GanttChartImpl mGanttChart
Deprecated.
-
-
-
Class com.nomagic.ganttchartdiagram.GanttChartModel extends com.jidesoft.gantt.DefaultGanttModel implements Serializable
-
Serialized Fields
-
mTreeTableNotFilteredModel
com.jidesoft.grid.TreeTableModel mTreeTableNotFilteredModel
Deprecated.
-
-
-
Class com.nomagic.ganttchartdiagram.GanttChartQuickTableFilterField extends com.jidesoft.grid.QuickTableFilterField implements Serializable
-
Class com.nomagic.ganttchartdiagram.GanttChartTreeTableModel extends com.jidesoft.gantt.DefaultGanttTreeTableModel implements Serializable
-
Serialized Fields
-
mGanttChart
com.nomagic.ganttchartdiagram.GanttChart mGanttChart
Deprecated.
-
-
-
Class com.nomagic.ganttchartdiagram.GanttChartView extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
descriptionPanel
com.nomagic.magicdraw.ui.GuideSplitPane descriptionPanel
Deprecated. -
diagramTopPanel
javax.swing.JPanel diagramTopPanel
Deprecated. -
footerPanel
com.nomagic.magicdraw.ui.banner.BannerPanel footerPanel
Deprecated. -
ganttChartRootPane
javax.swing.JRootPane ganttChartRootPane
Deprecated. -
headerPanel
com.nomagic.magicdraw.ui.banner.BannerPanel headerPanel
Deprecated. -
isInitializing
boolean isInitializing
Deprecated. -
legendHeaderPanel
javax.swing.JPanel legendHeaderPanel
Deprecated. -
legendPanel
com.nomagic.magicdraw.legend.ui.panel.MultiLegendPanel legendPanel
Deprecated. -
mainPanel
javax.swing.JPanel mainPanel
Deprecated. -
mDragHandler
com.nomagic.ganttchartdiagram.GanttChartDragHandler mDragHandler
Deprecated. -
mFilterField
com.nomagic.ganttchartdiagram.GanttChartQuickTableFilterField mFilterField
Deprecated. -
mFilterLabel
com.jidesoft.swing.StyledLabel mFilterLabel
Deprecated. -
mFilterPanel
javax.swing.JPanel mFilterPanel
Deprecated. -
mGanttChart
com.nomagic.ganttchartdiagram.GanttChartImpl mGanttChart
Deprecated. -
mGanttChartPane
com.nomagic.ganttchartdiagram.ui.AbstractGanttChartPane mGanttChartPane
Deprecated. -
mPropertiesUpdater
com.nomagic.ganttchartdiagram.GanttChartView.GanttChartOptionsAndPropertiesUpdater mPropertiesUpdater
Deprecated. -
notificationPanel
com.nomagic.magicdraw.ui.notification.NotificationPanel notificationPanel
Deprecated. -
overlay
com.nomagic.magicdraw.ui.ScrollableDiagramSurfacePaintingComponent overlay
Deprecated. -
popupMenuCustomizer
com.nomagic.ganttchartdiagram.actions.GanttChartPupupMenuCustomizer popupMenuCustomizer
Deprecated.
-
-
-
-
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.ElementsWhiteBrowsePanel 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
-
popupMenuLocationProvider
com.nomagic.magicdraw.actions.DialogActionsCategory.PopupMenuLocationProvider popupMenuLocationProvider
-
representAsItemInMenu
boolean representAsItemInMenu
-
showSelectionForSingleAction
boolean showSelectionForSingleAction
-
-
-
Class com.nomagic.magicdraw.actions.EnvironmentBooleanPropertyAction extends NMStateAction implements Serializable
-
Serialized Fields
-
action
PropertyAction action
-
actionUpdaterByPropertyAction
com.nomagic.magicdraw.actions.ActionUpdaterByPropertyAction actionUpdaterByPropertyAction
-
stateFalseValue
java.lang.Object stateFalseValue
-
stateTrueValue
java.lang.Object stateTrueValue
-
-
-
Class com.nomagic.magicdraw.actions.EnvironmentChoicePropertyAction extends com.nomagic.magicdraw.actions.AbstractPopupMenuButtonAction implements Serializable
-
Serialized Fields
-
action
PropertyAction action
-
actionUpdaterByPropertyAction
com.nomagic.magicdraw.actions.ActionUpdaterByPropertyAction actionUpdaterByPropertyAction
-
-
-
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
-
-
-
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
-
configurators
java.util.List<AMConfigurator> configurators
-
locationInTool
LocationInTool locationInTool
-
-
-
Class com.nomagic.magicdraw.actions.LimitedLazyDialogActionsCategory extends com.nomagic.magicdraw.actions.LazyDialogActionsCategory implements Serializable
-
Serialized Fields
-
actionsCut
boolean actionsCut
-
-
-
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.MDTriStateAction extends NMTriStateAction 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
-
executor
com.nomagic.magicdraw.annotation.PostActionExecutor executor
-
-
-
Class com.nomagic.magicdraw.annotation.AnnotationManipulatorAction extends DiagramContextToolbarAction implements Serializable
-
Serialized Fields
-
annotations
java.util.Collection<Annotation> annotations
-
-
-
Class com.nomagic.magicdraw.annotation.HiddenAnnotationManipulatorAction extends DiagramContextToolbarAction implements Serializable
-
Serialized Fields
-
annotations
java.util.List<Annotation> annotations
-
-
-
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
-
annotations
java.util.Collection<Annotation> annotations
-
constraint
Constraint constraint
-
solved
boolean solved
-
-
-
-
Package com.nomagic.magicdraw.autoid
-
Package com.nomagic.magicdraw.automaton
-
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.
-
-
-
Package com.nomagic.magicdraw.cbm.exporter
-
Class com.nomagic.magicdraw.cbm.exporter.ActivitiesPanel extends com.nomagic.magicdraw.ui.dialogs.MultiListPanel implements Serializable
-
Serialized Fields
-
mSelectAllButton
javax.swing.JButton mSelectAllButton
Deprecated. -
mUnselectAllButton
javax.swing.JButton mUnselectAllButton
Deprecated.
-
-
-
Class com.nomagic.magicdraw.cbm.exporter.ExportXmlDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mPanel
com.nomagic.magicdraw.cbm.exporter.ExportXmlPanel mPanel
Deprecated.
-
-
-
Class com.nomagic.magicdraw.cbm.exporter.ExportXmlPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mActivitiesPanel
com.nomagic.magicdraw.cbm.exporter.ActivitiesPanel mActivitiesPanel
Deprecated. -
mExporter
com.nomagic.magicdraw.cbm.xpdl.export.BPMNExporter mExporter
Deprecated. -
mExtension
java.lang.String mExtension
Deprecated. -
mLabelDiagrams
javax.swing.JLabel mLabelDiagrams
Deprecated. -
mLabelDirectory
javax.swing.JLabel mLabelDirectory
Deprecated. -
mLabelFile
javax.swing.JLabel mLabelFile
Deprecated. -
mOverwriteFiles
javax.swing.JCheckBox mOverwriteFiles
Deprecated. -
mSaveSelection
com.nomagic.ui.RadioButtonsPanel mSaveSelection
Deprecated. -
mSelectedActivities
java.util.List<Activity> mSelectedActivities
Deprecated. -
mShowSelectAllRadio
boolean mShowSelectAllRadio
Deprecated. -
mTask
com.nomagic.magicdraw.cbm.exporter.IXmlExportTask mTask
Deprecated. -
mWorkingDirectory
com.nomagic.ui.BrowseTextField mWorkingDirectory
Deprecated. -
mXmlFile
com.nomagic.ui.BrowseTextField mXmlFile
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.core
-
Class com.nomagic.magicdraw.core.MDCounter extends Counter implements Serializable
-
Serialized Fields
-
generator
com.nomagic.utils.IDGenerator generator
-
-
-
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
-
mHyperlinkedText
java.lang.String mHyperlinkedText
-
mIsHyperlinkedMessage
boolean mIsHyperlinkedMessage
-
mNotification
Notification mNotification
-
mNotificationDate
java.lang.String mNotificationDate
-
mProjectID
java.lang.String mProjectID
-
uniqueID
long uniqueID
-
-
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
-
-
-
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
-
-
-
-
Package com.nomagic.magicdraw.core.options
-
Class com.nomagic.magicdraw.core.options.ProjectOptions extends com.nomagic.magicdraw.uml.MDElementImpl 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. -
matrixFocusListener
com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixBodyPanel.MatrixFocusListener matrixFocusListener
Deprecated. -
matrixMouseListener
com.nomagic.magicdraw.dependencymatrix.ui.menu.MatrixMouseListener matrixMouseListener
Deprecated. -
messageLabel
javax.swing.JLabel messageLabel
Deprecated. -
model
com.nomagic.magicdraw.dependencymatrix.ui.table.DependencyMatrixViewModel model
Deprecated. -
overlay
com.nomagic.magicdraw.ui.DiagramSurfacePaintingComponent overlay
Deprecated. -
tableCellRenderer
javax.swing.table.TableCellRenderer tableCellRenderer
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
-
headersResizeAdapter
com.nomagic.magicdraw.dependencymatrix.ui.table.TwoHeadersResizeAdapter headersResizeAdapter
Deprecated. -
mainTable
com.nomagic.magicdraw.dependencymatrix.ui.table.DependencyMatrixMainTable mainTable
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
-
displayInnerDependencies
boolean displayInnerDependencies
Deprecated.
-
-
-
-
Package com.nomagic.magicdraw.dmn.ce.ddl
-
Class com.nomagic.magicdraw.dmn.ce.ddl.DDLProjectDialog extends com.nomagic.magicdraw.ce.core.rtproject.dialogs.RTProjectDlg implements Serializable
-
Serialized Fields
-
connector
com.nomagic.magicdraw.dmn.ce.ddl.Connector connector
Deprecated. -
dbButton
javax.swing.JRadioButton dbButton
Deprecated. -
dbPanel
javax.swing.JPanel dbPanel
Deprecated. -
filesButton
javax.swing.JRadioButton filesButton
Deprecated. -
manager
PropertyManager manager
Deprecated. -
project
com.nomagic.magicdraw.dmn.ce.ddl.rt.objects.DDLProjectObjectWrapper project
Deprecated. -
propPanel
com.nomagic.magicdraw.properties.ui.jideui.JIDEPropertyPanel propPanel
Deprecated. -
removeButton
javax.swing.JButton removeButton
Deprecated. -
usedConnectionCombo
javax.swing.JComboBox usedConnectionCombo
Deprecated.
-
-
-
Class com.nomagic.magicdraw.dmn.ce.ddl.PropertyNameDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
comp
javax.swing.JTextField comp
Deprecated. -
dp
java.util.List dp
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
-
Serialized Fields
-
serverInfo
java.lang.String serverInfo
-
-
-
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
-
-
-
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
-
linkAddressWarningLabel
javax.swing.JLabel linkAddressWarningLabel
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.hyperlinks.ui.HRefPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
activeBox
javax.swing.JCheckBox activeBox
-
editorByComponent
java.util.Map<java.awt.Component,HyperlinkEditor> editorByComponent
-
link
Hyperlink link
-
tabbedPane
javax.swing.JTabbedPane tabbedPane
-
-
-
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
-
-
-
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
-
linkNameField
javax.swing.JTextField linkNameField
-
-
-
Class com.nomagic.magicdraw.hyperlinks.ui.LinkNameWrapper extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
component
javax.swing.JComponent component
-
-
-
-
Package com.nomagic.magicdraw.magicreport
-
Class com.nomagic.magicdraw.magicreport.CommandLineProperties extends java.util.Properties implements Serializable
- serialVersionUID:
- 5390254424664759718L
-
Class com.nomagic.magicdraw.magicreport.GenerateReportAction extends MDAction implements Serializable
- serialVersionUID:
- -864721198258390096L
-
Serialized Fields
-
log
org.apache.logging.log4j.Logger log
Deprecated. -
progressStatus
ProgressStatus progressStatus
Deprecated. -
templateBean
com.nomagic.magicdraw.magicreport.ui.bean.TemplateBean templateBean
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.GenerateReportMenuCategory extends MDActionsCategory implements Serializable
- serialVersionUID:
- 3327682468643363362L
-
Serialized Fields
-
source
java.util.Collection<Element> source
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.GenerateReportMenuCategory.TemplateCategoryMenuAction extends MDMenuAction implements Serializable
- serialVersionUID:
- -8957810201437089198L
-
Serialized Fields
-
source
java.util.Collection<com.nomagic.magicdraw.magicreport.ui.bean.TemplateBean> source
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.ObserverIncreaseProgressBar extends java.lang.Object implements Serializable
- serialVersionUID:
- -537423241175137388L
-
Serialized Fields
-
currentValue
long currentValue
Deprecated. -
description
java.lang.String description
Deprecated. -
name
java.lang.String name
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.ObserverResetProgressBar extends java.lang.Object implements Serializable
- serialVersionUID:
- -4228442199166036706L
-
Serialized Fields
-
currentValue
long currentValue
Deprecated. -
description
java.lang.String description
Deprecated. -
isSet
boolean isSet
Deprecated. -
max
long max
Deprecated. -
min
long min
Deprecated. -
name
java.lang.String name
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.OpenWizardAction extends MDAction implements Serializable
- serialVersionUID:
- 6584283076382158399L
-
Serialized Fields
-
dividerLocation
int dividerLocation
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.QuickGenerateReportAction extends MDAction implements Serializable
- serialVersionUID:
- 4687671983857539209L
-
Serialized Fields
-
log
org.apache.logging.log4j.Logger log
Deprecated. -
reportDataElement
Element reportDataElement
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.TaskEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- -4152470691844534732L
-
Serialized Fields
-
command
java.lang.String command
Deprecated. -
exception
java.lang.Exception exception
Deprecated. -
params
java.lang.Object[] params
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.WizardQuickPrintAction extends ActionsCategory implements Serializable
- serialVersionUID:
- 8179662527478800043L
-
Serialized Fields
-
shortkeyOrderedList
java.util.List<java.lang.String> shortkeyOrderedList
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
Deprecated. -
blankFieldValue
java.lang.String blankFieldValue
Deprecated. -
currentPercentage
int currentPercentage
Deprecated. -
defaultOutputDirectory
java.io.File defaultOutputDirectory
Deprecated. -
documentBuilder
javax.xml.parsers.DocumentBuilder documentBuilder
Deprecated. -
dummyULId
int dummyULId
Deprecated. -
elementComparator
java.util.Comparator<BaseElement> elementComparator
Deprecated. -
elementIDCreator
ExportTool2.ElementIDCreator elementIDCreator
Deprecated. -
elementsToBeExport
java.util.Set<java.lang.String> elementsToBeExport
Deprecated. -
existingFilePaths
java.util.Set<java.lang.String> existingFilePaths
Deprecated. -
exportConfig
java.util.Map<java.lang.String,java.lang.Boolean> exportConfig
Deprecated. -
exportedDiagramSet
java.util.Set<Diagram> exportedDiagramSet
Deprecated. -
exportedIconSet
java.util.Set<java.lang.String> exportedIconSet
Deprecated. -
fileExportedCount
long fileExportedCount
Deprecated. -
filesToBeExportedCount
long filesToBeExportedCount
Deprecated. -
filter
com.nomagic.magicdraw.ui.ElementFilter filter
Deprecated. -
formatter
java.text.DecimalFormat formatter
Deprecated. -
globalEngine
com.nomagic.magicreport.engine.ITemplateEngine globalEngine
Deprecated. -
htmlFormatter
com.nomagic.magicreport.format.HTMLFormatter htmlFormatter
Deprecated. -
ignoreDiagrams
java.util.Set<java.lang.String> ignoreDiagrams
Deprecated. -
ignoreElements
java.util.Set<java.lang.String> ignoreElements
Deprecated. -
imageScale
int imageScale
Deprecated. -
isDisplayTreeElementId
java.lang.Boolean isDisplayTreeElementId
Deprecated. -
isDisplayTreeElementNumber
java.lang.Boolean isDisplayTreeElementNumber
Deprecated. -
isRecursive
boolean isRecursive
Deprecated. -
isShowAppearsInPage
java.lang.Boolean isShowAppearsInPage
Deprecated. -
isShowAppliedStereotype
java.lang.Boolean isShowAppliedStereotype
Deprecated. -
isShowAuxiliary
boolean isShowAuxiliary
Deprecated. -
isSkipExportAll
boolean isSkipExportAll
Deprecated. -
nameComparator
java.util.Comparator<org.w3c.dom.Element> nameComparator
Deprecated. -
nodeComparator
java.util.Comparator<org.w3c.dom.Element> nodeComparator
Deprecated. -
project
Project project
Deprecated. -
reflection
com.nomagic.uml2.ext.jmi.reflect.ModelReflection reflection
Deprecated. -
reportHelper
ReportHelper reportHelper
Deprecated. -
resourcesDir
java.io.File resourcesDir
Deprecated. -
scopes
java.util.Collection<Element> scopes
Deprecated. -
skipProgressbar
java.lang.Boolean skipProgressbar
Deprecated. -
sorter
SorterTool sorter
Deprecated. -
task
com.nomagic.magicdraw.magicreport.ObserverTask task
Deprecated.
-
-
Class com.nomagic.magicdraw.magicreport.tools.ExportTool3 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.stream.XMLOutputFactory documentBuilder
-
dummyULId
int dummyULId
-
elementComparator
java.util.Comparator<BaseElement> elementComparator
-
elementIDCreator
ExportTool3.ElementIDCreator elementIDCreator
-
elementsToBeExport
java.util.Set<java.lang.String> elementsToBeExport
-
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
-
htmlFormatter
com.nomagic.magicreport.format.HTMLFormatter htmlFormatter
-
ignoreDiagrams
java.util.Set<java.lang.String> ignoreDiagrams
-
ignoreElements
java.util.Set<java.lang.String> ignoreElements
-
imageScale
int imageScale
-
isDisplayTreeElementId
java.lang.Boolean isDisplayTreeElementId
-
isDisplayTreeElementNumber
java.lang.Boolean isDisplayTreeElementNumber
-
isRecursive
boolean isRecursive
-
isShowAppearsInPage
java.lang.Boolean isShowAppearsInPage
-
isShowAppliedStereotype
java.lang.Boolean isShowAppliedStereotype
-
isShowAuxiliary
boolean isShowAuxiliary
-
isSkipExportAll
boolean isSkipExportAll
-
project
Project project
-
reflection
com.nomagic.uml2.ext.jmi.reflect.ModelReflection reflection
-
reportBean
com.nomagic.magicdraw.magicreport.ui.bean.ReportBean reportBean
-
reportHelper
ReportHelper reportHelper
-
resourcesDir
java.io.File resourcesDir
-
resourcesLocation
java.lang.String resourcesLocation
-
scopes
java.util.Collection<Element> scopes
-
skipProgressbar
java.lang.Boolean skipProgressbar
-
sorter
SorterTool sorter
-
task
com.nomagic.magicdraw.magicreport.ObserverTask task
-
-
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
-
multiListPanel
com.nomagic.magicdraw.ui.dialogs.MultiListPanel multiListPanel
-
-
-
-
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
-
mConfirmation
java.util.function.BiFunction<com.nomagic.magicdraw.rebranding.SwitchablePlugin,com.nomagic.magicdraw.rebranding.SwitchablePlugin,java.lang.Boolean> mConfirmation
-
mInstallationFile
java.io.File mInstallationFile
-
mOtherInstallActions
java.util.Collection<com.nomagic.magicdraw.rebranding.SwitchToPluginAction> mOtherInstallActions
-
mPlugin
com.nomagic.magicdraw.rebranding.SwitchablePlugin mPlugin
-
-
-
-
Package com.nomagic.magicdraw.simulation
-
Package com.nomagic.magicdraw.simulation.datatypes
-
Class com.nomagic.magicdraw.simulation.datatypes.UnlimitedNatural extends java.lang.Number implements Serializable
-
Serialized Fields
-
naturalValue
int naturalValue
The natural value.
-
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.teamwork2.RemoteProjectInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
author
java.lang.String author
-
hasSharedPackages
boolean hasSharedPackages
-
id
java.lang.String id
-
location
java.lang.String location
-
name
java.lang.String name
-
qualifiedName
java.lang.String qualifiedName
-
-
-
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
-
mNotFormattedMessage
java.lang.String mNotFormattedMessage
-
-
-
Class com.nomagic.magicdraw.teamwork2.local2remote.ProjectNameExistsOnServerException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
projectName
java.lang.String projectName
-
-
-
-
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
-
projectName
java.lang.String projectName
-
-
-
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
-
-
-
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
-
projectName
java.lang.String projectName
-
-
-
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
-
projectName
java.lang.String projectName
-
-
-
-
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
-
cellEditor
javax.swing.CellEditor cellEditor
-
panelLabelRenderer
javax.swing.JLabel panelLabelRenderer
-
panelTable
javax.swing.JTable panelTable
-
-
-
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
-
-
-
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
-
mProjectLists
java.util.List<com.nomagic.magicdraw.teamwork2.ui.ProjectsPanel> mProjectLists
-
mTabbedPane
com.nomagic.ui.CustomJideTabbedPane mTabbedPane
-
offlineProjectsInformationAppender
com.nomagic.magicdraw.teamwork2.ui.OfflineProjectsInformationAppender offlineProjectsInformationAppender
-
-
Class com.nomagic.magicdraw.teamwork2.ui.BrowserDialog extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
authURL
java.lang.String authURL
-
browser
com.teamdev.jxbrowser.browser.Browser browser
-
browserPanel
com.nomagic.ui.LazyInitializationPanel browserPanel
-
latch
java.util.concurrent.CountDownLatch latch
-
loginDialog
com.nomagic.magicdraw.teamwork2.ui.TeamworkLoginDialog loginDialog
-
releaseLatch
java.util.concurrent.atomic.AtomicBoolean releaseLatch
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ChangePasswordDlg extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
generalPanel
com.nomagic.magicdraw.teamwork2.ui.GeneralChangePasswordPanel generalPanel
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.CheckoutReverseElementsPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mClearAllButton
javax.swing.JButton mClearAllButton
-
mData
java.util.Map mData
-
mDisabledRows
java.util.List mDisabledRows
-
mElementsTable
javax.swing.JTable mElementsTable
-
-
-
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
-
mMainPanel
com.nomagic.magicdraw.teamwork2.ui.CommitChangesPanel mMainPanel
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.CommitChangesPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
infoLabel
javax.swing.JLabel infoLabel
-
mDefaultOverlayable
com.jidesoft.swing.DefaultOverlayable mDefaultOverlayable
-
mDefaultOverlayableSaveLocally
com.jidesoft.swing.DefaultOverlayable mDefaultOverlayableSaveLocally
-
mOptionsCheckbox
javax.swing.JCheckBox mOptionsCheckbox
-
mPreviousComment
NMJideButton mPreviousComment
-
mSaveProjectLocally
javax.swing.JCheckBox mSaveProjectLocally
-
mTabbedPane
javax.swing.JTabbedPane mTabbedPane
-
mTags
com.nomagic.magicdraw.teamwork2.ui.dialogs.TagsListPanel mTags
-
mTextAreaPanel
com.nomagic.ui.TextAreaPanel mTextAreaPanel
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.CommitMessageHistoryDialog extends com.nomagic.ui.LazySimpleBaseDialog implements Serializable
-
Serialized Fields
-
commentArea
javax.swing.JTextArea commentArea
-
commentList
javax.swing.JList<com.nomagic.magicdraw.teamwork2.ui.CommitMessage> commentList
-
textAreaPanel
com.nomagic.ui.TextAreaPanel textAreaPanel
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.EsiProjectMetaInfoPanel extends com.nomagic.ui.LazyInitializationPanel implements Serializable
- serialVersionUID:
- 5170492386565462797L
-
Serialized Fields
-
COLUMNS
java.lang.String[] COLUMNS
-
initialized
boolean initialized
-
-
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
-
mUncategorized
com.nomagic.magicdraw.ui.MutableRow<CategoryInfo> mUncategorized
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.GeneralChangePasswordPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mConfirmPassword
javax.swing.JPasswordField mConfirmPassword
-
mNewPassword
javax.swing.JPasswordField mNewPassword
-
mOldPassword
javax.swing.JPasswordField mOldPassword
-
-
-
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
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
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ManageOnlineProjectsPanel extends com.nomagic.magicdraw.teamwork2.ui.OnlineProjectsPanel implements Serializable
-
Serialized Fields
-
cloneButton
javax.swing.JButton cloneButton
-
-
-
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
-
updateFromLocalButton
javax.swing.AbstractButton updateFromLocalButton
-
-
-
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
-
initialized
boolean initialized
-
-
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
-
doneTask
java.util.concurrent.atomic.AtomicReference<java.lang.Runnable> doneTask
-
mainTask
java.util.concurrent.atomic.AtomicReference<java.lang.Runnable> mainTask
-
offlineProjectsInfo
com.nomagic.magicdraw.teamwork2.ui.OfflineProjectsInformationAppender.OfflineProjectsInfo offlineProjectsInfo
-
options
java.util.Map<com.nomagic.ci.persistence.VersionableProjectDescriptor,java.lang.Boolean> options
-
server
com.nomagic.magicdraw.teamwork2.ui.OfflineProjectsInformationAppender.ServerInfo server
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.OnlineProjectsPanel extends com.nomagic.magicdraw.teamwork2.ui.ProjectsPanel implements Serializable
-
Serialized Fields
-
visibleControlButtons
boolean visibleControlButtons
-
-
-
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
-
-
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
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ProjectHistoryPanel extends com.nomagic.ui.LazyInitializationPanel implements Serializable
-
Serialized Fields
-
authorColumnRenderer
com.nomagic.awt.HighlightTableCellRenderer authorColumnRenderer
-
branchName
java.lang.String branchName
-
commentColumnRenderer
com.nomagic.awt.HighlightTableCellRenderer commentColumnRenderer
-
filterFieldPanel
javax.swing.JPanel filterFieldPanel
-
mButtonsPanel
com.nomagic.ui.ButtonsPanel mButtonsPanel
-
mCanBeSetAsLatest
boolean mCanBeSetAsLatest
-
mEditable
boolean mEditable
-
mRepositoryListener
java.beans.PropertyChangeListener mRepositoryListener
-
mResources
com.nomagic.magicdraw.teamwork2.ui.facets.CategorizedByDateFacetsTable mResources
-
mRootResource
com.nomagic.ci.persistence.VersionableProjectDescriptor mRootResource
-
mTitleBorder
javax.swing.border.TitledBorder mTitleBorder
-
tableFilterField
com.jidesoft.grid.QuickTableFilterField tableFilterField
-
versionColumnRenderer
com.nomagic.awt.HighlightTableCellRenderer versionColumnRenderer
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ProjectOptionsNode extends Node implements Serializable
-
Serialized Fields
-
projectOptionsAction
com.nomagic.magicdraw.teamwork2.ui.ProjectOptionsNode.ProjectOptionsAction projectOptionsAction
-
-
-
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
-
openOnlineComponent
javax.swing.JComponent openOnlineComponent
-
projectIconProvider
com.nomagic.magicdraw.teamwork2.ui.ProjectIconProvider projectIconProvider
-
repositoryChangeListener
java.beans.PropertyChangeListener repositoryChangeListener
-
session
com.nomagic.magicdraw.esi.session.RepositorySession session
-
-
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
-
currentLabel
java.awt.Component currentLabel
-
singleLabelRenderer
com.nomagic.magicdraw.teamwork2.ui.ProjectsPanel.BranchColumnRenderer singleLabelRenderer
-
-
-
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
-
-
-
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
-
model
com.nomagic.magicdraw.teamwork2.ui.EsiProjectsModel model
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ProjectStructureNode extends Node implements Serializable
-
Serialized Fields
-
lockProjectStructureAction
com.nomagic.magicdraw.teamwork2.ui.ProjectStructureNode.LockProjectStructureAction lockProjectStructureAction
-
modulesOptionsAction
MDAction modulesOptionsAction
-
unlockAction
com.nomagic.magicdraw.teamwork2.actions.UnlockDecompositionMultiAction unlockAction
-
-
-
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
-
cancelAction
com.nomagic.magicdraw.teamwork2.ui.SelectEsiModuleVersionWizardPanel.CancelAction[] cancelAction
-
mData
com.nomagic.magicdraw.ui.dialogs.decomposition.usemodulewizardinformations.UseEsiModuleWizardInformation mData
-
mDescription
java.lang.String mDescription
-
mHistoryTreePanel
com.nomagic.magicdraw.teamwork2.ui.ProjectHistoryPanel mHistoryTreePanel
-
mNotifyOnNew
com.nomagic.magicdraw.ui.dialogs.decomposition.NotifyOnInteractionComponentsAdder mNotifyOnNew
-
-
-
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
-
comparator
com.nomagic.magicdraw.teamwork2.esi.CategoryInfoComparator comparator
-
root
com.nomagic.magicdraw.ui.MutableRow<com.nomagic.magicdraw.teamwork2.ui.CategoryRepresentation> root
-
uncategorized
com.nomagic.magicdraw.ui.MutableRow<com.nomagic.magicdraw.teamwork2.ui.CategoryRepresentation> uncategorized
-
-
-
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
-
passwordField
javax.swing.JPasswordField passwordField
-
passwordMatcher
com.nomagic.magicdraw.teamwork2.ui.PasswordMatcher passwordMatcher
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.SymbolStylesNode extends Node implements Serializable
-
Serialized Fields
-
lockStyleAction
com.nomagic.magicdraw.ui.dialogs.options.LockStyleAction lockStyleAction
-
unlockStyleAction
com.nomagic.magicdraw.ui.dialogs.options.UnlockStyleMultiAction unlockStyleAction
-
-
-
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
-
-
-
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
-
oldPasswordField
javax.swing.JPasswordField oldPasswordField
-
passwordField
javax.swing.JPasswordField passwordField
-
passwordMatcher
com.nomagic.magicdraw.teamwork2.ui.PasswordMatcher passwordMatcher
-
-
-
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
-
mPropertiesPanel
com.nomagic.magicdraw.teamwork2.ui.VersionPropertiesPanel mPropertiesPanel
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.VersionPropertiesPanel extends com.nomagic.ui.LazyInitializationPanel implements Serializable
-
Serialized Fields
-
authorRepresentation
java.lang.String authorRepresentation
-
commitTags
java.util.List<java.lang.String> commitTags
-
createMajorVersionCheckBox
javax.swing.JCheckBox createMajorVersionCheckBox
-
detailTab
javax.swing.JTabbedPane detailTab
-
mAuthor
javax.swing.JLabel mAuthor
-
mCommentPanel
com.nomagic.magicdraw.teamwork2.ui.VersionPropertiesPanel.CommentPanel mCommentPanel
-
mDate
javax.swing.JLabel mDate
-
metaInformationPanel
com.nomagic.magicdraw.teamwork2.ui.EsiProjectMetaInfoPanel metaInformationPanel
-
modulesVersionPanel
com.nomagic.magicdraw.teamwork2.ui.ModulesVersionPanel modulesVersionPanel
-
mTagsListPanel
com.nomagic.magicdraw.teamwork2.ui.dialogs.TagsListPanel mTagsListPanel
-
mVersion
javax.swing.JLabel mVersion
-
-
-
-
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
-
afterAddNotify
java.lang.Runnable afterAddNotify
-
anyElementSelectableFilter
TypeFilter anyElementSelectableFilter
-
configuration
CONFIGURATION extends com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionComponentsConfiguration configuration
-
configurators
java.util.Collection<java.util.function.Consumer<COMPONENT extends com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionComponent>> configurators
-
content
com.nomagic.ui.LazyInitializationPanel content
-
doubleClickSupport
com.nomagic.magicdraw.ui.AbstractElementSelectionComponentsSelectionTextField.DoubleClickSupport doubleClickSupport
-
initializedComponents
java.util.List<java.lang.String> initializedComponents
-
lazyInitializationManager
com.nomagic.ui.LazyInitializationManager lazyInitializationManager
-
manager
com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionComponentsManager<COMPONENT extends com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionComponent> manager
-
previouslyActiveComponent
COMPONENT extends com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionComponent previouslyActiveComponent
-
projectSupplier
java.util.function.Supplier<Project> projectSupplier
-
selectableFilter
TypeFilter selectableFilter
-
suggestionComponents
java.util.Map<java.awt.Component,java.lang.String> suggestionComponents
-
switchToTreeAction
com.nomagic.magicdraw.ui.AbstractElementSelectionComponentsSelectionTextField.SwitchToTreeAction switchToTreeAction
-
switchToTreeKeyEventOccurred
boolean switchToTreeKeyEventOccurred
-
tabbedPane
com.jidesoft.swing.JideTabbedPane tabbedPane
-
visibleFilter
TypeFilter visibleFilter
-
-
-
Class com.nomagic.magicdraw.ui.AbstractInfoAppendingRenderer extends com.nomagic.awt.HighlightTableCellRenderer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
infoRenderingStrategy
com.nomagic.magicdraw.ui.AppendedInfoRenderingStrategy infoRenderingStrategy
-
-
Class com.nomagic.magicdraw.ui.AbstractListEditor extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
addAction
NMAction addAction
-
buttonsPanel
com.nomagic.ui.ButtonsPanel buttonsPanel
-
downAction
NMAction downAction
-
extendedList
com.nomagic.awt.ExtendedList<E extends java.lang.Object> extendedList
-
removeAction
NMAction removeAction
-
reorderable
com.nomagic.magicdraw.ui.reordering.ListReorderable reorderable
-
upAction
NMAction upAction
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.AbstractNonSymbolDiagramWindowPanel extends com.nomagic.magicdraw.ui.BufferedImageDiagramWindowPanel implements Serializable
-
Serialized Fields
-
mContentPanel
javax.swing.JPanel mContentPanel
-
mDiagramVisibilityTracker
com.nomagic.magicdraw.ui.AbstractNonSymbolDiagramWindowPanel.DiagramVisibilityTracker mDiagramVisibilityTracker
-
-
-
Class com.nomagic.magicdraw.ui.AbstractSelectionTextField extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
addFilterOptions
boolean addFilterOptions
-
additionalFilters
java.util.Collection<com.nomagic.magicdraw.ui.ElementFilter> additionalFilters
-
allowsDiagrams
boolean allowsDiagrams
-
allowsNew
boolean allowsNew
-
allowsNull
boolean allowsNull
-
clearTextOnEsc
boolean clearTextOnEsc
-
collectingText
java.lang.String collectingText
-
consumeEnterKeyEvent
boolean consumeEnterKeyEvent
-
consumeUpDownKeyEvent
boolean consumeUpDownKeyEvent
-
currentlySelected
java.lang.Object[] currentlySelected
-
documentListener
com.nomagic.magicdraw.ui.AbstractSelectionTextField.InputFieldDocumentListener documentListener
-
doNotStartTimer
boolean doNotStartTimer
-
elementFilterPromoters
java.util.Collection<com.nomagic.magicdraw.ui.filter.ElementFilterPromoter> elementFilterPromoters
-
filter
com.nomagic.magicdraw.ui.DefaultObjectFilter filter
-
filterOptionsToolbar
com.nomagic.magicdraw.ui.filter.FilterOptionsToolbar filterOptionsToolbar
-
inputField
javax.swing.text.JTextComponent inputField
-
inputFieldKeyListener
java.awt.event.KeyListener inputFieldKeyListener
-
label
com.nomagic.magicdraw.ui.dialogs.specifications.ElementTextField label
-
mouseMotionSelection
boolean mouseMotionSelection
-
newElementText
java.lang.String newElementText
-
noneText
java.lang.String noneText
-
optionsListener
com.nomagic.magicdraw.ui.AbstractSelectionTextField.OptionsListener optionsListener
-
popup
com.jidesoft.popup.JidePopup popup
-
popupMinWidth
int popupMinWidth
-
progressPanel
javax.swing.JPanel progressPanel
-
readFilterLock
java.util.concurrent.locks.Lock readFilterLock
-
resetSuggestionRunnable
java.lang.Runnable resetSuggestionRunnable
-
rwl
java.util.concurrent.locks.ReadWriteLock rwl
-
selectedObjects
java.lang.Object[] selectedObjects
-
selectFirstElementOnChange
boolean selectFirstElementOnChange
-
selectFirstEqual
boolean selectFirstEqual
-
selectFirstSuitable
boolean selectFirstSuitable
-
selectOnStartup
java.lang.Object selectOnStartup
-
selectTextOnShowPopup
boolean selectTextOnShowPopup
-
showPopupButton
javax.swing.JButton showPopupButton
-
skipIndexedCheck
boolean skipIndexedCheck
-
skipSelectFirstElementOnChange
boolean skipSelectFirstElementOnChange
-
suggestion
com.nomagic.magicdraw.ui.SelectionTextFieldSuggestion suggestion
-
suggestionUsedOutside
boolean suggestionUsedOutside
-
taskExecutor
java.util.concurrent.Executor taskExecutor
-
textChangesEnabled
boolean textChangesEnabled
-
textChangeUpdater
com.nomagic.ui.DeferredSelectionUpdater<java.lang.String> textChangeUpdater
-
timerDelay
int timerDelay
-
updateCompletionListener
com.nomagic.magicdraw.ui.RepTextIndexUpdateCompletionListenerWrapper updateCompletionListener
-
updateHinter
com.nomagic.magicdraw.ui.AbstractSelectionTextField.ComponentUpdateHinter updateHinter
-
updateSuggestionOnTask
boolean updateSuggestionOnTask
-
updateTask
com.nomagic.magicdraw.ui.AbstractSelectionTextField.UpdateTask updateTask
-
updateWithoutIndex
boolean updateWithoutIndex
-
updating
boolean updating
-
writeFilterLock
java.util.concurrent.locks.Lock writeFilterLock
-
-
-
Class com.nomagic.magicdraw.ui.AbstractSelectionTextFieldSuggestion extends ExtendedPanel implements Serializable
-
Serialized Fields
-
additionalElements
java.util.List<java.lang.Object> additionalElements
-
arrowKeyListener
java.awt.event.KeyListener arrowKeyListener
-
componentInitiated
boolean componentInitiated
-
contentPane
javax.swing.JPanel contentPane
-
currentPageStart
java.util.concurrent.atomic.AtomicInteger currentPageStart
-
data
java.util.List<java.lang.Object> data
-
dataSet
java.util.Set<java.lang.Object> dataSet
-
doubleClickSupport
com.nomagic.utils.RunnableSupport doubleClickSupport
-
elements
java.util.List<java.lang.Object> elements
-
enterKeyListener
java.awt.event.KeyListener enterKeyListener
-
field
com.nomagic.magicdraw.ui.AbstractSelectionTextField field
-
initMode
com.nomagic.magicdraw.ui.SelectionTextFieldSuggestion.InitMode initMode
-
leftRightDispatchingEnabled
boolean leftRightDispatchingEnabled
-
mMouseListener
java.awt.event.MouseListener mMouseListener
-
optimizeLargeStructure
boolean optimizeLargeStructure
-
r
java.util.concurrent.locks.Lock r
-
rwl
java.util.concurrent.locks.ReadWriteLock rwl
-
suggestionInfoPanel
com.nomagic.magicdraw.ui.AbstractSuggestionInfoPanel suggestionInfoPanel
-
toolbarPanel
javax.swing.JPanel toolbarPanel
-
topPanel
javax.swing.JPanel topPanel
-
w
java.util.concurrent.locks.Lock w
-
-
-
Class com.nomagic.magicdraw.ui.AbstractSuggestionInfoPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
matchesCount
int matchesCount
-
moreButton
javax.swing.JButton moreButton
-
searchLabel
javax.swing.JLabel searchLabel
-
-
-
Class com.nomagic.magicdraw.ui.ActivityDiagramWindowPanel extends com.nomagic.magicdraw.ui.DiagramWindowPanel implements Serializable
-
Serialized Fields
-
placeHolder
javax.swing.JPanel placeHolder
-
swimlaneNameBarHorizontal
com.nomagic.magicdraw.ui.ActivityDiagramWindowPanel.SwimlaneNameBar swimlaneNameBarHorizontal
-
swimlaneNameBarVertical
com.nomagic.magicdraw.ui.ActivityDiagramWindowPanel.SwimlaneNameBar swimlaneNameBarVertical
-
-
-
Class com.nomagic.magicdraw.ui.ActivityDiagramWindowPanel.SwimlaneElementNameLabel extends com.nomagic.magicdraw.ui.BasicElementNameLabel<com.nomagic.magicdraw.uml.symbols.shapes.SwimlaneHeaderView> implements Serializable
-
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
-
scheduler
com.nomagic.ui.DeferredSelectionUpdater<com.nomagic.magicdraw.ui.ActivityDiagramWindowPanel.SwimlaneNameBar> scheduler
-
scrollPosition
int scrollPosition
-
zoom
com.nomagic.awt.ZoomObject zoom
-
-
-
Class com.nomagic.magicdraw.ui.AddRemoveUpDownPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
addActionListener
java.awt.event.ActionListener addActionListener
-
buttonAdd
javax.swing.JButton buttonAdd
-
buttonDown
javax.swing.JButton buttonDown
-
buttonRemove
javax.swing.JButton buttonRemove
-
buttonUp
javax.swing.JButton buttonUp
-
changeCounter
java.util.ArrayList changeCounter
-
list
javax.swing.JList list
-
listCellRenderer
com.nomagic.magicdraw.ui.AddRemoveUpDownPanel.ListRendererWrapper listCellRenderer
-
listPreviousSelection
java.util.ArrayList listPreviousSelection
-
model
javax.swing.DefaultListModel model
-
THIS
com.nomagic.magicdraw.ui.AddRemoveUpDownPanel THIS
-
-
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
-
Serialized Fields
-
welcomeScreenBackgroundImage
ScalableImageIcon welcomeScreenBackgroundImage
-
-
-
Class com.nomagic.magicdraw.ui.BasicElementNameLabel extends com.jidesoft.swing.JideLabel implements Serializable
-
Serialized Fields
-
element
T extends PresentationElement element
-
-
-
Class com.nomagic.magicdraw.ui.BrowseFilePanel extends com.nomagic.ui.BrowseTextField implements Serializable
-
Serialized Fields
-
fileLocationRegister
FileLocationRegister fileLocationRegister
-
locationNameID
java.lang.String locationNameID
-
mFileFilter
java.io.FileFilter mFileFilter
-
mMode
int mMode
-
mUsePathVariables
boolean mUsePathVariables
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.CategorizedTreeTable extends com.nomagic.ui.HiDPITreeTable implements Serializable
-
Serialized Fields
-
categoriesVisible
boolean categoriesVisible
-
emptyCategoriesVisible
boolean emptyCategoriesVisible
-
isSearchPopupActivated
boolean isSearchPopupActivated
-
mDecorator
com.nomagic.magicdraw.ui.CategorizedTreeTable.TreeColumnColumnDecorator mDecorator
-
mModel
com.nomagic.magicdraw.ui.DynamicTreeTableModel<com.nomagic.magicdraw.ui.MutableRow> mModel
-
mSortableModel
com.nomagic.magicdraw.ui.CategorizedTreeTable.SortableCategorizedTreeTableModel mSortableModel
-
-
-
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
-
mCategorizedViewButton
javax.swing.AbstractButton mCategorizedViewButton
-
mCollapeAllButton
javax.swing.AbstractButton mCollapeAllButton
-
mDisplayEmptyButton
javax.swing.AbstractButton mDisplayEmptyButton
-
mExpandAllButton
javax.swing.AbstractButton mExpandAllButton
-
mTreeTable
com.nomagic.magicdraw.ui.CategorizedTreeTable mTreeTable
-
-
-
Class com.nomagic.magicdraw.ui.ChangeButton extends com.nomagic.awt.NMJideToggleButton implements Serializable
-
Serialized Fields
-
actions
java.util.List<MDStateAction> actions
-
choiceY
int choiceY
-
listener
java.beans.PropertyChangeListener listener
-
mShowTextMode
boolean mShowTextMode
-
selectedAction
MDStateAction selectedAction
-
-
-
Class com.nomagic.magicdraw.ui.ClassPathEditorPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
editor
com.nomagic.magicdraw.ui.ClassPathEditorPanel.ClassPathEditor editor
-
mFileChooser
javax.swing.JFileChooser mFileChooser
-
mFileChooserInstruction
int mFileChooserInstruction
-
mFileFilter
javax.swing.filechooser.FileFilter mFileFilter
-
-
-
Class com.nomagic.magicdraw.ui.ComboBoxToolTipRenderer extends javax.swing.DefaultListCellRenderer implements Serializable
-
Serialized Fields
-
mToolTips
java.util.List<java.lang.String> mToolTips
-
-
-
Class com.nomagic.magicdraw.ui.ControlPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
mLeftPanel
javax.swing.JPanel mLeftPanel
-
mRightPanel
javax.swing.JPanel mRightPanel
-
-
-
Class com.nomagic.magicdraw.ui.DiagramCanvas extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
backupCursor
java.awt.Cursor backupCursor
-
buffer
com.nomagic.magicdraw.ui.DiagramCanvas.Buffer buffer
-
BUFFER_LOCK
java.lang.Object BUFFER_LOCK
-
canvasResizeTimer
javax.swing.Timer canvasResizeTimer
-
diagram
java.lang.ref.WeakReference<DiagramPresentationElement> diagram
-
diagramBufferDirtyRegionFilter
com.nomagic.ui.MDRepaintManager.DirtyRegionFilter diagramBufferDirtyRegionFilter
-
diagramBufferImage
javax.swing.Icon diagramBufferImage
-
diagramBufferImageBounds
java.awt.Rectangle diagramBufferImageBounds
-
diagramCanvasMouseListener
com.nomagic.magicdraw.ui.DiagramCanvasMouseListener diagramCanvasMouseListener
-
explicitTooltipText
java.lang.String explicitTooltipText
-
gridImage
javax.swing.Icon gridImage
-
isMouseOver
boolean isMouseOver
-
lastPopupTriggerPoint
java.awt.Point lastPopupTriggerPoint
-
locked
boolean locked
-
minimumCanvasSize
java.awt.Dimension minimumCanvasSize
-
mouseMovePoint
java.awt.Point mouseMovePoint
-
originalSize
java.awt.Dimension originalSize
-
painters
java.util.Set<DiagramSurfacePainter> painters
-
selectState
com.nomagic.magicdraw.ui.states.SelectState selectState
-
shortcutDispatcher
com.nomagic.magicdraw.ui.DiagramCanvas.ShortcutDispatcher shortcutDispatcher
-
state
com.nomagic.magicdraw.ui.states.State state
-
tempGridSize
float tempGridSize
-
tempGridStyle
int tempGridStyle
-
tipActivator
PresentationElement tipActivator
-
tipActivatorBounds
java.awt.Rectangle tipActivatorBounds
-
tipPoint
java.awt.Point tipPoint
-
useBuffer
boolean useBuffer
-
zoom
com.nomagic.magicdraw.ui.zoom.Zoom zoom
-
-
-
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
-
changeButton
com.nomagic.magicdraw.ui.ChangeButton changeButton
-
dropdownButton
com.nomagic.awt.NMJideToggleButton dropdownButton
-
-
-
Class com.nomagic.magicdraw.ui.DiagramFrame extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
ancestorListener
com.nomagic.magicdraw.ui.DiagramFrame.DiagramWindowPanelAncestorListener ancestorListener
-
diagramMoveListener
java.lang.Runnable diagramMoveListener
-
diagramWindowPanel
com.nomagic.magicdraw.ui.DiagramWindowPanel diagramWindowPanel
-
documentComponent
com.jidesoft.document.DocumentComponent documentComponent
-
documentPane
com.jidesoft.document.DocumentPane documentPane
-
fireEvents
boolean fireEvents
-
windowListeners
java.util.List<java.awt.event.WindowListener> windowListeners
-
zoomToolbarManager
com.nomagic.magicdraw.ui.DiagramToolbarManager zoomToolbarManager
-
-
-
Class com.nomagic.magicdraw.ui.DiagramInnerToolbar extends com.jidesoft.swing.ContentContainer implements Serializable
-
Serialized Fields
-
mButtonGroup
javax.swing.ButtonGroup mButtonGroup
-
mConfiguration
DiagramInnerToolbarConfiguration mConfiguration
-
mDiagramToolbar
java.lang.ref.WeakReference<com.nomagic.magicdraw.ui.DiagramToolbar> mDiagramToolbar
-
mHeaderPanel
javax.swing.JPanel mHeaderPanel
-
mItemsPanel
com.jidesoft.swing.ContentContainer mItemsPanel
-
mItemsScrollPane
javax.swing.JScrollPane mItemsScrollPane
-
mToolbarButtons
java.util.List<java.awt.Component> mToolbarButtons
-
-
-
Class com.nomagic.magicdraw.ui.DiagramMarkerArea extends com.jidesoft.marker.MarkerArea implements Serializable
-
Serialized Fields
-
markerUpdater
com.nomagic.magicdraw.annotation.AbstractDiagramAnnotationMarkerUpdater markerUpdater
-
-
-
Class com.nomagic.magicdraw.ui.DiagramStateActionButton extends com.nomagic.awt.NMStateActionJideButton implements Serializable
-
Serialized Fields
-
mShowTextMode
boolean mShowTextMode
-
-
-
Class com.nomagic.magicdraw.ui.DiagramSurfacePaintingComponent extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
diagramSurfacePaintingSupport
com.nomagic.magicdraw.ui.DiagramSurfacePaintingSupport diagramSurfacePaintingSupport
-
-
-
Class com.nomagic.magicdraw.ui.DiagramToolbar extends com.jidesoft.swing.ContentContainer implements Serializable
-
Serialized Fields
-
mButtonGroup
javax.swing.ButtonGroup mButtonGroup
-
mDiagramWindowPanel
com.nomagic.magicdraw.ui.DiagramWindowPanel mDiagramWindowPanel
-
mInnerToolbars
java.util.List<com.nomagic.magicdraw.ui.DiagramInnerToolbar> mInnerToolbars
-
mInnerToolbarsPanel
com.jidesoft.swing.ContentContainer mInnerToolbarsPanel
-
mSelectButton
javax.swing.AbstractButton mSelectButton
-
standardExpertButton
NMActionJideButton standardExpertButton
-
thisWeak
java.lang.ref.WeakReference<com.nomagic.magicdraw.ui.DiagramToolbar> thisWeak
-
-
-
Class com.nomagic.magicdraw.ui.DiagramTopPanelWrapperPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
footerPanel
com.nomagic.magicdraw.ui.banner.BannerPanel footerPanel
-
headerPanel
com.nomagic.magicdraw.ui.banner.BannerPanel headerPanel
-
notificationPanel
com.nomagic.magicdraw.ui.notification.NotificationPanel notificationPanel
-
topPanel
javax.swing.JPanel topPanel
-
-
-
Class com.nomagic.magicdraw.ui.DiagramWindowPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
actionsMap
java.util.Map<java.lang.String,NMAction> actionsMap
-
activeAction
MDStateAction activeAction
-
allActions
java.util.List<NMAction> allActions
-
commandBarActionsManager
ActionsManager commandBarActionsManager
-
commandBarPanel
javax.swing.JPanel commandBarPanel
-
componentShortcutsManagerMap
java.util.Map<java.awt.Component,com.nomagic.actions.ComponentShortcutsManager> componentShortcutsManagerMap
-
content
javax.swing.JPanel content
-
createOtherActions
boolean createOtherActions
-
diagramType
java.lang.String diagramType
-
diagramViewProvider
java.lang.ref.WeakReference<DiagramPresentationElement> diagramViewProvider
-
dockableBarChangeListener
com.nomagic.magicdraw.ui.DockableBarChangeListener dockableBarChangeListener
-
dockableBarManager
com.jidesoft.action.DockableBarManager dockableBarManager
-
dockableBarsRearrangedListener
com.nomagic.magicdraw.ui.DiagramWindowPanel.DiagramDockableBarsRearrangedListener dockableBarsRearrangedListener
-
drawArea
com.nomagic.magicdraw.ui.DrawArea drawArea
-
drawAreaPanel
javax.swing.JComponent drawAreaPanel
-
drawAreaTopPanel
javax.swing.JPanel drawAreaTopPanel
-
editActionExecutorsProvider
com.nomagic.magicdraw.ui.actions.EditActionExecutorsProvider editActionExecutorsProvider
-
enableLoadOnActivation
boolean enableLoadOnActivation
-
footerPanel
com.nomagic.magicdraw.ui.banner.BannerPanel footerPanel
-
headerPanel
com.nomagic.magicdraw.ui.banner.BannerPanel headerPanel
-
markerArea
com.nomagic.magicdraw.ui.DiagramMarkerArea markerArea
-
mKeyListeners
java.util.List<com.nomagic.magicdraw.ui.DiagramWindowPanel.ActionKeyShortcutListener> mKeyListeners
-
modelElementProvider
com.nomagic.magicdraw.ui.DiagramWindowPanel.DiagramViewModelElementProvider modelElementProvider
-
navigationBarActionsManager
ActionsManager navigationBarActionsManager
-
notificationPanel
com.nomagic.magicdraw.ui.notification.NotificationPanel notificationPanel
-
presentationModeToolbar
com.nomagic.magicdraw.ui.presentationmode.DiagramWindowPresentationModeToolbar presentationModeToolbar
-
scrollHandler
com.nomagic.magicdraw.ui.DiagramScrollHandler scrollHandler
-
selectionAction
MDStateAction selectionAction
-
selectionProviderListener
com.nomagic.magicdraw.ui.DiagramWindowPanel.SelectionProviderListener selectionProviderListener
-
shortcutActionsManager
ActionsManager shortcutActionsManager
-
showingStateTracker
com.nomagic.magicdraw.ui.DiagramWindowPanel.PanelShowingStateTracker showingStateTracker
-
showToolbar
boolean showToolbar
-
splitPaneIsLayouting
boolean splitPaneIsLayouting
-
splitPanel
javax.swing.JSplitPane splitPanel
-
sticky
boolean sticky
-
toolbar
com.nomagic.magicdraw.ui.DiagramToolbar toolbar
-
toolbarActionsManager
DiagramToolbarConfiguration toolbarActionsManager
-
toolbarPanel
com.jidesoft.swing.ContentContainer toolbarPanel
-
zoom
com.nomagic.magicdraw.ui.zoom.Zoom zoom
-
zoomListener
java.beans.PropertyChangeListener zoomListener
-
zoomToolbar
com.nomagic.magicdraw.ui.DiagramWindowZoomToolbar zoomToolbar
-
zoomToolbarContainer
javax.swing.JComponent zoomToolbarContainer
-
-
-
Class com.nomagic.magicdraw.ui.DrawArea extends javax.swing.JScrollPane implements Serializable
-
Serialized Fields
-
canvas
com.nomagic.magicdraw.ui.DiagramCanvas canvas
-
-
-
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
-
-
-
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
-
objects
java.util.List<T extends PresentationElement> objects
-
scrollPosition
int scrollPosition
-
zoom
float zoom
-
-
-
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
-
buttonPanel
com.nomagic.ui.ButtonsPanel buttonPanel
-
componentsUpdateNeeded
boolean componentsUpdateNeeded
-
displayElementSelectionComponents
boolean displayElementSelectionComponents
-
-
-
Class com.nomagic.magicdraw.ui.ElementsWhiteBrowsePanel extends com.nomagic.magicdraw.ui.WhiteBrowsePanelWithElementPopup implements Serializable
-
Serialized Fields
-
updater
com.nomagic.magicdraw.ui.dialogs.MultipleElementRepresentationUpdater updater
-
-
-
Class com.nomagic.magicdraw.ui.ElementTableCellRenderer extends com.nomagic.awt.StyledColorLabelTableCellRenderer implements Serializable
-
Serialized Fields
-
helper
com.nomagic.magicdraw.ui.ElementRendererHelper helper
-
-
-
Class com.nomagic.magicdraw.ui.ElementTypeBrowserPanel extends com.nomagic.magicdraw.ui.ElementsWhiteBrowsePanel 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
-
mExpandableComponent
java.awt.Component mExpandableComponent
-
mGridBagLayout
java.awt.GridBagLayout mGridBagLayout
-
mMainComponent
java.awt.Component mMainComponent
-
mSplitPane
com.jidesoft.swing.JideSplitPane mSplitPane
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.FilterOptionsCategory extends MDActionsCategory implements Serializable
-
Serialized Fields
-
filterOptions
com.nomagic.magicdraw.ui.filter.FilterOptions filterOptions
-
-
-
Class com.nomagic.magicdraw.ui.FramelessDialog extends com.jidesoft.popup.JidePopup implements Serializable
-
Serialized Fields
-
content
javax.swing.JPanel content
-
dialogParent
java.awt.Component dialogParent
-
escape
java.awt.event.ActionListener escape
-
helpID
java.lang.String helpID
-
hidden
boolean hidden
-
hiDPIScaled
boolean hiDPIScaled
-
id
java.lang.String id
-
ignoreEvents
boolean ignoreEvents
-
location
java.awt.Point location
-
showHelp
java.awt.event.ActionListener showHelp
-
titlePanel
com.nomagic.ui.GradientPanel titlePanel
-
useDefaultDimensions
boolean useDefaultDimensions
-
-
-
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
-
mButtonFontStyle
java.lang.String mButtonFontStyle
-
mDescription
com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel mDescription
-
mDescriptionText
java.lang.String mDescriptionText
-
mExpandButtonText
java.lang.String mExpandButtonText
-
mSuppressButtonText
java.lang.String mSuppressButtonText
-
-
-
Class com.nomagic.magicdraw.ui.Hint extends AbstractNotification implements Serializable
-
Serialized Fields
-
mActivationCounter
int mActivationCounter
-
mDeprecationNumber
int mDeprecationNumber
-
mLastHintDelay
long mLastHintDelay
-
mSameHintDelay
long mSameHintDelay
-
-
-
Class com.nomagic.magicdraw.ui.HintIndicator extends NMJideButton implements Serializable
-
Serialized Fields
-
config
NotificationViewConfig config
-
hintBuilder
com.nomagic.magicdraw.ui.HintBuilder hintBuilder
-
timer
javax.swing.Timer timer
-
tip
com.nomagic.magicdraw.ui.Hint tip
-
tipAlert
com.jidesoft.popup.JidePopup tipAlert
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.JLinkLabel extends javax.swing.JLabel implements Serializable
-
Serialized Fields
-
COLOR_ACTIVE
java.awt.Color COLOR_ACTIVE
-
COLOR_BG_ACTIVE
java.awt.Color COLOR_BG_ACTIVE
-
COLOR_BG_NORMAL
java.awt.Color COLOR_BG_NORMAL
-
COLOR_HOVER
java.awt.Color COLOR_HOVER
-
MOUSE_OUT_COLOR
java.awt.Color MOUSE_OUT_COLOR
-
mURL
java.lang.String mURL
-
-
-
Class com.nomagic.magicdraw.ui.JScrollPaneDiagramSurfacePaintingComponent extends com.nomagic.magicdraw.ui.ScrollableDiagramSurfacePaintingComponent implements Serializable
-
Serialized Fields
-
scrollPane
javax.swing.JScrollPane scrollPane
-
-
-
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.MagicWindow extends javax.swing.JWindow implements Serializable
-
Serialized Fields
-
buffer
java.awt.Image buffer
-
image
java.awt.Image image
-
-
-
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
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
-
matchesLabel
javax.swing.JLabel matchesLabel
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.ObjectTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
COLUMNE_NAMES
java.lang.String[] COLUMNE_NAMES
-
mObjects
java.util.List mObjects
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.ProgressBar extends com.jidesoft.swing.NullPanel implements Serializable
-
Serialized Fields
-
backgroundTaskPanel
javax.swing.JPanel backgroundTaskPanel
-
currentValue
long currentValue
-
indeterminate
boolean indeterminate
-
lastPaintedValue
long lastPaintedValue
-
mActiveValidationResultsIndicator
com.nomagic.magicdraw.validation.ui.ActiveValidationResultsIndicator mActiveValidationResultsIndicator
-
maxValue
long maxValue
-
mCancel
java.util.concurrent.atomic.AtomicBoolean mCancel
-
mInternalErrorRegistry
com.nomagic.magicdraw.internalerror.ui.InternalErrorsIndicator mInternalErrorRegistry
-
minValue
long minValue
-
mLabel
com.nomagic.awt.NMStatusLine mLabel
-
mLocked
boolean mLocked
-
mNotificationWindowIndicator
com.nomagic.magicdraw.core.NotificationWindowIndicator mNotificationWindowIndicator
-
mTipIndicator
com.nomagic.magicdraw.ui.HintIndicator mTipIndicator
-
step
int step
-
-
-
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
-
mIgnoreSelection
boolean mIgnoreSelection
-
-
-
Class com.nomagic.magicdraw.ui.PureBooleanTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
-
Serialized Fields
-
checkbox
javax.swing.JCheckBox checkbox
-
mCentered
boolean mCentered
-
mIgnoreSelection
boolean mIgnoreSelection
-
-
-
Class com.nomagic.magicdraw.ui.RadioBooleanCellEditor extends javax.swing.DefaultCellEditor implements Serializable
-
Serialized Fields
-
mIgnoreSelection
boolean mIgnoreSelection
-
-
-
Class com.nomagic.magicdraw.ui.RadioBooleanTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
-
Serialized Fields
-
mIgnoreSelection
boolean mIgnoreSelection
-
radio
javax.swing.JRadioButton radio
-
-
-
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
-
selectionConsumer
com.nomagic.magicdraw.ui.SelectElementFramelessDialog.SelectionConsumer selectionConsumer
-
-
-
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
-
allActions
ActionsCategory allActions
-
collapsiblePaneList
java.util.List<com.jidesoft.pane.CollapsiblePane> collapsiblePaneList
-
collapsiblePanes
com.jidesoft.pane.CollapsiblePanes collapsiblePanes
-
collapsiblePanesListener
com.jidesoft.pane.event.CollapsiblePaneListener collapsiblePanesListener
-
emptyText
java.lang.String emptyText
-
emptyTextLabel
javax.swing.JLabel emptyTextLabel
-
expansionState
java.util.Map<java.lang.String,java.lang.Boolean> expansionState
-
mouseClickListener
java.awt.event.MouseListener mouseClickListener
-
mouseMotionSelection
boolean mouseMotionSelection
-
mouseMotionSelector
java.awt.event.MouseMotionListener mouseMotionSelector
-
selectedActionPanel
com.nomagic.magicdraw.ui.SelectableActionPanel selectedActionPanel
-
showPaneTitleBar
boolean showPaneTitleBar
-
tip
com.nomagic.magicdraw.ui.CollapsiblePanesExpandedTip tip
-
userSelectedAction
NMAction userSelectedAction
-
vertical
boolean vertical
-
-
-
Class com.nomagic.magicdraw.ui.SelectionTextFieldSuggestionList extends com.nomagic.magicdraw.ui.AbstractSelectionTextFieldSuggestion implements Serializable
-
Serialized Fields
-
cellActionMouseListener
com.nomagic.magicdraw.ui.SelectionTextFieldSuggestionList.SelectedCellActionMouseListener cellActionMouseListener
-
cellActionX
int cellActionX
-
elementsComparator
java.util.Comparator<java.lang.Object> elementsComparator
-
horizontalAdjustment
int horizontalAdjustment
-
list
com.nomagic.awt.ExtendedList<java.lang.Object> list
-
listSelectionListener
javax.swing.event.ListSelectionListener listSelectionListener
-
mouseMotionSelector
java.awt.event.MouseMotionListener mouseMotionSelector
-
mouseOnCellAction
boolean mouseOnCellAction
-
previouslyMouseOnCellAction
boolean previouslyMouseOnCellAction
-
selectedCellAction
NMAction selectedCellAction
-
selectElements
java.lang.Object[] selectElements
-
selectionHistory
java.lang.Object[] selectionHistory
-
tooltipProvider
java.util.function.Function<BaseElement,java.lang.String> tooltipProvider
-
verticalAdjustment
int verticalAdjustment
-
-
-
Class com.nomagic.magicdraw.ui.SequenceDiagramWindowPanel extends com.nomagic.magicdraw.ui.DiagramWindowPanel implements Serializable
-
Serialized Fields
-
elementNameBar
com.nomagic.magicdraw.ui.ElementNameBar<SequenceLifelineView> elementNameBar
-
-
-
Class com.nomagic.magicdraw.ui.StartupWindow extends com.nomagic.ui.NMFrame implements Serializable
-
Serialized Fields
-
startupScreenImage
ScalableImageIcon startupScreenImage
-
status
double status
-
statusBarRectangle
java.awt.Rectangle statusBarRectangle
-
statusBarTextCenterPoint
java.awt.Point statusBarTextCenterPoint
-
statusColor
java.awt.Color statusColor
-
statusFillColor
java.awt.Color statusFillColor
-
versionFont
java.awt.Font versionFont
-
versionText
java.lang.String versionText
-
versionTextColor
java.awt.Color versionTextColor
-
-
-
Class com.nomagic.magicdraw.ui.SuggestionInfoPanel extends com.nomagic.magicdraw.ui.AbstractSuggestionInfoPanel implements Serializable
-
Serialized Fields
-
label
com.nomagic.awt.StyledColorLabel label
-
-
-
Class com.nomagic.magicdraw.ui.TextComponentWithActions extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
actionsManager
ActionsManager actionsManager
-
textComponent
javax.swing.text.JTextComponent textComponent
-
-
-
Class com.nomagic.magicdraw.ui.TextComponentWithActionsForMacOS extends com.nomagic.magicdraw.ui.TextComponentWithActions implements Serializable
-
Serialized Fields
-
editorBorder
javax.swing.border.Border[] editorBorder
-
-
-
Class com.nomagic.magicdraw.ui.TypeSelector extends com.nomagic.magicdraw.ui.ButtonSelector<java.lang.Object> implements Serializable
-
Serialized Fields
-
selectedSymbols
java.util.List<?> selectedSymbols
-
-
-
Class com.nomagic.magicdraw.ui.WelcomeScreen extends com.nomagic.magicdraw.ui.BaseWelcomeScreen implements Serializable
-
Serialized Fields
-
actionLocked
boolean actionLocked
-
-
-
Class com.nomagic.magicdraw.ui.WhiteBrowsePanel extends com.nomagic.ui.BrowsePanel<com.jidesoft.swing.LabeledTextField> implements Serializable
-
Class com.nomagic.magicdraw.ui.WhiteBrowsePanelWithElementPopup extends com.nomagic.magicdraw.ui.WhiteBrowsePanel 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
-
zoomAction
com.nomagic.magicdraw.uml.symbols.actions.ChangeZoomAction zoomAction
-
-
-
Class com.nomagic.magicdraw.ui.ZoomSlider extends javax.swing.JSlider implements Serializable
-
Serialized Fields
-
diagramSupplier
java.util.function.Supplier<DiagramPresentationElement> diagramSupplier
-
zoomPointProvider
java.util.function.Function<com.nomagic.magicdraw.ui.DiagramWindowPanel,java.awt.Point> zoomPointProvider
-
-
-
-
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
-
openDiagramsAction
com.nomagic.magicdraw.ui.actions.OpenAllDiagramsUsageInDiagramsAction openDiagramsAction
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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.CutInSymbolDiagramAction extends DefaultActiveDiagramAction implements Serializable
-
Serialized Fields
-
executor
com.nomagic.magicdraw.ui.actions.CutSymbolsBySelectionProviderActionExecutor executor
-
-
-
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.DefaultDiagramTriStateAction extends MDTriStateAction 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
-
-
-
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
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.actions.DrawLayoutResultAction extends MDAction implements Serializable
-
Serialized Fields
-
graph
java.lang.ref.Reference graph
-
layouter
java.lang.ref.Reference layouter
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.actions.ExternalToolsSelectAction extends SelectItemAction implements Serializable
-
Serialized Fields
-
mEnvironmentListener
EnvironmentOptions.EnvironmentChangeListener mEnvironmentListener
-
-
-
Class com.nomagic.magicdraw.ui.actions.ExternalToolsSelectAction.ExternalToolWrapper extends NMAction implements Serializable
-
Serialized Fields
-
mProperty
com.nomagic.magicdraw.properties.ExternalToolProperty mProperty
-
-
-
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
-
-
-
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
-
categoryNameToIdMapper
java.util.function.Function<java.lang.String,java.lang.String> categoryNameToIdMapper
-
innerCategorySorter
java.util.function.Consumer<ActionsCategory> innerCategorySorter
-
modelElementProvider
ModelElementProvider modelElementProvider
-
modelElementsProvider
ModelElementsProvider modelElementsProvider
-
wrappersCollector
java.util.function.Supplier<java.util.Collection<? extends com.nomagic.magicdraw.uml.ModelElementWrapper>> wrappersCollector
-
-
-
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
-
-
-
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
-
mTarget
Element mTarget
-
-
-
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
-
diagrams
java.util.Collection<Diagram> diagrams
-
-
-
Class com.nomagic.magicdraw.ui.actions.OpenDiagramCreationDialogAction extends com.nomagic.magicdraw.ui.actions.AbstractOpenActionPanelDialogAction implements Serializable
-
Serialized Fields
-
mActions
ActionsCategory mActions
-
-
-
Class com.nomagic.magicdraw.ui.actions.OpenURLAction extends NMAction implements Serializable
-
Serialized Fields
-
url
java.lang.String url
-
-
-
Class com.nomagic.magicdraw.ui.actions.OpenUserManualAction extends NMAction implements Serializable
-
Serialized Fields
-
mUserManualName
java.lang.String mUserManualName
-
-
-
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
-
pasteWithNewData
boolean pasteWithNewData
-
-
-
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
-
mOnlyTeamwork
boolean mOnlyTeamwork
-
-
-
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
-
location
java.awt.Point location
-
manager
ActionsManager manager
-
useDefaultSize
boolean useDefaultSize
-
-
-
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
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.actions.ToolbarConfigurationAction extends MDMenuAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.UsageInDiagramsAction extends MDMenuAction implements Serializable
-
Serialized Fields
-
element
Element element
-
locationInTool
LocationInTool locationInTool
-
-
-
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
-
-
-
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
-
-
-
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
-
smartRootListener
SmartPropertyChangeListener smartRootListener
-
treeRoot
com.nomagic.magicdraw.ui.browser.TreeRoot treeRoot
-
-
-
Class com.nomagic.magicdraw.ui.browser.AbstractDiagramsNode extends Node implements Serializable
-
Serialized Fields
-
displayModelElements
boolean displayModelElements
-
groupByNameSupplier
java.util.function.Supplier<java.lang.Boolean> groupByNameSupplier
-
groupByNameThresholdSupplier
java.util.function.Supplier<java.lang.Integer> groupByNameThresholdSupplier
-
groupedByName
boolean groupedByName
-
-
-
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
-
adorned
javax.swing.tree.TreeCellRenderer adorned
-
calcBounds
boolean calcBounds
-
-
-
Class com.nomagic.magicdraw.ui.browser.BrowserDocumentationPanel extends com.nomagic.magicdraw.ui.dialogs.specifications.PlainRichTextEditorPanel implements Serializable
-
Serialized Fields
-
mActiveElement
com.nomagic.uml2.ElementReference<Element> mActiveElement
-
mActiveElementUpdater
com.nomagic.magicdraw.uml.transaction.AfterTransactionExecutor mActiveElementUpdater
-
mCommentSetter
com.nomagic.magicdraw.uml.transaction.AfterTransactionExecutor mCommentSetter
-
mDocChanges
boolean mDocChanges
-
mDocListener
com.nomagic.magicdraw.ui.browser.BrowserDocumentationPanel.DocumentationTextListener mDocListener
-
mElementDocumentationChanges
boolean mElementDocumentationChanges
-
mElementListener
java.beans.PropertyChangeListener mElementListener
-
mElementSelectionSensitiveComponent
com.nomagic.magicdraw.ui.ElementSelectionSensitiveComponent<com.nomagic.magicdraw.ui.browser.BrowserDocumentationPanel> mElementSelectionSensitiveComponent
-
mFocusListener
com.nomagic.magicdraw.ui.browser.BrowserDocumentationPanel.Focus mFocusListener
-
mFrozen
boolean mFrozen
-
mLastFocusableEditor
javax.swing.JComponent mLastFocusableEditor
-
mLastSelectedElement
com.nomagic.uml2.ElementReference<Element> mLastSelectedElement
-
mProject
Project mProject
-
mProjectEventListener
ProjectEventListener mProjectEventListener
-
mSmartPropertyChangeListener
SmartPropertyChangeListener mSmartPropertyChangeListener
-
mStatusLabel
javax.swing.JLabel mStatusLabel
-
-
-
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
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
-
Serialized Fields
-
elementInTreePredicate
java.util.Collection<java.util.function.Predicate<BaseElement>> elementInTreePredicate
-
-
-
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
-
-
-
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
-
-
-
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
-
expanded
boolean expanded
-
relationshipNode
boolean relationshipNode
-
userObjectID
java.lang.String userObjectID
-
-
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
-
mMoveSetter
com.nomagic.magicdraw.valuesetters.ElementValueSetter mMoveSetter
-
smartListener
com.nomagic.uml2.ext.jmi.smartlistener.AdvancedSmartPropertyChangeListener smartListener
-
updateParentOnElementDelete
boolean updateParentOnElementDelete
-
-
-
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
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
-
-
-
Class com.nomagic.magicdraw.ui.browser.OneTypeElementsNode extends Node implements Serializable
-
Serialized Fields
-
elementType
java.lang.String elementType
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.browser.ProjectNode extends Node implements Serializable
-
Serialized Fields
-
modelAddListener
java.beans.PropertyChangeListener modelAddListener
-
treeRoot
com.nomagic.magicdraw.ui.browser.TreeRoot treeRoot
-
usedModulesNodeIndex
int usedModulesNodeIndex
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.browser.RelationshipsNode extends com.nomagic.magicdraw.ui.browser.RelationshipAwareNode implements Serializable
-
Serialized Fields
-
element
com.nomagic.uml2.ElementReference<BaseElement> element
-
-
-
Class com.nomagic.magicdraw.ui.browser.RelationshipsNodeParent extends com.nomagic.magicdraw.ui.browser.RelationshipAwareNode implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.SearchResultsTree extends BrowserTabTree implements Serializable
-
Serialized Fields
-
additionalCompletionHandler
com.nomagic.magicdraw.utils.concurrent.CompletionHandler<java.lang.Boolean,java.lang.Object> additionalCompletionHandler
handler that may take additional actions when task's execution is finished -
instanceID
java.lang.Integer instanceID
unique id for the object instance -
rootNode
com.nomagic.magicdraw.ui.browser.search.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
-
-
-
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
Tree.TreePatchForMac treePatchForMac
-
treeSelectionParticipants
java.util.Collection<Tree.TreeSelectionParticipant> treeSelectionParticipants
-
treeUpdateExecutor
java.util.concurrent.Executor treeUpdateExecutor
-
treeUpdateTask
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
-
asyncNodeUpdates
boolean asyncNodeUpdates
-
childrenOwner
com.nomagic.magicdraw.ui.browser.ChildrenOwner childrenOwner
-
compactNodes
boolean compactNodes
-
comparator
java.util.Comparator<Node> comparator
-
didWarnNodeChangeNotifiedNotOnEDT
java.util.concurrent.atomic.AtomicBoolean didWarnNodeChangeNotifiedNotOnEDT
-
dirtyNodes
java.util.Collection<Node> dirtyNodes
-
flushers
com.nomagic.magicdraw.ui.browser.TreeModel.LoadingIconFlusher[] flushers
-
ignoreLock
java.util.function.BooleanSupplier ignoreLock
-
loadingNodeActionListener
com.nomagic.magicdraw.ui.browser.TreeModel.LoadingNodeActionListener loadingNodeActionListener
-
loadingNodes
java.util.Map<? super java.lang.Object,com.nomagic.magicdraw.ui.browser.LoadingDummyNode> loadingNodes
-
loadingNodeTimer
javax.swing.Timer loadingNodeTimer
-
nmTree
javax.swing.JComponent nmTree
-
nodeCreator
com.nomagic.magicdraw.ui.browser.TreeNodeCreator nodeCreator
-
nodeImageObserver
com.nomagic.magicdraw.ui.browser.TreeModel.LoadingNodeImageObserver nodeImageObserver
-
nowSorting
java.lang.ThreadLocal<java.lang.Boolean> nowSorting
-
pendingNodeChildrenChanges
java.util.concurrent.LinkedBlockingDeque<com.nomagic.magicdraw.ui.browser.NodeChildrenKeeper> pendingNodeChildrenChanges
-
project
Project project
-
sort
boolean sort
-
structureUpdateErrorNodes
java.util.Map<? super java.lang.Object,com.nomagic.magicdraw.ui.browser.ExpandingErrorNode> structureUpdateErrorNodes
-
updateExecutor
com.nomagic.magicdraw.utils.concurrent.OwnedThreadPoolExecutor<java.lang.Object> updateExecutor
-
updateExecutorNodeChildren
com.nomagic.magicdraw.ui.browser.NodeChildrenKeeper updateExecutorNodeChildren
-
-
-
Class com.nomagic.magicdraw.ui.browser.TreeNodeRenderer extends com.nomagic.awt.HighlightTreeCellRenderer implements Serializable
-
Serialized Fields
-
loadingNodeRenderer
javax.swing.tree.TreeCellRenderer loadingNodeRenderer
-
-
-
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
-
tree
Tree tree
-
-
-
Class com.nomagic.magicdraw.ui.browser.UsedModulesNode extends Node implements Serializable
-
Serialized Fields
-
treeRoot
com.nomagic.magicdraw.ui.browser.TreeRoot treeRoot
-
-
-
-
Package com.nomagic.magicdraw.ui.browser.actions
-
Class com.nomagic.magicdraw.ui.browser.actions.AbstractFavoriteElementsAction extends NMAction implements Serializable
-
Serialized Fields
-
mAddFavorites
boolean mAddFavorites
-
mManageFavorites
boolean mManageFavorites
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.AbstractFavoriteElementsAction.AddFavoriteElementAction extends MDAction implements Serializable
-
Serialized Fields
-
sourceComponent
java.awt.Component sourceComponent
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.AbstractFavoriteElementsAction.ManageFavoriteElementsAction extends MDAction implements Serializable
-
Serialized Fields
-
sourceComponent
java.awt.Component sourceComponent
-
-
-
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
-
mModuleRef
java.lang.ref.WeakReference<IAttachedProject> mModuleRef
-
mProjectRef
java.lang.ref.WeakReference<Project> mProjectRef
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.DeleteInBrowserDelegate extends DefaultBrowserAction implements Serializable
-
Serialized Fields
-
delegates
java.util.Collection<BrowserAction> delegates
-
-
-
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.FavoriteElementsBrowserAction extends com.nomagic.magicdraw.ui.browser.actions.AbstractFavoriteElementsAction implements Serializable
-
Serialized Fields
-
mTree
Tree mTree
-
-
-
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
-
mModelElementProvider
ModelElementProvider mModelElementProvider
-
-
-
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
-
mModule
IAttachedProject mModule
-
mProject
Project mProject
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.ModuleRemoveAction extends com.nomagic.magicdraw.persistence.partitioning.actions.ModuleBrowserAction implements Serializable
-
Serialized Fields
-
iProject
IProject iProject
-
mModule
IAttachedProject mModule
-
mProject
Project mProject
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.OpenDiagramInNewDiagramTabAction extends DefaultBrowserAction implements Serializable
-
Serialized Fields
-
mDiagrams
java.util.List<DiagramPresentationElement> mDiagrams
-
-
-
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
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.RefreshSmartPackageContentsAction extends NMAction implements Serializable
-
Serialized Fields
-
elements
java.util.List<Element> elements
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.RenameInBrowserAction extends DefaultBrowserAction implements Serializable
-
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
-
mLocationInTool
LocationInTool mLocationInTool
-
-
-
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
-
mModelElementProvider
com.dassault_systemes.modeler.model.ModelElementProvider mModelElementProvider
-
mModelElementsProvider
com.dassault_systemes.modeler.model.ModelElementsProvider mModelElementsProvider
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.ShowActionsCategoryDialogInBrowserAction extends DefaultBrowserAction implements Serializable
-
Serialized Fields
-
dialogActionCategoryID
java.lang.String dialogActionCategoryID
-
-
-
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
-
project
Project project
-
stereotypesPanel
com.nomagic.magicdraw.ui.diagrams.StereotypesPanel stereotypesPanel
-
-
-
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
-
container
javax.swing.Box container
-
context
java.lang.ref.WeakReference<PresentationElement> context
-
contextListener
com.nomagic.magicdraw.ui.diagrams.ContextToolbarPanel.ContextListener contextListener
-
vertical
boolean vertical
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomDiagramAction extends BaseCustomizableDiagramAction implements Serializable
-
Serialized Fields
-
elementProperties
com.nomagic.magicdraw.ui.diagrams.PropertyManagerProxy elementProperties
-
listAsElement
boolean listAsElement
-
mAddAdditionalActions
boolean mAddAdditionalActions
-
opposite
boolean opposite
-
presentationElementConfigurator
com.nomagic.magicdraw.ui.actions.PresentationElementConfigurator presentationElementConfigurator
-
stereotypes
java.util.List<java.lang.String> stereotypes
-
type
java.lang.Class<? extends Element> type
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomDiagramInnerToolbarConfiguration extends DiagramInnerToolbarConfiguration implements Serializable
-
Serialized Fields
-
icons
com.nomagic.magicdraw.ui.diagrams.IconCollection icons
-
-
-
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
-
realToolbarID
java.lang.String realToolbarID
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomDiagramNamePanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
abbreviationField
javax.swing.JTextField abbreviationField
-
baseTypeCombo
javax.swing.JComboBox<java.lang.String> baseTypeCombo
-
baseTypeLabel
javax.swing.JLabel baseTypeLabel
-
categoryField
javax.swing.JTextField categoryField
-
helpIdField
javax.swing.JTextField helpIdField
-
imageSmall
com.nomagic.magicdraw.ui.diagrams.ImageSelector imageSmall
-
imageSVG
com.nomagic.magicdraw.ui.diagrams.ImageSelector imageSVG
-
typeField
javax.swing.JTextField typeField
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomDiagramsPanel extends com.nomagic.magicdraw.ui.dialogs.MultiListPanel implements Serializable
-
Serialized Fields
-
exportButton
javax.swing.JButton exportButton
-
resetToDefaultsButton
javax.swing.JButton resetToDefaultsButton
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomizeDiagramsAction extends MDAction implements Serializable
-
Serialized Fields
-
mManager
com.nomagic.magicdraw.ui.diagrams.CustomizableDiagramsManager mManager
-
-
-
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
-
descriptor
com.nomagic.magicdraw.uml.diagrams.AbstractCustomizableDiagramDescriptor descriptor
-
diagramNames
java.util.Set<java.lang.String> diagramNames
-
metaType
java.lang.String metaType
-
modulePanel
com.nomagic.magicdraw.ui.diagrams.ModulePanel modulePanel
-
namePanel
com.nomagic.magicdraw.ui.diagrams.CustomDiagramNamePanel namePanel
-
project
Project project
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.CustomizeNonSymbolDiagramWizard extends com.nomagic.magicdraw.ui.diagrams.CustomizeDiagramWizard implements Serializable
-
Serialized Fields
-
helpID
java.lang.String helpID
-
propertyPanel
com.nomagic.magicdraw.ui.diagrams.NonSymbolDiagramPropertyPanel propertyPanel
-
-
-
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
-
elementsStylePanel
com.nomagic.magicdraw.ui.dialogs.DiagramElementsStylePanel elementsStylePanel
-
smartManipulatorsPanel
com.nomagic.magicdraw.ui.diagrams.SmartManipulatorsPanel smartManipulatorsPanel
-
toolbarsPanel
com.nomagic.magicdraw.ui.diagrams.ToolbarsPanel toolbarsPanel
-
-
-
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
-
allOtherActions
java.util.Collection<NMAction> allOtherActions
-
defaultElementPropertiesProvider
com.nomagic.magicdraw.ui.diagrams.EditButtonDialog.DefaultElementPropertiesProvider defaultElementPropertiesProvider
-
descriptionArea
javax.swing.JTextArea descriptionArea
-
descriptor
com.nomagic.magicdraw.uml.diagrams.AbstractCustomizableSymbolDiagramDescriptor descriptor
-
diagramData
Diagram diagramData
-
elementPropertyPanel
com.nomagic.magicdraw.properties.ui.jideui.JIDEPropertyPanel elementPropertyPanel
-
elementToViewMap
java.util.Map<java.lang.Class,java.lang.Class> elementToViewMap
-
elementUseOwn
javax.swing.JRadioButton elementUseOwn
-
elementUseStyle
javax.swing.JRadioButton elementUseStyle
-
imageLarge
com.nomagic.magicdraw.ui.diagrams.ImageSelector imageLarge
-
imageSmall
com.nomagic.magicdraw.ui.diagrams.ImageSelector imageSmall
-
listAsElementCheck
javax.swing.JCheckBox listAsElementCheck
-
oppositeCheck
javax.swing.JCheckBox oppositeCheck
-
project
Project project
-
shortcutField
com.nomagic.magicdraw.ui.diagrams.EditButtonDialog.ShortcutField shortcutField
-
shortcutText
javax.swing.JTextArea shortcutText
-
stereotypesPanel
com.nomagic.magicdraw.ui.diagrams.StereotypesPanel stereotypesPanel
-
stylePropertiesPanel
com.nomagic.magicdraw.properties.ui.jideui.JIDEPropertyPanel stylePropertiesPanel
-
symbolUseOwn
javax.swing.JRadioButton symbolUseOwn
-
symbolUseStyle
javax.swing.JRadioButton symbolUseStyle
-
typeCombo
javax.swing.JComboBox<java.lang.Class<? extends Element>> typeCombo
-
typeComboLabel
javax.swing.JLabel typeComboLabel
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.EditToolbarDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
largeImage
com.nomagic.magicdraw.ui.diagrams.ImageSelector largeImage
-
nameTextField
javax.swing.JTextField nameTextField
-
smallImage
com.nomagic.magicdraw.ui.diagrams.ImageSelector smallImage
-
-
-
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
-
defaultIcon
javax.swing.Icon defaultIcon
-
fileButton
javax.swing.JButton fileButton
-
imageTypes
java.lang.String[] imageTypes
-
p
javax.swing.JLabel p
-
removeButton
javax.swing.JButton removeButton
-
urlButton
javax.swing.JButton urlButton
-
zoomFactor
double zoomFactor
-
-
-
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
-
list
com.nomagic.awt.ExtendedList<IAttachedProject> list
-
project
Project project
-
removeButton
javax.swing.JButton removeButton
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.NonSymbolDiagramPropertyPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
nonSymbolDiagramDiagram
Diagram nonSymbolDiagramDiagram
-
propertiesValidator
com.nomagic.magicdraw.ui.dialogs.specifications.panels.customization.ElementPropertiesNamesValidator propertiesValidator
-
propertyPanel
com.nomagic.magicdraw.properties.ui.jideui.JIDEPropertyPanel propertyPanel
-
propertyValueListener
com.nomagic.magicdraw.ui.diagrams.NonSymbolDiagramPropertyPanel.PropertyValueListener propertyValueListener
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.NonSymbolDiagramWindowPanel extends com.nomagic.magicdraw.ui.AbstractNonSymbolDiagramWindowPanel implements Serializable
-
Serialized Fields
-
mComponent
C extends java.awt.Component mComponent
-
mDiagramContent
NonSymbolDiagramContent<C extends java.awt.Component> mDiagramContent
-
mDiagramDescriptor
NonSymbolDiagramDescriptor<C extends java.awt.Component> mDiagramDescriptor
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.SmartManipulatorsPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mConfigurator
com.nomagic.magicdraw.uml.diagrams.CustomDiagramContextToolbarAMConfigurator mConfigurator
-
mDescription
java.lang.String mDescription
-
mDescriptor
com.nomagic.magicdraw.uml.diagrams.AbstractCustomizableSymbolDiagramDescriptor mDescriptor
-
mElementList
javax.swing.JList mElementList
-
mListModel
javax.swing.DefaultListModel mListModel
-
mParentConfigurator
com.nomagic.magicdraw.uml.diagrams.CustomDiagramContextToolbarAMConfigurator mParentConfigurator
-
mPreviousSelection
java.lang.Object mPreviousSelection
-
mProject
Project mProject
-
mRBUseChild
javax.swing.JRadioButton mRBUseChild
-
mRBUseParent
javax.swing.JRadioButton mRBUseParent
-
mSMPanel
com.nomagic.magicdraw.ui.AddRemoveUpDownPanel mSMPanel
-
mSMTargetsPanel
com.nomagic.magicdraw.ui.AddRemoveUpDownPanel mSMTargetsPanel
-
mSymbolEdit
javax.swing.JButton mSymbolEdit
-
mSymbolRemove
javax.swing.JButton mSymbolRemove
-
-
-
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
-
diagramTypeId
java.lang.String diagramTypeId
-
downButton
javax.swing.JButton downButton
-
editButton
javax.swing.JButton editButton
-
newToolbarAction
javax.swing.Action newToolbarAction
-
removeButton
javax.swing.JButton removeButton
-
superType
java.lang.String superType
-
table
com.nomagic.ui.HiDPIJTable table
-
upButton
javax.swing.JButton upButton
-
-
-
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
-
-
-
-
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
-
-
-
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
-
project
Project project
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ActionPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
actions
ActionsCategory actions
-
bottomPanel
javax.swing.JPanel bottomPanel
-
buttonsPanel
javax.swing.JPanel buttonsPanel
-
contentPanelKeyListener
com.nomagic.magicdraw.ui.dialogs.ActionPanel.ContentPanelKeyListener contentPanelKeyListener
-
executeButton
javax.swing.JButton executeButton
-
expertModeMenuCustomizer
com.nomagic.magicdraw.usermodes.ExpertModeMenuCustomizer expertModeMenuCustomizer
-
filterField
com.nomagic.magicdraw.ui.AbstractSelectionTextField filterField
-
framelessDialog
com.nomagic.magicdraw.ui.FramelessDialog framelessDialog
-
isStandard
boolean isStandard
-
rememberedIsCamelCase
boolean rememberedIsCamelCase
-
rememberedMatchAnywhere
boolean rememberedMatchAnywhere
-
standardExpertButton
javax.swing.JButton standardExpertButton
-
suggestion
com.nomagic.magicdraw.ui.SelectionTextFieldSuggestionCollapsiblePanes suggestion
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.AddConveyedInformationDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
customizator
com.nomagic.magicdraw.uml.ExtendedAddConveyedInformationCustomizator customizator
-
mConveyedInformation
java.util.List<Classifier> mConveyedInformation
-
mConveyedInformationComponent
com.nomagic.magicdraw.ui.dialogs.specifications.ModelElementBrowseTextField mConveyedInformationComponent
-
mDirectionComboBox
javax.swing.JComboBox<com.nomagic.magicdraw.ui.dialogs.DirectionComboBoxItem> mDirectionComboBox
-
mInformationFlowListPanel
com.nomagic.magicdraw.ui.dialogs.specifications.ModelTypesListPanel mInformationFlowListPanel
-
mRelationship
Element mRelationship
-
mRelationshipView
PresentationElement mRelationshipView
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.AddRemoveButtonsPanel extends com.nomagic.ui.ButtonsPanel implements Serializable
-
Serialized Fields
-
mButtonAdd
javax.swing.JButton mButtonAdd
-
mButtonEdit
javax.swing.JButton mButtonEdit
-
mButtonRemove
javax.swing.JButton mButtonRemove
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.BaseCreateHyperlinkAction extends NMAction implements Serializable
-
Serialized Fields
-
mEditor
T extends com.nomagic.magicdraw.ui.text.rich.ReferenceSupportingEditor mEditor
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.BaseDialog extends com.nomagic.ui.Dialog implements Serializable
-
Serialized Fields
-
activeTab
java.lang.String activeTab
-
bottomPanel
javax.swing.JPanel bottomPanel
-
buttonsPanel
com.nomagic.magicdraw.ui.dialogs.OKCancelHelpButtonsPanel buttonsPanel
-
descriptionPanel
javax.swing.JPanel descriptionPanel
-
leftPanel
javax.swing.JPanel leftPanel
-
mWasInEnterOKListener
boolean mWasInEnterOKListener
-
notificationPanel
javax.swing.JPanel notificationPanel
-
okButtonDefault
boolean okButtonDefault
-
result
int result
-
tabPanel
javax.swing.JTabbedPane tabPanel
-
topPanel
javax.swing.JPanel topPanel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.BaseEnterTextDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
lb
javax.swing.JLabel lb
-
mText
java.lang.String mText
-
mTextValidator
com.nomagic.magicdraw.ui.dialogs.TextValidator mTextValidator
-
mTxtFld
javax.swing.text.JTextComponent mTxtFld
-
-
-
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
-
quickWindowPanel
com.nomagic.magicdraw.ui.dialogs.BaseQuickFindWindow.QuickWindowPanel quickWindowPanel
-
-
-
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
-
mAllBrowser
Tree mAllBrowser
-
mAllLabelString
java.lang.String mAllLabelString
-
mAutoSort
boolean mAutoSort
-
mButtons
com.nomagic.ui.ButtonsPanel mButtons
-
mCanAddRoot
boolean mCanAddRoot
-
mDisplayableTypes
java.util.Collection mDisplayableTypes
-
mSelectableTypes
java.util.Collection mSelectableTypes
-
mSelectedLabelString
java.lang.String mSelectedLabelString
-
mSelectedList
com.nomagic.magicdraw.ui.dialogs.SelectedElementsList mSelectedList
-
mUpDownButtonsPanel
com.nomagic.ui.ButtonsPanel mUpDownButtonsPanel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.BaseSelectObjectsPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mAddedCache
java.util.Set<BaseElement> mAddedCache
-
mAllBrowserComponents
java.util.List<com.nomagic.magicdraw.ui.dialogs.BaseSelectObjectsPanel.ComponentStructure> mAllBrowserComponents
-
mAllLabelString
java.lang.String mAllLabelString
-
mAllTabbedPanels
javax.swing.JTabbedPane mAllTabbedPanels
-
mAutoSort
boolean mAutoSort
-
mButtons
com.nomagic.ui.ButtonsPanel mButtons
-
mCanAddRoot
boolean mCanAddRoot
-
mEnableAddRecursively
boolean mEnableAddRecursively
-
mFilter
com.nomagic.magicdraw.ui.RestrictedElementFilter mFilter
-
mRootForSelected
Node mRootForSelected
-
mSelectedBrowser
Tree mSelectedBrowser
-
mSelectedLabelString
java.lang.String mSelectedLabelString
-
mTypes
SelectElementTypes mTypes
-
mUpDownButtonsPanel
com.nomagic.ui.ButtonsPanel mUpDownButtonsPanel
-
-
-
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
-
-
-
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
-
selected
java.util.List<java.lang.Object> selected
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.CheckboxList.CheckboxListRenderer extends javax.swing.DefaultListCellRenderer implements Serializable
-
Serialized Fields
-
box
javax.swing.JCheckBox box
-
chkIcon
javax.swing.JPanel chkIcon
-
innerRenderer
javax.swing.ListCellRenderer<java.lang.Object> innerRenderer
-
lbl
javax.swing.JLabel lbl
-
selected
java.util.List selected
-
showIcon
boolean showIcon
-
whole
javax.swing.JPanel whole
-
zuper
java.awt.Component zuper
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.CheckBoxTableCellRenderer extends javax.swing.JCheckBox implements Serializable
-
Serialized Fields
-
unselectedBackground
java.awt.Color unselectedBackground
-
unselectedForeground
java.awt.Color unselectedForeground
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.CompartmentButtonPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
add
javax.swing.JButton add
-
addAll
javax.swing.JButton addAll
-
remove
javax.swing.JButton remove
-
removeAll
javax.swing.JButton removeAll
-
-
-
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
-
radioButtons
com.nomagic.magicdraw.ui.dialogs.BorderRadioButtonsPanel radioButtons
-
totalElementAmount
int totalElementAmount
-
totalProjectElementAmount
int totalProjectElementAmount
-
-
-
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
-
diagramParent
Namespace diagramParent
-
selectParentByDefault
boolean selectParentByDefault
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.CreateDiagramPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
diagramType
javax.swing.JComboBox<java.lang.String> diagramType
-
lastEnteredName
java.lang.String lastEnteredName
-
ownerSelectionPanel
com.nomagic.magicdraw.ui.dialogs.wizards.ElementOwnerSelectionPanel ownerSelectionPanel
-
selectParentByDefault
boolean selectParentByDefault
-
textField
com.nomagic.ui.FocusTextField textField
-
-
-
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
-
-
-
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
-
mFooterArea
com.nomagic.ui.TextAreaPanel mFooterArea
-
mFooterFontProperty
FontProperty mFooterFontProperty
-
mHeaderArea
com.nomagic.ui.TextAreaPanel mHeaderArea
-
mHeaderFontProperty
FontProperty mHeaderFontProperty
-
mOldFooterFont
java.awt.Font mOldFooterFont
-
mOldFooterText
java.lang.String mOldFooterText
-
mOldHeaderFont
java.awt.Font mOldHeaderFont
-
mOldHeaderText
java.lang.String mOldHeaderText
-
mOldPrintFooter
boolean mOldPrintFooter
-
mOldPrintHeader
boolean mOldPrintHeader
-
mPrintFooter
javax.swing.JCheckBox mPrintFooter
-
mPrintHeader
javax.swing.JCheckBox mPrintHeader
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.DiagramElementsStylePanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
defaultStyle
java.util.Map<java.lang.String,PropertyManager> defaultStyle
-
list
javax.swing.JList list
-
mDescription
java.lang.String mDescription
-
modified
java.util.Map<java.lang.String,java.lang.Boolean> modified
-
propertyListener
java.beans.PropertyChangeListener propertyListener
-
propertyPanel
com.nomagic.magicdraw.properties.ui.jideui.JIDEPropertyPanel propertyPanel
-
reset
javax.swing.JButton reset
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.DictionaryVariableDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
description
com.nomagic.ui.FocusTextField description
-
editing
com.nomagic.magicdraw.spellchecker.SpellDictionaryVariable editing
-
name
com.nomagic.ui.FocusTextField name
-
path
com.nomagic.ui.BrowseTextField path
-
resolver
com.nomagic.magicdraw.spellchecker.SpellingDictionaryResolver resolver
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.DisplayRelatedElementsDialog extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
bothButton
javax.swing.JRadioButton bothButton
-
clientTypeRelations
java.util.Set<LinkType> clientTypeRelations
-
createNewSymbols
javax.swing.JCheckBox createNewSymbols
-
definiteButton
javax.swing.JRadioButton definiteButton
-
elementField
javax.swing.JTextField elementField
-
incomingButton
javax.swing.JRadioButton incomingButton
-
indefiniteButton
javax.swing.JRadioButton indefiniteButton
-
layoutRelated
javax.swing.JCheckBox layoutRelated
-
listener
java.awt.event.ItemListener listener
-
mAnnotatedElements
com.nomagic.magicdraw.ui.dialogs.DisplayRelatedElementsDialog.RelationTypeControl mAnnotatedElements
-
mComments
com.nomagic.magicdraw.ui.dialogs.DisplayRelatedElementsDialog.RelationTypeControl mComments
-
mContainment
com.nomagic.magicdraw.ui.dialogs.DisplayRelatedElementsDialog.RelationTypeControl mContainment
-
outgoingButton
javax.swing.JRadioButton outgoingButton
-
packageButton
javax.swing.JRadioButton packageButton
-
relationsPanel
javax.swing.JPanel relationsPanel
-
spinner
javax.swing.JSpinner spinner
-
spinnerNumberModel
javax.swing.SpinnerNumberModel spinnerNumberModel
-
supplierTypeRelations
java.util.Set<LinkType> supplierTypeRelations
-
typeButtonMap
java.util.Map<LinkType,com.nomagic.magicdraw.ui.dialogs.DisplayRelatedElementsDialog.RelationTypeControl> typeButtonMap
-
wholeButton
javax.swing.JRadioButton wholeButton
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.DisplayRelatedElementsDialog.RelationTypeControl extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
checkBox
javax.swing.JCheckBox checkBox
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ElementCheckTreeRenderer extends com.nomagic.awt.checktree.CheckTreeCellRenderer implements Serializable
-
Serialized Fields
-
distinguishNotEditable
boolean distinguishNotEditable
-
helper
com.nomagic.magicdraw.ui.ElementRendererHelper helper
-
-
-
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
-
rendererHelper
com.nomagic.magicdraw.ui.ElementRendererHelper rendererHelper
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ElementTreeRenderer extends com.nomagic.awt.StyledColorLabelTreeCellRenderer implements Serializable
-
Serialized Fields
-
mHelper
com.nomagic.magicdraw.ui.ElementRendererHelper mHelper
-
-
-
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
-
-
-
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
-
mEventListener
java.awt.event.ActionListener mEventListener
-
mFilters
java.lang.String[][] mFilters
-
-
Class com.nomagic.magicdraw.ui.dialogs.FirstStartupDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mSelectUserModePanel
com.nomagic.magicdraw.usermodes.SelectUserModePanel mSelectUserModePanel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.FontDialog extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
mExample
javax.swing.JLabel mExample
-
mFont
java.awt.Font mFont
-
mName
com.nomagic.magicdraw.ui.dialogs.FontDialog.ComboList mName
-
mSize
com.nomagic.magicdraw.ui.dialogs.FontDialog.ComboList mSize
-
mStyle
com.nomagic.magicdraw.ui.dialogs.FontDialog.ComboList mStyle
-
-
-
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
-
diagramsComponent
com.nomagic.magicdraw.ui.dialogs.selection.SelectDiagramsComponent diagramsComponent
-
extensionsByFormat
java.util.Map<java.lang.String,java.util.List<java.lang.String>> extensionsByFormat
-
imageFile
com.nomagic.ui.BrowseTextField imageFile
-
imageFormat
ChoiceProperty imageFormat
-
imageFormatEditor
com.nomagic.magicdraw.properties.ui.ChoicePropertyEditor imageFormatEditor
-
labelDiagrams
javax.swing.JLabel labelDiagrams
-
labelDirectory
javax.swing.JLabel labelDirectory
-
labelFile
javax.swing.JLabel labelFile
-
overwriteFiles
javax.swing.JCheckBox overwriteFiles
-
saveSelection
com.nomagic.ui.RadioButtonsPanel saveSelection
-
workingDirectory
com.nomagic.ui.BrowseTextField workingDirectory
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLAdvancedEditorDialog extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
mCodeEditor
com.jidesoft.editor.CodeEditor mCodeEditor
-
mHtmlEditor
com.nomagic.magicdraw.ui.dialogs.HTMLBaseEditorPanel mHtmlEditor
-
-
-
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
-
mEditor
com.nomagic.magicdraw.ui.dialogs.HTMLSferyxEditor mEditor
-
mTextEditorComponent
com.nomagic.magicdraw.uml.symbols.editors.TextEditorComponent mTextEditorComponent
-
mToolbars
java.util.List<com.nomagic.awt.NMToolbar> mToolbars
-
mToolbarsPanel
ExtendedPanel mToolbarsPanel
-
mUseFontFromTextEditorComponent
boolean mUseFontFromTextEditorComponent
-
mWrappedActions
java.util.Map<java.lang.String,java.awt.Component> mWrappedActions
-
-
-
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
-
clickEvent
java.awt.event.MouseEvent clickEvent
-
disabled
boolean disabled
-
editor
javax.swing.JEditorPane editor
-
lastMousePoint
java.awt.Point lastMousePoint
-
urlActionHandler
GUILog.URLActionHandler urlActionHandler
-
-
-
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
-
mDocumentListenerList
java.util.List<javax.swing.event.DocumentListener> mDocumentListenerList
-
mSuspendUndo
boolean mSuspendUndo
-
mText
com.nomagic.magicdraw.ui.dialogs.HTMLSferyxEditor.Text mText
-
textEditingListeners
java.util.Collection<com.nomagic.magicdraw.ui.browser.listener.TextEditingListener> textEditingListeners
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.HTMLSferyxEditorKit extends sferyx.administration.editors.CustomHTMLEditorKit implements Serializable
-
Serialized Fields
-
mEditable
boolean mEditable
-
mLastFont
java.awt.Font mLastFont
-
mOwner
javax.swing.JEditorPane mOwner
-
mTextEditorComponent
com.nomagic.magicdraw.uml.symbols.editors.TextEditorComponent mTextEditorComponent
-
-
-
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
-
disableZoom
boolean disableZoom
-
editor
com.nomagic.magicdraw.ui.dialogs.HTMLSferyxEditor editor
-
mouseClickOverride
java.util.function.Function<java.awt.event.MouseEvent,java.lang.Boolean> mouseClickOverride
-
-
-
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
-
includeSubtypesBox
javax.swing.JCheckBox includeSubtypesBox
-
-
-
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
-
description
javax.swing.JTextArea description
-
idToNodeMap
java.util.Map<java.lang.String,javax.swing.tree.DefaultMutableTreeNode> idToNodeMap
-
label
javax.swing.JLabel label
-
layoutButton
javax.swing.JButton layoutButton
-
listener
java.beans.PropertyChangeListener listener
-
options
java.util.Map<java.lang.String,AbstractPropertyOptionsGroup> options
-
propertyPanel
com.nomagic.magicdraw.properties.ui.jideui.JIDEPropertyPanel propertyPanel
-
resetButton
javax.swing.JButton resetButton
-
tree
javax.swing.JTree tree
-
updateStateManager
ActionsManager updateStateManager
-
-
-
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
-
-
-
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
-
mAvailable
java.util.List<? extends T extends java.lang.Object> mAvailable
-
mDisabled
java.util.List<? extends T extends java.lang.Object> mDisabled
-
mPanel
com.nomagic.ui.RadioButtonsPanel mPanel
-
mSelected
T extends java.lang.Object mSelected
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ModelVisualizerDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mDescription
com.nomagic.ui.TextAreaPanel mDescription
-
mFilter
boolean mFilter
-
mModelElements
java.util.Collection mModelElements
-
mPreferredDiagramType
java.lang.String mPreferredDiagramType
-
mTools
com.nomagic.awt.ExtendedList mTools
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.MultiLineLinkedCellRenderer extends com.nomagic.magicdraw.ui.dialogs.MultiLineTextCellRenderer implements Serializable
-
Serialized Fields
-
mValue
com.nomagic.ui.LinkedCell mValue
-
-
-
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
-
mPlainMultiLineTextCellRenderer
com.nomagic.magicdraw.ui.dialogs.MultiLineTextCellRenderer.PlainMultiLineTextCellRenderer mPlainMultiLineTextCellRenderer
-
table
javax.swing.JTable table
-
-
-
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
-
showText
boolean showText
-
valuesPanel
com.nomagic.magicdraw.ui.dialogs.MultiListPanel valuesPanel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.MultiListCellEditor extends javax.swing.DefaultCellEditor implements Serializable
-
Serialized Fields
-
cell
com.nomagic.ui.LinkedCell cell
-
rowHeight
int rowHeight
-
setColorFromRenderer
boolean setColorFromRenderer
-
table
javax.swing.JTable table
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.MultiListHTMLCellEditor extends javax.swing.AbstractCellEditor implements Serializable
-
Serialized Fields
-
editor
com.nomagic.magicdraw.ui.dialogs.MultiLineLinkedCellRenderer editor
-
mValue
java.lang.Object mValue
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.MultiListPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
addRemoveButtonsPanel
com.nomagic.magicdraw.ui.dialogs.AddRemoveButtonsPanel addRemoveButtonsPanel
-
bottomButtonsPanel
javax.swing.JPanel bottomButtonsPanel
-
bottomPanel
javax.swing.JPanel bottomPanel
-
emptyData
java.util.List[] emptyData
-
hasConflict
boolean hasConflict
-
locked
boolean locked
-
multiList
com.jidesoft.grid.SortableTable multiList
-
multiListPane
javax.swing.JScrollPane multiListPane
-
oldSelection
java.util.Vector oldSelection
-
tableEditable
boolean tableEditable
-
topPanel
javax.swing.JPanel topPanel
-
-
-
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
-
environmentPanel
javax.swing.JPanel environmentPanel
-
environmentScrollPane
javax.swing.JScrollPane environmentScrollPane
-
environmentTextPane
com.nomagic.magicdraw.ui.dialogs.NotificationTextPane environmentTextPane
-
notificationWindowPanel
com.nomagic.magicdraw.ui.dialogs.NotificationWindowPanel notificationWindowPanel
-
originalTabFont
java.awt.Font originalTabFont
-
projectPanel
javax.swing.JPanel projectPanel
-
projectScrollPane
javax.swing.JScrollPane projectScrollPane
-
projectTextPane
com.nomagic.magicdraw.ui.dialogs.NotificationTextPane projectTextPane
-
showEnvironmentHistory
boolean showEnvironmentHistory
-
showProjectHistory
boolean showProjectHistory
-
tabbedPane
com.jidesoft.swing.JideTabbedPane tabbedPane
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.NotificationTextPane extends javax.swing.JEditorPane implements Serializable
-
Serialized Fields
-
actionsManager
ActionsManager actionsManager
-
defaultStyleSheet
javax.swing.text.html.StyleSheet defaultStyleSheet
-
removeLineOnAppend
boolean removeLineOnAppend
-
scrollToEnd
boolean scrollToEnd
-
scrollToEndTimer
javax.swing.Timer scrollToEndTimer
-
showMoreExists
boolean showMoreExists
-
url2Runnable
java.util.HashMap<java.lang.String,HRefRunnable> url2Runnable
-
-
-
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
-
lockScrollPositionAction
NMStateAction lockScrollPositionAction
-
manager
ActionsManager manager
-
openWindowAfterLoad
boolean openWindowAfterLoad
-
scrollToEndAction
NMAction scrollToEndAction
-
scrollToStartAction
NMAction scrollToStartAction
-
showHistoryAction
NMAction showHistoryAction
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ObjectListDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mListEditor
com.nomagic.magicdraw.ui.AbstractListEditor mListEditor
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.OKCancelHelpButtonsPanel extends com.nomagic.ui.OKCancelButtonsPanel implements Serializable
-
Serialized Fields
-
buttonHelp
javax.swing.JButton buttonHelp
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.OpenAddRemoveEditButtonsPanel extends com.nomagic.ui.ButtonsPanel implements Serializable
-
Serialized Fields
-
mButtonAdd
javax.swing.JButton mButtonAdd
-
mButtonEdit
javax.swing.JButton mButtonEdit
-
mButtonOpen
javax.swing.JButton mButtonOpen
-
mButtonRemove
javax.swing.JButton mButtonRemove
-
-
-
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
-
-
-
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
-
-
-
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
-
mEditing
PathVariable mEditing
-
mName
com.nomagic.ui.FocusTextField mName
-
mPath
com.nomagic.ui.BrowseTextField mPath
-
mResolver
com.nomagic.magicdraw.pathvariables.PathVariablesResolver mResolver
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.PathVariablesUsageDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mList
javax.swing.JList<java.lang.String> mList
-
-
-
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
-
editorPanel
com.nomagic.magicdraw.ui.text.rich.RichTextEditorPanel editorPanel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ProfilesSelection extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
mFilter
com.nomagic.magicdraw.ui.dialogs.specifications.ProfilesFilter mFilter
-
mListener
com.nomagic.magicdraw.ui.dialogs.ProfilesSelection.ProfileChangeListener mListener
-
mProject
Project mProject
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ProjectDescriptionPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
projectDescriptionPanel
com.nomagic.ui.TextAreaPanel projectDescriptionPanel
-
-
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
-
projectRef
java.lang.ref.WeakReference<Project> projectRef
-
tabbedPane
javax.swing.JTabbedPane tabbedPane
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ProjectMetaInfoPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 5170492386565462797L
-
Serialized Fields
-
mMetaInfoHead
java.lang.Object[] mMetaInfoHead
-
-
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
-
compatibleInfoLabel
javax.swing.JLabel compatibleInfoLabel
-
compatibleVersionChanged
boolean compatibleVersionChanged
-
compatibleVersionTextComponent
javax.swing.text.JTextComponent compatibleVersionTextComponent
-
isDocumentationEditable
boolean isDocumentationEditable
-
isWarningSet
boolean isWarningSet
-
titleTextComponent
javax.swing.text.JTextComponent titleTextComponent
-
versionTextComponent
javax.swing.text.JTextComponent versionTextComponent
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SaveDiagramsAsImageDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
generalPanel
com.nomagic.magicdraw.ui.dialogs.GeneralSaveAsImagePanel generalPanel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SaveOptionDlg extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Serialized Fields
-
mSelectedValue
int mSelectedValue
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.ScriptTextBodyPanel extends com.nomagic.magicdraw.ui.dialogs.LanguageTextBodyPanel implements Serializable
-
Serialized Fields
-
actionPanel
javax.swing.JPanel actionPanel
-
codeEditor
T extends com.jidesoft.editor.CodeEditor codeEditor
-
textArea
javax.swing.JTextArea textArea
-
topLabel
javax.swing.JLabel topLabel
-
-
-
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
-
mBrowser
Tree mBrowser
-
mCloneButton
javax.swing.JButton mCloneButton
-
mCreatable
java.util.List<com.nomagic.magicdraw.uml.ModelElementWrapper> mCreatable
-
mInitializer
com.nomagic.magicdraw.uml.ElementInitializer mInitializer
-
mLoadButton
javax.swing.JButton mLoadButton
-
mNewButton
javax.swing.JButton mNewButton
-
mNewButtonName
java.lang.String mNewButtonName
-
mSelectableFilter
com.nomagic.magicdraw.ui.ElementFilter mSelectableFilter
-
mSelected
com.nomagic.uml2.ElementReference<BaseElement> mSelected
-
mSuggestion
com.nomagic.magicdraw.ui.dialogs.specifications.ModelTypesListPanel mSuggestion
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SelectElementsTreePanel extends com.nomagic.magicdraw.ui.dialogs.SelectObjectsTreePanel implements Serializable
-
Serialized Fields
-
loadButton
javax.swing.JButton loadButton
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SelectObjectsTreePanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
executableTasks
java.util.Collection<Task> executableTasks
-
mBottomPanel
javax.swing.JPanel mBottomPanel
-
mCenterPanel
javax.swing.JPanel mCenterPanel
-
mNodes
java.util.concurrent.ConcurrentMap<java.lang.Object,com.nomagic.awt.checktree.CheckTreeNode> mNodes
-
mRecursivelyLabel
javax.swing.JLabel mRecursivelyLabel
-
mRecursivelyLabelPanel
javax.swing.JPanel mRecursivelyLabelPanel
-
mTopPanel
javax.swing.JPanel mTopPanel
-
mTree
com.nomagic.awt.checktree.CheckTree mTree
-
selectedElements
java.util.Collection selectedElements
-
taskExecutor
java.util.concurrent.Executor taskExecutor
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SelectOptionDialog extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Serialized Fields
-
mCheckBox
javax.swing.JCheckBox mCheckBox
-
result
java.lang.String result
-
-
-
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
-
userSelectedOwner
Element userSelectedOwner
-
-
-
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
-
tmpFiles
java.lang.String[] tmpFiles
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SimpleDetailsDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mDetailsPanel
javax.swing.JPanel mDetailsPanel
-
mMainContentPanel
javax.swing.JPanel mMainContentPanel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SpecificationMultiListPanel extends com.nomagic.magicdraw.ui.dialogs.MultiListPanel implements Serializable
-
Serialized Fields
-
mData
Element mData
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.StructuredPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mAddRemoveButtonsPanel
com.nomagic.magicdraw.ui.dialogs.AddRemoveButtonsPanel mAddRemoveButtonsPanel
-
mBottomButtonsPanel
javax.swing.JPanel mBottomButtonsPanel
-
mLocked
boolean mLocked
-
mMainComponent
T extends javax.swing.JComponent mMainComponent
-
mOpenAddRemoveEditButtonsPanel
com.nomagic.magicdraw.ui.dialogs.OpenAddRemoveEditButtonsPanel mOpenAddRemoveEditButtonsPanel
-
mScrollPane
javax.swing.JScrollPane mScrollPane
-
mTopPanel
javax.swing.JPanel mTopPanel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.TextPanelWithURLHandler extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
editorPane
javax.swing.JEditorPane editorPane
-
handler
GUILog.URLActionHandler handler
-
-
-
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
-
mDetailsHelpPanel
javax.swing.JPanel mDetailsHelpPanel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.TipDialog extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Serialized Fields
-
mResultOwner
com.nomagic.magicdraw.ui.dialogs.TipResult mResultOwner
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.TipOfTheDayDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
tipOfTheDayPanel
com.nomagic.magicdraw.ui.dialogs.TipOfTheDayPanel tipOfTheDayPanel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.TipOfTheDayPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mButtons
com.nomagic.ui.ButtonsPanel mButtons
-
mCheckbox
javax.swing.JCheckBox mCheckbox
-
mTipLabels
com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel mTipLabels
-
tipsManager
com.nomagic.magicdraw.core.TipsManager tipsManager
-
-
-
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
-
other
javax.swing.AbstractButton other
-
textEditorComponent
com.nomagic.magicdraw.uml.symbols.editors.TextEditorComponent textEditorComponent
-
-
-
-
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
-
panel
com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel panel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.selection.ConfigurableElementSelectionDlg extends ElementSelectionDlg implements Serializable
-
Serialized Fields
-
context
com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionContext context
-
-
-
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
-
addRecursivelySupported
boolean addRecursivelySupported
-
buttons
com.nomagic.ui.ButtonsPanel buttons
-
list
com.nomagic.awt.ExtendedList<java.lang.Object> list
-
listModel
com.nomagic.awt.NMListModel<java.lang.Object> listModel
-
objectsModel
com.nomagic.magicdraw.ui.dialogs.selection.AbstractObjectsModel<java.lang.Object> objectsModel
-
removeElementValidator
java.util.function.Predicate<java.lang.Object> removeElementValidator
-
reorderable
com.nomagic.magicdraw.ui.reordering.ListReorderable reorderable
-
selectedCountLabel
javax.swing.JLabel selectedCountLabel
-
selectionComponent
com.nomagic.magicdraw.ui.dialogs.selection.SelectionComponent selectionComponent
-
sortButtons
com.nomagic.ui.ButtonsPanel sortButtons
-
standardButtons
java.util.List<javax.swing.AbstractButton> standardButtons
-
-
-
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
-
additionalTopPanel
com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionPanel.AdditionalPanel additionalTopPanel
-
anyElementSelectableFilter
TypeFilter anyElementSelectableFilter
-
canAddRecursivelyPredicate
java.util.function.Predicate<java.lang.Object[]> canAddRecursivelyPredicate
-
elementSelectionListener
com.nomagic.magicdraw.ui.dialogs.selection.ObjectsModelListener<java.lang.Object> elementSelectionListener
-
multipleSelectionPanel
com.nomagic.magicdraw.ui.dialogs.selection.ElementMultipleSelectionPanel multipleSelectionPanel
-
multipleSelectionSupported
boolean multipleSelectionSupported
-
multiSelection
boolean multiSelection
-
noneSelectionSupported
boolean noneSelectionSupported
-
predefinedTypeFilters
java.util.List<com.nomagic.magicdraw.ui.dialogs.selection.predefinedtypefilter.PredefinedTypeFilter> predefinedTypeFilters
-
selectableElementsFilter
TypeFilter selectableElementsFilter
-
selection
java.util.List<com.nomagic.uml2.ElementReference<BaseElement>> selection
-
selectionModeAction
com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionPanel.SelectionModeAction selectionModeAction
-
selectionModeButton
com.jidesoft.swing.JideButton selectionModeButton
-
singleSelectionPanel
com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel singleSelectionPanel
-
topPanel
javax.swing.JPanel topPanel
-
visibleElementsFilter
TypeFilter visibleElementsFilter
-
-
-
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
-
additionalTopPanelComponent
javax.swing.JPanel additionalTopPanelComponent
-
bottomButtonsPanel
javax.swing.JPanel bottomButtonsPanel
-
buttonsPanel
com.nomagic.ui.ButtonsPanel buttonsPanel
-
cloneButton
javax.swing.JButton cloneButton
-
componentFilterToolbar
javax.swing.JPanel componentFilterToolbar
-
componentsEnabled
boolean componentsEnabled
-
configurator
AMConfigurator configurator
-
creatableTypesChanged
boolean creatableTypesChanged
-
createButton
javax.swing.JButton createButton
-
createButtonText
java.lang.String createButtonText
-
createRequestor
com.nomagic.magicdraw.ui.dialogs.selection.ElementCreateRequestorImpl createRequestor
-
creationMode
com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel.CreationMode creationMode
-
elementWrapperProvider
com.nomagic.magicdraw.ui.dialogs.selection.ElementWrapperProvider elementWrapperProvider
-
emptyAction
com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel.CreateAction emptyAction
-
loadButton
javax.swing.JButton loadButton
-
multipleSelection
boolean multipleSelection
-
objectsModel
com.nomagic.magicdraw.ui.dialogs.selection.AbstractObjectsModel<java.lang.Object> objectsModel
-
parentValidator
TypeFilter parentValidator
-
propertyChangeListeners
java.util.List<java.beans.PropertyChangeListener> propertyChangeListeners
-
regularData
com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel.Data regularData
-
roots
java.util.Collection<? extends Element> roots
-
selectionTextField
com.nomagic.magicdraw.ui.dialogs.selection.ConfigurableElementSelectionComponentsSelectionTextField selectionTextField
-
standardButtons
java.util.List<javax.swing.AbstractButton> standardButtons
-
switchToCreatableAction
NMAction switchToCreatableAction
-
usedAsType
boolean usedAsType
-
-
-
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
-
mSelectionAction
com.nomagic.magicdraw.ui.dialogs.selection.SingleSelectionAction<java.lang.Object> mSelectionAction
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.selection.SelectDiagramsComponent extends com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionPanel implements Serializable
-
Serialized Fields
-
creationModeVisible
boolean creationModeVisible
-
diagramType
java.lang.String diagramType
-
dialog
java.awt.Dialog dialog
-
enableCreationMode
boolean enableCreationMode
-
modelListener
com.nomagic.magicdraw.ui.dialogs.selection.ObjectsModelListener<java.lang.Object> modelListener
-
-
-
-
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
-
oldSelected
java.lang.Object oldSelected
-
selectionTextField
SELECTION_FIELD extends com.nomagic.magicdraw.ui.AbstractSelectionTextField selectionTextField
-
textForNone
java.lang.String textForNone
-
typeListeners
java.beans.PropertyChangeSupport typeListeners
-
-
-
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
-
renderAsEnabled
boolean renderAsEnabled
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.HistoryPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
backAction
NMAction backAction
-
comboBox
javax.swing.JComboBox<SpecificationRecord> comboBox
-
dialog
com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialog dialog
-
history
com.nomagic.magicdraw.ui.dialogs.specifications.History history
-
moveAction
boolean moveAction
-
nextAction
NMAction nextAction
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.LockUnlockElementAction extends MDStateAction implements Serializable
-
Serialized Fields
-
checkoutListener
java.beans.PropertyChangeListener checkoutListener
-
element
Element element
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.MDSelectElementFromListDlg extends com.nomagic.magicdraw.ui.dialogs.BaseDialog implements Serializable
-
Serialized Fields
-
allowEmpty
boolean allowEmpty
-
list
com.nomagic.magicdraw.ui.dialogs.specifications.SelectElementFromListPanel list
-
-
-
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<javax.swing.JComponent> implements Serializable
-
Serialized Fields
-
updater
com.nomagic.magicdraw.ui.dialogs.ModelElementRepresentationUpdater updater
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.ModelElementBrowsePanel.EnabledButton extends javax.swing.JButton implements Serializable
-
Serialized Fields
-
alwaysEnabled
boolean alwaysEnabled
-
-
-
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
-
-
-
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
-
-
-
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
-
activeTextComponent
javax.swing.JComponent activeTextComponent
-
cardPanel
javax.swing.JPanel cardPanel
-
enabledFormatTogglingUndo
boolean enabledFormatTogglingUndo
-
htmlCheckBox
javax.swing.JCheckBox htmlCheckBox
-
htmlEditor
com.nomagic.magicdraw.ui.dialogs.HTMLBaseEditorPanel htmlEditor
-
htmlEditorToolbar
ExtendedPanel htmlEditorToolbar
-
htmlTextEditorComponent
com.nomagic.magicdraw.uml.symbols.editors.TextEditorComponent htmlTextEditorComponent
-
isSpellCheckable
boolean isSpellCheckable
-
plainTextEditor
com.nomagic.magicdraw.ui.text.rich.RichTextEditorPanel plainTextEditor
-
textEditorToolbar
ExtendedPanel textEditorToolbar
-
toolbarContainer
javax.swing.JPanel toolbarContainer
-
toolbarPanel
javax.swing.JPanel toolbarPanel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.ProfilesFilter extends ExtendedPanel implements Serializable
-
Serialized Fields
-
filterComboBox
javax.swing.JComboBox<java.lang.Object> filterComboBox
-
label
javax.swing.JLabel label
-
type
java.lang.String type
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.SelectElementFromListPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
buttonUpdateListeners
java.util.Collection<com.nomagic.magicdraw.ui.dialogs.specifications.SelectElementFromListPanel.ButtonUpdateListener> buttonUpdateListeners
-
creatable
java.util.List<com.nomagic.magicdraw.uml.ModelElementWrapper> creatable
-
create
javax.swing.JButton create
-
list
com.nomagic.awt.checktree.CheckTreeList list
-
listeners
java.util.Collection<SmartPropertyChangeListener> listeners
-
owner
Element owner
-
requestor
com.nomagic.magicdraw.ui.dialogs.ElementCreateRequestor requestor
-
selectAll
javax.swing.JButton selectAll
-
selectedElements
java.util.List selectedElements
-
selectionMode
int selectionMode
-
sort
boolean sort
-
unselectAll
javax.swing.JButton unselectAll
-
-
-
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
-
backButton
javax.swing.JButton backButton
-
componentShortcuts
com.nomagic.actions.ComponentShortcuts componentShortcuts
-
filterText
com.nomagic.magicdraw.ui.dialogs.specifications.panels.ContextText filterText
-
forwardButton
javax.swing.JButton forwardButton
-
label
javax.swing.JLabel label
-
selectedProperty
java.lang.String selectedProperty
-
splitPane
com.jidesoft.swing.JideSplitPane splitPane
-
teamworkActionsPanel
com.nomagic.magicdraw.ui.dialogs.specifications.TeamworkActionsPanel teamworkActionsPanel
-
toolbar
com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialogToolbar toolbar
-
tree
com.nomagic.magicdraw.ui.dialogs.specifications.tree.SpecificationTree tree
-
treeShortcuts
com.nomagic.actions.ComponentShortcuts treeShortcuts
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialogToolbar extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
dialog
com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialog dialog
-
elements
java.util.List<com.nomagic.uml2.ElementReference<Element>> elements
-
historyPanel
com.nomagic.magicdraw.ui.dialogs.specifications.HistoryPanel historyPanel
-
openSpecificationAction
com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialogToolbar.ToolbarMultiAction openSpecificationAction
-
refreshAction
com.nomagic.magicdraw.ui.dialogs.specifications.UpdateElementValuesAction refreshAction
-
selectInBrowserAction
com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialogToolbar.ToolbarMultiAction selectInBrowserAction
-
showHistory
boolean showHistory
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.UpdateElementValuesAction extends MDAction implements Serializable
-
Serialized Fields
-
element
Element element
-
-
-
-
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
-
listener
com.nomagic.uml2.ext.jmi.smartlistener.AdvancedSmartPropertyChangeListener listener
-
update
boolean update
-
-
-
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
-
banner
com.nomagic.ui.banners.Banner banner
-
nodeName
java.lang.String nodeName
-
properties
java.util.List<java.lang.String> properties
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementsListSpecificationNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementSpecificationNode extends com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.MDSpecificationWithElementTypeBannerNode implements Serializable
-
Serialized Fields
-
configurationChangeListener
com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementSpecificationNode.ConfigurationChangeListener configurationChangeListener
-
customizationChanged
boolean customizationChanged
-
dialog
com.nomagic.magicdraw.ui.dialogs.specifications.SpecificationDialog dialog
-
dirty
boolean dirty
-
elementPropertyChangeListener
com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.ElementSpecificationNode.ElementPropertyChangeListener elementPropertyChangeListener
-
helpIds
java.lang.String[] helpIds
-
humanTypeChangeListener
SmartPropertyChangeListener humanTypeChangeListener
-
representationListener
com.nomagic.uml2.ext.jmi.smartlistener.AdvancedSmartPropertyChangeListener representationListener
-
tree
com.nomagic.magicdraw.ui.dialogs.specifications.tree.SpecificationTree tree
-
-
-
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
-
renderer
com.nomagic.magicdraw.ui.dialogs.specifications.tree.node.GatesNode.Renderer renderer
-
-
-
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
-
childrenComparator
java.util.Comparator<ISpecificationNode> childrenComparator
-
-
-
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
-
mOutputPin
java.util.List mOutputPin
-
-
-
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
-
clazz
java.lang.Class clazz
-
propertyName
java.lang.String propertyName
-
-
-
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
-
component
ISpecificationComponent component
-
grandChildrenCreated
boolean grandChildrenCreated
-
icon
javax.swing.Icon icon
-
id
java.lang.String id
-
text
java.lang.String text
-
validator
com.nomagic.magicdraw.properties.qproperties.validator.TreeNodeValidator validator
-
-
-
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
-
smartListener
SmartPropertyChangeListener smartListener
-
-
-
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
-
initiallySelectedNodes
javax.swing.tree.DefaultMutableTreeNode[] initiallySelectedNodes
-
prevDropAction
int prevDropAction
-
prevResult
boolean prevResult
-
prevRow
int prevRow
-
restoreInitialSelectionListener
java.awt.dnd.DropTargetListener restoreInitialSelectionListener
-
tree
Tree tree
-
-
-
-
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
-
logExpanded
boolean logExpanded
-
severity
NotificationSeverity severity
-
-
Class com.nomagic.magicdraw.ui.notification.NotificationAlert extends com.jidesoft.alert.Alert implements Serializable
-
Serialized Fields
-
htmlDocument
javax.swing.text.html.HTMLDocument htmlDocument
-
moveListener
com.nomagic.magicdraw.ui.notification.NotificationAlert.FrameMoveListener moveListener
-
notification
AbstractNotification notification
-
resizeListener
com.nomagic.magicdraw.ui.notification.NotificationAlert.FramePaneResizeListener resizeListener
-
windowParent
java.awt.Window windowParent
-
-
-
Class com.nomagic.magicdraw.ui.notification.NotificationListBalloonTip extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
closeBtn
javax.swing.JButton closeBtn
-
controlPanel
javax.swing.JComponent controlPanel
-
countLabel
javax.swing.JLabel countLabel
-
downBtn
javax.swing.JButton downBtn
-
iOutOfN
int iOutOfN
-
messageControlsPane
com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel messageControlsPane
-
messagePane
com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel messagePane
-
messages
java.util.LinkedList<com.nomagic.magicdraw.ui.notification.NotificationListBalloonTip.MessageData> messages
-
notificationArea
javax.swing.JComponent notificationArea
-
owner
java.awt.Component owner
-
ownerHideListener
java.awt.event.ComponentListener ownerHideListener
-
resizeListener
java.awt.event.ComponentListener resizeListener
-
rootPanel
com.jidesoft.swing.PaintPanel rootPanel
-
textCreator
com.nomagic.magicdraw.ui.notification.text.NotificationHTMLTextStyle textCreator
-
timer
javax.swing.Timer timer
-
titlePane
com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel titlePane
-
upBtn
javax.swing.JButton upBtn
-
visibleMessage
com.nomagic.magicdraw.ui.notification.NotificationListBalloonTip.MessageData visibleMessage
-
-
-
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
-
options
com.nomagic.magicdraw.ui.pathicon.CustomizationOptions options
-
title
java.lang.String title
-
-
-
Class com.nomagic.magicdraw.ui.pathicon.PathIconCustomizationDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mPanel
com.nomagic.magicdraw.ui.pathicon.PathIconCustomizationPanel mPanel
-
-
-
Class com.nomagic.magicdraw.ui.pathicon.PathIconCustomizationPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
mColor
com.jidesoft.combobox.ColorComboBox mColor
-
mEndA
com.nomagic.magicdraw.ui.pathicon.ArrowPanel mEndA
-
mEndB
com.nomagic.magicdraw.ui.pathicon.ArrowPanel mEndB
-
mOptions
com.nomagic.magicdraw.ui.pathicon.CustomizationOptions mOptions
-
mRepresentationIcon
com.nomagic.magicdraw.ui.diagrams.ImageSelector mRepresentationIcon
-
mStyle
com.nomagic.magicdraw.ui.pathicon.ChooseFromTemplatePanel mStyle
-
-
-
Class com.nomagic.magicdraw.ui.pathicon.PathIconTableCellEditor extends com.nomagic.magicdraw.properties.ui.jideui.AbstractButtonsPanelEditorRenderer implements Serializable
-
Serialized Fields
-
addRemoveAction
boolean addRemoveAction
-
content
com.nomagic.magicdraw.ui.pathicon.PathIconTableCellRenderer content
-
mRemove
com.nomagic.magicdraw.properties.ui.jideui.AbstractButtonsPanelEditorRenderer.Button mRemove
-
options
com.nomagic.magicdraw.ui.pathicon.CustomizationOptions options
-
takeDefault
boolean takeDefault
-
-
-
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
-
icon
com.nomagic.magicdraw.ui.pathicon.PathIcon icon
-
iconColor
java.awt.Color iconColor
-
iconInsets
java.awt.Insets iconInsets
-
paintRepresentationIcon
boolean paintRepresentationIcon
-
-
-
-
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
-
originalGap
int originalGap
-
originalIcon
javax.swing.Icon originalIcon
-
zoomFactor
float zoomFactor
-
-
-
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
-
zoomFactor
float zoomFactor
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableDefaultTableCellRenderer extends com.nomagic.awt.StyledColorLabelTableCellRenderer implements Serializable
-
Serialized Fields
-
originalDisabledIcon
javax.swing.Icon originalDisabledIcon
-
originalFont
java.awt.Font originalFont
-
originalGap
int originalGap
-
originalIcon
javax.swing.Icon originalIcon
-
zoomFactor
float zoomFactor
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableHierarchicalPropertyTable extends com.nomagic.magicdraw.properties.ui.jideui.MultiplePropertyTable implements Serializable
-
Serialized Fields
-
originalCollapsedIcon
javax.swing.Icon originalCollapsedIcon
-
originalExpandedIcon
javax.swing.Icon originalExpandedIcon
-
originalInterCellSpacing
java.awt.Dimension originalInterCellSpacing
-
originalRowHeight
int originalRowHeight
-
zoomFactor
float zoomFactor
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableLabel extends javax.swing.JLabel implements Serializable
-
Serialized Fields
-
implementation
com.nomagic.magicdraw.ui.zoom.ZoomableLabelImplementation implementation
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableList extends javax.swing.JList<E extends java.lang.Object> implements Serializable
-
Serialized Fields
-
zoomFactor
float zoomFactor
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableTableCellHeaderRenderer extends com.nomagic.magicdraw.ui.zoom.ZoomableDefaultTableCellRenderer implements Serializable
-
Serialized Fields
-
emptyIcon
com.nomagic.ui.EmptyIcon emptyIcon
-
horizontalTextPositionSet
boolean horizontalTextPositionSet
-
sortArrow
javax.swing.Icon sortArrow
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableTextArea extends javax.swing.JTextArea implements Serializable
-
Serialized Fields
-
originalFont
java.awt.Font originalFont
-
undoHandler
com.nomagic.ui.TextComponentUndoHandler undoHandler
-
zoomFactor
float zoomFactor
-
-
-
Class com.nomagic.magicdraw.ui.zoom.ZoomableTextField extends com.nomagic.ui.FocusTextField implements Serializable
-
Serialized Fields
-
originalFont
java.awt.Font originalFont
-
zoomFactor
float zoomFactor
-
-
-
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
-
originalFont
java.awt.Font originalFont
-
originalGap
int originalGap
-
zoomFactor
float zoomFactor
-
-
-
-
Package com.nomagic.magicdraw.uml
-
Package com.nomagic.magicdraw.uml.actions
-
Class com.nomagic.magicdraw.uml.actions.AggregationKindAction extends ActionsCategory implements Serializable
-
Serialized Fields
-
mProperty
Property mProperty
-
-
-
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
-
externallyEnabled
boolean externallyEnabled
-
stereotype
Stereotype stereotype
-
-
-
Class com.nomagic.magicdraw.uml.actions.AssociationEndNavigableAction extends MDStateAction implements Serializable
-
Serialized Fields
-
property
Property property
-
-
-
Class com.nomagic.magicdraw.uml.actions.ChangeAssociationEndOwnerAction extends MDStateAction implements Serializable
-
Serialized Fields
-
property
Property property
-
toAssociation
boolean toAssociation
-
-
-
Class com.nomagic.magicdraw.uml.actions.CreateElementAction extends MDAction implements Serializable
-
Serialized Fields
-
wrapper
com.nomagic.magicdraw.uml.ModelElementWrapper wrapper
-
-
-
Class com.nomagic.magicdraw.uml.actions.CreateInstanceSpecificationAction extends com.nomagic.magicdraw.uml.actions.SelectElementAction implements Serializable
-
Serialized Fields
-
mClassifier
Classifier mClassifier
-
mDerivedClassifiers
java.util.List<Classifier> mDerivedClassifiers
-
mInstanceStereotype
Stereotype mInstanceStereotype
-
mPossibleOwners
java.util.List<Element> mPossibleOwners
-
-
-
Class com.nomagic.magicdraw.uml.actions.CreateMethodAction extends ActionsCategory implements Serializable
-
Serialized Fields
-
provider
ModelElementProvider provider
-
-
-
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
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.uml.actions.MultipleModelElementAction extends SingleModelElementAction implements Serializable
-
Serialized Fields
-
delegate
com.dassault_systemes.modeler.ui.actions.ModelElementsActionDelegate<Element,ModelElementsProvider> delegate
-
-
-
Class com.nomagic.magicdraw.uml.actions.MultiplicityAction extends ActionsCategory implements Serializable
-
Serialized Fields
-
mElement
MultiplicityElement mElement
-
-
-
Class com.nomagic.magicdraw.uml.actions.MultiTargetAction extends MDAction implements Serializable
-
Serialized Fields
-
checkIfTargetIsEditable
boolean checkIfTargetIsEditable
-
target
BaseElement[] target
-
-
-
Class com.nomagic.magicdraw.uml.actions.MultiTargetActionCategory extends MenuAction implements Serializable
-
Serialized Fields
-
diagramRef
java.lang.ref.WeakReference<DiagramPresentationElement> diagramRef
-
mFactories
java.util.List<Factory extends com.nomagic.magicdraw.uml.actions.DynamicCategoryFactory> mFactories
-
mInitialized
boolean mInitialized
-
mTarget
BaseElement[] mTarget
-
useDialog
boolean useDialog
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.uml.actions.NewElementAction extends SingleModelElementAction implements Serializable
-
Serialized Fields
-
actionSource
java.lang.Object actionSource
-
editCreatedElement
boolean editCreatedElement
-
elementInitializer
java.util.function.Consumer<Element> elementInitializer
-
locationInTool
LocationInTool locationInTool
-
returnNullIfParentNotSelected
boolean returnNullIfParentNotSelected
-
selectParent
boolean selectParent
-
suggestedParent
Element suggestedParent
-
wrapper
com.nomagic.magicdraw.uml.ModelElementWrapper wrapper
-
-
-
Class com.nomagic.magicdraw.uml.actions.NewRelationshipAction extends com.nomagic.magicdraw.uml.actions.NewElementAction implements Serializable
-
Serialized Fields
-
sourceProvider
ModelElementsProvider sourceProvider
-
targetSelections
java.util.Collection<com.nomagic.magicdraw.ui.ElementSelection> targetSelections
-
-
-
Class com.nomagic.magicdraw.uml.actions.ProjectIconExporter extends NMAction implements Serializable
-
Serialized Fields
-
count
int count
-
duplications
java.util.Map<com.nomagic.magicdraw.uml.actions.ProjectIconExporter.Key,java.lang.Integer> duplications
-
random
java.util.Random random
-
-
-
Class com.nomagic.magicdraw.uml.actions.QPropertyAction extends PropertyAction implements Serializable
-
Serialized Fields
-
mElement
Element mElement
-
-
-
Class com.nomagic.magicdraw.uml.actions.QPropertyAction.SelectElementQPropertyAction extends com.nomagic.magicdraw.uml.actions.SelectElementAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.RemovePresentationElementAction extends MDAction implements Serializable
-
Serialized Fields
-
presentationElement
PresentationElement presentationElement
-
-
-
Class com.nomagic.magicdraw.uml.actions.RemoveStereotypesAction extends com.nomagic.magicdraw.uml.actions.ReplaceStereotypesAction implements Serializable
-
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
-
stereotypeToRemove
java.util.Collection<Stereotype> stereotypeToRemove
-
-
-
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
-
mRealizingRelations
java.util.Collection<Element> mRealizingRelations
-
-
-
Class com.nomagic.magicdraw.uml.actions.SelectConnectionPointAction extends MDAction implements Serializable
-
Serialized Fields
-
reference
ConnectionPointReference reference
-
-
-
Class com.nomagic.magicdraw.uml.actions.SelectElementAction extends ActionsCategory implements Serializable
-
Serialized Fields
-
filter
com.nomagic.magicdraw.ui.ElementFilter filter
-
provider
ModelElementProvider provider
-
types
SelectElementTypes types
-
useUnspecified
boolean useUnspecified
-
window
com.jidesoft.popup.JidePopup window
-
-
-
Class com.nomagic.magicdraw.uml.actions.SelectInContainmentAndDiagramAction extends com.nomagic.magicdraw.uml.actions.SelectInDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.SelectInContainmentTreeAction extends com.nomagic.magicdraw.uml.SelectElementInTreeAction implements Serializable
-
Class com.nomagic.magicdraw.uml.actions.SelectInDiagramAction extends MultipleModelElementAction implements Serializable
-
Serialized Fields
-
diagramPresentationElement
DiagramPresentationElement diagramPresentationElement
-
framelessDialogTitle
java.lang.String framelessDialogTitle
-
isDiagramFrameSelection
boolean isDiagramFrameSelection
-
-
-
Class com.nomagic.magicdraw.uml.actions.SelectRoleForRoleBindingAction extends com.nomagic.magicdraw.uml.actions.SelectElementAction implements Serializable
-
Serialized Fields
-
collaborationUse
CollaborationUse collaborationUse
-
dependency
Dependency dependency
-
-
-
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
-
-
-
-
Package com.nomagic.magicdraw.uml.diagrams
-
Class com.nomagic.magicdraw.uml.diagrams.DescriptorIconExporter extends NMAction implements Serializable
-
Serialized Fields
-
count
int count
-
duplications
java.util.Map<com.nomagic.magicdraw.uml.diagrams.DescriptorIconExporter.Key,java.lang.Integer> duplications
-
random
java.util.Random random
-
-
-
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
-
selected
java.util.List<PresentationElement> selected
-
-
-
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
-
-
-
-
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
-
reason
java.lang.String reason
-
-
-
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
-
mSymbol
PresentationElement mSymbol
-
-
-
-
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.FastContainsList extends org.eclipse.emf.common.util.UniqueEList.FastCompare<T> implements Serializable
-
Serialized Fields
-
set
java.util.Set<T> set
-
-
-
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.FilePreviewer extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
f
java.io.File f
-
thumbnail
javax.swing.Icon thumbnail
-
-
-
Class com.nomagic.magicdraw.utils.MetalLookAndFeelUtils extends javax.swing.plaf.metal.MetalLookAndFeel implements Serializable
-
Class com.nomagic.magicdraw.utils.SafeCanceledException extends com.nomagic.task.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
-
-
-
Package com.nomagic.magicdraw.utils.parsers
-
Class com.nomagic.magicdraw.utils.parsers.ParseActionException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
mCol
int mCol
-
-
-
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
-
-
-
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
-
-
-
Class com.nomagic.magicdraw.validation.ChangeSymbolParentSolver extends MDAction implements Serializable
-
Serialized Fields
-
element
PresentationElement element
-
parent
PresentationElement parent
-
-
-
Class com.nomagic.magicdraw.validation.ConstraintValidationEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
validationResults
java.util.Map<Constraint,java.util.Collection<Annotation>> validationResults
-
-
-
Class com.nomagic.magicdraw.validation.PassiveValidationEvent extends java.util.EventObject implements Serializable
-
Class com.nomagic.magicdraw.validation.RemoveElementSolver extends MDAction implements Serializable
-
Serialized Fields
-
elementsToRemove
java.util.Collection<Element> elementsToRemove
-
-
-
Class com.nomagic.magicdraw.validation.ValidationResultProviderEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
group
com.nomagic.magicdraw.validation.ValidationResultGroup group
-
-
-
Class com.nomagic.magicdraw.validation.ValidationServiceEvent extends java.util.EventObject implements Serializable
-
-
Package com.nomagic.magicdraw.variants.variationpoints
-
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
-
-
-
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.requirements.reqif
-
Class com.nomagic.requirements.reqif.ReqIFException extends java.lang.Exception implements Serializable
-
-
Package com.nomagic.runtime
-
Class com.nomagic.runtime.ApplicationExitedException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
mApplicationExitCode
byte mApplicationExitCode
-
-
-
-
Package com.nomagic.task
-
Package com.nomagic.ui
-
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.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
-
group
javax.swing.ButtonGroup group
Deprecated. -
inGroup
boolean inGroup
Deprecated. -
mButtons
java.util.List<javax.swing.JToggleButton> mButtons
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.ExtendedFile extends java.io.File implements Serializable
-
Serialized Fields
-
extensions
java.util.List<java.lang.String> extensions
Deprecated.
-
-
-
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.
-
-
-