org.argouml.uml.diagram.ui
Interface OperationsCompartmentContainer

All Known Implementing Classes:
FigClass, FigInterface

public interface OperationsCompartmentContainer

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


Method Summary
 Rectangle getOperationsBounds()
           
 boolean isOperationsVisible()
          Determine if the operations compartment is visible.
 void setOperationsVisible(boolean visible)
          Set the visibility of the operations compartment.
 

Method Detail

isOperationsVisible

public boolean isOperationsVisible()
Determine if the operations compartment is visible.

Returns:
true if the operations compartment is visible.

setOperationsVisible

public void setOperationsVisible(boolean visible)
Set the visibility of the operations compartment.

Parameters:
visible - the new visibility status.

getOperationsBounds

public Rectangle getOperationsBounds()
Returns:
The bounds of the operations compartment


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook