Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.TabbedPaneStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Stereotype>
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.TabbedPaneStereotype
-
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.TabbedPaneStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringACTIVE_TABstatic java.lang.StringSTEREOTYPE_NAMEstatic java.lang.StringTAB_POSITIONstatic java.lang.StringTABS
-
Constructor Summary
Constructors Modifier Constructor Description protectedTabbedPaneStereotype(UIPrototypingProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTabs(Element element, java.lang.String value)protected voidclear()voidclearActiveTab(Element element)voidclearTabPosition(Element element)voidclearTabs(Element element)java.lang.StringgetActiveTab(Element element)PropertygetActiveTabProperty()StereotypegetStereotype()Returns stereotype for this wrapper.UIPrototypingProfile.TabPositionsEnumgetTabPosition(Element element)PropertygetTabPositionProperty()java.util.List<java.lang.String>getTabs(Element element)PropertygetTabsProperty()booleanis(Element element)static booleanisInstance(Element element)voidremoveTabs(Element element, java.lang.String value)voidsetActiveTab(Element element, java.lang.String value)voidsetTabPosition(Element element, UIPrototypingProfile.TabPositionsEnum value)voidsetTabs(Element element, java.util.Collection<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
-
ACTIVE_TAB
public static final java.lang.String ACTIVE_TAB
- See Also:
- Constant Field Values
-
TAB_POSITION
public static final java.lang.String TAB_POSITION
- See Also:
- Constant Field Values
-
TABS
public static final java.lang.String TABS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TabbedPaneStereotype
protected TabbedPaneStereotype(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
-
getActiveTabProperty
@CheckForNull public Property getActiveTabProperty()
-
getTabPositionProperty
@CheckForNull public Property getTabPositionProperty()
-
getTabsProperty
@CheckForNull public Property getTabsProperty()
-
setActiveTab
public void setActiveTab(Element element, java.lang.String value)
-
clearActiveTab
public void clearActiveTab(Element element)
-
getActiveTab
@CheckForNull public java.lang.String getActiveTab(Element element)
-
setTabPosition
public void setTabPosition(Element element, UIPrototypingProfile.TabPositionsEnum value)
-
clearTabPosition
public void clearTabPosition(Element element)
-
getTabPosition
@CheckForNull public UIPrototypingProfile.TabPositionsEnum getTabPosition(Element element)
-
setTabs
public void setTabs(Element element, java.util.Collection<java.lang.String> value)
-
clearTabs
public void clearTabs(Element element)
-
addTabs
public void addTabs(Element element, java.lang.String value)
-
removeTabs
public void removeTabs(Element element, java.lang.String value)
-
getTabs
public java.util.List<java.lang.String> getTabs(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)
-
-