com.ibm.xtools.umlnotation
Interface UMLComponentStyle
- All Superinterfaces:
- EObject, FillStyle, FontStyle, LineStyle, Notifier, Style, UMLListStyle, UMLNameStyle, UMLParentStyle, UMLShapeStyle, UMLStereotypeStyle
public interface UMLComponentStyle
- extends UMLShapeStyle
A representation of the model object 'UML Component Style'.
The UML component style is a style to be installed on views of UMLComponents.
The following features are supported:
- See Also:
UmlnotationPackage.getUMLComponentStyle()
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.gmf.runtime.notation.FontStyle |
getFontColor, getFontHeight, getFontName, isBold, isItalic, isStrikeThrough, isUnderline, setBold, setFontColor, setFontHeight, setFontName, setItalic, setStrikeThrough, setUnderline |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
isShowWhiteBox
boolean isShowWhiteBox()
- Returns the value of the 'Show White Box' attribute.
The default value is
"false".
The property determines whether the shape should show the internal structure of the component or not.
- Returns:
- the value of the 'Show White Box' attribute.
- See Also:
UMLComponentStyle.setShowWhiteBox(boolean),
UmlnotationPackage.getUMLComponentStyle_ShowWhiteBox()
setShowWhiteBox
void setShowWhiteBox(boolean value)
- Sets the value of the '
Show White Box' attribute.
The property determines whether the shape should show the internal structure of the component or not.
- Parameters:
value - the new value of the 'Show White Box' attribute.- See Also:
UMLComponentStyle.isShowWhiteBox()
© Copyright IBM Corp. 2009. All rights reserved.