java.lang.Object
org.xhtmlrenderer.swt.simple.SWTXhtmlControl
- All Implemented Interfaces:
SWTFormControl
- Direct Known Subclasses:
SWTButtonControl,SWTCheckControl,SWTSelectControl,SWTTextControl
-
Constructor Summary
ConstructorsConstructorDescriptionSWTXhtmlControl(org.xhtmlrenderer.simple.xhtml.FormControl control, BasicRenderer parent, org.xhtmlrenderer.layout.LayoutContext c, org.xhtmlrenderer.css.style.CalculatedStyle style, org.xhtmlrenderer.extend.UserAgentCallback uac) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.eclipse.swt.widgets.ControlcreateSWTControl(org.xhtmlrenderer.simple.xhtml.FormControl control, BasicRenderer parent, org.xhtmlrenderer.layout.LayoutContext c, org.xhtmlrenderer.css.style.CalculatedStyle style, org.xhtmlrenderer.extend.UserAgentCallback uac) voiddispose()org.xhtmlrenderer.simple.xhtml.FormControlorg.eclipse.swt.widgets.ControlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xhtmlrenderer.swt.simple.SWTFormControl
getIdealHeight, getIdealWidth
-
Constructor Details
-
SWTXhtmlControl
public SWTXhtmlControl(org.xhtmlrenderer.simple.xhtml.FormControl control, BasicRenderer parent, org.xhtmlrenderer.layout.LayoutContext c, org.xhtmlrenderer.css.style.CalculatedStyle style, org.xhtmlrenderer.extend.UserAgentCallback uac)
-
-
Method Details
-
createSWTControl
protected abstract org.eclipse.swt.widgets.Control createSWTControl(org.xhtmlrenderer.simple.xhtml.FormControl control, BasicRenderer parent, org.xhtmlrenderer.layout.LayoutContext c, org.xhtmlrenderer.css.style.CalculatedStyle style, org.xhtmlrenderer.extend.UserAgentCallback uac) -
dispose
public void dispose()- Specified by:
disposein interfaceSWTFormControl
-
getSWTControl
public org.eclipse.swt.widgets.Control getSWTControl()- Specified by:
getSWTControlin interfaceSWTFormControl
-
getFormControl
public org.xhtmlrenderer.simple.xhtml.FormControl getFormControl()- Specified by:
getFormControlin interfaceSWTFormControl
-