org.argouml.uml.diagram.ui
Interface EnumLiteralsCompartmentContainer

All Known Implementing Classes:
FigEnumeration

Deprecated. in 0.29.2 by MVW. 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 EnumLiteralsCompartmentContainer

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


Method Summary
 java.awt.Rectangle getEnumLiteralsBounds()
          Deprecated.  
 boolean isEnumLiteralsVisible()
          Deprecated. Determine if the EnumerationLiterals compartment is visible.
 void setEnumLiteralsVisible(boolean visible)
          Deprecated. Set the visibility of the EnumerationLiterals compartment.
 

Method Detail

isEnumLiteralsVisible

boolean isEnumLiteralsVisible()
Deprecated. 
Determine if the EnumerationLiterals compartment is visible.

Returns:
true if the EnumerationLiterals compartment is visible.

setEnumLiteralsVisible

void setEnumLiteralsVisible(boolean visible)
Deprecated. 
Set the visibility of the EnumerationLiterals compartment.

Parameters:
visible - the new visibility status.

getEnumLiteralsBounds

java.awt.Rectangle getEnumLiteralsBounds()
Deprecated. 
Returns:
The bounds of the EnumerationLiterals compartment


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook