Uses of Class
mgui.interfaces.projects.ProjectInstance
Package | Description |
---|---|
mgui.interfaces.projects |
Provides an interface for projects, which specify file/URL organization and I/O operations
|
-
Uses of ProjectInstance in mgui.interfaces.projects
Fields in mgui.interfaces.projects with type parameters of type ProjectInstance Modifier and Type Field Description java.util.ArrayList<ProjectInstance>
InterfaceProjectOptions. instances
Methods in mgui.interfaces.projects that return ProjectInstance Modifier and Type Method Description ProjectInstance
InterfaceProject. getInstance(int index)
ProjectInstance
InterfaceProject. getInstance(java.lang.String name)
Methods in mgui.interfaces.projects that return types with arguments of type ProjectInstance Modifier and Type Method Description java.util.ArrayList<ProjectInstance>
InterfaceProject. getInstances()
Returns a (copied) array of the instances in this projectMethods in mgui.interfaces.projects with parameters of type ProjectInstance Modifier and Type Method Description int
ProjectInstance. compareTo(ProjectInstance instance)
Method parameters in mgui.interfaces.projects with type arguments of type ProjectInstance Modifier and Type Method Description void
InterfaceProject. setInstances(java.util.ArrayList<ProjectInstance> instances)