|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ide.jedit.UMLProject
public class UMLProject
Note: this class is not thread safe!
Constructor Summary | |
---|---|
UMLProject(java.lang.String name)
Constructor for the UMLProject object |
Method Summary | |
---|---|
javax.swing.Icon |
getIcon(boolean expanded)
Returns the icon to be shown on the tree next to the node name. |
java.lang.String |
getName()
Gets the name attribute of the UMLProject object |
java.util.Properties |
getProperties()
Return the project's property set. |
java.lang.String |
getProperty(java.lang.String property)
Returns the property set for the project. |
java.util.Set |
getPropertyNames()
Returns a set containing all property names for this project. |
java.lang.String |
getRootPath()
Gets the rootPath attribute of the UMLProject object |
java.lang.Object |
removeProperty(java.lang.String property)
Removes the given property from the project. |
void |
setName(java.lang.String name)
Sets the name attribute of the UMLProject object |
java.lang.String |
setProperty(java.lang.String name,
java.lang.String value)
Sets a property. |
void |
setRootPath(java.lang.String root)
Sets the rootPath attribute of the UMLProject object |
java.lang.String |
toString()
Returns a string representation of the current node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UMLProject(java.lang.String name)
name
- Description of the ParameterMethod Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The new name valuepublic java.lang.String getRootPath()
public void setRootPath(java.lang.String root)
root
- The new rootPath valuepublic java.lang.String getProperty(java.lang.String property)
property
- Description of the Parameter
public java.lang.String setProperty(java.lang.String name, java.lang.String value)
name
- The new property valuevalue
- The new property value
public java.util.Set getPropertyNames()
public java.lang.Object removeProperty(java.lang.String property)
property
- Description of the Parameter
public java.util.Properties getProperties()
public javax.swing.Icon getIcon(boolean expanded)
expanded
- If the node is currently expanded or not.
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |