Class BrowserWrapperSWT.WindowEventImpl

java.lang.Object
com.biglybt.ui.swt.BrowserWrapperSWT.WindowEventImpl
All Implemented Interfaces:
BrowserWrapper.WindowEvent
Enclosing class:
BrowserWrapperSWT

private class BrowserWrapperSWT.WindowEventImpl extends Object implements BrowserWrapper.WindowEvent
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private org.eclipse.swt.browser.WindowEvent
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    WindowEventImpl(org.eclipse.swt.browser.WindowEvent _event)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private void
    setBrowser(org.eclipse.swt.browser.Browser browser)
     
    void
    setRequired(boolean required)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • event

      private org.eclipse.swt.browser.WindowEvent event
  • Constructor Details

    • WindowEventImpl

      private WindowEventImpl(org.eclipse.swt.browser.WindowEvent _event)
  • Method Details

    • setRequired

      public void setRequired(boolean required)
      Specified by:
      setRequired in interface BrowserWrapper.WindowEvent
    • setBrowser

      private void setBrowser(org.eclipse.swt.browser.Browser browser)