Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.FrameStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.FrameStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.FrameStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
void
clearInactive
(Element element) void
clearMaximize
(Element element) void
clearMinimize
(Element element) void
clearTitle
(Element element) Returns stereotype for this wrapper.boolean
isInactive
(Element element) static boolean
isInstance
(Element element) isMaximize
(Element element) isMinimize
(Element element) void
setIcon
(Element element, UIPrototypingProfile.IconsEnum value) void
setInactive
(Element element, Boolean value) void
setMaximize
(Element element, Boolean value) void
setMinimize
(Element element, Boolean value) void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
MAXIMIZE
- See Also:
-
MINIMIZE
- See Also:
-
ICON
- See Also:
-
INACTIVE
- See Also:
-
TITLE
- See Also:
-
-
Constructor Details
-
FrameStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getMaximizeProperty
-
getMinimizeProperty
-
getIconProperty
-
getInactiveProperty
-
getTitleProperty
-
setMaximize
-
clearMaximize
-
isMaximize
-
setMinimize
-
clearMinimize
-
isMinimize
-
setIcon
-
clearIcon
-
getIcon
-
setInactive
-
clearInactive
-
isInactive
-
setTitle
-
clearTitle
-
getTitle
-
clear
protected void clear() -
is
-
isInstance
-