Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.ScrollPaneStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.ScrollPaneStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.ScrollPaneStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearHorizontalScrollBar(Element element) voidclearVerticalScrollBar(Element element) getHorizontalScrollBar(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) voidvoidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
HORIZONTAL_SCROLL_BAR
- See Also:
-
VERTICAL_SCROLL_BAR
- See Also:
-
-
Constructor Details
-
ScrollPaneStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getHorizontalScrollBarProperty
-
getVerticalScrollBarProperty
-
setHorizontalScrollBar
public void setHorizontalScrollBar(Element element, UIPrototypingProfile.ScrollPaneScrollBarPolicyEnum value) -
clearHorizontalScrollBar
-
getHorizontalScrollBar
@CheckForNull public UIPrototypingProfile.ScrollPaneScrollBarPolicyEnum getHorizontalScrollBar(Element element) -
setVerticalScrollBar
public void setVerticalScrollBar(Element element, UIPrototypingProfile.ScrollPaneScrollBarPolicyEnum value) -
clearVerticalScrollBar
-
getVerticalScrollBar
@CheckForNull public UIPrototypingProfile.ScrollPaneScrollBarPolicyEnum getVerticalScrollBar(Element element) -
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
-