java.lang.Object
org.xhtmlrenderer.swt.simple.SWTXhtmlControl
org.xhtmlrenderer.swt.simple.SWTButtonControl
- All Implemented Interfaces:
SWTFormControl
-
Constructor Summary
ConstructorsConstructorDescriptionSWTButtonControl(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 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()intintMethods inherited from class org.xhtmlrenderer.swt.simple.SWTXhtmlControl
getFormControl, getSWTControl
-
Constructor Details
-
SWTButtonControl
public SWTButtonControl(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 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) - Specified by:
createSWTControlin classSWTXhtmlControl
-
getIdealHeight
public int getIdealHeight() -
getIdealWidth
public int getIdealWidth() -
dispose
public void dispose()- Specified by:
disposein interfaceSWTFormControl- Overrides:
disposein classSWTXhtmlControl
-