org.dawb.workbench.jmx
Interface RemoveWorkbenchPart

All Known Implementing Classes:
UserModifyComposite, UserModifyDialog, UserModifyEditor

public interface RemoveWorkbenchPart


Method Summary
 void setConfiguration(java.lang.String configurationXML)
          Information specifying which fields should be edited and how.
 void setPartName(java.lang.String partName)
           
 void setQueue(java.util.Queue<java.util.Map<java.lang.String,java.lang.String>> valueQueue)
          This queue will be notified when the user confirms the values.
 void setValues(java.util.Map<java.lang.String,java.lang.String> values)
          The default values that the user will edit.
 

Method Detail

setPartName

void setPartName(java.lang.String partName)
Parameters:
partName -

setQueue

void setQueue(java.util.Queue<java.util.Map<java.lang.String,java.lang.String>> valueQueue)
This queue will be notified when the user confirms the values.

Parameters:
valueQueue -

setValues

void setValues(java.util.Map<java.lang.String,java.lang.String> values)
The default values that the user will edit. NOTE Calling this will also refresh the UI table to reflect these new values.

Parameters:
values -

setConfiguration

void setConfiguration(java.lang.String configurationXML)
                      throws java.lang.Exception
Information specifying which fields should be edited and how.

Parameters:
configuration -
Throws:
java.lang.Exception