Copyright © 2011 Citra Technologies. All Rights Reserved.

Package com.citra.pivot.olap.remote

Provides a PivotDataModel that requests data asynchronously from a DataSource.

See:
          Description

Interface Summary
RemoteOlapListener RemoteOlapListener is a listener that is notified each time RemoteOlapModel starts or stops querying the underlying olap data model.
RemotePendingValue Classes implementing this interface are considered to represent cell values that have not yet been evaluated by RemoteOlapModel.
 

Class Summary
DefaultRemotePendingValue DefaultRemotePendingValue is the default object that is returned by RemoteOlapModel for table cells that have not been evaluated yet.
RemoteOlapEvent An event used to identify the status of RemoteOlapModel.
RemoteOlapModel RemoteOlapModel is a PivotDataModel that asynchronously retrieves the data values from an OlapDataModel.
RemoteOlapPanel RemoteOlapPanel is a JPanel that shows the current status of a RemoteOlapModel.
RemoteOlapStyle RemoteOlapStyle paints pending cells with a background color.
RemotePendingIndicator RemotePendingIndicator is a component that sweeps a circular path, thus creating an indeterminate progress effect.
 

Package com.citra.pivot.olap.remote Description

Provides a PivotDataModel that requests data asynchronously from a DataSource.


Copyright © 2011 Citra Technologies. All Rights Reserved.