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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearHorizontalScrollBar
(Element element) void
clearVerticalScrollBar
(Element element) getHorizontalScrollBar
(Element element) Returns stereotype for this wrapper.getVerticalScrollBar
(Element element) boolean
static boolean
isInstance
(Element element) void
void
Methods 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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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
-