Ontimize 5.2072EN

com.ontimize.gui.table
Class Table.ListenerItemPrefPivotTable

java.lang.Object
  extended bycom.ontimize.gui.table.Table.ListenerItemPrefPivotTable
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Table

protected class Table.ListenerItemPrefPivotTable
extends java.lang.Object
implements java.awt.event.ActionListener

The listener that loads a concrete pivot table configuration. Called by the pivot table setup window.


Constructor Summary
protected Table.ListenerItemPrefPivotTable()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table.ListenerItemPrefPivotTable

protected Table.ListenerItemPrefPivotTable()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

Ontimize