|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.quinncurtis.chart3djava.ImageFileChooser
public class ImageFileChooser
A utility class used in the dialogs that select image files.
Nested Class Summary | |
---|---|
class |
ImageFileChooser.ImageFilter
File filter class for image files |
class |
ImageFileChooser.Utils
Utility class for ImageFileChooser |
Constructor Summary | |
---|---|
ImageFileChooser(java.awt.Component component)
Image file chooser constructor |
Method Summary | |
---|---|
java.lang.String |
getSelectedFilename()
Returns the selected filename. |
boolean |
process(java.lang.String filename)
Invoke the dialog. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageFileChooser(java.awt.Component component)
component
- componentMethod Detail |
---|
public java.lang.String getSelectedFilename()
public boolean process(java.lang.String filename)
filename
- filename
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |