com.ibm.dse.tools.workbench.gui
Class PropertyUIActionListener

java.lang.Object
  |
  +--com.ibm.dse.tools.workbench.gui.PropertyUIActionListener

public class PropertyUIActionListener
extends java.lang.Object
implements java.awt.event.ActionListener, CommonParameters, ActionVariables

This class is a listener for actions performed in the PropertyUI.


Field Summary
static java.lang.String DELETE_PROPERTY
           
protected  PropertyUI uiDelegate
           
 
Fields inherited from interface com.ibm.dse.tools.workbench.gui.CommonParameters
CHANGE_LISTENER, CONTAINER_GROUPS, CURRENT_GROUP, PARENT_ROW, REPOSITORY, ROW_SELECTION_COUNT, SELECTED_PARENT_ROWS, SELECTED_ROWS, WIZARD_PARAM, WORKSPACE
 
Fields inherited from interface com.ibm.dse.tools.workbench.gui.ActionVariables
CMD_ADD_TO_WORKSPACE, CMD_CHANGE_REPOSITORY, CMD_CHANGE_WORKSPACE, CMD_CLONE, CMD_CONNECT_REPOSITORY, CMD_COPY, CMD_CREATE_OPEN_EDITION, CMD_CUT, CMD_DELETE, CMD_DISCONNECT_REPOSITORY, CMD_EXIT, CMD_IMPORT_FILE, CMD_LAUNCH_SPECIFIC_WIZARD, CMD_MORPH_INTO, CMD_MOVE, CMD_OPEN_DOMAINS_EXPLORER, CMD_OPEN_FILE, CMD_OPEN_REPOSITORY_EXPLORER, CMD_OPEN_SETTINGS_WIZARD, CMD_OPEN_TO_EDITIONS, CMD_PASTE, CMD_REFRESH_WORKSPACE, CMD_RELOAD_ENVIRONMENT, CMD_SELECT_ALL, CMD_SHOW_CONSOLE, CMD_SHOW_VERSION, CMD_UNDO, CMD_VERSION
 
Constructor Summary
PropertyUIActionListener(PropertyUI delegate)
          This constructor creates a PropertyUIActionListener with the given delegete.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          This method dispatch the action event.
protected  void doDeleteProperty(java.util.Hashtable params)
          This method deletes the given properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uiDelegate

protected PropertyUI uiDelegate

DELETE_PROPERTY

public static java.lang.String DELETE_PROPERTY
Constructor Detail

PropertyUIActionListener

public PropertyUIActionListener(PropertyUI delegate)
This constructor creates a PropertyUIActionListener with the given delegete.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
This method dispatch the action event.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
event - java.event.ActionEvent

doDeleteProperty

protected void doDeleteProperty(java.util.Hashtable params)
This method deletes the given properties.
Parameters:
params - java.util.Hashtable