Copyright © 2005 Scientific Applications. All Rights Reserved.

Package com.sciapp.table.remote

Contains classes that are used for asynchronously querying a TableModel.

See:
          Description

Interface Summary
PendingValue Classes implementing this interface are considered to represent objects that have not yet been evaluated by RemoteTableModel or RemoteTreeTableModel.
RemoteTableListener RemoteTableListener is a listener that is notified each time the RemoteTableModel will start or stop querying the underlying table model.
RemoteTableModel RemoteTableModel asynchronously retrieves data from a TableModel.
RemoteTreeTableModel RemoteTreeTableModel asynchronously retrieves data from a TreeTableModel.
 

Class Summary
DefaultPendingValue DefaultPendingValue is the default object that is returned by RemoteTableModel and RemoteTreeTableModel for table cells that have not been evaluated yet.
DefaultRemoteTableModel DefaultRemoteTableModel is the default implementation of a RemoteTableModel.
DefaultRemoteTreeTableModel DefaultRemoteTreeTableModel is the default implementation of a RemoteTreeTableModel.
PendingIndicator PendingIndicator is a component that sweeps a circular path, thus creating an indeterminate progress effect.
RemoteStyle RemoteStyle paints pending cells with a background color.
RemoteTableEvent An event used to identify the status of a RemoteTableModel.
StatusPanel StatusPanel is a JPanel that shows the current status of a RemoteTableModel or RemoteTreeTableModel.
 

Package com.sciapp.table.remote Description

Contains classes that are used for asynchronously querying a TableModel.


Copyright © 2005 Scientific Applications. All Rights Reserved.