|
TPTP 4.4.0 Monitoring Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.tptp.wsdm.tooling.editor.dde.dialogs.internal.CapabilityInitParamDialog
This class forms the UI component for adding or editing a initialization parameters.
| Constructor Summary | |
|---|---|
CapabilityInitParamDialog(DescriptorEditor editor,
int dialogType)
This constructor takes a DescriptorEditor object and int value which specifies the type of dialog. |
|
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Button |
getBtnCancel()
|
org.eclipse.swt.widgets.Button |
getBtnOk()
|
org.apache.ws.muse.descriptor.impl.InitParamTypeImpl |
getData()
|
DescriptorEditor |
getEditor()
|
org.eclipse.swt.widgets.Label |
getLblParamName()
|
org.eclipse.swt.widgets.Label |
getLblParamVal()
|
org.eclipse.swt.widgets.Shell |
getParent()
|
org.eclipse.swt.widgets.Text |
getTxtParamName()
|
org.eclipse.swt.widgets.Text |
getTxtParamVal()
|
void |
setData(org.apache.ws.muse.descriptor.impl.InitParamTypeImpl data)
|
org.apache.ws.muse.descriptor.impl.InitParamTypeImpl |
showDialog()
Method that opens and displays the dialog on the screen. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CapabilityInitParamDialog(DescriptorEditor editor,
int dialogType)
editor - -
DescriptorEditor objectdialogType - -
int value representing the type of dialog| Method Detail |
public org.eclipse.swt.widgets.Button getBtnCancel()
public org.eclipse.swt.widgets.Button getBtnOk()
public DescriptorEditor getEditor()
public org.eclipse.swt.widgets.Label getLblParamName()
public org.eclipse.swt.widgets.Label getLblParamVal()
public org.eclipse.swt.widgets.Text getTxtParamName()
public org.eclipse.swt.widgets.Text getTxtParamVal()
public org.apache.ws.muse.descriptor.impl.InitParamTypeImpl showDialog()
public org.eclipse.swt.widgets.Shell getParent()
public org.apache.ws.muse.descriptor.impl.InitParamTypeImpl getData()
public void setData(org.apache.ws.muse.descriptor.impl.InitParamTypeImpl data)
|
TPTP 4.4.0 Monitoring Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||