| |
|
| java.lang.Object org.acm.seguin.ide.jedit.UMLProject
UMLProject | public class UMLProject (Code) | |
Note: this class is not thread safe!
author: Mike author: Atkinson version: $Id: UMLProject.java,v 1.1 2003/09/17 19:52:32 mikeatkinson Exp $ since: 0.0.1 |
UMLProject | public UMLProject(String name)(Code) | | Constructor for the UMLProject object
Parameters: name - Description of the Parameter |
getIcon | public Icon getIcon(boolean expanded)(Code) | | Returns the icon to be shown on the tree next to the node name.
Parameters: expanded - If the node is currently expanded or not. The icon value |
getName | public String getName()(Code) | | Gets the name attribute of the UMLProject object
The name value |
getProperties | public Properties getProperties()(Code) | | Return the project's property set.
The properties value |
getProperty | public String getProperty(String property)(Code) | | Returns the property set for the project.
Parameters: property - Description of the Parameter The property value |
getPropertyNames | public Set getPropertyNames()(Code) | | Returns a set containing all property names for this project.
The propertyNames value |
getRootPath | public String getRootPath()(Code) | | Gets the rootPath attribute of the UMLProject object
The rootPath value |
removeProperty | public Object removeProperty(String property)(Code) | | Removes the given property from the project.
Parameters: property - Description of the Parameter Description of the Return Value |
setName | public void setName(String name)(Code) | | Sets the name attribute of the UMLProject object
Parameters: name - The new name value |
setProperty | public String setProperty(String name, String value)(Code) | | Sets a property.
Parameters: name - The new property value Parameters: value - The new property value The old value for the property (can be null). |
setRootPath | public void setRootPath(String root)(Code) | | Sets the rootPath attribute of the UMLProject object
Parameters: root - The new rootPath value |
toString | public String toString()(Code) | | Returns a string representation of the current node.
Description of the Return Value |
|
|
|