public final class com.sun.javafx.fxml.builder.web.WebViewBuilder extends com.sun.javafx.fxml.builder.web.ParentBuilder<com.sun.javafx.fxml.builder.web.WebViewBuilder> implements javafx.util.Builder<javafx.scene.web.WebView>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.javafx.fxml.builder.web.WebViewBuilder
  super_class: com.sun.javafx.fxml.builder.web.ParentBuilder
{
  private double fontScale;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private boolean fontScaleSet;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private double maxHeight;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private boolean maxHeightSet;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private double maxWidth;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private boolean maxWidthSet;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private double minHeight;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private boolean minHeightSet;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private double minWidth;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private boolean minWidthSet;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private double prefHeight;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private boolean prefHeightSet;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private double prefWidth;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private boolean prefWidthSet;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private com.sun.javafx.fxml.builder.web.WebEngineBuilder engineBuilder;
    descriptor: Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
         0: .line 48
            aload 0 /* this */
            invokespecial com.sun.javafx.fxml.builder.web.ParentBuilder.<init>:()V
            return
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;

  public static com.sun.javafx.fxml.builder.web.WebViewBuilder create();
    descriptor: ()Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 58
            new com.sun.javafx.fxml.builder.web.WebViewBuilder
            dup
            invokespecial com.sun.javafx.fxml.builder.web.WebViewBuilder.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public javafx.scene.web.WebView build();
    descriptor: ()Ljavafx/scene/web/WebView;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
         0: .line 66
            new javafx.scene.web.WebView
            dup
            invokespecial javafx.scene.web.WebView.<init>:()V
            astore 1 /* x */
        start local 1 // javafx.scene.web.WebView x
         1: .line 67
            aload 0 /* this */
            aload 1 /* x */
            invokevirtual com.sun.javafx.fxml.builder.web.WebViewBuilder.applyTo:(Ljavafx/scene/web/WebView;)V
         2: .line 68
            aload 1 /* x */
            areturn
        end local 1 // javafx.scene.web.WebView x
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            1    3     1     x  Ljavafx/scene/web/WebView;

  public void applyTo(javafx.scene.web.WebView);
    descriptor: (Ljavafx/scene/web/WebView;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // javafx.scene.web.WebView view
         0: .line 77
            aload 0 /* this */
            aload 1 /* view */
            invokespecial com.sun.javafx.fxml.builder.web.ParentBuilder.applyTo:(Ljavafx/scene/Parent;)V
         1: .line 78
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.fontScaleSet:Z
            ifeq 3
         2: .line 79
            aload 1 /* view */
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.fontScale:D
            invokevirtual javafx.scene.web.WebView.setFontScale:(D)V
         3: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.maxHeightSet:Z
            ifeq 5
         4: .line 82
            aload 1 /* view */
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.maxHeight:D
            invokevirtual javafx.scene.web.WebView.setMaxHeight:(D)V
         5: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.maxWidthSet:Z
            ifeq 7
         6: .line 85
            aload 1 /* view */
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.maxWidth:D
            invokevirtual javafx.scene.web.WebView.setMaxWidth:(D)V
         7: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.minHeightSet:Z
            ifeq 9
         8: .line 88
            aload 1 /* view */
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.minHeight:D
            invokevirtual javafx.scene.web.WebView.setMinHeight:(D)V
         9: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.minWidthSet:Z
            ifeq 11
        10: .line 91
            aload 1 /* view */
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.minWidth:D
            invokevirtual javafx.scene.web.WebView.setMinWidth:(D)V
        11: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.prefHeightSet:Z
            ifeq 13
        12: .line 94
            aload 1 /* view */
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.prefHeight:D
            invokevirtual javafx.scene.web.WebView.setPrefHeight:(D)V
        13: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.prefWidthSet:Z
            ifeq 15
        14: .line 97
            aload 1 /* view */
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.prefWidth:D
            invokevirtual javafx.scene.web.WebView.setPrefWidth:(D)V
        15: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.engineBuilder:Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            ifnull 17
        16: .line 100
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.engineBuilder:Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            aload 1 /* view */
            invokevirtual javafx.scene.web.WebView.getEngine:()Ljavafx/scene/web/WebEngine;
            invokevirtual com.sun.javafx.fxml.builder.web.WebEngineBuilder.applyTo:(Ljavafx/scene/web/WebEngine;)V
        17: .line 102
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.web.WebView view
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0   18     1  view  Ljavafx/scene/web/WebView;
    MethodParameters:
      Name  Flags
      view  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder fontScale(double);
    descriptor: (D)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // double value
         0: .line 112
            aload 0 /* this */
            dload 1 /* value */
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.fontScale:D
         1: .line 113
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.fontScaleSet:Z
         2: .line 114
            aload 0 /* this */
            areturn
        end local 1 // double value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder maxHeight(double);
    descriptor: (D)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // double value
         0: .line 128
            aload 0 /* this */
            dload 1 /* value */
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.maxHeight:D
         1: .line 129
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.maxHeightSet:Z
         2: .line 130
            aload 0 /* this */
            areturn
        end local 1 // double value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder maxWidth(double);
    descriptor: (D)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // double value
         0: .line 144
            aload 0 /* this */
            dload 1 /* value */
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.maxWidth:D
         1: .line 145
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.maxWidthSet:Z
         2: .line 146
            aload 0 /* this */
            areturn
        end local 1 // double value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder minHeight(double);
    descriptor: (D)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // double value
         0: .line 160
            aload 0 /* this */
            dload 1 /* value */
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.minHeight:D
         1: .line 161
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.minHeightSet:Z
         2: .line 162
            aload 0 /* this */
            areturn
        end local 1 // double value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder minWidth(double);
    descriptor: (D)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // double value
         0: .line 176
            aload 0 /* this */
            dload 1 /* value */
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.minWidth:D
         1: .line 177
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.minWidthSet:Z
         2: .line 178
            aload 0 /* this */
            areturn
        end local 1 // double value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder prefHeight(double);
    descriptor: (D)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // double value
         0: .line 192
            aload 0 /* this */
            dload 1 /* value */
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.prefHeight:D
         1: .line 193
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.prefHeightSet:Z
         2: .line 194
            aload 0 /* this */
            areturn
        end local 1 // double value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder prefWidth(double);
    descriptor: (D)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // double value
         0: .line 208
            aload 0 /* this */
            dload 1 /* value */
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.prefWidth:D
         1: .line 209
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.prefWidthSet:Z
         2: .line 210
            aload 0 /* this */
            areturn
        end local 1 // double value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder confirmHandler(javafx.util.Callback<java.lang.String, java.lang.Boolean>);
    descriptor: (Ljavafx/util/Callback;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // javafx.util.Callback value
         0: .line 226
            aload 0 /* this */
            invokevirtual com.sun.javafx.fxml.builder.web.WebViewBuilder.engineBuilder:()Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            aload 1 /* value */
            invokevirtual com.sun.javafx.fxml.builder.web.WebEngineBuilder.confirmHandler:(Ljavafx/util/Callback;)Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            pop
         1: .line 227
            aload 0 /* this */
            areturn
        end local 1 // javafx.util.Callback value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    2     1  value  Ljavafx/util/Callback<Ljava/lang/String;Ljava/lang/Boolean;>;
    Signature: (Ljavafx/util/Callback<Ljava/lang/String;Ljava/lang/Boolean;>;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder createPopupHandler(javafx.util.Callback<javafx.scene.web.PopupFeatures, javafx.scene.web.WebEngine>);
    descriptor: (Ljavafx/util/Callback;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // javafx.util.Callback value
         0: .line 240
            aload 0 /* this */
            invokevirtual com.sun.javafx.fxml.builder.web.WebViewBuilder.engineBuilder:()Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            aload 1 /* value */
            invokevirtual com.sun.javafx.fxml.builder.web.WebEngineBuilder.createPopupHandler:(Ljavafx/util/Callback;)Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            pop
         1: .line 241
            aload 0 /* this */
            areturn
        end local 1 // javafx.util.Callback value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    2     1  value  Ljavafx/util/Callback<Ljavafx/scene/web/PopupFeatures;Ljavafx/scene/web/WebEngine;>;
    Signature: (Ljavafx/util/Callback<Ljavafx/scene/web/PopupFeatures;Ljavafx/scene/web/WebEngine;>;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder onAlert(javafx.event.EventHandler<javafx.scene.web.WebEvent<java.lang.String>>);
    descriptor: (Ljavafx/event/EventHandler;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // javafx.event.EventHandler value
         0: .line 254
            aload 0 /* this */
            invokevirtual com.sun.javafx.fxml.builder.web.WebViewBuilder.engineBuilder:()Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            aload 1 /* value */
            invokevirtual com.sun.javafx.fxml.builder.web.WebEngineBuilder.onAlert:(Ljavafx/event/EventHandler;)Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            pop
         1: .line 255
            aload 0 /* this */
            areturn
        end local 1 // javafx.event.EventHandler value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    2     1  value  Ljavafx/event/EventHandler<Ljavafx/scene/web/WebEvent<Ljava/lang/String;>;>;
    Signature: (Ljavafx/event/EventHandler<Ljavafx/scene/web/WebEvent<Ljava/lang/String;>;>;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder onResized(javafx.event.EventHandler<javafx.scene.web.WebEvent<javafx.geometry.Rectangle2D>>);
    descriptor: (Ljavafx/event/EventHandler;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // javafx.event.EventHandler value
         0: .line 268
            aload 0 /* this */
            invokevirtual com.sun.javafx.fxml.builder.web.WebViewBuilder.engineBuilder:()Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            aload 1 /* value */
            invokevirtual com.sun.javafx.fxml.builder.web.WebEngineBuilder.onResized:(Ljavafx/event/EventHandler;)Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            pop
         1: .line 269
            aload 0 /* this */
            areturn
        end local 1 // javafx.event.EventHandler value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    2     1  value  Ljavafx/event/EventHandler<Ljavafx/scene/web/WebEvent<Ljavafx/geometry/Rectangle2D;>;>;
    Signature: (Ljavafx/event/EventHandler<Ljavafx/scene/web/WebEvent<Ljavafx/geometry/Rectangle2D;>;>;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder onStatusChanged(javafx.event.EventHandler<javafx.scene.web.WebEvent<java.lang.String>>);
    descriptor: (Ljavafx/event/EventHandler;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // javafx.event.EventHandler value
         0: .line 282
            aload 0 /* this */
            invokevirtual com.sun.javafx.fxml.builder.web.WebViewBuilder.engineBuilder:()Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            aload 1 /* value */
            invokevirtual com.sun.javafx.fxml.builder.web.WebEngineBuilder.onStatusChanged:(Ljavafx/event/EventHandler;)Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            pop
         1: .line 283
            aload 0 /* this */
            areturn
        end local 1 // javafx.event.EventHandler value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    2     1  value  Ljavafx/event/EventHandler<Ljavafx/scene/web/WebEvent<Ljava/lang/String;>;>;
    Signature: (Ljavafx/event/EventHandler<Ljavafx/scene/web/WebEvent<Ljava/lang/String;>;>;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder onVisibilityChanged(javafx.event.EventHandler<javafx.scene.web.WebEvent<java.lang.Boolean>>);
    descriptor: (Ljavafx/event/EventHandler;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // javafx.event.EventHandler value
         0: .line 296
            aload 0 /* this */
            invokevirtual com.sun.javafx.fxml.builder.web.WebViewBuilder.engineBuilder:()Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            aload 1 /* value */
            invokevirtual com.sun.javafx.fxml.builder.web.WebEngineBuilder.onVisibilityChanged:(Ljavafx/event/EventHandler;)Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            pop
         1: .line 297
            aload 0 /* this */
            areturn
        end local 1 // javafx.event.EventHandler value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    2     1  value  Ljavafx/event/EventHandler<Ljavafx/scene/web/WebEvent<Ljava/lang/Boolean;>;>;
    Signature: (Ljavafx/event/EventHandler<Ljavafx/scene/web/WebEvent<Ljava/lang/Boolean;>;>;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder promptHandler(javafx.util.Callback<javafx.scene.web.PromptData, java.lang.String>);
    descriptor: (Ljavafx/util/Callback;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // javafx.util.Callback value
         0: .line 310
            aload 0 /* this */
            invokevirtual com.sun.javafx.fxml.builder.web.WebViewBuilder.engineBuilder:()Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            aload 1 /* value */
            invokevirtual com.sun.javafx.fxml.builder.web.WebEngineBuilder.promptHandler:(Ljavafx/util/Callback;)Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            pop
         1: .line 311
            aload 0 /* this */
            areturn
        end local 1 // javafx.util.Callback value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    2     1  value  Ljavafx/util/Callback<Ljavafx/scene/web/PromptData;Ljava/lang/String;>;
    Signature: (Ljavafx/util/Callback<Ljavafx/scene/web/PromptData;Ljava/lang/String;>;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    MethodParameters:
       Name  Flags
      value  

  public com.sun.javafx.fxml.builder.web.WebViewBuilder location(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
        start local 1 // java.lang.String value
         0: .line 324
            aload 0 /* this */
            invokevirtual com.sun.javafx.fxml.builder.web.WebViewBuilder.engineBuilder:()Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            aload 1 /* value */
            invokevirtual com.sun.javafx.fxml.builder.web.WebEngineBuilder.location:(Ljava/lang/String;)Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            pop
         1: .line 325
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String value
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  private com.sun.javafx.fxml.builder.web.WebEngineBuilder engineBuilder();
    descriptor: ()Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
         0: .line 331
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.engineBuilder:Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            ifnonnull 2
         1: .line 332
            aload 0 /* this */
            invokestatic com.sun.javafx.fxml.builder.web.WebEngineBuilder.create:()Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            putfield com.sun.javafx.fxml.builder.web.WebViewBuilder.engineBuilder:Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
         2: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.fxml.builder.web.WebViewBuilder.engineBuilder:Lcom/sun/javafx/fxml/builder/web/WebEngineBuilder;
            areturn
        end local 0 // com.sun.javafx.fxml.builder.web.WebViewBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;

  public java.lang.Object build();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.javafx.fxml.builder.web.WebViewBuilder.build:()Ljavafx/scene/web/WebView;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/javafx/fxml/builder/web/ParentBuilder<Lcom/sun/javafx/fxml/builder/web/WebViewBuilder;>;Ljavafx/util/Builder<Ljavafx/scene/web/WebView;>;
SourceFile: "WebViewBuilder.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()