Class SWTCheckControl
- java.lang.Object
-
- org.xhtmlrenderer.simple.xhtml.swt.SWTXhtmlControl
-
- org.xhtmlrenderer.simple.xhtml.swt.SWTCheckControl
-
- All Implemented Interfaces:
SWTFormControl
public class SWTCheckControl extends SWTXhtmlControl
-
-
Constructor Summary
Constructors Constructor Description SWTCheckControl(FormControl control, BasicRenderer parent, LayoutContext c, CalculatedStyle style, UserAgentCallback uac)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.swt.widgets.ControlcreateSWTControl(FormControl control, BasicRenderer parent, LayoutContext c, CalculatedStyle style, UserAgentCallback uac)intgetIdealHeight()intgetIdealWidth()-
Methods inherited from class org.xhtmlrenderer.simple.xhtml.swt.SWTXhtmlControl
dispose, getFormControl, getSWTControl
-
-
-
-
Constructor Detail
-
SWTCheckControl
public SWTCheckControl(FormControl control, BasicRenderer parent, LayoutContext c, CalculatedStyle style, UserAgentCallback uac)
-
-
Method Detail
-
createSWTControl
protected org.eclipse.swt.widgets.Control createSWTControl(FormControl control, BasicRenderer parent, LayoutContext c, CalculatedStyle style, UserAgentCallback uac)
- Specified by:
createSWTControlin classSWTXhtmlControl
-
getIdealHeight
public int getIdealHeight()
-
getIdealWidth
public int getIdealWidth()
-
-