public class XMLSignatureWidgetFactory extends Object implements CallbackWidgetFactory
Constructor and Description |
---|
XMLSignatureWidgetFactory(XMLSignatureCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
complete()
Complete the data entry
|
void |
createGridWidgets(org.eclipse.core.databinding.DataBindingContext dbc,
org.eclipse.swt.widgets.Composite composite)
Create controls inside a 2 column grid
|
protected void |
openDialog(org.eclipse.swt.widgets.Shell shell) |
boolean |
tryInstantComplete() |
public XMLSignatureWidgetFactory(XMLSignatureCallback callback)
public void createGridWidgets(org.eclipse.core.databinding.DataBindingContext dbc, org.eclipse.swt.widgets.Composite composite)
CallbackWidgetFactory
createGridWidgets
in interface CallbackWidgetFactory
dbc
- the data binding contextcomposite
- the 2 column grid compositeprotected void openDialog(org.eclipse.swt.widgets.Shell shell)
public void complete()
CallbackWidgetFactory
This can be used as the last point where the callback data can be updated before it is sent to the requester
complete
in interface CallbackWidgetFactory
public boolean tryInstantComplete()
tryInstantComplete
in interface CallbackWidgetFactory
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.