IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.umlnotation
Interface UMLComponentStyle

All Superinterfaces:
org.eclipse.emf.ecore.EObject, FillStyle, FontStyle, LineStyle, org.eclipse.emf.common.notify.Notifier, Style, UMLListStyle, UMLNameStyle, 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()

Method Summary
 boolean isShowWhiteBox()
          Returns the value of the 'Show White Box' attribute.
 void setShowWhiteBox(boolean value)
          Sets the value of the 'Show White Box' attribute
 
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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface com.ibm.xtools.notation.FontStyle
getFontColor, getFontHeight, getFontName, isBold, isItalic, isStrikeThrough, isUnderline, setBold, setFontColor, setFontHeight, setFontName, setItalic, setStrikeThrough, setUnderline
 
Methods inherited from interface com.ibm.xtools.umlnotation.UMLListStyle
getShowListStereotype, getShowListVisibility, isShowListSignature, setShowListSignature, setShowListStereotype, setShowListVisibility
 
Methods inherited from interface com.ibm.xtools.notation.FillStyle
getFillColor, setFillColor
 
Methods inherited from interface com.ibm.xtools.notation.LineStyle
getLineColor, setLineColor
 
Methods inherited from interface com.ibm.xtools.umlnotation.UMLNameStyle
isShowParentName, setShowParentName
 
Methods inherited from interface com.ibm.xtools.umlnotation.UMLStereotypeStyle
getShowStereotype, setShowStereotype
 

Method Detail

isShowWhiteBox

public 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:
setShowWhiteBox(boolean), UmlnotationPackage.getUMLComponentStyle_ShowWhiteBox()

setShowWhiteBox

public 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:
isShowWhiteBox()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.