Package com.nomagic.magicdraw.uimodeling
Class UIPrototypingProfile
java.lang.Object
com.nomagic.profiles.ProfileImplementation
com.nomagic.magicdraw.uimodeling.UIPrototypingProfile
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static enum
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static enum
static class
static enum
static class
static class
static class
static class
static class
static class
static class
static enum
static class
static class
static class
static class
static class
static class
static class
static class
Nested classes/interfaces inherited from class com.nomagic.profiles.ProfileImplementation
ProfileImplementation.StereotypeWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbutton()
cell()
checkBox()
protected void
column()
columns()
comboBox()
frame()
protected Collection<com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper>
Generated method for getting all stereotype wrappers contained within this profile.protected Collection<Stereotype>
Generated method for getting all stereotypes contained within this profile.getIcons()
static UIPrototypingProfile
getInstance
(BaseElement baseElement) static Collection<Class<? extends Element>>
groupBox()
icon()
inactive()
boolean
isUIComponent
(Element element) boolean
isUIElement
(Element element) boolean
isUISymbolWithText
(Element element) label()
leaf()
list()
menuBar()
node()
panel()
row()
selected()
slider()
spinner()
table()
text()
textArea()
title()
toolBar()
tree()
vertical()
Methods inherited from class com.nomagic.profiles.ProfileImplementation
findByRelativeQualifiedName, getAllStereotypes, getCache, getDataType, getProfile, getStereotype, isTypeOf, isTypeOf, valueFromString
-
Field Details
-
PROFILE_URI
- See Also:
-
PROFILE_NAME
- See Also:
-
BORDERS_DATATYPE
- See Also:
-
ICONS_DATATYPE
- See Also:
-
SCROLLBARPOLICY_DATATYPE
- See Also:
-
SCROLLPANESCROLLBARPOLICY_DATATYPE
- See Also:
-
TABPOSITIONS_DATATYPE
- See Also:
-
-
Constructor Details
-
UIPrototypingProfile
public UIPrototypingProfile(com.nomagic.profiles.ProfileCache cache)
-
-
Method Details
-
isUIComponent
-
isUIElement
-
isUISymbolWithText
-
getUISymbolWithTextMetaclasses
-
clearCache
protected void clearCache()- Overrides:
clearCache
in classProfileImplementation
-
getInstance
-
button
-
cell
-
checkBox
-
column
-
columns
-
comboBox
-
frame
-
groupBox
-
horizontalScrollBar
-
hyperlink
-
icon
-
inactive
-
label
-
leaf
-
list
-
maximumValue
-
minimumValue
-
node
-
nodeandLeafNumbering
-
panel
-
passwordField
-
progressBar
-
radioButton
-
row
-
scrollBar
-
scrollPane
-
selected
-
separator
-
slider
-
spinner
-
tabbedPane
-
table
-
text
-
textArea
-
textField
-
title
-
toolBar
-
tree
-
vertical
-
verticalScrollBar
-
getBorders
-
getIcons
-
getScrollBarPolicy
-
getScrollPaneScrollBarPolicy
-
getTabPositions
-
generatedGetAllElementWrappers
protected Collection<com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper> generatedGetAllElementWrappers()Description copied from class:ProfileImplementation
Generated method for getting all stereotype wrappers contained within this profile.- Specified by:
generatedGetAllElementWrappers
in classProfileImplementation
- Returns:
- gets all stereotype wrappers contained within this profile.
-
generatedGetAllStereotypes
Description copied from class:ProfileImplementation
Generated method for getting all stereotypes contained within this profile.- Specified by:
generatedGetAllStereotypes
in classProfileImplementation
- Returns:
- gets all stereotypes contained within this profile.
-