|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirectoryChooser | |
|---|---|
| edu.rice.cs.drjava.ui | The ui package contains classes for the default user interface
for DrJava. |
| edu.rice.cs.drjava.ui.config | Contains the GUI code for displaying and modifying configuration options. |
| edu.rice.cs.util.swing | Some utility classes for working in Swing. |
| Uses of DirectoryChooser in edu.rice.cs.drjava.ui |
|---|
| Fields in edu.rice.cs.drjava.ui declared as DirectoryChooser | |
|---|---|
protected DirectoryChooser |
ExecuteExternalDialog._dirChooser
Directory chooser to open when clicking the "..." button. |
| Methods in edu.rice.cs.drjava.ui with parameters of type DirectoryChooser | |
|---|---|
void |
MainFrame.openFolder(DirectoryChooser chooser)
Opens all the files in the directory returned by the FolderSelector. |
| Uses of DirectoryChooser in edu.rice.cs.drjava.ui.config |
|---|
| Constructors in edu.rice.cs.drjava.ui.config with parameters of type DirectoryChooser | |
|---|---|
DirectoryOptionComponent(FileOption opt,
String text,
SwingFrame parent,
DirectoryChooser dc)
|
|
DirectoryOptionComponent(FileOption opt,
String text,
SwingFrame parent,
String desc,
DirectoryChooser dc)
Constructor that allows for a tooltip description. |
|
| Uses of DirectoryChooser in edu.rice.cs.util.swing |
|---|
| Fields in edu.rice.cs.util.swing declared as DirectoryChooser | |
|---|---|
protected DirectoryChooser |
DirectorySelectorComponent._chooser
File chooser to open when clicking the "..." button. |
| Methods in edu.rice.cs.util.swing that return DirectoryChooser | |
|---|---|
DirectoryChooser |
DirectorySelectorComponent.getFileChooser()
Returns the file chooser. |
| Constructors in edu.rice.cs.util.swing with parameters of type DirectoryChooser | |
|---|---|
DirectorySelectorComponent(Component parent,
DirectoryChooser chooser)
Creates a new DirectorySelectorComponent with default dimensions whose file must exist. |
|
DirectorySelectorComponent(Component parent,
DirectoryChooser chooser,
int numCols,
float fontSize)
Creates a new DirectorySelectorComponent whose file must exist. |
|
DirectorySelectorComponent(Component parent,
DirectoryChooser chooser,
int numCols,
float fontSize,
boolean mustExist)
Creates a new DirectorySelectorComponent. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||