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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclearHorizontalScrollBar(Element element) voidclearInactive(Element element) voidvoidclearVerticalScrollBar(Element element) getHorizontalScrollBar(Element element) Returns stereotype for this wrapper.getVerticalScrollBar(Element element) booleanisInactive(Element element) static booleanisInstance(Element element) voidsetHorizontalScrollBar(Element element, UIPrototypingProfile.ScrollBarPolicyEnum value) voidsetInactive(Element element, Boolean 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:
-
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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-