Package mgui.interfaces.projects
Class ProjectDirectoryOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.projects.ProjectDirectoryOptions
- All Implemented Interfaces:
InterfaceObject,NamedObject,TreeObject,CleanableObject
public class ProjectDirectoryOptions extends InterfaceOptions
Options for a
ProjectDirectory.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
Fields Modifier and Type Field Description ProjectDirectorydirectory -
Constructor Summary
Constructors Constructor Description ProjectDirectoryOptions() -
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
-
directory
-
-
Constructor Details
-
ProjectDirectoryOptions
public ProjectDirectoryOptions()
-