BioLegato 0.7.5 Core API

org.biolegato.menu
Interface Widget

All Known Implementing Classes:
ChoiceList, Chooser, ComboBoxWidget, FileChooser, ListWidget, NumberWidget, 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
 void display(java.awt.Container dest)
          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

void display(java.awt.Container dest)
Displays the current object

Parameters:
dest - the destination to display the widget

close

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


BioLegato 0.7.5 Core API

Copyright © 2008-2011 University of Manitoba.