BioLegato 0.7.0 Core API

Uses of Interface
org.biolegato.core.properties.PropertiesListener

Packages that use PropertiesListener
org.biolegato.core.main   
org.biolegato.core.properties   
 

Uses of PropertiesListener in org.biolegato.core.main
 

Methods in org.biolegato.core.main with parameters of type PropertiesListener
static void BLMain.addPropertiesListener(java.lang.String key, PropertiesListener listener)
          Adds a properties listener to the properties object.
 

Uses of PropertiesListener in org.biolegato.core.properties
 

Classes in org.biolegato.core.properties that implement PropertiesListener
 class PropertiesCheckbox
          Class used to create widgets to obtain boolean values for properties.
 class PropertiesNumber
          Class used to create widgets to obtain numerical values for properties.
 

Methods in org.biolegato.core.properties with parameters of type PropertiesListener
 void BLProperties.addPropertiesListener(java.lang.String key, PropertiesListener listener)
          Adds a listener for property changes NOTE: this method allows filtering based on which property changed
 


BioLegato 0.7.0 Core API

Copyright © 2008-2010 University of Manitoba.