Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.TreeStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Stereotype>
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.TreeStereotype
-
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.TreeStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EXPAND
static java.lang.String
HORIZONTAL_SCROLL_BAR
static java.lang.String
ICON
static java.lang.String
STEREOTYPE_NAME
static java.lang.String
TEXT
static java.lang.String
VERTICAL_SCROLL_BAR
-
Constructor Summary
Constructors Modifier Constructor Description protected
TreeStereotype(UIPrototypingProfile profile)
-
Method Summary
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
EXPAND
public static final java.lang.String EXPAND
- See Also:
- Constant Field Values
-
ICON
public static final java.lang.String ICON
- See Also:
- Constant Field Values
-
HORIZONTAL_SCROLL_BAR
public static final java.lang.String HORIZONTAL_SCROLL_BAR
- See Also:
- Constant Field Values
-
VERTICAL_SCROLL_BAR
public static final java.lang.String VERTICAL_SCROLL_BAR
- See Also:
- Constant Field Values
-
TEXT
public static final java.lang.String TEXT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TreeStereotype
protected TreeStereotype(UIPrototypingProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getExpandProperty
@CheckForNull public Property getExpandProperty()
-
getIconProperty
@CheckForNull public Property getIconProperty()
-
getHorizontalScrollBarProperty
@CheckForNull public Property getHorizontalScrollBarProperty()
-
getVerticalScrollBarProperty
@CheckForNull public Property getVerticalScrollBarProperty()
-
getTextProperty
@CheckForNull public Property getTextProperty()
-
setExpand
public void setExpand(Element element, java.lang.Boolean value)
-
clearExpand
public void clearExpand(Element element)
-
isExpand
@CheckForNull public java.lang.Boolean isExpand(Element element)
-
setIcon
public void setIcon(Element element, UIPrototypingProfile.IconsEnum value)
-
clearIcon
public void clearIcon(Element element)
-
getIcon
@CheckForNull public UIPrototypingProfile.IconsEnum getIcon(Element element)
-
setHorizontalScrollBar
public void setHorizontalScrollBar(Element element, UIPrototypingProfile.ScrollBarPolicyEnum value)
-
clearHorizontalScrollBar
public void clearHorizontalScrollBar(Element element)
-
getHorizontalScrollBar
@CheckForNull public UIPrototypingProfile.ScrollBarPolicyEnum getHorizontalScrollBar(Element element)
-
setVerticalScrollBar
public void setVerticalScrollBar(Element element, UIPrototypingProfile.ScrollBarPolicyEnum value)
-
clearVerticalScrollBar
public void clearVerticalScrollBar(Element element)
-
getVerticalScrollBar
@CheckForNull public UIPrototypingProfile.ScrollBarPolicyEnum getVerticalScrollBar(Element element)
-
setText
public void setText(Element element, java.lang.String value)
-
clearText
public void clearText(Element element)
-
getText
@CheckForNull public java.lang.String getText(Element element)
-
clear
protected void clear()
- Overrides:
clear
in classProfileImplementation.ProfileElementWrapper<Stereotype>
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-