Class SWTXhtmlControl
- java.lang.Object
-
- org.xhtmlrenderer.simple.xhtml.swt.SWTXhtmlControl
-
- All Implemented Interfaces:
SWTFormControl
- Direct Known Subclasses:
SWTButtonControl,SWTCheckControl,SWTSelectControl,SWTTextControl
public abstract class SWTXhtmlControl extends Object implements SWTFormControl
-
-
Constructor Summary
Constructors Constructor Description SWTXhtmlControl(FormControl control, BasicRenderer parent, LayoutContext c, CalculatedStyle style, UserAgentCallback uac)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.eclipse.swt.widgets.ControlcreateSWTControl(FormControl control, BasicRenderer parent, LayoutContext c, CalculatedStyle style, UserAgentCallback uac)voiddispose()FormControlgetFormControl()org.eclipse.swt.widgets.ControlgetSWTControl()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.xhtmlrenderer.simple.xhtml.swt.SWTFormControl
getIdealHeight, getIdealWidth
-
-
-
-
Constructor Detail
-
SWTXhtmlControl
public SWTXhtmlControl(FormControl control, BasicRenderer parent, LayoutContext c, CalculatedStyle style, UserAgentCallback uac)
-
-
Method Detail
-
createSWTControl
protected abstract org.eclipse.swt.widgets.Control createSWTControl(FormControl control, BasicRenderer parent, LayoutContext c, CalculatedStyle style, UserAgentCallback uac)
-
dispose
public void dispose()
- Specified by:
disposein interfaceSWTFormControl
-
getSWTControl
public org.eclipse.swt.widgets.Control getSWTControl()
- Specified by:
getSWTControlin interfaceSWTFormControl
-
getFormControl
public FormControl getFormControl()
- Specified by:
getFormControlin interfaceSWTFormControl
-
-