Uses of Interface
com.hardcode.gdbms.engine.data.SelectionListener

Packages that use SelectionListener
com.hardcode.gdbms.engine.data   
com.hardcode.gdbms.engine.data.command   
com.hardcode.gdbms.engine.data.db   
com.hardcode.gdbms.engine.data.file   
com.hardcode.gdbms.engine.data.file.spatial   
com.hardcode.gdbms.engine.data.object   
com.hardcode.gdbms.engine.data.object.spatial   
com.hardcode.gdbms.engine.strategies   
 

Uses of SelectionListener in com.hardcode.gdbms.engine.data
 

Methods in com.hardcode.gdbms.engine.data with parameters of type SelectionListener
 void AutomaticDataSource.addSelectionListener(SelectionListener listener)
           
 void DataSource.addSelectionListener(SelectionListener listener)
          Adds an SelectionListener to the DataSource
 void DataSourceCommonImpl.addSelectionListener(SelectionListener listener)
           
 void AutomaticDataSource.removeSelectionListener(SelectionListener listener)
           
 void DataSource.removeSelectionListener(SelectionListener listener)
          Removes an SelectionListener from the DataSource
 void DataSourceCommonImpl.removeSelectionListener(SelectionListener listener)
           
 

Uses of SelectionListener in com.hardcode.gdbms.engine.data.command
 

Methods in com.hardcode.gdbms.engine.data.command with parameters of type SelectionListener
 void AbstractUndoableDataSource.addSelectionListener(SelectionListener listener)
           
 void AbstractUndoableDataSource.removeSelectionListener(SelectionListener listener)
           
 

Uses of SelectionListener in com.hardcode.gdbms.engine.data.db
 

Methods in com.hardcode.gdbms.engine.data.db with parameters of type SelectionListener
 void DBSpatialDataSourceAdapter.addSelectionListener(SelectionListener listener)
           
 void DBTableDataSourceAdapter.addSelectionListener(SelectionListener listener)
           
 void DBSpatialDataSourceAdapter.removeSelectionListener(SelectionListener listener)
           
 void DBTableDataSourceAdapter.removeSelectionListener(SelectionListener listener)
           
 

Uses of SelectionListener in com.hardcode.gdbms.engine.data.file
 

Methods in com.hardcode.gdbms.engine.data.file with parameters of type SelectionListener
 void AlphanumericFileDataSourceAdapter.addSelectionListener(SelectionListener listener)
           
 void AlphanumericFileDataSourceAdapter.removeSelectionListener(SelectionListener listener)
           
 

Uses of SelectionListener in com.hardcode.gdbms.engine.data.file.spatial
 

Methods in com.hardcode.gdbms.engine.data.file.spatial with parameters of type SelectionListener
 void SpatialFileDataSourceAdapter.addSelectionListener(SelectionListener listener)
           
 void SpatialFileDataSourceAdapter.removeSelectionListener(SelectionListener listener)
           
 

Uses of SelectionListener in com.hardcode.gdbms.engine.data.object
 

Methods in com.hardcode.gdbms.engine.data.object with parameters of type SelectionListener
 void AlphanumericObjectDataSourceAdapter.addSelectionListener(SelectionListener listener)
           
 void AlphanumericObjectDataSourceAdapter.removeSelectionListener(SelectionListener listener)
           
 

Uses of SelectionListener in com.hardcode.gdbms.engine.data.object.spatial
 

Methods in com.hardcode.gdbms.engine.data.object.spatial with parameters of type SelectionListener
 void SpatialObjectDataSourceAdapter.addSelectionListener(SelectionListener listener)
           
 void SpatialObjectDataSourceAdapter.removeSelectionListener(SelectionListener listener)
           
 

Uses of SelectionListener in com.hardcode.gdbms.engine.strategies
 

Methods in com.hardcode.gdbms.engine.strategies with parameters of type SelectionListener
 void OperationDataSource.addSelectionListener(SelectionListener listener)
           
 void OperationDataSource.removeSelectionListener(SelectionListener listener)
           
 



Copyright © 2005-2006 . All Rights Reserved.