Package mgui.interfaces.projects.util
Class ProjectOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.projects.util.ProjectOptions
- All Implemented Interfaces:
InterfaceObject,NamedObject,TreeObject,CleanableObject
public class ProjectOptions extends InterfaceOptions
Options for a project.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
Fields Modifier and Type Field Description InterfaceProjectproject -
Constructor Summary
Constructors Constructor Description ProjectOptions(InterfaceProject project) -
Method Summary
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
project
-
-
Constructor Details
-
ProjectOptions
-