| org.acm.seguin.uml.UMLLine org.acm.seguin.uml.UMLField
UMLField | public class UMLField extends UMLLine implements ISourceful(Code) | | Displays a single UML field in a line
author: Chris Seguin |
UMLField | public UMLField(UMLPackage initCurrent, UMLType parent, FieldSummary field, DragPanelAdapter adapter)(Code) | | Create a new instance of a UMLLine
Parameters: initCurrent - Description of Parameter Parameters: parent - Description of Parameter Parameters: field - Description of Parameter Parameters: adapter - Description of Parameter |
getDefaultBackground | protected Color getDefaultBackground()(Code) | | Return the default background color
the color |
getSourceSummary | public Summary getSourceSummary()(Code) | | Gets the sourceSummary attribute of the UMLField object
The sourceSummary value |
getSummary | public FieldSummary getSummary()(Code) | | Return the summary
Description of the Returned Value |
getType | public TypeSummary getType()(Code) | | Description of the Method
Description of the Returned Value |
isAssociation | public boolean isAssociation()(Code) | | Is this object represented as an association
Description of the Returned Value |
isConvertable | public boolean isConvertable()(Code) | | Is this object represented as an association
Description of the Returned Value |
setAssociation | public void setAssociation(boolean way)(Code) | | Transform into an association
Parameters: way - Description of Parameter |
|
|