|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.tools.workbench.gui.PropertyUIActionListener
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 |
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 |
protected PropertyUI uiDelegate
public static java.lang.String DELETE_PROPERTY
Constructor Detail |
public PropertyUIActionListener(PropertyUI delegate)
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent event)
event
- java.event.ActionEventprotected void doDeleteProperty(java.util.Hashtable params)
params
- java.util.Hashtable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |