Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.ScrollBarStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.ScrollBarStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.ScrollBarStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearInactive
(Element element) void
clearVertical
(Element element) Returns stereotype for this wrapper.boolean
isInactive
(Element element) static boolean
isInstance
(Element element) isVertical
(Element element) void
setInactive
(Element element, Boolean value) void
setVertical
(Element element, Boolean value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
INACTIVE
- See Also:
-
VERTICAL
- See Also:
-
-
Constructor Details
-
ScrollBarStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getInactiveProperty
-
getVerticalProperty
-
setInactive
-
clearInactive
-
isInactive
-
setVertical
-
clearVertical
-
isVertical
-
is
-
isInstance
-