org.argouml.uml.diagram.ui
Interface PathContainer

All Known Implementing Classes:
FigNodeModelElement

public interface PathContainer

An interface to be implemented by any Fig that may or may not show a full path (of which the segments are seperated by ::).


Method Summary
 boolean isPathVisible()
          Determine if the path is visible.
 void setPathVisible(boolean visible)
          Set the visibility of the path.
 

Method Detail

isPathVisible

public boolean isPathVisible()
Determine if the path is visible.

Returns:
true if the path is visible.

setPathVisible

public void setPathVisible(boolean visible)
Set the visibility of the path.

Parameters:
visible - the new path status.


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook