Uses of Interface
edu.ucsb.nceas.morpho.util.StateChangeListener

Packages that use StateChangeListener
edu.ucsb.nceas.morpho.datapackage   
edu.ucsb.nceas.morpho.util   
 

Uses of StateChangeListener in edu.ucsb.nceas.morpho.datapackage
 

Classes in edu.ucsb.nceas.morpho.datapackage that implement StateChangeListener
 class DataViewContainerPanel
          A panel that presents a data-centric view of a dataPackage.
 

Uses of StateChangeListener in edu.ucsb.nceas.morpho.util
 

Classes in edu.ucsb.nceas.morpho.util that implement StateChangeListener
 class GUIAction
          Class GUIAction This class extends javax.swing.AbstractAction in order to provide basic "Action" functionality for the GUI.
 

Methods in edu.ucsb.nceas.morpho.util with parameters of type StateChangeListener
 void StateChangeMonitor.addStateChangeListener(java.lang.String stateChange, StateChangeListener listener)
          This method is called by objects to register a listener for changes in the application state.
 void StateChangeMonitor.removeStateChangeListener(java.lang.String stateChange, StateChangeListener listener)
          This method is called by objects to remove a listener for changes in the application state.
 



Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.