|
BioLegato 0.7.3 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biolegato.core.pcdmenu.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 |
java.awt.Component |
display()
Displays the current object |
static java.lang.String |
getType()
Returns the type name |
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 static java.lang.String getType()
public java.awt.Component display()
Widget
display in interface Widget
|
BioLegato 0.7.3 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||