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) booleanstatic booleanisInstance(Element element) voidvoidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, 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
-
isInstance
-