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