Package mgui.interfaces.projects
Class InterfaceProjectOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.projects.InterfaceProjectOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
public class InterfaceProjectOptions extends InterfaceOptions
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
icon_type
java.lang.String
instance_prefix
java.lang.String
instance_suffix
java.util.ArrayList<ProjectInstance>
instances
InterfaceProject
project
java.util.ArrayList<ProjectDirectory>
subdirs
-
Constructor Summary
Constructors Constructor Description InterfaceProjectOptions()
InterfaceProjectOptions(InterfaceProject project)
-
Method Summary
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
project
-
instances
-
subdirs
-
instance_prefix
public java.lang.String instance_prefix -
instance_suffix
public java.lang.String instance_suffix -
icon_type
public java.lang.String icon_type
-
-
Constructor Details
-
InterfaceProjectOptions
public InterfaceProjectOptions() -
InterfaceProjectOptions
-