Uses of Class
mgui.interfaces.projects.ProjectDataItem
Package | Description |
---|---|
mgui.interfaces.projects |
Provides an interface for projects, which specify file/URL organization and I/O operations
|
-
Uses of ProjectDataItem in mgui.interfaces.projects
Methods in mgui.interfaces.projects that return ProjectDataItem Modifier and Type Method Description ProjectDataItem
ProjectDirectory. getDataItem(java.lang.String name)
Methods in mgui.interfaces.projects that return types with arguments of type ProjectDataItem Modifier and Type Method Description java.util.ArrayList<ProjectDataItem>
ProjectDirectory. getDataItems()
Returns a sorted list of this directory's prespecified data itemsMethods in mgui.interfaces.projects with parameters of type ProjectDataItem Modifier and Type Method Description void
ProjectDirectory. addDataItem(ProjectDataItem item)
java.lang.Object
InterfaceProject. loadDataInstance(java.lang.String instance, java.lang.Integer series, ProjectDataItem item, ProgressUpdater progress)
Attempts to load a data instance with the given data item specification.java.lang.Object
InterfaceProject. loadDataInstance(java.lang.String instance, ProjectDataItem item, ProgressUpdater progress)
Attempts to load a data instance with the given data item specification.Method parameters in mgui.interfaces.projects with type arguments of type ProjectDataItem Modifier and Type Method Description void
ProjectDirectory. setDataItems(java.util.ArrayList<ProjectDataItem> list)