Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.gui
Class OlapAssistant

java.lang.Object
  extended by com.citra.pivot.olap.gui.OlapAssistant

public class OlapAssistant
extends Object

OlapAssistant provides pivot tables with auxiliary support, such as filtering and drilling.


Field Summary
protected  PivotTable pivotTable
          the associated pivot table
protected  DefaultOlapProvider provider
          the associated olap provider
 
Constructor Summary
OlapAssistant(PivotTable table, DefaultOlapProvider provider)
          Constructs an OlapAssistant.
 
Method Summary
 DefaultOlapProvider getOlapProvider()
          Retrieves the olap provider.
 PivotTable getTable()
          Retrieves the associated pivot table.
 void setOlapProvider(DefaultOlapProvider provider)
          Assigns the olap provider.
 void setTable(PivotTable pivotTable)
          Assigns the pivot table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pivotTable

protected PivotTable pivotTable
the associated pivot table


provider

protected DefaultOlapProvider provider
the associated olap provider

Constructor Detail

OlapAssistant

public OlapAssistant(PivotTable table,
                     DefaultOlapProvider provider)
Constructs an OlapAssistant.

Method Detail

getOlapProvider

public DefaultOlapProvider getOlapProvider()
Retrieves the olap provider.

Returns:
the default olap provider assigned

getTable

public PivotTable getTable()
Retrieves the associated pivot table.

Returns:
the associated pivot table

setOlapProvider

public void setOlapProvider(DefaultOlapProvider provider)
Assigns the olap provider.

Parameters:
provider - the default olap provider to assign

setTable

public void setTable(PivotTable pivotTable)
Assigns the pivot table.

Parameters:
pivotTable - the pivot table to assign

Copyright © 2011 Citra Technologies. All Rights Reserved.