public abstract class SWTXhtmlControl extends Object implements SWTFormControl
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.swt.widgets.Control |
_swtControl |
| Constructor and Description |
|---|
SWTXhtmlControl(FormControl control,
BasicRenderer parent,
LayoutContext c,
CalculatedStyle style,
UserAgentCallback uac) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.eclipse.swt.widgets.Control |
createSWTControl(FormControl control,
BasicRenderer parent,
LayoutContext c,
CalculatedStyle style,
UserAgentCallback uac) |
void |
dispose() |
FormControl |
getFormControl() |
org.eclipse.swt.widgets.Control |
getSWTControl() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdealHeight, getIdealWidthpublic SWTXhtmlControl(FormControl control, BasicRenderer parent, LayoutContext c, CalculatedStyle style, UserAgentCallback uac)
protected abstract org.eclipse.swt.widgets.Control createSWTControl(FormControl control, BasicRenderer parent, LayoutContext c, CalculatedStyle style, UserAgentCallback uac)
public void dispose()
dispose in interface SWTFormControlpublic org.eclipse.swt.widgets.Control getSWTControl()
getSWTControl in interface SWTFormControlpublic FormControl getFormControl()
getFormControl in interface SWTFormControlCopyright © 2019. All rights reserved.