Ontimize 5.2072EN

com.ontimize.gui.actions
Class RefreshTableAction

java.lang.Object
  extended bycom.ontimize.gui.actions.AbstractButtonAction
      extended bycom.ontimize.gui.actions.RefreshTableAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class RefreshTableAction
extends AbstractButtonAction


Field Summary
protected  boolean fitTableCols
           
static java.lang.String M_INSERT_VALUE_FIELD
           
protected  java.lang.String messageWithoutData
           
protected  java.lang.String tableEntity
           
 
Constructor Summary
RefreshTableAction(java.lang.String tableEntity)
           
RefreshTableAction(java.lang.String tableEntity, java.lang.String messageWithoutData)
           
RefreshTableAction(java.lang.String tableEntity, java.lang.String messageWithoutData, boolean adjustTableCols)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class com.ontimize.gui.actions.AbstractButtonAction
getForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

M_INSERT_VALUE_FIELD

public static final java.lang.String M_INSERT_VALUE_FIELD
See Also:
Constant Field Values

tableEntity

protected java.lang.String tableEntity

messageWithoutData

protected java.lang.String messageWithoutData

fitTableCols

protected boolean fitTableCols
Constructor Detail

RefreshTableAction

public RefreshTableAction(java.lang.String tableEntity)

RefreshTableAction

public RefreshTableAction(java.lang.String tableEntity,
                          java.lang.String messageWithoutData)

RefreshTableAction

public RefreshTableAction(java.lang.String tableEntity,
                          java.lang.String messageWithoutData,
                          boolean adjustTableCols)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

Ontimize