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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FrameStereotype(UIPrototypingProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clear()
void
clearIcon(Element element)
void
clearInactive(Element element)
void
clearMaximize(Element element)
void
clearMinimize(Element element)
void
clearTitle(Element element)
UIPrototypingProfile.IconsEnum
getIcon(Element element)
Property
getIconProperty()
Property
getInactiveProperty()
Property
getMaximizeProperty()
Property
getMinimizeProperty()
Stereotype
getStereotype()
Returns stereotype for this wrapper.java.lang.String
getTitle(Element element)
Property
getTitleProperty()
boolean
is(Element element)
java.lang.Boolean
isInactive(Element element)
static boolean
isInstance(Element element)
java.lang.Boolean
isMaximize(Element element)
java.lang.Boolean
isMinimize(Element element)
void
setIcon(Element element, UIPrototypingProfile.IconsEnum value)
void
setInactive(Element element, java.lang.Boolean value)
void
setMaximize(Element element, java.lang.Boolean value)
void
setMinimize(Element element, java.lang.Boolean value)
void
setTitle(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
-
-
Constructor Detail
-
FrameStereotype
protected FrameStereotype(UIPrototypingProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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:
clear
in classProfileImplementation.ProfileElementWrapper<Stereotype>
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-