BioLegato 0.7.3 Core API

org.biolegato.core.pcdmenu.widgets
Interface Widget

All Known Implementing Classes:
ChoiceList, Chooser, ComboBoxWidget, CommandButton, DecimalWidget, FileChooser, ListWidget, NumberWidget, TabWidget, TempFile, TextWidget

public interface Widget

Abstract interface to relate widget variables and invisible variables (such as temporary files)

Author:
Graham Alvare, Brian Fristensky

Method Summary
 void close()
          Notifies the variable that the program has now completed successfully, and it can perform any closing operations
 java.awt.Component display()
          Displays the current object
 java.lang.Object getValue()
          Returns the value of the variable.
 

Method Detail

getValue

java.lang.Object getValue()
Returns the value of the variable.

Returns:
the value of the variable

display

java.awt.Component display()
Displays the current object


close

void close()
Notifies the variable that the program has now completed successfully, and it can perform any closing operations


BioLegato 0.7.3 Core API

Copyright © 2008-2010 University of Manitoba.