Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.TreeStereotype
java.lang.Object
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearExpand(Element element) voidclearHorizontalScrollBar(Element element) voidvoidvoidclearVerticalScrollBar(Element element) getHorizontalScrollBar(Element element) Returns stereotype for this wrapper.getVerticalScrollBar(Element element) booleanstatic booleanisInstance(Element element) voidvoidsetHorizontalScrollBar(Element element, UIPrototypingProfile.ScrollBarPolicyEnum value) voidsetIcon(Element element, UIPrototypingProfile.IconsEnum value) voidvoidsetVerticalScrollBar(Element element, UIPrototypingProfile.ScrollBarPolicyEnum value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
EXPAND
- See Also:
-
ICON
- See Also:
-
HORIZONTAL_SCROLL_BAR
- See Also:
-
VERTICAL_SCROLL_BAR
- See Also:
-
TEXT
- See Also:
-
-
Constructor Details
-
TreeStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getExpandProperty
-
getIconProperty
-
getHorizontalScrollBarProperty
-
getVerticalScrollBarProperty
-
getTextProperty
-
setExpand
-
clearExpand
-
isExpand
-
setIcon
-
clearIcon
-
getIcon
-
setHorizontalScrollBar
-
clearHorizontalScrollBar
-
getHorizontalScrollBar
@CheckForNull public UIPrototypingProfile.ScrollBarPolicyEnum getHorizontalScrollBar(Element element) -
setVerticalScrollBar
-
clearVerticalScrollBar
-
getVerticalScrollBar
-
setText
-
clearText
-
getText
-
clear
protected void clear() -
is
-
isInstance
-