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
-
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> mAction
-
mTargets
java.util.Collection<T> 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
-
diagram
java.lang.ref.WeakReference<AbstractDiagramPresentationElement> diagram
-
fontFaceAction
SetFontFaceAction fontFaceAction
-
fontSizeAction
SetFontSizeAction fontSizeAction
-
-
-
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
Provides icon for this button. -
mAction
java.lang.ref.WeakReference<T extends NMAction> mAction
The action of this button. -
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
Border to use.
-
-
-
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> list
-
scrollPane
javax.swing.JScrollPane scrollPane
-
-
-
Class com.nomagic.awt.ExtendedListModel extends javax.swing.AbstractListModel<E> implements Serializable
-
Serialized Fields
-
delegate
java.util.ArrayList<E> 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 s) throws java.lang.ClassNotFoundException, java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) 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
New help string.
-
-
-
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> implements Serializable
-
Serialized Fields
-
mModel
javax.swing.ListModel<E> mModel
Source ListModel.
-
-
-
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
HelpListeners of this button. -
mShortcuts
java.util.List<javax.swing.KeyStroke> mShortcuts
The shortcut for button activation -
mTimer
javax.swing.Timer mTimer
Timer for press (show action on right click)
-
-
-
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
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.NMListModel extends javax.swing.AbstractListModel<T> implements Serializable
-
Serialized Fields
-
delegate
java.util.ArrayList<T> 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
The default help string
-
-
-
Class com.nomagic.awt.NMToolbar extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
downButton
NMPopupButton downButton
Button for scrolling down. -
downRightPosition
int downRightPosition
Position of the down or right button in the toolbar then size is smaller than preferred size. -
leftButton
NMPopupButton leftButton
Button for scrolling to left. -
mLastSize
java.awt.Dimension mLastSize
-
mType
boolean mType
The type of the toolbar -
rightButton
NMPopupButton rightButton
Button for scrolling to right. -
start
int start
The index of ther first visible component in the scrollable area of the toolbar. Used during scrolling. -
upButton
NMPopupButton upButton
Button for scrolling up. -
upLeftPosition
int upLeftPosition
Position of the up or left button in the toolbar then size is smaller than preferred size.
-
-
-
Class com.nomagic.awt.NMToolbarSpace extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
mDimension
int mDimension
The space width or height -
mSpace
int mSpace
The space -
mType
boolean mType
The type of the space(vertical or horizontal.
-
-
-
Class com.nomagic.awt.NMTree extends javax.swing.JTree implements Serializable
-
Serialized Fields
-
ignoreRequestFocusCount
int ignoreRequestFocusCount
Number of request of "requestFocus() calls to ignore. Added because if https://jira.nomagic.com/browse/MDUML-58055 -
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
The button which opens the browse dialog. -
createAsResource
java.awt.Checkbox createAsResource
The "Create as class resource" checkbox. -
createFromToolkit
java.awt.Checkbox createFromToolkit
The "Create from Toolkit" checkbox. -
propertySupport
java.beans.PropertyChangeSupport propertySupport
Listens to the changes of the url. -
t
java.awt.TextField t
TextField for entering the URL. -
text
java.lang.String text
The url as string.
-
-
-
Class com.nomagic.awt.ScrollingCaption extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
mBackgroundImage
java.awt.Image mBackgroundImage
Background image. -
mCaption
java.lang.String[] mCaption
Caption text. -
mHeight
int mHeight
Height of current caption. -
mScrollDirection
int mScrollDirection
Current scroll direction. Default value cScrollTop. -
mScrollUnit
int mScrollUnit
Distance in pixels to scroll on each update. -
mSleepTime
int mSleepTime
Controls the speed of the scroll. -
mStartSleepTime
int mStartSleepTime
Start sleep time. After start sleep time starts scrolling. -
mWidth
int mWidth
Width of current caption.
-
-
-
Class com.nomagic.awt.SortableListModel extends com.nomagic.awt.ListModelMapper<E> implements Serializable
-
Serialized Fields
-
mComparator
com.nomagic.awt.SortableListModel.MapperComparator<E> mComparator
Comparator of theMapperObjects
. -
mMappers
com.nomagic.awt.SortableListModel.Mapper<E>[] mMappers
Used to remap elements of the source model to the sorted order. -
mSortingOrder
com.nomagic.awt.SortableListModel.SortingOrder mSortingOrder
Sorting order. null means that sorting is turned off.
-
-
-
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
ChangeListener collection that receives events when mZoomStep or mScaleChanges. -
maxZoom
float maxZoom
-
minZoom
float minZoom
-
zoomFactor
float zoomFactor
scale of zooming. -
zoomStep
float zoomStep
Constant by which scale is multiplied to get zoom in or divided to get zoom out.
-
-
-
-
Package com.nomagic.diagramtable
-
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
-
ganttChart
com.nomagic.ganttchartdiagram.GanttChartImpl ganttChart
-
-
-
Class com.nomagic.ganttchartdiagram.GanttChartModel extends com.jidesoft.gantt.DefaultGanttModel implements Serializable
-
Serialized Fields
-
mTreeTableNotFilteredModel
com.jidesoft.grid.TreeTableModel mTreeTableNotFilteredModel
-
-
-
Class com.nomagic.ganttchartdiagram.GanttChartQuickTableFilterField extends com.nomagic.magicdraw.ui.diagrams.ManualQuickTableFilterField implements Serializable
-
Class com.nomagic.ganttchartdiagram.GanttChartTreeTableModel extends com.jidesoft.gantt.DefaultGanttTreeTableModel implements Serializable
-
Serialized Fields
-
mGanttChart
com.nomagic.ganttchartdiagram.GanttChart mGanttChart
-
-
-
Class com.nomagic.ganttchartdiagram.GanttChartView extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
descriptionPanel
com.nomagic.magicdraw.ui.GuideSplitPane descriptionPanel
-
diagramTopPanel
javax.swing.JPanel diagramTopPanel
-
footerPanel
com.nomagic.magicdraw.ui.banner.BannerPanel footerPanel
-
ganttChartRootPane
javax.swing.JRootPane ganttChartRootPane
-
headerPanel
com.nomagic.magicdraw.ui.banner.BannerPanel headerPanel
-
isInitializing
boolean isInitializing
-
legendHeaderPanel
javax.swing.JPanel legendHeaderPanel
-
legendPanel
com.nomagic.magicdraw.legend.ui.panel.MultiLegendPanel legendPanel
-
mainPanel
javax.swing.JPanel mainPanel
-
mDragHandler
com.nomagic.ganttchartdiagram.GanttChartDragHandler mDragHandler
-
mFilterField
com.nomagic.ganttchartdiagram.GanttChartQuickTableFilterField mFilterField
-
mFilterLabel
com.jidesoft.swing.StyledLabel mFilterLabel
-
mFilterPanel
javax.swing.JPanel mFilterPanel
-
mGanttChart
com.nomagic.ganttchartdiagram.GanttChartImpl mGanttChart
-
mGanttChartPane
com.nomagic.ganttchartdiagram.ui.AbstractGanttChartPane mGanttChartPane
-
mPropertiesUpdater
com.nomagic.ganttchartdiagram.GanttChartView.GanttChartOptionsAndPropertiesUpdater mPropertiesUpdater
-
notificationPanel
com.nomagic.magicdraw.ui.notification.NotificationPanel notificationPanel
-
overlay
com.nomagic.magicdraw.ui.ScrollableDiagramSurfacePaintingComponent overlay
-
popupMenuCustomizer
com.nomagic.ganttchartdiagram.actions.GanttChartPupupMenuCustomizer popupMenuCustomizer
-
-
-
-
Package com.nomagic.generictable
-
Class com.nomagic.generictable.GenericUpperComponent extends com.nomagic.diagramtable.TableUpperComponent implements Serializable
-
Serialized Fields
-
actionsManager
ActionsManager actionsManager
-
browsePanel
com.nomagic.magicdraw.ui.WhiteBrowsePanel browsePanel
Browse types panel. -
components
java.util.List<java.awt.Component> components
-
elementTypePanel
javax.swing.JPanel elementTypePanel
-
filter
TypeFilter filter
-
filterPanel
javax.swing.JPanel filterPanel
-
multiScope
boolean multiScope
-
rowElementTypeField
javax.swing.JTextField rowElementTypeField
Row element type text field. -
scopeField
com.nomagic.generictable.ui.GenericTableScopePanel scopeField
-
scopePanel
javax.swing.JPanel scopePanel
-
showingStateTracker
com.nomagic.generictable.GenericUpperComponent.ComponentShowingStateTracker showingStateTracker
-
sizingPanel
javax.swing.JPanel sizingPanel
-
supplier
java.util.function.Supplier<java.lang.String> supplier
-
table
com.nomagic.diagramtable.Table table
-
-
-
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
-
table
com.nomagic.diagramtable.Table table
Table for which to select element types.
-
-
-
-
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
Represent action in menu as simple menu item(not as category). This option is relevant only if menu(not a button) is created from DialogActionsCategory. -
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
Action which is being executed -
executor
com.nomagic.magicdraw.annotation.PostActionExecutor executor
Additional code executed after annotation action
-
-
-
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
The m aliases. -
mExtensions
java.util.ArrayList<java.lang.String> mExtensions
The m extensions. -
mJars
java.util.ArrayList<java.net.URI> mJars
The m jars. -
mName
java.lang.String mName
The m name.
-
-
-
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
The button select all. -
mUnselectAllButton
javax.swing.JButton mUnselectAllButton
The button select all.
-
-
-
Class com.nomagic.magicdraw.cbm.exporter.ExportXmlDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mPanel
com.nomagic.magicdraw.cbm.exporter.ExportXmlPanel mPanel
-
-
-
Class com.nomagic.magicdraw.cbm.exporter.ExportXmlPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mActivitiesPanel
com.nomagic.magicdraw.cbm.exporter.ActivitiesPanel mActivitiesPanel
-
mExporter
com.nomagic.magicdraw.cbm.xpdl.export.BPMNExporter mExporter
-
mExtension
java.lang.String mExtension
-
mLabelDiagrams
javax.swing.JLabel mLabelDiagrams
-
mLabelDirectory
javax.swing.JLabel mLabelDirectory
-
mLabelFile
javax.swing.JLabel mLabelFile
-
mOverwriteFiles
javax.swing.JCheckBox mOverwriteFiles
-
mSaveSelection
com.nomagic.ui.RadioButtonsPanel mSaveSelection
-
mSelectedActivities
java.util.List<Activity> mSelectedActivities
-
mShowSelectAllRadio
boolean mShowSelectAllRadio
-
mTask
com.nomagic.magicdraw.cbm.exporter.IXmlExportTask mTask
-
mWorkingDirectory
com.nomagic.ui.BrowseTextField mWorkingDirectory
-
mXmlFile
com.nomagic.ui.BrowseTextField mXmlFile
-
-
-
-
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
Call back -
mHyperlinkedText
java.lang.String mHyperlinkedText
Hyperlinked text -
mIsHyperlinkedMessage
boolean mIsHyperlinkedMessage
Flag, if notification log node contains hyperlinked messages -
mNotification
Notification mNotification
Notification -
mNotificationDate
java.lang.String mNotificationDate
Notification logged date -
mProjectID
java.lang.String mProjectID
Project ID -
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
List of relations to delete.
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.datamodel.editing.EditValueAction extends NMAction implements Serializable
-
Serialized Fields
-
descriptor
com.nomagic.magicdraw.derivedproperty.SubsetPropertyDescriptor descriptor
-
direction
DependencyDirection direction
-
elementNode
ElementNode elementNode
-
settings
PersistenceManager settings
-
value
ElementNode value
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.datamodel.editing.MultiEditValueAction extends NMAction implements Serializable
-
Serialized Fields
-
actions
java.util.Collection<? extends NMAction> actions
-
-
-
-
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
-
legend
com.nomagic.magicdraw.legend.ui.panel.LegendPanel legend
-
legendContainer
javax.swing.JPanel legendContainer
-
legendLocation
MatrixSettings.LegendLocation legendLocation
-
matrix
com.nomagic.magicdraw.dependencymatrix.DependencyMatrix matrix
-
matrixFocusListener
com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixBodyPanel.MatrixFocusListener matrixFocusListener
-
matrixMouseListener
com.nomagic.magicdraw.dependencymatrix.ui.menu.MatrixMouseListener matrixMouseListener
-
messageLabel
javax.swing.JLabel messageLabel
-
model
com.nomagic.magicdraw.dependencymatrix.ui.table.DependencyMatrixViewModel model
-
overlay
com.nomagic.magicdraw.ui.DiagramSurfacePaintingComponent overlay
-
tableCellRenderer
javax.swing.table.TableCellRenderer tableCellRenderer
-
tableModelListener
javax.swing.event.TableModelListener tableModelListener
-
tableScrollPane
com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixBodyPanel.DependencyMatrixPane tableScrollPane
-
zoomFactor
float zoomFactor
-
-
-
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
-
mainTable
com.nomagic.magicdraw.dependencymatrix.ui.table.DependencyMatrixMainTable mainTable
-
treeTable
com.nomagic.magicdraw.dependencymatrix.ui.table.DependencyMatrixTreeTable treeTable
-
-
-
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
-
matrixPanel
com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixPanel matrixPanel
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixFilterPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
dependencyMatrix
com.nomagic.magicdraw.dependencymatrix.DependencyMatrix dependencyMatrix
-
mColumnElementTypeButton
javax.swing.AbstractButton mColumnElementTypeButton
-
mColumnElementTypeLabel
javax.swing.JLabel mColumnElementTypeLabel
-
mColumnElementTypeText
java.lang.String mColumnElementTypeText
-
mColumnScope
com.nomagic.magicdraw.ui.diagrams.scope.ScopeBrowsePanel mColumnScope
-
mColumnScopeLabel
javax.swing.JLabel mColumnScopeLabel
-
mColumnScopeText
java.lang.String mColumnScopeText
-
mColumnTypeLabeledTextField
com.jidesoft.swing.LabeledTextField mColumnTypeLabeledTextField
-
mDepCriteriaButton
javax.swing.AbstractButton mDepCriteriaButton
-
mDepCriteriaLabel
javax.swing.JLabel mDepCriteriaLabel
-
mDepCriteriaLabeledTextField
com.jidesoft.swing.LabeledTextField mDepCriteriaLabeledTextField
-
mDepCriteriaText
java.lang.String mDepCriteriaText
-
mDirectionBox
javax.swing.JComboBox<java.lang.String> mDirectionBox
-
mDirectionLabel
javax.swing.JLabel mDirectionLabel
-
mDirectionText
java.lang.String mDirectionText
-
mRowElementTypeButton
javax.swing.AbstractButton mRowElementTypeButton
-
mRowElementTypeLabel
javax.swing.JLabel mRowElementTypeLabel
-
mRowElementTypeText
java.lang.String mRowElementTypeText
-
mRowScope
com.nomagic.magicdraw.ui.diagrams.scope.ScopeBrowsePanel mRowScope
-
mRowScopeLabel
javax.swing.JLabel mRowScopeLabel
-
mRowScopeText
java.lang.String mRowScopeText
-
mRowTypeLabeledTextField
com.jidesoft.swing.LabeledTextField mRowTypeLabeledTextField
-
mShowElementsBox
javax.swing.JComboBox<java.lang.String> mShowElementsBox
-
mShowElementsLabel
javax.swing.JLabel mShowElementsLabel
-
mShowElementsText
java.lang.String mShowElementsText
-
optionPanel
javax.swing.JPanel optionPanel
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixMainPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
descriptionPane
com.nomagic.magicdraw.dependencymatrix.ui.DescriptionAreaPane descriptionPane
-
filterBorderPanel
javax.swing.JPanel filterBorderPanel
-
filterPanel
com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixFilterPanel filterPanel
-
matrix
com.nomagic.magicdraw.dependencymatrix.DependencyMatrix matrix
-
matrixBodyPanel
com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixBodyPanel matrixBodyPanel
-
matrixUpdateListener
com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixMainPanel.MatrixUpdateListener matrixUpdateListener
-
notificationManager
com.nomagic.magicdraw.dependencymatrix.ui.MatrixRebuildNotificationManager notificationManager
-
rightSidePanel
javax.swing.JPanel rightSidePanel
-
topPanel
javax.swing.JPanel topPanel
-
topWrapperPanel
com.nomagic.magicdraw.ui.DiagramTopPanelWrapperPanel topWrapperPanel
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.ui.DependencyMatrixScopePanel extends com.nomagic.magicdraw.ui.diagrams.scope.ScopeWithQueryBrowsePanel implements Serializable
-
Serialized Fields
-
filterSettings
FilterSettings filterSettings
-
forRow
boolean forRow
-
persistenceManager
PersistenceManager persistenceManager
-
-
-
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
-
cellRenderer
com.nomagic.magicdraw.dependencymatrix.ui.table.renderer.ColumnTreeRenderer.ColumnTreeCellRenderer cellRenderer
-
drawTree
boolean drawTree
-
preferredRowHeight
int preferredRowHeight
-
-
-
Class com.nomagic.magicdraw.dependencymatrix.ui.table.renderer.ColumnTreeRenderer.ColumnTreeCellRenderer extends com.jidesoft.grid.CellRendererPaneEx implements Serializable
-
Serialized Fields
-
column
int column
-
group
com.jidesoft.grid.TableColumnGroup group
-
indent
java.awt.Dimension indent
-
isRoot
boolean isRoot
-
node
ElementNode node
-
paintAdditionalColumn
boolean paintAdditionalColumn
-
paintTree
boolean paintTree
-
preferredRowHeight
int preferredRowHeight
-
table
com.jidesoft.grid.CategorizedTable table
-
tableHeader
com.nomagic.magicdraw.dependencymatrix.ui.table.grouping.GroupTableHeader tableHeader
-
verticalGroupText
boolean verticalGroupText
-
-
-
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
The horizontal label ui. -
isTextVertical
boolean isTextVertical
-
verticalLabelUI
com.nomagic.awt.StyledLabelUI verticalLabelUI
The vertical label ui.
-
-
-
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
Display relation count on group rows/columns
-
-
-
-
Package com.nomagic.magicdraw.emf.impl
-
Class com.nomagic.magicdraw.emf.impl.BasicEStoreEList extends com.dassault_systemes.modeler.foundation.emf.impl.AbstractEStoreEList<E> implements Serializable
-
-
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
-
Class com.nomagic.magicdraw.esi.PasswordNeedsChangeException extends java.lang.RuntimeException implements Serializable
-
Class com.nomagic.magicdraw.esi.SecurityLevelNotAuthorizedForUsageException extends java.lang.RuntimeException 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
com.nomagic.ci.persistence.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
com.nomagic.ci.persistence.IAttachedProject targetProject
-
-
-
Package com.nomagic.magicdraw.expressions.evaluation
-
Package com.nomagic.magicdraw.foundation.util
-
Class com.nomagic.magicdraw.foundation.util.OperationTimeoutException extends com.dassault_systemes.modeler.foundation.util.OperationTimeoutException 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
-
progressStatus
ProgressStatus progressStatus
-
templateBean
com.nomagic.magicdraw.magicreport.ui.bean.TemplateBean templateBean
Reference to template bean.
-
-
Class com.nomagic.magicdraw.magicreport.GenerateReportMenuCategory extends MDActionsCategory implements Serializable
- serialVersionUID:
- 3327682468643363362L
-
Serialized Fields
-
source
java.util.Collection<Element> source
-
-
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
-
-
Class com.nomagic.magicdraw.magicreport.ObserverIncreaseProgressBar extends java.lang.Object implements Serializable
- serialVersionUID:
- -537423241175137388L
-
Serialized Fields
-
currentValue
long currentValue
-
description
java.lang.String description
-
name
java.lang.String name
-
-
Class com.nomagic.magicdraw.magicreport.ObserverResetProgressBar extends java.lang.Object implements Serializable
- serialVersionUID:
- -4228442199166036706L
-
Serialized Fields
-
currentValue
long currentValue
-
description
java.lang.String description
-
isSet
boolean isSet
-
max
long max
-
min
long min
-
name
java.lang.String name
-
-
Class com.nomagic.magicdraw.magicreport.OpenWizardAction extends MDAction implements Serializable
- serialVersionUID:
- 6584283076382158399L
-
Serialized Fields
-
dividerLocation
int dividerLocation
-
-
Class com.nomagic.magicdraw.magicreport.QuickGenerateReportAction extends MDAction implements Serializable
- serialVersionUID:
- 4687671983857539209L
-
Serialized Fields
-
log
org.apache.logging.log4j.Logger log
-
reportDataElement
Element reportDataElement
-
-
Class com.nomagic.magicdraw.magicreport.TaskEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- -4152470691844534732L
-
Serialized Fields
-
command
java.lang.String command
-
exception
java.lang.Exception exception
-
params
java.lang.Object[] params
-
-
Class com.nomagic.magicdraw.magicreport.WizardQuickPrintAction extends ActionsCategory implements Serializable
- serialVersionUID:
- 8179662527478800043L
-
Serialized Fields
-
shortkeyOrderedList
java.util.List<java.lang.String> shortkeyOrderedList
-
-
-
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
-
programMappingEditMap
java.util.Map<java.lang.String,java.util.List<java.lang.String>> programMappingEditMap
-
programMappingViewMap
java.util.Map<java.lang.String,java.util.List<java.lang.String>> programMappingViewMap
-
templateMappingList
java.util.List<com.nomagic.magicdraw.magicreport.helper.TemplateMapping> templateMappingList
-
-
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
The x coordinate. If no x coordinate is set it will default to 0. -
y
int y
The y coordinate. If no y coordinate is set it will default to 0.
-
-
Class com.nomagic.magicdraw.magicreport.helper.Polygon extends java.awt.Polygon implements Serializable
- serialVersionUID:
- 4924087625102734058L
-
Serialized Fields
-
preferedShape
java.lang.String preferedShape
-
-
Class com.nomagic.magicdraw.magicreport.helper.PropertyNotFoundException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 6159910603614263893L
-
Serialized Fields
-
propertyName
java.lang.String propertyName
Name of the property that changed. May be null, if not known. -
source
java.lang.Object source
The object on which the Event initially occurred.
-
-
Class com.nomagic.magicdraw.magicreport.helper.Rectangle extends java.awt.Rectangle implements Serializable
- serialVersionUID:
- 8388303799949040862L
-
Serialized Fields
-
x2
int x2
-
y2
int y2
-
-
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
-
-
Class com.nomagic.magicdraw.magicreport.helper.SlotPropertyEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 2426988320603342888L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.Object value
-
-
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
-
classifiers
java.util.List<Classifier> classifiers
-
slots
java.util.Collection<Slot> slots
-
-
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
-
propertyMap
java.util.Map<java.lang.String,Property> propertyMap
-
-
Class com.nomagic.magicdraw.magicreport.helper.TagPropertyEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 7776716092540760736L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.Object value
-
-
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
-
-
-
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
com.nomagic.magicdraw.magicreport.tools.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
-
dummyULId
int dummyULId
-
elementComparator
java.util.Comparator<BaseElement> elementComparator
-
elementIDCreator
com.nomagic.magicdraw.magicreport.tools.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
-
errorType
com.nomagic.magicdraw.merge.IncompatibleModuleUsageException.ErrorType errorType
-
targetUsage
ModuleUsage targetUsage
-
-
Class com.nomagic.magicdraw.merge.ProjectCompareAction extends MDAction implements Serializable
-
Serialized Fields
-
dialog
com.nomagic.magicdraw.merge.impl.ui.dialogs.CompareOptionsDialog dialog
-
targetUri
java.net.URI targetUri
-
-
-
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
-
data
ModelTransformationsWizardInformation data
Model Transformation Wizard Information -
panels
com.nomagic.ui.wizard.WizardPanel[] panels
-
-
-
Class com.nomagic.magicdraw.modeltransformations.MTSelectUpdateTransformationDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
info
ModelTransformationInfo info
-
tools
com.nomagic.awt.ExtendedList tools
-
-
-
Class com.nomagic.magicdraw.modeltransformations.MTSyncDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
sync
boolean sync
-
-
-
Class com.nomagic.magicdraw.modeltransformations.SelectDestinationPanel extends com.nomagic.magicdraw.ui.dialogs.wizards.AbstractSelectPanel implements Serializable
-
Serialized Fields
-
data
ModelTransformationsWizardInformation data
-
displayWarningTransformationInPlace
boolean displayWarningTransformationInPlace
Display Transformation in Place warning first time -
panel
javax.swing.JPanel panel
-
selectionPanel
com.nomagic.magicdraw.ui.dialogs.wizards.ElementOwnerSelectionPanel selectionPanel
-
transformationInPlace
javax.swing.JRadioButton transformationInPlace
Radio button for transformation in place -
transformationPackage
javax.swing.JRadioButton transformationPackage
Radio button for transformation package
-
-
-
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
-
lastVisibleClasses
java.util.Collection<java.lang.Class> lastVisibleClasses
-
updateSelectionOfChildren
boolean updateSelectionOfChildren
Updates children selection on open of transformation dialog
-
-
-
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
-
descriptionPaneScrollPane
javax.swing.JScrollPane descriptionPaneScrollPane
-
emptyDescriptionPanel
ExtendedPanel emptyDescriptionPanel
-
transformations
com.nomagic.awt.ExtendedList<ModelTransformationInfo> transformations
-
updateOnInvokeLater
java.lang.Runnable updateOnInvokeLater
-
wizardController
com.nomagic.magicdraw.modeltransformations.ModelTransformationsWizardController wizardController
-
wizardInformation
ModelTransformationsWizardInformation wizardInformation
-
-
-
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
Model Transformations Wizard Controller -
data
ModelTransformationsWizardInformation data
Model Transformations Wizard Information -
descriptionBrowser
javax.swing.JEditorPane descriptionBrowser
Description panel -
profileToUse
javax.swing.JComboBox<java.lang.Object> profileToUse
Profile list -
reverseMode
javax.swing.JCheckBox reverseMode
Use profile in Reverse order -
selectionListener
java.awt.event.ActionListener selectionListener
Selection listener -
typeTable
com.jidesoft.grid.SortableTable typeTable
Type mapping table
-
-
-
-
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
-
-
-
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.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
Author of this project. The user-creator name. -
hasSharedPackages
boolean hasSharedPackages
Project has shared packages -
id
java.lang.String id
The id of the project. -
location
java.lang.String location
Project Location -
name
java.lang.String name
The name of the project. -
qualifiedName
java.lang.String qualifiedName
Qualified name. Unique name to represent this project branch
-
-
-
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
Button for deselect all. -
mData
java.util.Map mData
Map classifier -> list of element from which it is dependent in reverse case. -
mDisabledRows
java.util.List mDisabledRows
List of disabled rows. (For simplifying calculations). -
mElementsTable
javax.swing.JTable mElementsTable
Table of elments. Table model in first column contains Boolean value of element state ( checkouted or not). Second column is helper, for invoking detail dialog. Third column is used to hold ModelElement to be checkouted.
-
-
-
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
project info panel.
-
-
-
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
Commit comment text area component.
-
-
-
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
Password field for confirmation password -
mNewPassword
javax.swing.JPasswordField mNewPassword
Password field for new password -
mOldPassword
javax.swing.JPasswordField mOldPassword
Password field for old password
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.LockViewTree extends BrowserTabTree implements Serializable
-
Serialized Fields
-
decompositionListener
java.beans.PropertyChangeListener decompositionListener
Listener for project structure lock changes. -
dirtyLocks
boolean dirtyLocks
Flag to indicate that the browser is dirty (locked elements changed). Is used to check when activating the browser. -
filteringComboBox
com.nomagic.magicdraw.teamwork2.ui.LockViewTree.UserAndChangeSetJComboBox filteringComboBox
-
filteringModel
javax.swing.DefaultComboBoxModel<com.nomagic.magicdraw.teamwork2.ui.UserAndChangeSet> filteringModel
-
filterUpdateInProgress
boolean filterUpdateInProgress
-
filterValuesDirty
boolean filterValuesDirty
-
lockedChildrenVisitor
com.nomagic.magicdraw.teamwork2.locks.LockedChildrenOwnerVisitor lockedChildrenVisitor
-
manyCheckoutListener
java.beans.PropertyChangeListener manyCheckoutListener
-
projectOptionsNode
com.nomagic.magicdraw.teamwork2.ui.ProjectOptionsNode projectOptionsNode
-
projectStructureNode
com.nomagic.magicdraw.teamwork2.ui.ProjectStructureNode projectStructureNode
-
singleCheckoutListener
java.beans.PropertyChangeListener singleCheckoutListener
-
styleListener
java.beans.PropertyChangeListener styleListener
Listener for style lock changes. -
symbolStyleNode
com.nomagic.magicdraw.teamwork2.ui.SymbolStylesNode symbolStyleNode
-
transactionCommitListener
TransactionCommitListener transactionCommitListener
-
updateLocksAction
com.nomagic.magicdraw.teamwork2.actions.UpdateLocksAction updateLocksAction
-
-
-
Class com.nomagic.magicdraw.teamwork2.ui.ManageESIProjectsDlg extends com.nomagic.magicdraw.teamwork2.ui.BaseESIProjectSelectionDlg implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mGeneralPanel
com.nomagic.magicdraw.teamwork2.ui.BaseManageServerProjectPanel mGeneralPanel
Main resource management panel. Has controls buttons and projects pane.
-
-
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
General panel
-
-
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
Tree table component for showing resource history.
-
-
-
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
Buttons panel (Set as latest, properties). -
mCanBeSetAsLatest
boolean mCanBeSetAsLatest
-
mEditable
boolean mEditable
Flag to indicate if tree table and all panel is editable. -
mRepositoryListener
java.beans.PropertyChangeListener mRepositoryListener
-
mResources
com.nomagic.magicdraw.teamwork2.ui.facets.CategorizedByDateFacetsTable mResources
Projects and branches tree table. -
mRootResource
com.nomagic.ci.persistence.VersionableProjectDescriptor mRootResource
-
mTitleBorder
javax.swing.border.TitledBorder mTitleBorder
Title bar of dialog. -
revision
java.lang.String revision
-
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<com.nomagic.ci.persistence.versioning.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
-
tableColumnHider
com.nomagic.magicdraw.properties.ui.jideui.TableColumnHider tableColumnHider
-
-
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
Transformation from categorized to flat projects (without category as parent) list -
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
Label for displaying author information. -
mCommentPanel
com.nomagic.magicdraw.teamwork2.ui.VersionPropertiesPanel.CommentPanel mCommentPanel
-
mDate
javax.swing.JLabel mDate
Label for displaying date. -
metaInformationPanel
com.nomagic.magicdraw.teamwork2.ui.EsiProjectMetaInfoPanel metaInformationPanel
-
modulesVersionPanel
com.nomagic.magicdraw.teamwork2.ui.ModulesVersionPanel modulesVersionPanel
Panel which displays list of modules that are being used for this version of project. -
mTagsListPanel
com.nomagic.magicdraw.teamwork2.ui.dialogs.TagsListPanel mTagsListPanel
-
mVersion
javax.swing.JLabel mVersion
Label for displaying version information.
-
-
-
-
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> 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
Flag indicates Diagrams node is allowed. -
allowsNew
boolean allowsNew
Flag which means that NEW_ELEMENT selection is allowed -
allowsNull
boolean allowsNull
Flag indicates that NONE selection is allowed. -
clearTextOnEsc
boolean clearTextOnEsc
Is edited text removed on ESC key press -
collectingText
java.lang.String collectingText
Text to inform that elements are being collected. -
consumeEnterKeyEvent
boolean consumeEnterKeyEvent
Ignore ENTER key events in the input field - do not accept entered/selected objects on ENTER press -
consumeUpDownKeyEvent
boolean consumeUpDownKeyEvent
Consume VK_UP and VK_DOWN events so the events would not be passed to the editor if suggestion list is visible. -
currentlySelected
java.lang.Object[] currentlySelected
Selected object, it is not accepted, this is currently selected object in suggestion component. -
documentListener
com.nomagic.magicdraw.ui.AbstractSelectionTextField.InputFieldDocumentListener documentListener
-
doNotStartTimer
boolean doNotStartTimer
Internal flag for disabling text change timer usage. -
elementFilterPromoters
java.util.Collection<com.nomagic.magicdraw.ui.filter.ElementFilterPromoter> elementFilterPromoters
-
filter
com.nomagic.magicdraw.ui.DefaultObjectFilter filter
Objects filter -
filterOptionsToolbar
com.nomagic.magicdraw.ui.filter.FilterOptionsToolbar filterOptionsToolbar
Toolbar with suggestion component filter options -
inputField
javax.swing.text.JTextComponent inputField
Field where text can be entered. -
inputFieldKeyListener
java.awt.event.KeyListener inputFieldKeyListener
-
label
com.nomagic.magicdraw.ui.dialogs.specifications.ElementTextField label
Label to represent selected element (used in not editable mode) -
mouseMotionSelection
boolean mouseMotionSelection
Register mouse motion selection listener -
newElementText
java.lang.String newElementText
Element which means that a new element should be created. -
noneText
java.lang.String noneText
Element which means NULL - do not select any element. -
optionsListener
com.nomagic.magicdraw.ui.AbstractSelectionTextField.OptionsListener optionsListener
Environment listener. -
popup
com.jidesoft.popup.JidePopup popup
Popup used to show suggestion list. -
popupMinWidth
int popupMinWidth
Minimal width of the popup -
progressPanel
javax.swing.JPanel progressPanel
Progress panel -
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
Select first entry in suggestion component even if more entries are available. -
selectFirstEqual
boolean selectFirstEqual
Select first equal element in the suggestion list if only one is available -
selectFirstSuitable
boolean selectFirstSuitable
Select first suitable element in the suggestion list if only one is available -
selectOnStartup
java.lang.Object selectOnStartup
Object to be selected on first selection popup -
selectTextOnShowPopup
boolean selectTextOnShowPopup
-
showPopupButton
javax.swing.JButton showPopupButton
Button to show suggestions popup -
skipIndexedCheck
boolean skipIndexedCheck
-
skipSelectFirstElementOnChange
boolean skipSelectFirstElementOnChange
-
suggestion
com.nomagic.magicdraw.ui.SelectionTextFieldSuggestion suggestion
Suggestion component -
suggestionUsedOutside
boolean suggestionUsedOutside
Suggestion component is used outside, not in Popup. -
taskExecutor
java.util.concurrent.Executor taskExecutor
-
textChangesEnabled
boolean textChangesEnabled
Is listener for text change in input field enabled? -
textChangeUpdater
com.nomagic.ui.DeferredSelectionUpdater<java.lang.String> textChangeUpdater
Updater used to update(show) suggestion list after text is changed in the input field. -
timerDelay
int timerDelay
Configuration how much milliseconds to wait before displaying suggestion after text is changed. -
updateCompletionListener
com.nomagic.magicdraw.ui.RepTextIndexUpdateCompletionListenerWrapper updateCompletionListener
-
updateHinter
com.nomagic.magicdraw.ui.AbstractSelectionTextField.ComponentUpdateHinter updateHinter
Tells if component needs to be updated. If text was typed or something was changed in component what should make changes in results should be marked inAbstractSelectionTextField.ComponentUpdateHinter
. -
updateSuggestionOnTask
boolean updateSuggestionOnTask
Update suggestion on Task -
updateTask
com.nomagic.magicdraw.ui.AbstractSelectionTextField.UpdateTask updateTask
Update task -
updateWithoutIndex
boolean updateWithoutIndex
-
updating
boolean updating
Is suggestion component update in progress -
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
Up/Down keys listener -
componentInitiated
boolean componentInitiated
-
contentPane
javax.swing.JPanel contentPane
Content panel -
currentPageStart
java.util.concurrent.atomic.AtomicInteger currentPageStart
-
data
java.util.List<java.lang.Object> data
All elements -
dataSet
java.util.Set<java.lang.Object> dataSet
A copy of mData is set format for fast contains check -
doubleClickSupport
com.nomagic.utils.RunnableSupport doubleClickSupport
Double click support. -
elements
java.util.List<java.lang.Object> elements
All elements -
enterKeyListener
java.awt.event.KeyListener enterKeyListener
Enter key listener -
field
com.nomagic.magicdraw.ui.AbstractSelectionTextField field
Selection text field - owner or suggestion. -
initMode
com.nomagic.magicdraw.ui.SelectionTextFieldSuggestion.InitMode initMode
Should component be initialized fully on elements change -
leftRightDispatchingEnabled
boolean leftRightDispatchingEnabled
are left and right arrow key event dispatched -
mMouseListener
java.awt.event.MouseListener mMouseListener
Mouse listener for selection -
optimizeLargeStructure
boolean optimizeLargeStructure
Optimize large structures. -
r
java.util.concurrent.locks.Lock r
-
rwl
java.util.concurrent.locks.ReadWriteLock rwl
-
suggestionInfoPanel
com.nomagic.magicdraw.ui.AbstractSuggestionInfoPanel suggestionInfoPanel
Component to display amount of matches found and other result info -
toolbarPanel
javax.swing.JPanel toolbarPanel
-
topPanel
javax.swing.JPanel topPanel
Top panel for toolbar and info messages -
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
offsets swimlaneNameBarHorizontal when swimlaneNameBarVertical is visible -
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
action listener gets call on "Add" button press as source in ActionEvent action gets this classuse add
-
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
File filter for intelijent file list -
mMode
int mMode
-
mUsePathVariables
boolean mUsePathVariables
Path variables resolver
-
-
-
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> 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
The list of actions. -
choiceY
int choiceY
The position of triangle -
listener
java.beans.PropertyChangeListener listener
-
mShowTextMode
boolean mShowTextMode
-
selectedAction
MDStateAction selectedAction
The selected action from the list. Button send ActionEvents events to this action.
-
-
-
Class com.nomagic.magicdraw.ui.ClassPathEditorPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
editor
com.nomagic.magicdraw.ui.ClassPathEditorPanel.ClassPathEditor editor
Editor for classpath editing. -
mFileChooser
javax.swing.JFileChooser mFileChooser
This dialog will be used to add new entries. -
mFileChooserInstruction
int mFileChooserInstruction
File chooser instruction -
mFileFilter
javax.swing.filechooser.FileFilter mFileFilter
File filter
-
-
-
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
Left part of the panel. -
mRightPanel
javax.swing.JPanel mRightPanel
Right part of the panel.
-
-
-
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
This timer checks the size of the container and set size to the canvas if needed. -
diagram
java.lang.ref.WeakReference<AbstractDiagramPresentationElement> diagram
container which is represented on this canvas -
diagramBufferDirtyRegionFilter
com.nomagic.ui.MDRepaintManager.DirtyRegionFilter diagramBufferDirtyRegionFilter
Filter which preventsDiagramWindowPanel
and all children components from re-painting when diagram uses buffer image. -
diagramBufferImage
javax.swing.Icon diagramBufferImage
Diagram image cache -
diagramBufferImageBounds
java.awt.Rectangle diagramBufferImageBounds
Diagram image cache bounds -
diagramCanvasMouseListener
com.nomagic.magicdraw.ui.DiagramCanvasMouseListener diagramCanvasMouseListener
-
explicitTooltipText
java.lang.String explicitTooltipText
-
gridImage
javax.swing.Icon gridImage
-
isMouseOver
boolean isMouseOver
Flag indicating whether mouse is over the canvas -
lastPopupTriggerPoint
java.awt.Point lastPopupTriggerPoint
-
locked
boolean locked
shows if this canvas is locked -
minimumCanvasSize
java.awt.Dimension minimumCanvasSize
-
mouseMovePoint
java.awt.Point mouseMovePoint
-
originalSize
java.awt.Dimension originalSize
-
painters
java.util.Collection<com.nomagic.magicdraw.ui.AbstractDiagramSurfacePainter> painters
-
selectState
com.nomagic.magicdraw.ui.states.SelectState selectState
Select state of this canvas -
shortcutDispatcher
com.nomagic.magicdraw.ui.DiagramCanvas.ShortcutDispatcher shortcutDispatcher
For shortcut events dispatching. -
state
com.nomagic.magicdraw.ui.states.State state
State of this canvas -
tempGridSize
float tempGridSize
-
tempGridStyle
int tempGridStyle
-
tipActivator
PresentationElement tipActivator
-
tipActivatorBounds
java.awt.Rectangle tipActivatorBounds
-
tipPoint
java.awt.Point tipPoint
-
useBuffer
boolean useBuffer
Use buffer in current painting or not. -
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
Set of actions registered to this diagram. -
activeAction
MDStateAction activeAction
-
allActions
java.util.List<NMAction> allActions
All actions registered to this diagram. -
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
Create shortcut actions -
diagramProvider
java.lang.ref.WeakReference<AbstractDiagramPresentationElement> diagramProvider
-
diagramType
java.lang.String diagramType
-
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
Panel of draw area -
drawAreaTopPanel
javax.swing.JPanel drawAreaTopPanel
-
editActionExecutorsProvider
com.nomagic.magicdraw.ui.actions.EditActionExecutorsProvider editActionExecutorsProvider
-
enableLoadOnActivation
boolean enableLoadOnActivation
Is project loading now -
footerPanel
com.nomagic.magicdraw.ui.banner.BannerPanel footerPanel
-
headerPanel
com.nomagic.magicdraw.ui.banner.BannerPanel headerPanel
-
keyListeners
java.util.List<com.nomagic.magicdraw.ui.DiagramWindowPanel.ActionKeyShortcutListener> keyListeners
-
markerArea
com.nomagic.magicdraw.ui.DiagramMarkerArea markerArea
-
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
Show or not toolbar. -
splitPaneIsLayouting
boolean splitPaneIsLayouting
-
splitPanel
javax.swing.JSplitPane splitPanel
Split panel with diagram toolbar and draw area -
sticky
boolean sticky
-
toolbar
com.nomagic.magicdraw.ui.DiagramToolbar toolbar
Toolbar for this window -
toolbarActionsManager
DiagramToolbarConfiguration toolbarActionsManager
-
toolbarPanel
com.jidesoft.swing.ContentContainer toolbarPanel
Toolbar panel -
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
Split pane divider size. -
mExpandableComponent
java.awt.Component mExpandableComponent
Expandable component. -
mGridBagLayout
java.awt.GridBagLayout mGridBagLayout
-
mMainComponent
java.awt.Component mMainComponent
Main component. -
mSplitPane
com.jidesoft.swing.JideSplitPane mSplitPane
Split pane
-
-
-
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
If true, ignore events so that popup would not close, when, for example, displaying external dialog -
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
Active color. -
COLOR_BG_ACTIVE
java.awt.Color COLOR_BG_ACTIVE
Default active background. -
COLOR_BG_NORMAL
java.awt.Color COLOR_BG_NORMAL
Default background. -
COLOR_HOVER
java.awt.Color COLOR_HOVER
Default mouse hover color. -
MOUSE_OUT_COLOR
java.awt.Color MOUSE_OUT_COLOR
Mouse out color -
mURL
java.lang.String mURL
URL to refer.
-
-
-
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> 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
screen buffer of image. -
image
java.awt.Image image
The 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
com.nomagic.magicdraw.core.Application.MainFrameController mainFrameController
-
mainMenuBar
com.jidesoft.action.CommandBar mainMenuBar
-
mMainMenuActions
ActionsManager mMainMenuActions
-
mStartupActivity
java.lang.Runnable mStartupActivity
Runnable for checking if MD is started first time if it is started first time notification will be showed about news and note worthy. -
progressBar
com.nomagic.magicdraw.ui.ProgressBar progressBar
-
recentWindows
java.util.List<com.nomagic.magicdraw.ui.editorwindows.EditorWindow> 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
Names of columns. -
mObjects
java.util.List mObjects
A list of objects.
-
-
-
Class com.nomagic.magicdraw.ui.OpenWelcomeScreenInTabAction extends NMAction implements Serializable
-
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
Notification windows indicator -
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
All possible actions -
collapsiblePaneList
java.util.List<com.jidesoft.pane.CollapsiblePane> collapsiblePaneList
Contains panes, which represents action categories -
collapsiblePanes
com.jidesoft.pane.CollapsiblePanes collapsiblePanes
Main component -
collapsiblePanesListener
com.jidesoft.pane.event.CollapsiblePaneListener collapsiblePanesListener
Listener of panes expanding and collapsing -
emptyText
java.lang.String emptyText
-
emptyTextLabel
javax.swing.JLabel emptyTextLabel
-
expansionState
java.util.Map<java.lang.String,java.lang.Boolean> expansionState
List of category id's that should be expanded at once. If not provided, FIRST_EXPANDED_CATEGORIES will get expanded. -
mouseClickListener
java.awt.event.MouseListener mouseClickListener
listener for mouse clicks on actions -
mouseMotionSelection
boolean mouseMotionSelection
-
mouseMotionSelector
java.awt.event.MouseMotionListener mouseMotionSelector
List mouse move motion selection handler -
selectedActionPanel
com.nomagic.magicdraw.ui.SelectableActionPanel selectedActionPanel
selected action panel (action that should be performed) -
showPaneTitleBar
boolean showPaneTitleBar
-
tip
com.nomagic.magicdraw.ui.CollapsiblePanesExpandedTip tip
-
userSelectedAction
NMAction userSelectedAction
action that was selected by user (mouse/keyboard) and not automatically suggested -
vertical
boolean vertical
-
-
-
Class com.nomagic.magicdraw.ui.SelectionTextFieldSuggestionList extends com.nomagic.magicdraw.ui.AbstractSelectionTextFieldSuggestion implements Serializable
-
Serialized Fields
-
cellAction
NMAction cellAction
-
cellActionMouseListener
com.nomagic.magicdraw.ui.SelectionTextFieldSuggestionList.SelectedCellActionMouseListener cellActionMouseListener
-
elementsComparator
java.util.Comparator<java.lang.Object> elementsComparator
-
horizontalAdjustment
int horizontalAdjustment
-
list
com.nomagic.awt.ExtendedList<java.lang.Object> list
List of suggestions. -
listSelectionListener
javax.swing.event.ListSelectionListener listSelectionListener
List selection listener -
mouseMotionSelector
java.awt.event.MouseMotionListener mouseMotionSelector
List mouse move motion selection handler -
mousePosition
java.awt.Point mousePosition
-
selectElements
java.lang.Object[] selectElements
Holds element for selecting if component was not yet initialized. -
selectionHistory
java.lang.Object[] selectionHistory
Remember what was selected and what is selected. -
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
Semaphore for hyperlink action execution
-
-
-
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<AbstractDiagramPresentationElement> 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
Supported data flavors array
-
-
-
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 com.dassault_systemes.modeler.magic.ui.diagrams.actions.BaseAbstractDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.CheckCompleteDiagramsAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.CloseEditorWindowAction extends MDAction 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
-
action
NMAction action
-
-
-
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 com.dassault_systemes.modeler.magic.ui.diagrams.actions.DefaultActiveAbstractDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.CopyInDiagramAction extends com.dassault_systemes.modeler.magic.ui.diagrams.actions.DefaultActiveAbstractDiagramAction 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 com.dassault_systemes.modeler.magic.ui.diagrams.actions.DefaultAbstractDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DefaultDiagramStateAction extends com.dassault_systemes.modeler.magic.ui.diagrams.actions.DefaultAbstractDiagramStateAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DefaultDiagramTriStateAction extends com.dassault_systemes.modeler.magic.ui.diagrams.actions.DefaultAbstractDiagramTriStateAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DeleteBySelectionProviderAction extends com.nomagic.magicdraw.ui.actions.AbstractBySelectionProviderAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DeleteSymbolsAction extends com.dassault_systemes.modeler.magic.ui.diagrams.actions.DefaultActiveAbstractDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DeleteSymbolsWithDataAction extends com.dassault_systemes.modeler.magic.ui.diagrams.actions.DefaultActiveAbstractDiagramAction 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
-
fakeMouseEvents
boolean fakeMouseEvents
-
reuseIconFromInnerAction
boolean reuseIconFromInnerAction
Indicates if icon should be reused from inner action.
-
-
-
Class com.nomagic.magicdraw.ui.actions.DiagramToolbarConfigurationAction extends com.nomagic.magicdraw.ui.actions.ToolbarConfigurationAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.DiagramZoomAction extends com.dassault_systemes.modeler.magic.ui.diagrams.actions.DefaultAbstractDiagramAction implements Serializable
-
Serialized Fields
-
diagramProvider
java.util.function.Supplier<AbstractDiagramPresentationElement> 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
-
createdDiagramShape
DiagramShape createdDiagramShape
-
-
-
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.EditorWindowNavigationAction extends MDAction 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
-
propertyWrapper
com.nomagic.magicdraw.ui.actions.ExternalToolsSelectAction.ExternalToolWrapper propertyWrapper
-
-
-
Class com.nomagic.magicdraw.ui.actions.ExternalToolsSelectAction extends SelectItemAction implements Serializable
-
Serialized Fields
-
environmentListener
EnvironmentOptions.EnvironmentChangeListener environmentListener
-
-
-
Class com.nomagic.magicdraw.ui.actions.ExternalToolsSelectAction.ExternalToolWrapper extends NMAction implements Serializable
-
Serialized Fields
-
property
com.nomagic.magicdraw.properties.ExternalToolProperty property
-
-
-
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 com.dassault_systemes.modeler.magic.ui.diagrams.actions.DefaultActiveAbstractDiagramAction 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.ElementWrapper>> 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.dassault_systemes.modeler.magic.ui.diagrams.actions.BaseAbstractDiagramAction 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.MaximizeEditorWindows 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.NextEditorWindowAction extends com.nomagic.magicdraw.ui.actions.EditorWindowNavigationAction 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
-
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
User manual name.
-
-
-
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 com.dassault_systemes.modeler.magic.ui.diagrams.actions.DefaultActiveAbstractDiagramAction implements Serializable
-
Serialized Fields
-
executor
com.nomagic.magicdraw.ui.actions.PasteInSymbolDiagramBySelectionProviderActionExecutor executor
-
pasteWithNewElement
boolean pasteWithNewElement
-
-
-
Class com.nomagic.magicdraw.ui.actions.PasteStyleAction extends com.dassault_systemes.modeler.magic.ui.diagrams.actions.DefaultActiveAbstractDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.PasteWithNewElementIntoDiagramAction extends com.nomagic.magicdraw.ui.actions.PasteIntoDiagramAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.PreviousEditorWindowAction extends com.nomagic.magicdraw.ui.actions.EditorWindowNavigationAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.PreviousTabAction extends MDAction implements Serializable
-
Class com.nomagic.magicdraw.ui.actions.PusherDiagramAction extends com.dassault_systemes.modeler.magic.ui.diagrams.actions.BaseAbstractDiagramAction 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 com.dassault_systemes.modeler.magic.ui.diagrams.actions.DefaultActiveAbstractDiagramAction 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
Flag value to show only teamwork projects
-
-
-
Class com.nomagic.magicdraw.ui.actions.RecentlyOpenedEditorTabsAction extends com.nomagic.magicdraw.ui.actions.AbstractOpenActionPanelDialogAction 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.SaveProjectAsAction 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.dassault_systemes.modeler.magic.ui.diagrams.actions.BaseAbstractDiagramAction 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.dassault_systemes.modeler.magic.ui.diagrams.actions.BaseAbstractDiagramAction 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
Should this node display Diagram or DiagramPresentationElement. -
groupByNameSupplier
java.util.function.Supplier<java.lang.Boolean> groupByNameSupplier
Supplier of option to group by name or not. -
groupByNameThresholdSupplier
java.util.function.Supplier<java.lang.Integer> groupByNameThresholdSupplier
Supplier of group by name threshold. -
groupedByName
boolean groupedByName
Flag is true if diagrams are grouped by name.
-
-
-
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
The object that was selected. -
mActiveElementUpdater
com.nomagic.magicdraw.uml.transaction.AfterTransactionExecutor mActiveElementUpdater
-
mCommentSetter
com.nomagic.magicdraw.uml.transaction.AfterTransactionExecutor mCommentSetter
-
mDocChanges
boolean mDocChanges
This member is used to detect was or not some changes in documentation text. -
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
-
mProjectEventListener
ProjectEventListener mProjectEventListener
-
mSmartPropertyChangeListener
SmartPropertyChangeListener mSmartPropertyChangeListener
-
mStatusLabel
javax.swing.JLabel mStatusLabel
-
project
Project project
-
-
-
Class com.nomagic.magicdraw.ui.browser.BrowserTabTree extends Tree implements Serializable
-
Serialized Fields
-
browser
Browser browser
Reference to the browser. -
browserTreeGroup
java.lang.String browserTreeGroup
-
editActionExecutorsProvider
com.nomagic.magicdraw.ui.actions.EditActionExecutorsProvider editActionExecutorsProvider
-
info
com.nomagic.magicdraw.ui.browser.BrowserComponentInfo info
-
needsInit
boolean needsInit
If this flag is true, tree must be initialized on activation. -
toolbar
javax.swing.JComponent toolbar
-
toolbarManager
ActionsManager toolbarManager
-
treeListener
com.nomagic.magicdraw.ui.browser.BrowserTabTree.TreeEventListener treeListener
-
-
-
Class com.nomagic.magicdraw.ui.browser.ClassifierNode extends com.nomagic.magicdraw.ui.browser.ModelElementNode<C extends Classifier> implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.ClearSearchResultsAction extends DefaultBrowserAction implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.ComponentNode extends com.nomagic.magicdraw.ui.browser.ClassifierNode<Component> implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.ContainmentTree extends com.nomagic.magicdraw.ui.browser.AbstractBrowserRootTabTree implements Serializable
-
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
Holds children node relations to their loading dummy nodes -
expanded
boolean expanded
For indicating that real node is expanded or not. -
relationshipNode
boolean relationshipNode
Specifies if this node is relationship node. -
userObjectID
java.lang.String userObjectID
The ID of an user object which with this node is associated.
-
-
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.UMLRelationshipsNodeParent 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
com.nomagic.magicdraw.ui.browser.Node.NodeSortKeys sortKeys
The sort keys. -
text
java.lang.String text
The text of the node -
treeModel
java.lang.ref.WeakReference<?> treeModel
The model of the node. -
userObjectBaseElementID
java.lang.String userObjectBaseElementID
-
-
-
Class com.nomagic.magicdraw.ui.browser.NodeNode extends com.nomagic.magicdraw.ui.browser.ClassifierNode<Node> implements Serializable
-
Class com.nomagic.magicdraw.ui.browser.OneTypeDiagramsNode extends com.nomagic.magicdraw.ui.browser.AbstractDiagramsNode implements Serializable
-
Serialized Fields
-
diagramType
java.lang.String diagramType
-
-
-
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.ElementWrapper 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.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 Node implements Serializable
-
Serialized Fields
-
element
com.nomagic.uml2.ElementReference<BaseElement> element
-
text
java.lang.String text
-
-
-
Class com.nomagic.magicdraw.ui.browser.RelationshipsNodeParent extends Node 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 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
com.nomagic.magicdraw.ui.browser.Tree.TreePatchForMac treePatchForMac
-
treeSelectionParticipants
java.util.Collection<com.nomagic.magicdraw.ui.browser.Tree.TreeSelectionParticipant> treeSelectionParticipants
-
treeUpdateExecutor
java.util.concurrent.Executor treeUpdateExecutor
-
treeUpdateTask
com.nomagic.magicdraw.ui.browser.Tree.Interruptible treeUpdateTask
-
updateIfShowing
boolean updateIfShowing
-
-
-
Class com.nomagic.magicdraw.ui.browser.TreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable
-
Serialized Fields
-
addExecutor
com.nomagic.magicdraw.utils.concurrent.OwnedThreadPoolExecutor<java.lang.Object> addExecutor
-
asyncNodeUpdates
boolean asyncNodeUpdates
-
childrenOwner
com.nomagic.magicdraw.ui.browser.ChildrenOwner childrenOwner
-
compactNodes
boolean compactNodes
Compact nodes - connect empty nodes into a single one -
comparator
java.util.Comparator<Node> comparator
-
didWarnNodeChangeNotifiedNotOnEDT
java.util.concurrent.atomic.AtomicBoolean didWarnNodeChangeNotifiedNotOnEDT
Added because of https://jira.nomagic.com/browse/MDUML-104893 which is caused by node changes are notified to ui components not through EDT. -
dirtyNodes
java.util.Collection<Node> dirtyNodes
Is any node in this model is dirty -
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
Project if different from current active 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.UMLRelationshipsNodeParent extends com.nomagic.magicdraw.ui.browser.RelationshipsNodeParent implements Serializable
-
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<com.nomagic.ci.persistence.IProject> iProjectRef
-
mModuleRef
java.lang.ref.WeakReference<com.nomagic.ci.persistence.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
The browser of this action.
-
-
-
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
-
location
LocationInTool location
-
modelElementProvider
ModelElementProvider modelElementProvider
-
-
-
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
com.nomagic.ci.persistence.IProject iProject
-
mModule
com.nomagic.ci.persistence.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
com.nomagic.ci.persistence.IProject iProject
-
mModule
com.nomagic.ci.persistence.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
AbstractDiagramPresentationElement diagram
-
-
-
Class com.nomagic.magicdraw.ui.browser.actions.OpenDiagramInNewDiagramTabAction extends DefaultBrowserAction implements Serializable
-
Serialized Fields
-
diagrams
java.util.List<AbstractDiagramPresentationElement> diagrams
-
-
-
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
-
element
java.lang.ref.WeakReference<BaseElement> element
-
locationInTool
LocationInTool locationInTool
-
-
-
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.magic.model.ModelElementProvider mModelElementProvider
-
mModelElementsProvider
com.dassault_systemes.modeler.magic.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
-
addAdditionalActions
boolean addAdditionalActions
Flag which shows if optional additional actions will be added. -
elementProperties
com.nomagic.magicdraw.ui.diagrams.PropertyManagerProxy elementProperties
-
listAsElement
boolean listAsElement
-
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
Panel containing customizable diagram properties
-
-
-
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.ManualQuickTableFilterField extends com.jidesoft.grid.QuickTableFilterField implements Serializable
-
Serialized Fields
-
hintOverlay
com.nomagic.magicdraw.ui.dialogs.options.QuickFilterHintTextOverlay hintOverlay
-
iconPanel
T extends com.nomagic.magicdraw.ui.diagrams.QuickFilterFieldIconPanel iconPanel
-
lastAppliedText
java.lang.String lastAppliedText
-
-
-
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<com.nomagic.ci.persistence.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
-
component
C extends java.awt.Component component
-
diagramContent
NonSymbolDiagramContent<C extends java.awt.Component> diagramContent
-
diagramDescriptor
NonSymbolDiagramDescriptor<C extends java.awt.Component> diagramDescriptor
-
-
-
Class com.nomagic.magicdraw.ui.diagrams.QuickFilterFieldIconPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
iconLabel
javax.swing.JLabel iconLabel
-
textField
javax.swing.JTextField textField
-
visibilityUpdaterMap
java.util.Map<java.awt.Component,java.util.function.Consumer<java.awt.Component>> visibilityUpdaterMap
-
-
-
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.AbstractPreviousNextHTMLPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
bottomPanel
javax.swing.JPanel bottomPanel
-
buttonsPanel
com.nomagic.ui.ButtonsPanel buttonsPanel
-
closeCommand
java.lang.String closeCommand
-
htmlPanel
com.nomagic.magicdraw.ui.dialogs.HTMLTextPanel htmlPanel
-
nextCommand
java.lang.String nextCommand
-
previousCommand
java.lang.String previousCommand
-
-
-
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
All possible actions in this panel -
bottomPanel
javax.swing.JPanel bottomPanel
-
buttonsPanel
javax.swing.JPanel buttonsPanel
-
contentPanelKeyListener
com.nomagic.magicdraw.ui.dialogs.ActionPanel.ContentPanelKeyListener contentPanelKeyListener
-
executeButton
javax.swing.JButton executeButton
Action execution button with customizable text -
expertModeMenuCustomizer
com.nomagic.magicdraw.usermodes.ExpertModeMenuCustomizer expertModeMenuCustomizer
-
filterField
com.nomagic.magicdraw.ui.AbstractSelectionTextField filterField
filter field -
framelessDialog
com.nomagic.magicdraw.ui.FramelessDialog framelessDialog
Optional. Parent frameless dialog that must be hidden when action is executed Also frameless dialog can be referenced to display inner modal dialog without closing the popup. To do this temporarily set FramelessDialog#setIgnoreEvents(boolean) to true, before showing the dialog -
isStandard
boolean isStandard
is panel currently displayed in standard or expert mode -
rememberedIsCamelCase
boolean rememberedIsCamelCase
Camel case and match anywhere are forced to be on in this panel. Variables stores original option values, so it could be restored when disposing panel -
rememberedMatchAnywhere
boolean rememberedMatchAnywhere
-
standardExpertButton
javax.swing.JButton standardExpertButton
-
suggestion
com.nomagic.magicdraw.ui.SelectionTextFieldSuggestionCollapsiblePanes suggestion
filter field suggestion component
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.AddConveyedInformationDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
conveyedInformation
java.util.List<Classifier> conveyedInformation
-
conveyedInformationComponent
com.nomagic.magicdraw.ui.dialogs.specifications.ModelElementBrowseTextField conveyedInformationComponent
-
customizator
com.nomagic.magicdraw.uml.ExtendedAddConveyedInformationCustomizator customizator
-
directionComboBox
javax.swing.JComboBox<com.nomagic.magicdraw.ui.dialogs.DirectionComboBoxItem> directionComboBox
-
informationFlowListPanel
com.nomagic.magicdraw.ui.dialogs.specifications.ModelTypesListPanel informationFlowListPanel
-
relationship
Element relationship
-
relationshipPath
PresentationElement relationshipPath
-
-
-
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
Additional Panel -
buttonsPanel
com.nomagic.magicdraw.ui.dialogs.OKCancelHelpButtonsPanel buttonsPanel
ok cancel help buttons panel. -
descriptionPanel
javax.swing.JPanel descriptionPanel
-
leftPanel
javax.swing.JPanel leftPanel
-
mWasInEnterOKListener
boolean mWasInEnterOKListener
-
notificationPanel
javax.swing.JPanel notificationPanel
Notification panel. -
okButtonDefault
boolean okButtonDefault
-
result
int result
-
tabPanel
com.jidesoft.swing.JideTabbedPane tabPanel
Tab panel for all panels. -
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
Entered string. -
mTextValidator
com.nomagic.magicdraw.ui.dialogs.TextValidator mTextValidator
Validate entered text. -
mTxtFld
javax.swing.text.JTextComponent mTxtFld
text field.
-
-
-
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.BaseSelectObjectsPanel extends ExtendedPanel implements Serializable
-
Serialized Fields
-
mAddedCache
java.util.Set<BaseElement> mAddedCache
For performance reasons do caching here. -
mAllBrowserComponents
java.util.List<com.nomagic.magicdraw.ui.dialogs.BaseSelectObjectsPanel.ComponentStructure> mAllBrowserComponents
Components which will be added to the left side of the current panel. If there will be more than one component, they will be added to tabbed panel otherwise to jPanel. -
mAllLabelString
java.lang.String mAllLabelString
-
mAllTabbedPanels
javax.swing.JTabbedPane mAllTabbedPanels
If there is more than one all browser panels, they will be added to tabbed panel. -
mAutoSort
boolean mAutoSort
-
mButtons
com.nomagic.ui.ButtonsPanel mButtons
Buttons for adding and removing -
mCanAddRoot
boolean mCanAddRoot
-
mEnableAddRecursively
boolean mEnableAddRecursively
-
mFilter
com.nomagic.magicdraw.ui.RestrictedElementFilter mFilter
-
mRootForSelected
Node mRootForSelected
Root node for selected data browser -
mSelectedBrowser
Tree mSelectedBrowser
Selected data browser -
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
Indicates whether parent should be selected by default in parent selection tree.
-
-
-
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
Diagram context selection panel (combo box). -
selectParentByDefault
boolean selectParentByDefault
Indicates whether parent should be selected by default in parent selection tree. -
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.DirectionComboBoxRenderer extends javax.swing.DefaultListCellRenderer implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.DisclaimersDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Class com.nomagic.magicdraw.ui.dialogs.DisclaimersPanel extends com.nomagic.magicdraw.ui.dialogs.AbstractPreviousNextHTMLPanel implements Serializable
-
Serialized Fields
-
disclaimers
java.util.List<java.lang.String> disclaimers
-
index
int index
-
-
-
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
This list will contain elements that are actually shown after filtering. Full list is mCompletePropertyList. -
mEventListener
java.awt.event.ActionListener mEventListener
This action listener is the simple implementation that handles table events. Event list is following:
- each expand/collapse action
- rows were sorted
- new rows were added or some of them were deleted
- and maybe something more...
-
mFilters
java.lang.String[][] mFilters
A list of filters for each column. First two columns are not eligible for filtering, therefore the first filter is for 3rd column, second for the 4th, and so on.This
ArrayList
will keep several arrays ofString[]
s.
-
-
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
HTML Source Editor. -
mHtmlEditor
com.nomagic.magicdraw.ui.dialogs.HTMLBaseEditorPanel mHtmlEditor
HTML View Editor.
-
-
-
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
All possibleHTMLEditor
actions. -
mEditor
com.nomagic.magicdraw.ui.dialogs.HTMLSferyxEditor mEditor
Wrapped editor. -
mTextEditorComponent
com.nomagic.magicdraw.uml.symbols.editors.TextEditorComponent mTextEditorComponent
Owning Text component -
mToolbars
java.util.List<com.nomagic.awt.NMToolbar> mToolbars
List of active toolbars. -
mToolbarsPanel
ExtendedPanel mToolbarsPanel
Toolbars container. Toolbars will be lay-out one above the other. -
mUseFontFromTextEditorComponent
boolean mUseFontFromTextEditorComponent
Use Font from Text component for Default HTML Style. -
mWrappedActions
java.util.Map<java.lang.String,java.awt.Component> mWrappedActions
Wrapped actionsHTMLEditor
actions.
-
-
-
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
Was click on editable editor pane -
clickEvent
java.awt.event.MouseEvent clickEvent
Click event -
disabled
boolean disabled
Editor disabled - made not editable -
editor
javax.swing.JEditorPane editor
Editor itself -
lastMousePoint
java.awt.Point lastMousePoint
Last mouse move point -
urlActionHandler
GUILog.URLActionHandler urlActionHandler
URL actions provider
-
-
-
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
Make a copy of mDocumentListenerList, as it is hidden in HTMLEditor. Need to know that is added to avoid multiple listeners -
mSuspendUndo
boolean mSuspendUndo
parameter to suspend adding undo events for some time -
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
Last used font in Default Style Sheet. -
mOwner
javax.swing.JEditorPane mOwner
Owning JEditorPane. -
mTextEditorComponent
com.nomagic.magicdraw.uml.symbols.editors.TextEditorComponent mTextEditorComponent
Owner of HTML Editor Component.
-
-
-
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
-
mainPrintPanel
com.nomagic.magicdraw.ui.printing.PrintMainPanel mainPrintPanel
Main print panel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.MDSelectObjectFromRadioDlg extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
DEFAULT_CONVERTER
Converter<T,java.lang.String> DEFAULT_CONVERTER
Default converter. -
mAvailable
java.util.List<? extends T> mAvailable
-
mDisabled
java.util.List<? extends T> mDisabled
-
mPanel
com.nomagic.ui.RadioButtonsPanel mPanel
-
mSelected
T 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
-
environmentScrollPane
javax.swing.JScrollPane environmentScrollPane
Environment's tab scroll pane -
environmentSearchable
com.jidesoft.swing.SearchableBar environmentSearchable
-
environmentTextPane
com.nomagic.magicdraw.ui.dialogs.NotificationTextPane environmentTextPane
Environment's text pane -
notificationWindowPanel
com.nomagic.magicdraw.ui.dialogs.NotificationWindowPanel notificationWindowPanel
Notification window's panel -
originalTabFont
java.awt.Font originalTabFont
-
projectPanel
javax.swing.JPanel projectPanel
-
projectScrollPane
javax.swing.JScrollPane projectScrollPane
Project's tab scroll pane -
projectSearchable
com.jidesoft.swing.SearchableBar projectSearchable
-
projectTextPane
com.nomagic.magicdraw.ui.dialogs.NotificationTextPane projectTextPane
Project's text pane -
showEnvironmentHistory
boolean showEnvironmentHistory
Flag, of showing environment's notification history -
showProjectHistory
boolean showProjectHistory
Flag, of showing project's notification history -
tabbedPane
com.jidesoft.swing.JideTabbedPane tabbedPane
Tabbed pane
-
-
-
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
Flag, to scroll text pane to the end -
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
Scroll logged messages to the end action -
scrollToStartAction
NMAction scrollToStartAction
Scroll logged messages to the start action -
showHistoryAction
NMAction showHistoryAction
Show logged message history action
-
-
-
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
Contains '-Xmx' value.
-
-
-
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.ElementWrapper> 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
Editor for classpath editing. -
tmpFiles
java.lang.String[] tmpFiles
Holds files which was set to the dialog before dialog open. This variable is required to restore old files then the user click cancel button.
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.SimpleDetailsDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mDetailsPanel
javax.swing.JPanel mDetailsPanel
Panel where details data will be visible. -
mMainContentPanel
javax.swing.JPanel mMainContentPanel
Main content panel;
-
-
-
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
Show details and help panel
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.TipDialog extends com.nomagic.ui.BaseMessageDialog implements Serializable
-
Serialized Fields
-
mResultOwner
com.nomagic.magicdraw.ui.dialogs.TipResult mResultOwner
Holds reference to the tip result implementation
-
-
-
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 com.nomagic.magicdraw.ui.dialogs.AbstractPreviousNextHTMLPanel implements Serializable
-
Serialized Fields
-
checkbox
javax.swing.JCheckBox checkbox
Checkbox "Show tips". -
tipsManager
com.nomagic.magicdraw.core.TipsManager tipsManager
holds instance of the 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
Buttons for adding and removing -
dataModel
com.nomagic.magicdraw.ui.dialogs.selection.ElementMultipleSelectionPanelDataModel dataModel
-
objectsModel
com.nomagic.magicdraw.ui.dialogs.selection.AbstractObjectsModel<java.lang.Object> objectsModel
-
removeElementValidator
java.util.function.Predicate<java.lang.Object> removeElementValidator
-
selectedCountLabel
javax.swing.JLabel selectedCountLabel
Display number of selected elements. -
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
Listener to add created element to multiple selection. -
additionalTopPanel
com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionPanel.AdditionalPanel additionalTopPanel
Panel which will be added on the top ofElementSelectionPanel
; -
anyElementSelectableFilter
TypeFilter anyElementSelectableFilter
-
canAddRecursivelyPredicate
java.util.function.Predicate<java.lang.Object[]> canAddRecursivelyPredicate
-
elementSelectionListener
com.nomagic.magicdraw.ui.dialogs.selection.ObjectsModelListener<java.lang.Object> elementSelectionListener
Element selection listener. -
multipleSelectionPanel
com.nomagic.magicdraw.ui.dialogs.selection.ElementMultipleSelectionPanel multipleSelectionPanel
Multiple selection panel. -
multipleSelectionSupported
boolean multipleSelectionSupported
If multiple selection supported. -
multiSelection
boolean multiSelection
Force to use multi selection. -
noneSelectionSupported
boolean noneSelectionSupported
If NONE selection supported. -
predefinedTypeFilters
java.util.List<com.nomagic.magicdraw.ui.dialogs.selection.predefinedtypefilter.PredefinedTypeFilter> predefinedTypeFilters
-
selectableElementsFilter
TypeFilter selectableElementsFilter
Selectable elements filter - used when resolving selection. -
selection
java.util.List<com.nomagic.uml2.ElementReference<BaseElement>> selection
Resolved selection. -
selectionModeAction
com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionPanel.SelectionModeAction selectionModeAction
Selection mode change action. -
selectionModeButton
com.jidesoft.swing.JideButton selectionModeButton
Selection mode change button. -
singleSelectionPanel
com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel singleSelectionPanel
Single selection panel. -
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
Additional buttons. -
additionalTopPanelComponent
javax.swing.JPanel additionalTopPanelComponent
-
bottomButtonsPanel
javax.swing.JPanel bottomButtonsPanel
Bottom panel - below tabbed pane. -
buttonsPanel
com.nomagic.ui.ButtonsPanel buttonsPanel
-
cloneButton
javax.swing.JButton cloneButton
"Clone" button. -
componentFilterToolbar
javax.swing.JPanel componentFilterToolbar
-
componentsEnabled
boolean componentsEnabled
Shows if selection components are enabled? -
configurator
AMConfigurator configurator
-
creatableTypesChanged
boolean creatableTypesChanged
Indicates whether creatable types were changed but "Create" button action is not updated yet. -
createButton
javax.swing.JButton createButton
"Create" button. -
createButtonText
java.lang.String createButtonText
"Create" button text. -
createRequestor
com.nomagic.magicdraw.ui.dialogs.selection.ElementCreateRequestorImpl createRequestor
Create requestor for create action. -
creationMode
com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel.CreationMode creationMode
If this variable is set to CreationMode.disabled, button of creation mode will not be created. If to CreationMode.enabled, it will depend if creatable types are specified. If CreationMode.forced, buttons will be available Note: this attribute value should be change before initialization is called. If value is set to true creation mode is disabled, otherwise creation mode is enabled. -
elementWrapperProvider
com.nomagic.magicdraw.ui.dialogs.selection.ElementWrapperProvider elementWrapperProvider
Element wrapper provider. -
emptyAction
com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel.CreateAction emptyAction
Empty action for create button. -
loadButton
javax.swing.JButton loadButton
"Load" button. -
multipleSelection
boolean multipleSelection
Indicate if only single selection allowed. -
objectsModel
com.nomagic.magicdraw.ui.dialogs.selection.AbstractObjectsModel<java.lang.Object> objectsModel
Objects model. -
parentValidator
TypeFilter parentValidator
-
propertyChangeListeners
java.util.List<java.beans.PropertyChangeListener> propertyChangeListeners
-
regularData
com.nomagic.magicdraw.ui.dialogs.selection.ElementSingleSelectionPanel.Data regularData
Regular selection data. -
roots
java.util.Collection<? extends Element> roots
-
selectionTextField
com.nomagic.magicdraw.ui.dialogs.selection.ConfigurableElementSelectionComponentsSelectionTextField selectionTextField
Filter field. -
standardButtons
java.util.List<javax.swing.AbstractButton> standardButtons
Standard buttons available for all selection components. -
switchToCreatableAction
NMAction switchToCreatableAction
Switching to "creatable" component action. -
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.ElementWrapper> elementWrappers
-
-
-
Class com.nomagic.magicdraw.ui.dialogs.selection.SelectDiagramsComponent extends com.nomagic.magicdraw.ui.dialogs.selection.ElementSelectionPanel implements Serializable
-
Serialized Fields
-
creationModeVisible
boolean creationModeVisible
Tells if creation mode button should be visible or not. -
diagramType
java.lang.String diagramType
Type of diagram which will need to be created. -
dialog
java.awt.Dialog dialog
Parent dialog. In which this component is added. -
enableCreationMode
boolean enableCreationMode
-
modelListener
com.nomagic.magicdraw.ui.dialogs.selection.ObjectsModelListener<java.lang.Object> modelListener
-
selectFirstSuitable
java.lang.Boolean selectFirstSuitable
-
-
-
-
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
A button for choosing some element in the -
oldSelected
java.lang.Object oldSelected
-
selectionTextField
SELECTION_FIELD extends com.nomagic.magicdraw.ui.AbstractSelectionTextField selectionTextField
Selection text field -
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
Listens to lock/unlock events and updates this action. -
element
Element element
Element being locked/unlocked by this action.
-
-
-
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
Container for all three kind of editors -
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
External listeners which want to update their buttons on data change. -
creatable
java.util.List<com.nomagic.magicdraw.uml.ElementWrapper> 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
element, which property values should be recalculated.
-
-
-
-
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
-
sortText
java.lang.String sortText
-
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.GroupNotification extends Notification implements Serializable
- serialVersionUID:
- 5916205476873803372L
-
Serialized Fields
-
groupTitle
java.lang.String groupTitle
-
-
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
Button to remove image. -
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> 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> 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
Indicates if action should be explicitly disabled. -
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.ElementWrapper 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.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
-
factories
java.util.List<Factory extends com.nomagic.magicdraw.uml.actions.DynamicCategoryFactory> factories
-
initialized
boolean initialized
-
target
BaseElement[] target
-
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
This object lives until action is executing after action is completed it will become null. -
editCreatedElement
boolean editCreatedElement
-
elementInitializer
java.util.function.Consumer<Element> elementInitializer
-
locationInTool
LocationInTool locationInTool
-
returnNullIfParentNotSelected
boolean returnNullIfParentNotSelected
Indicates whether parent selection should return null if parent isn't selected. -
selectParent
boolean selectParent
Indicates whether parent selection dialog should be shown when creating a new element. -
suggestedParent
Element suggestedParent
A suggested parent for a new element by default. -
wrapper
com.nomagic.magicdraw.uml.ElementWrapper 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
new stereotype to be applied. -
stereotypeToRemove
java.util.Collection<Stereotype> stereotypeToRemove
currently applied stereotype
-
-
-
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 com.dassault_systemes.modeler.magic.ui.diagrams.actions.DefaultAbstractDiagramStateAction 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
Diagram on which refactoring is performed. -
selected
java.util.List<PresentationElement> selected
Selected symbols for refactoring.
-
-
-
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
Manager for refactoring.
-
-
-
-
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
-
name
java.lang.String name
-
symbol
PresentationElement symbol
-
-
-
-
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 com.dassault_systemes.modeler.foundation.util.AbstractModelEObjectEList<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
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
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
Symbol for which to change parent. -
parent
PresentationElement parent
Parent to change to.
-
-
-
Class com.nomagic.magicdraw.validation.ConstraintValidationEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
validationResults
java.util.Map<Constraint,java.util.Collection<Annotation>> validationResults
Validation results.
-
-
-
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.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
-
internalVersion
java.lang.String internalVersion
-
oldVersion
boolean oldVersion
-
standardProfile
boolean standardProfile
-
-
-
Class com.nomagic.persistence.RequiredResourceDescriptor extends java.lang.Object implements Serializable
- serialVersionUID:
- -2679846153464778555L
-
Serialized Fields
-
mId
int mId
ID of resource -
mName
java.lang.String mName
name of resource -
mValue
java.lang.String mValue
Value of resource. Could Plugin name, module filename with extension, or diagram typename (e.x. SPEM Diagram)
-
-
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.uaf.report
-
Class com.nomagic.uaf.report.InternalReportHelper extends com.nomagic.uaf.report.ReportHelper implements Serializable
-
Class com.nomagic.uaf.report.ReportHelper extends ReportHelper implements Serializable
-
Class com.nomagic.uaf.report.TypicalMeasurementsReportHelper extends com.nomagic.reportwizard.tools.DiagramTableTool implements Serializable
-
Class com.nomagic.uaf.report.UAFDiagramTableTool extends com.nomagic.uaf.report.ReportHelper implements Serializable
-
Serialized Fields
-
diagramTableTool
com.nomagic.reportwizard.tools.DiagramTableTool diagramTableTool
-
flowReportHelper
com.nomagic.uaf.report.flowtables.RoleBasedFlowReportHelper flowReportHelper
-
-
-
-
Package com.nomagic.ui
-
Class com.nomagic.ui.BaseLoginDlg extends com.nomagic.ui.Dialog implements Serializable
-
Serialized Fields
-
mLoginName
javax.swing.JTextField mLoginName
Login name text field. -
mPassword
javax.swing.JPasswordField mPassword
Password field -
mRemember
javax.swing.JCheckBox mRemember
Remember login checkbox. -
mReturnValue
int mReturnValue
Value stating which button was pressed to exit this dialog. -
mShowRememberLogin
boolean mShowRememberLogin
Shows remember login checkbox if true.
-
-
-
Class com.nomagic.ui.BaseMessageDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
mcb
javax.swing.JCheckBox mcb
-
mMessagePanel
javax.swing.JPanel mMessagePanel
-
-
-
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
-
-
-
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
-
mComboBox
javax.swing.JComboBox mComboBox
-
-
-
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
-
component
T extends javax.swing.JComponent component
-
-
-
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
All buttons are with some min width -
buttonFactory
com.nomagic.ui.MDButtonFactory buttonFactory
-
buttons
java.util.List<javax.swing.AbstractButton> buttons
buttons. -
insets
int insets
-
layoutOrientation
int layoutOrientation
-
minimumWidth
int minimumWidth
Button min width -
pushAction
java.awt.event.ActionListener pushAction
-
sameSize
boolean sameSize
All buttons are of the same size? -
showMoreLessButton
int showMoreLessButton
-
-
-
Class com.nomagic.ui.ColumnLayout extends java.lang.Object implements Serializable
-
Serialized Fields
-
gap
int gap
Gap between components. -
horizontalOrientation
int horizontalOrientation
Horizontal oreintation of components. -
verticalOrientation
int verticalOrientation
Vertical oreintation of components.
-
-
-
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
Icon label. -
lockedDescription
boolean lockedDescription
-
textArea
javax.swing.JTextArea textArea
Description text area. -
textIconLabel
javax.swing.JLabel textIconLabel
Description text icon label. -
textPanel
javax.swing.JPanel textPanel
Text panel. -
titleArea
javax.swing.JTextArea titleArea
Title text area. -
visibleDescriptionRowNumber
int visibleDescriptionRowNumber
-
-
-
Class com.nomagic.ui.Dialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
activeFrame
java.awt.Frame activeFrame
-
dialogStateChangeListener
java.awt.event.WindowStateListener dialogStateChangeListener
-
editingState
boolean editingState
-
hiDPIScaled
boolean hiDPIScaled
-
maximizeOnFirstShow
boolean maximizeOnFirstShow
-
moveToCenter
boolean moveToCenter
-
state
int state
-
-
-
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
Empty icon used to replace error icon when there is no error. -
mErrorIcon
javax.swing.Icon mErrorIcon
Error icon
-
-
-
Class com.nomagic.ui.ExpandableDetailsPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
mDialog
javax.swing.JDialog mDialog
-
mInstructions
java.lang.String mInstructions
-
mLessText
java.lang.String mLessText
-
mMoreText
java.lang.String mMoreText
-
mText
javax.swing.JEditorPane mText
-
-
-
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
Characters encoding while printing or pasting text in text field. -
mColumns
int mColumns
Columns count -
mIgnoredChars
java.lang.String mIgnoredChars
String of ignored characters while printing or pasting text in text field. -
mNextFocusOnFill
boolean mNextFocusOnFill
true - focus is transfered to next element if this text field is filled. -
mUpperCase
boolean mUpperCase
Uppercase flag
-
-
-
Class com.nomagic.ui.FixedLengthTextField.FixedLengthDocument extends javax.swing.text.PlainDocument implements Serializable
-
Serialized Fields
-
mCharacterFilter
com.nomagic.ui.CharacterFilter mCharacterFilter
-
mDefaultCharacterFilter
com.nomagic.ui.CharacterFilter mDefaultCharacterFilter
-
-
-
Class com.nomagic.ui.FocusTextField extends com.nomagic.ui.MultiLineTextField implements Serializable
-
Serialized Fields
-
descriptionText
javax.swing.JLabel descriptionText
Description to be used as grayed text. -
doNotSelectText
boolean doNotSelectText
-
undoHandler
com.nomagic.ui.TextComponentUndoHandler undoHandler
-
-
-
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
If allow to change progress label editing state -
contentPanel
javax.swing.JPanel contentPanel
Content panel -
enterInitialization
com.nomagic.utils.RunnableSupport enterInitialization
Executed when panel entering initialization state. -
exitInitialization
com.nomagic.utils.RunnableSupport exitInitialization
Executed when panel exiting initialization state. -
focusableCache
java.util.Map<java.awt.Component,java.lang.Boolean> focusableCache
Map for storing focusable state of inner component while panel is in loading state -
initDone
boolean initDone
-
lock
java.lang.Object lock
-
progressLabel
javax.swing.JLabel progressLabel
Progress label -
progressPanel
javax.swing.JPanel progressPanel
Progress panel with loading label and icon -
updater
com.nomagic.ui.DeferredSelectionUpdater<java.lang.Boolean> updater
-
-
-
Class com.nomagic.ui.LazySimpleBaseDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
cancelTask
java.lang.Runnable cancelTask
-
disposing
boolean disposing
-
doneTask
RunnableWithProgress doneTask
-
lazyInitializationManager
com.nomagic.ui.LazyInitializationManager lazyInitializationManager
-
mainTask
RunnableWithProgress mainTask
-
-
-
Class com.nomagic.ui.LoadingLabel extends javax.swing.JLabel implements Serializable
-
Serialized Fields
-
mAnimatedIcon
com.nomagic.ui.AnimatedIconWithTimer mAnimatedIcon
-
-
-
Class com.nomagic.ui.MultiLineLabel extends javax.swing.JTextArea implements Serializable
-
Serialized Fields
-
alwaysEnabled
boolean alwaysEnabled
-
-
-
Class com.nomagic.ui.MultiLineTextField extends javax.swing.JTextField implements Serializable
-
Class com.nomagic.ui.NMFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
hiDPIScaled
boolean hiDPIScaled
-
-
-
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
-
buttonOK
javax.swing.JButton buttonOK
-
-
-
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
The Layout the PredefinedConstraints are associated with.
-
-
-
Class com.nomagic.ui.ProgressDialog extends com.nomagic.ui.SimpleBaseDialog implements Serializable
-
Serialized Fields
-
activateOwnerOnDispose
boolean activateOwnerOnDispose
-
additionalPanel
javax.swing.JPanel additionalPanel
-
cancelButton
javax.swing.JButton cancelButton
-
draggers
java.util.List<com.nomagic.ui.Dragger> draggers
-
statusLabel
com.nomagic.ui.MultiLineLabel statusLabel
-
titleLabel
javax.swing.JLabel titleLabel
-
-
-
Class com.nomagic.ui.RadioButtonsPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
group
javax.swing.ButtonGroup group
The group of radio buttons -
inGroup
boolean inGroup
-
mButtons
java.util.List<javax.swing.JToggleButton> mButtons
Radio buttons.
-
-
-
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
Gap between components. -
horizontalOrientation
int horizontalOrientation
Horizontal oreintation of components. -
verticalOrientation
int verticalOrientation
Vertical oreintation of components.
-
-
-
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
-
scaleFactor
float scaleFactor
-
-
-
Class com.nomagic.ui.SideBorder extends javax.swing.border.EtchedBorder implements Serializable
-
Serialized Fields
-
orientation
int orientation
-
-
-
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
Action-result map. -
contentPanel
javax.swing.JPanel contentPanel
Panel for main contents. -
controlsPanel
com.nomagic.ui.ButtonsPanel controlsPanel
Buttons panel. -
descriptionPanel
com.nomagic.ui.DescriptionPanel descriptionPanel
-
helpPath
java.lang.String[] helpPath
Path to help. -
notificationPanel
javax.swing.JPanel notificationPanel
Notification panel. -
result
int result
Result holder.
-
-
-
Class com.nomagic.ui.SortedTableHeaderRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable
-
Serialized Fields
-
objectToSort
java.lang.Object objectToSort
-
up
boolean up
Sorting direction.
-
-
-
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
-
-
-
Class com.nomagic.ui.TableSorter extends com.nomagic.ui.TableMap implements Serializable
-
Serialized Fields
-
ascending
boolean ascending
-
column
int column
-
compares
int compares
-
indexes
int[] indexes
-
mColumnComparators
java.util.Map mColumnComparators
Contains comparator for each column -
mUpdateOnChanges
boolean mUpdateOnChanges
-
sortingColumns
java.util.Vector sortingColumns
-
tableView
javax.swing.JTable tableView
-
-
-
Class com.nomagic.ui.TextAreaPanel extends com.nomagic.ui.LazyInitializationPanel implements Serializable
-
Serialized Fields
-
documentation
javax.swing.JTextArea documentation
-
scrollPane
javax.swing.JScrollPane scrollPane
-
undoHandler
com.nomagic.ui.TextComponentUndoHandler undoHandler
-
-
-
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
-
-
-
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
Deprecated.
-
-
-
Class com.nomagic.uml2.ext.jmi.IndexedPropertyChangeEvent extends java.beans.IndexedPropertyChangeEvent implements Serializable
-
Class com.nomagic.uml2.ext.jmi.InstanceDeletedEvent extends com.dassault_systemes.modeler.foundation.events.ModelElementDisposeEvent implements Serializable
-
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
-
invalid
java.util.Collection<ModelValidationResult> invalid
-
-
-
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
-
elementCount
int elementCount
-
elementData
java.lang.Object[] elementData
-
mCloned
java.lang.Object[] mCloned
-
mRememberCloned
boolean mRememberCloned
-
-
-
Class com.nomagic.utils.CacheMap.ConcurrentHashMapWithNullSupport extends java.util.concurrent.ConcurrentHashMap<K,V> implements Serializable
-
Class com.nomagic.utils.ExtendedFile extends java.io.File implements Serializable
-
Serialized Fields
-
extensions
java.util.List<java.lang.String> extensions
-
-
-
Class com.nomagic.utils.LRUCacheMap extends java.util.LinkedHashMap<K,V> implements Serializable
-
Serialized Fields
-
limit
int limit
-
removedRef
java.util.concurrent.atomic.AtomicReference<V> removedRef
-
-
-
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
A lot of objects have just one listener. So do not use vector in such case. Vector is used only if listeners number is > 1 -
source
java.lang.Object source
Source
-
-
-