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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearExpand
(Element element) void
clearHorizontalScrollBar
(Element element) void
void
void
clearVerticalScrollBar
(Element element) getHorizontalScrollBar
(Element element) Returns stereotype for this wrapper.getVerticalScrollBar
(Element element) boolean
static boolean
isInstance
(Element element) void
void
setHorizontalScrollBar
(Element element, UIPrototypingProfile.ScrollBarPolicyEnum value) void
setIcon
(Element element, UIPrototypingProfile.IconsEnum value) void
void
setVerticalScrollBar
(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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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
-