org.argouml.uml.diagram
Interface AttributesCompartmentContainer

All Known Implementing Classes:
FigClassifierBoxWithAttributes

Deprecated. in 0.29.2 by Bob Tarling. We can't assume at compile time what Figs contain what compartments. This is proved in the UML1.4 to UML2 conversion where UML1.4 does not want this interface for FigInterface but UML2 does. Use FigCompartment.getCompartment(Object metaType) to fetch a compartment and check the existence and methods of the returned object.

public interface AttributesCompartmentContainer

An interface to be implemented by any Fig that contains a FigAttributesCompartment.


Method Summary
 java.awt.Rectangle getAttributesBounds()
          Deprecated.  
 boolean isAttributesVisible()
          Deprecated. Determine if the attributes compartment is visible.
 void setAttributesVisible(boolean visible)
          Deprecated. Set the visibility of the attributes compartment.
 

Method Detail

isAttributesVisible

boolean isAttributesVisible()
Deprecated. 
Determine if the attributes compartment is visible.

Returns:
true if the attributes compartment is visible.

setAttributesVisible

void setAttributesVisible(boolean visible)
Deprecated. 
Set the visibility of the attributes compartment.

Parameters:
visible - the new visibility status.

getAttributesBounds

java.awt.Rectangle getAttributesBounds()
Deprecated. 
Returns:
The bounds of the operations compartment


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook