public interface CallbackWidgetFactory
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
|
boolean |
tryInstantComplete() |
void createGridWidgets(org.eclipse.core.databinding.DataBindingContext dbc, org.eclipse.swt.widgets.Composite composite)
dbc
- the data binding contextcomposite
- the 2 column grid compositevoid complete()
This can be used as the last point where the callback data can be updated before it is sent to the requester
boolean tryInstantComplete()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.