|
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.menu.variables.EZTempFile
public class EZTempFile
Stores information about the file fields used by the command
| Constructor Summary | |
|---|---|
EZTempFile(java.util.Map data)
Creates a new instance of EZTempFile. |
|
| Method Summary | |
|---|---|
void |
close()
Releases any files currently in use by this class |
java.lang.String |
getName()
Returns the name of the variable. |
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 |
boolean |
isWidget()
Returns the widget status of the variable (i.e., is the variable displayable) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EZTempFile(java.util.Map data)
data - the data to create the temporary file variable with.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.Object getValue()
getValue in interface EZVariablepublic void close()
close in interface EZVariablepublic static java.lang.String getType()
public boolean isWidget()
|
BioLegato 0.7.3 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||