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.Stringicon_typejava.lang.Stringinstance_prefixjava.lang.Stringinstance_suffixjava.util.ArrayList<ProjectInstance>instancesInterfaceProjectprojectjava.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, setTreeNodeMethods 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
-