|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileChooser | |
---|---|
edu.rice.cs.drjava.ui | The ui package contains classes for the default user interface
for DrJava. |
edu.rice.cs.util.swing | Some utility classes for working in Swing. |
Uses of FileChooser in edu.rice.cs.drjava.ui |
---|
Fields in edu.rice.cs.drjava.ui declared as FileChooser | |
---|---|
protected FileChooser |
ExecuteExternalDialog._fileChooser
File chooser to open when clicking the "..." button. |
Uses of FileChooser in edu.rice.cs.util.swing |
---|
Fields in edu.rice.cs.util.swing declared as FileChooser | |
---|---|
protected FileChooser |
FileSelectorStringComponent._chooser
File chooser to open when clicking the "..." button. |
Methods in edu.rice.cs.util.swing that return FileChooser | |
---|---|
FileChooser |
FileSelectorStringComponent.getFileChooser()
Returns the file chooser. |
Constructors in edu.rice.cs.util.swing with parameters of type FileChooser | |
---|---|
FileSelectorStringComponent(Component parent,
FileChooser chooser)
Creates a new DirectorySelectorStringComponent with default dimensions. |
|
FileSelectorStringComponent(Component parent,
FileChooser chooser,
int numCols,
float fontSize)
Creates a new DirectorySelectorStringComponent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |