Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.FrameStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Stereotype>
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.FrameStereotype
-
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.FrameStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringICONstatic java.lang.StringINACTIVEprivate Propertymaximizestatic java.lang.StringMAXIMIZEprivate Propertyminimizestatic java.lang.StringMINIMIZEprivate UIPrototypingProfileprofilestatic java.lang.StringSTEREOTYPE_NAMEstatic java.lang.StringTITLE
-
Constructor Summary
Constructors Modifier Constructor Description protectedFrameStereotype(UIPrototypingProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()voidclearIcon(Element element)voidclearInactive(Element element)voidclearMaximize(Element element)voidclearMinimize(Element element)voidclearTitle(Element element)UIPrototypingProfile.IconsEnumgetIcon(Element element)PropertygetIconProperty()PropertygetInactiveProperty()PropertygetMaximizeProperty()PropertygetMinimizeProperty()StereotypegetStereotype()Returns stereotype for this wrapper.java.lang.StringgetTitle(Element element)PropertygetTitleProperty()booleanis(Element element)java.lang.BooleanisInactive(Element element)static booleanisInstance(Element element)java.lang.BooleanisMaximize(Element element)java.lang.BooleanisMinimize(Element element)voidsetIcon(Element element, UIPrototypingProfile.IconsEnum value)voidsetInactive(Element element, java.lang.Boolean value)voidsetMaximize(Element element, java.lang.Boolean value)voidsetMinimize(Element element, java.lang.Boolean value)voidsetTitle(Element element, java.lang.String value)-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
MAXIMIZE
public static final java.lang.String MAXIMIZE
- See Also:
- Constant Field Values
-
MINIMIZE
public static final java.lang.String MINIMIZE
- See Also:
- Constant Field Values
-
ICON
public static final java.lang.String ICON
- See Also:
- Constant Field Values
-
INACTIVE
public static final java.lang.String INACTIVE
- See Also:
- Constant Field Values
-
TITLE
public static final java.lang.String TITLE
- See Also:
- Constant Field Values
-
profile
private final UIPrototypingProfile profile
-
maximize
@CheckForNull private Property maximize
-
minimize
@CheckForNull private Property minimize
-
-
Constructor Detail
-
FrameStereotype
protected FrameStereotype(UIPrototypingProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getMaximizeProperty
@CheckForNull public Property getMaximizeProperty()
-
getMinimizeProperty
@CheckForNull public Property getMinimizeProperty()
-
getIconProperty
@CheckForNull public Property getIconProperty()
-
getInactiveProperty
@CheckForNull public Property getInactiveProperty()
-
getTitleProperty
@CheckForNull public Property getTitleProperty()
-
setMaximize
public void setMaximize(Element element, java.lang.Boolean value)
-
clearMaximize
public void clearMaximize(Element element)
-
isMaximize
@CheckForNull public java.lang.Boolean isMaximize(Element element)
-
setMinimize
public void setMinimize(Element element, java.lang.Boolean value)
-
clearMinimize
public void clearMinimize(Element element)
-
isMinimize
@CheckForNull public java.lang.Boolean isMinimize(Element element)
-
setIcon
public void setIcon(Element element, UIPrototypingProfile.IconsEnum value)
-
clearIcon
public void clearIcon(Element element)
-
getIcon
@CheckForNull public UIPrototypingProfile.IconsEnum getIcon(Element element)
-
setInactive
public void setInactive(Element element, java.lang.Boolean value)
-
clearInactive
public void clearInactive(Element element)
-
isInactive
@CheckForNull public java.lang.Boolean isInactive(Element element)
-
setTitle
public void setTitle(Element element, java.lang.String value)
-
clearTitle
public void clearTitle(Element element)
-
getTitle
@CheckForNull public java.lang.String getTitle(Element element)
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Stereotype>
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-