Ontimize 5.2072EN

com.ontimize.gui
Class InteractionManager.DeleteFieldsListener

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

protected class InteractionManager.DeleteFieldsListener
extends java.lang.Object
implements java.awt.event.ActionListener

Class that implements the lister to the button 'delete fields' which set a initial mode to the form (QueryInsert mode InteractionManager.setQueryInsertMode()) and delete the contents of all the fields in the form. The fields are also disabled and in case the form has an associated tree, the right node (organizational) is selected.


Constructor Summary
InteractionManager.DeleteFieldsListener()
           
 
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

InteractionManager.DeleteFieldsListener

public InteractionManager.DeleteFieldsListener()
Method Detail

actionPerformed

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

Ontimize