JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
jgrasp.tool
Interface FileChooser.Observer
Enclosing class:
FileChooser
public static interface
FileChooser.Observer
Interface for observing multiple file choices.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
fileChosen
(
File
f)
Called when a file is chosen.
Method Detail
fileChosen
void fileChosen(
File
f)
Called when a file is chosen.
Parameters:
f
- the chosen file.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method