Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.VerticalScrollBarStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.VerticalScrollBarStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.VerticalScrollBarStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearVerticalScrollBar(Element element) Returns stereotype for this wrapper.getVerticalScrollBar(Element element) booleanChecks if stereotype of this wrapper is applied to given element.static booleanisInstance(Element element) voidsetVerticalScrollBar(Element element, UIPrototypingProfile.ScrollBarPolicyEnum value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
VERTICAL_SCROLL_BAR
- See Also:
-
-
Constructor Details
-
VerticalScrollBarStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getVerticalScrollBarProperty
-
setVerticalScrollBar
-
clearVerticalScrollBar
-
getVerticalScrollBar
-
clear
protected void clear() -
is
Description copied from class:ProfileImplementation.StereotypeWrapperChecks if stereotype of this wrapper is applied to given element.- Specified by:
isin classProfileImplementation.StereotypeWrapper- Parameters:
element- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
-