Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.TextAreaStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.TextAreaStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.TextAreaStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearHorizontalScrollBar
(Element element) void
clearInactive
(Element element) void
void
clearVerticalScrollBar
(Element element) getHorizontalScrollBar
(Element element) Returns stereotype for this wrapper.getVerticalScrollBar
(Element element) boolean
isInactive
(Element element) static boolean
isInstance
(Element element) void
setHorizontalScrollBar
(Element element, UIPrototypingProfile.ScrollBarPolicyEnum value) void
setInactive
(Element element, Boolean 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:
-
INACTIVE
- See Also:
-
HORIZONTAL_SCROLL_BAR
- See Also:
-
VERTICAL_SCROLL_BAR
- See Also:
-
TEXT
- See Also:
-
-
Constructor Details
-
TextAreaStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getInactiveProperty
-
getHorizontalScrollBarProperty
-
getVerticalScrollBarProperty
-
getTextProperty
-
setInactive
-
clearInactive
-
isInactive
-
setHorizontalScrollBar
-
clearHorizontalScrollBar
-
getHorizontalScrollBar
@CheckForNull public UIPrototypingProfile.ScrollBarPolicyEnum getHorizontalScrollBar(Element element) -
setVerticalScrollBar
-
clearVerticalScrollBar
-
getVerticalScrollBar
-
setText
-
clearText
-
getText
-
is
-
isInstance
-