Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile.TabbedPaneStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile.TabbedPaneStereotype
- Enclosing class:
- UIPrototypingProfile
public static class UIPrototypingProfile.TabbedPaneStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
clear()
void
clearActiveTab
(Element element) void
clearTabPosition
(Element element) void
getActiveTab
(Element element) Returns stereotype for this wrapper.getTabPosition
(Element element) boolean
static boolean
isInstance
(Element element) void
removeTabs
(Element element, String value) void
setActiveTab
(Element element, String value) void
setTabPosition
(Element element, UIPrototypingProfile.TabPositionsEnum value) void
setTabs
(Element element, Collection<String> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ACTIVE_TAB
- See Also:
-
TAB_POSITION
- See Also:
-
TABS
- See Also:
-
-
Constructor Details
-
TabbedPaneStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getActiveTabProperty
-
getTabPositionProperty
-
getTabsProperty
-
setActiveTab
-
clearActiveTab
-
getActiveTab
-
setTabPosition
-
clearTabPosition
-
getTabPosition
-
setTabs
-
clearTabs
-
addTabs
-
removeTabs
-
getTabs
-
clear
protected void clear() -
is
-
isInstance
-