|
BioLegato 0.7.5 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biolegato.menu.TextWidget
org.biolegato.menu.FileChooser
public class FileChooser
A wrapper class used to abstract file selection within command windows.
| Field Summary |
|---|
| Fields inherited from class org.biolegato.menu.TextWidget |
|---|
textfield |
| Constructor Summary | |
|---|---|
FileChooser(java.lang.String label,
java.lang.String value)
Creates a new instance of GDETempFile. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Handle the choose file button |
void |
display(java.awt.Container dest)
Displays the file chooser widget |
| Methods inherited from class org.biolegato.menu.TextWidget |
|---|
close, getValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileChooser(java.lang.String label,
java.lang.String value)
data - the data to create the temporary file variable with.| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenere - ignored because there is only one widget calling this method.public void display(java.awt.Container dest)
display in interface Widgetdisplay in class TextWidgetdest - the destination to display the file chooser widget
|
BioLegato 0.7.5 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||