|
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.ReferenceParamPropertyDialog
This class forms the UI component for adding or editing a custom serializer type.
| Constructor Summary | |
|---|---|
ReferenceParamPropertyDialog(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()
Getter method for Cancel button in this dialog |
org.eclipse.swt.widgets.Button |
getBtnOk()
Getter method for Ok button in this dialog |
DescriptorEditor |
getEditor()
Getter method for DescriptorEditor object for this dialog instance |
org.eclipse.swt.widgets.Shell |
getParent()
|
org.eclipse.swt.widgets.Text |
getTxtName()
|
org.eclipse.swt.widgets.Text |
getTxtNameSpace()
|
org.eclipse.swt.widgets.Text |
getTxtPrefix()
|
org.eclipse.swt.widgets.Text |
getTxtValue()
|
void |
setData(java.lang.String data)
|
java.lang.String |
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 ReferenceParamPropertyDialog(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 java.lang.String showDialog()
public org.eclipse.swt.widgets.Shell getParent()
public void setData(java.lang.String data)
public org.eclipse.swt.widgets.Text getTxtName()
public org.eclipse.swt.widgets.Text getTxtNameSpace()
public org.eclipse.swt.widgets.Text getTxtPrefix()
public org.eclipse.swt.widgets.Text getTxtValue()
|
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 | ||||||||||