|
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.TempFile
public class TempFile
Stores information about the file fields used by the command
| Constructor Summary | |
|---|---|
TempFile(boolean input,
boolean output,
boolean save,
boolean overwrite,
java.lang.String format)
Creates a new instance of EZComboBox (represents "choice_list" in GDE menu files). |
|
| Method Summary | |
|---|---|
void |
close()
Releases any files currently in use by this class |
void |
display(java.awt.Container dest)
Displays the current widget |
java.lang.Object |
getValue()
Gets the current filename corresponding to this variable If the file does not exists, then this function creates a file to use for IO and writes any initial contents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TempFile(boolean input,
boolean output,
boolean save,
boolean overwrite,
java.lang.String format)
data - the data to create the combobox with.| Method Detail |
|---|
public java.lang.Object getValue()
getValue in interface Widgetpublic void close()
close in interface Widgetpublic void display(java.awt.Container dest)
display in interface Widgetdest - the destination to display the widget
|
BioLegato 0.7.5 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||