Package com.nomagic.magicdraw.ui.dialogs
Class SelectElementInfo
java.lang.Object
com.nomagic.magicdraw.ui.dialogs.SelectElementInfo
Info class for controling selection UI in element selection dialog.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Deprecated.not used anymore.Root element of selection UIboolean
Show diagrams nodes and allow to choose presentation elements in selection UIboolean
Show NONE nodeboolean
Deprecated.not used anymore.boolean
Should result of selection in UI be "sortable"static final int
Deprecated.not used anymorestatic final int
Deprecated.not used anymorestatic final int
Deprecated.not used anymoreint
Deprecated.not used anymore. -
Constructor Summary
ConstructorDescriptionSelectElementInfo
(boolean showNone, boolean showDiagrams, Element root, boolean sortable) Constructor. -
Method Summary
-
Field Details
-
SUGGESTION_LIST_NEVER
Deprecated.not used anymoreNever show element suggestion list.- See Also:
-
SUGGESTION_LIST_ALWAYS
Deprecated.not used anymoreAlways show element suggestion list.- See Also:
-
SUGGESTION_LIST_ON_DEMAND
Deprecated.not used anymoreShow suggestion list only if suggested elements are Types- See Also:
-
showNone
@OpenApi public boolean showNoneShow NONE node -
showDiagrams
@OpenApi public boolean showDiagramsShow diagrams nodes and allow to choose presentation elements in selection UI -
showRelationships
Deprecated.not used anymore. Now relationships are shown on demandShow model relationships in selection UI -
allowLoad
Deprecated.not used anymore. Now modules are allowed to load if neededAllow to load not loaded modules in UI -
suggestionList
Deprecated.not used anymore. Suggestion list is shown always in selection UISuggestion list display mode -
root
Root element of selection UI -
sortable
@OpenApi public boolean sortableShould result of selection in UI be "sortable"
-
-
Constructor Details
-
SelectElementInfo
@OpenApi public SelectElementInfo(boolean showNone, boolean showDiagrams, @CheckForNull Element root, boolean sortable) Constructor.- Parameters:
showNone
-showNone
value.showDiagrams
-showDiagrams
value.root
-root
value.sortable
-sortable
value.
-