Ontimize 5.2072EN

com.ontimize.gui.table
Class Table.ListenerItemDeletePrefPivotTable

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

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

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


Constructor Summary
protected Table.ListenerItemDeletePrefPivotTable()
           
 
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.ListenerItemDeletePrefPivotTable

protected Table.ListenerItemDeletePrefPivotTable()
Method Detail

actionPerformed

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

Ontimize