Uses of Class
mgui.interfaces.projects.ProjectDirectory
Package | Description |
---|---|
mgui.interfaces.projects |
Provides an interface for projects, which specify file/URL organization and I/O operations
|
-
Uses of ProjectDirectory in mgui.interfaces.projects
Fields in mgui.interfaces.projects declared as ProjectDirectory Modifier and Type Field Description ProjectDirectory
ProjectDirectoryOptions. directory
Fields in mgui.interfaces.projects with type parameters of type ProjectDirectory Modifier and Type Field Description java.util.ArrayList<ProjectDirectory>
InterfaceProjectOptions. subdirs
Methods in mgui.interfaces.projects that return ProjectDirectory Modifier and Type Method Description ProjectDirectory
InterfaceProjectDialogBox. getSelectedDirectory()
ProjectDirectory
ProjectDirectory. getSubdirectory(java.lang.String name)
static ProjectDirectory
ProjectDirectoryDialogBox. showDialog(javax.swing.JFrame frame, ProjectDirectory dir)
Methods in mgui.interfaces.projects that return types with arguments of type ProjectDirectory Modifier and Type Method Description java.util.ArrayList<ProjectDirectory>
InterfaceProject. getAllSubdirectories()
Returns a list of all directories and their subdirectories contained in this project.protected java.util.ArrayList<ProjectDirectory>
InterfaceProject. getAllSubdirectories(java.util.ArrayList<ProjectDirectory> dirs)
Returns a list of all directories and their subdirectories contained in this list of directories.java.util.ArrayList<ProjectDirectory>
ProjectDirectory. getSubdirectories()
Returns a sorted list of this directory's subdirectoriesjava.util.ArrayList<ProjectDirectory>
InterfaceProject. getSubdirs()
Methods in mgui.interfaces.projects with parameters of type ProjectDirectory Modifier and Type Method Description void
ProjectDirectory. addSubdirectory(ProjectDirectory dir)
int
ProjectDirectory. compareTo(ProjectDirectory dir)
void
ProjectDirectory. setFromDirectory(ProjectDirectory dir)
static ProjectDirectory
ProjectDirectoryDialogBox. showDialog(javax.swing.JFrame frame, ProjectDirectory dir)
Method parameters in mgui.interfaces.projects with type arguments of type ProjectDirectory Modifier and Type Method Description protected java.util.ArrayList<ProjectDirectory>
InterfaceProject. getAllSubdirectories(java.util.ArrayList<ProjectDirectory> dirs)
Returns a list of all directories and their subdirectories contained in this list of directories.void
InterfaceProject. setSubdirectories(java.util.ArrayList<ProjectDirectory> paths)
Sets the subdirectory list from a list of paths.