Class SWTXhtmlControl

java.lang.Object
org.xhtmlrenderer.swt.simple.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(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 Type
    Method
    Description
    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)
     
    void
     
    org.xhtmlrenderer.simple.xhtml.FormControl
     
    org.eclipse.swt.widgets.Control
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      dispose in interface SWTFormControl
    • getSWTControl

      public org.eclipse.swt.widgets.Control getSWTControl()
      Specified by:
      getSWTControl in interface SWTFormControl
    • getFormControl

      public org.xhtmlrenderer.simple.xhtml.FormControl getFormControl()
      Specified by:
      getFormControl in interface SWTFormControl