public final class javafx.scene.input.Dragboard extends javafx.scene.input.Clipboard
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javafx.scene.input.Dragboard
  super_class: javafx.scene.input.Clipboard
{
  private boolean dataAccessRestricted;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 169
            new javafx.scene.input.Dragboard$1
            dup
            invokespecial javafx.scene.input.Dragboard$1.<init>:()V
            invokestatic com.sun.javafx.scene.input.DragboardHelper.setDragboardAccessor:(Lcom/sun/javafx/scene/input/DragboardHelper$DragboardAccessor;)V
         1: .line 186
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.sun.javafx.tk.TKClipboard);
    descriptor: (Lcom/sun/javafx/tk/TKClipboard;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.input.Dragboard this
        start local 1 // com.sun.javafx.tk.TKClipboard peer
         0: .line 49
            aload 0 /* this */
            aload 1 /* peer */
            invokespecial javafx.scene.input.Clipboard.<init>:(Lcom/sun/javafx/tk/TKClipboard;)V
         1: .line 46
            aload 0 /* this */
            iconst_1
            putfield javafx.scene.input.Dragboard.dataAccessRestricted:Z
         2: .line 50
            return
        end local 1 // com.sun.javafx.tk.TKClipboard peer
        end local 0 // javafx.scene.input.Dragboard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/input/Dragboard;
            0    3     1  peer  Lcom/sun/javafx/tk/TKClipboard;
    MethodParameters:
      Name  Flags
      peer  

  java.lang.Object getContentImpl(javafx.scene.input.DataFormat);
    descriptor: (Ljavafx/scene/input/DataFormat;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.input.Dragboard this
        start local 1 // javafx.scene.input.DataFormat dataFormat
         0: .line 54
            aload 0 /* this */
            getfield javafx.scene.input.Dragboard.dataAccessRestricted:Z
            ifeq 2
         1: .line 55
            invokestatic com.sun.javafx.tk.PermissionHelper.checkClipboardPermission:()V
         2: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* dataFormat */
            invokespecial javafx.scene.input.Clipboard.getContentImpl:(Ljavafx/scene/input/DataFormat;)Ljava/lang/Object;
            areturn
        end local 1 // javafx.scene.input.DataFormat dataFormat
        end local 0 // javafx.scene.input.Dragboard this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljavafx/scene/input/Dragboard;
            0    3     1  dataFormat  Ljavafx/scene/input/DataFormat;
    MethodParameters:
            Name  Flags
      dataFormat  

  public final java.util.Set<javafx.scene.input.TransferMode> getTransferModes();
    descriptor: ()Ljava/util/Set;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.input.Dragboard this
         0: .line 65
            aload 0 /* this */
            getfield javafx.scene.input.Dragboard.peer:Lcom/sun/javafx/tk/TKClipboard;
            invokeinterface com.sun.javafx.tk.TKClipboard.getTransferModes:()Ljava/util/Set;
            areturn
        end local 0 // javafx.scene.input.Dragboard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/input/Dragboard;
    Signature: ()Ljava/util/Set<Ljavafx/scene/input/TransferMode;>;

  com.sun.javafx.tk.TKClipboard getPeer();
    descriptor: ()Lcom/sun/javafx/tk/TKClipboard;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.input.Dragboard this
         0: .line 69
            aload 0 /* this */
            getfield javafx.scene.input.Dragboard.peer:Lcom/sun/javafx/tk/TKClipboard;
            areturn
        end local 0 // javafx.scene.input.Dragboard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/input/Dragboard;

  static javafx.scene.input.Dragboard createDragboard(com.sun.javafx.tk.TKClipboard);
    descriptor: (Lcom/sun/javafx/tk/TKClipboard;)Ljavafx/scene/input/Dragboard;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.tk.TKClipboard peer
         0: .line 73
            new javafx.scene.input.Dragboard
            dup
            aload 0 /* peer */
            invokespecial javafx.scene.input.Dragboard.<init>:(Lcom/sun/javafx/tk/TKClipboard;)V
            areturn
        end local 0 // com.sun.javafx.tk.TKClipboard peer
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  peer  Lcom/sun/javafx/tk/TKClipboard;
    MethodParameters:
      Name  Flags
      peer  

  public void setDragView(javafx.scene.image.Image, double, double);
    descriptor: (Ljavafx/scene/image/Image;DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // javafx.scene.input.Dragboard this
        start local 1 // javafx.scene.image.Image image
        start local 2 // double offsetX
        start local 4 // double offsetY
         0: .line 91
            aload 0 /* this */
            getfield javafx.scene.input.Dragboard.peer:Lcom/sun/javafx/tk/TKClipboard;
            aload 1 /* image */
            invokeinterface com.sun.javafx.tk.TKClipboard.setDragView:(Ljavafx/scene/image/Image;)V
         1: .line 92
            aload 0 /* this */
            getfield javafx.scene.input.Dragboard.peer:Lcom/sun/javafx/tk/TKClipboard;
            dload 2 /* offsetX */
            invokeinterface com.sun.javafx.tk.TKClipboard.setDragViewOffsetX:(D)V
         2: .line 93
            aload 0 /* this */
            getfield javafx.scene.input.Dragboard.peer:Lcom/sun/javafx/tk/TKClipboard;
            dload 4 /* offsetY */
            invokeinterface com.sun.javafx.tk.TKClipboard.setDragViewOffsetY:(D)V
         3: .line 94
            return
        end local 4 // double offsetY
        end local 2 // double offsetX
        end local 1 // javafx.scene.image.Image image
        end local 0 // javafx.scene.input.Dragboard this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljavafx/scene/input/Dragboard;
            0    4     1    image  Ljavafx/scene/image/Image;
            0    4     2  offsetX  D
            0    4     4  offsetY  D
    MethodParameters:
         Name  Flags
      image    
      offsetX  
      offsetY  

  public void setDragView(javafx.scene.image.Image);
    descriptor: (Ljavafx/scene/image/Image;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.input.Dragboard this
        start local 1 // javafx.scene.image.Image image
         0: .line 106
            aload 0 /* this */
            getfield javafx.scene.input.Dragboard.peer:Lcom/sun/javafx/tk/TKClipboard;
            aload 1 /* image */
            invokeinterface com.sun.javafx.tk.TKClipboard.setDragView:(Ljavafx/scene/image/Image;)V
         1: .line 107
            return
        end local 1 // javafx.scene.image.Image image
        end local 0 // javafx.scene.input.Dragboard this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/input/Dragboard;
            0    2     1  image  Ljavafx/scene/image/Image;
    MethodParameters:
       Name  Flags
      image  

  public void setDragViewOffsetX(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.input.Dragboard this
        start local 1 // double offsetX
         0: .line 118
            aload 0 /* this */
            getfield javafx.scene.input.Dragboard.peer:Lcom/sun/javafx/tk/TKClipboard;
            dload 1 /* offsetX */
            invokeinterface com.sun.javafx.tk.TKClipboard.setDragViewOffsetX:(D)V
         1: .line 119
            return
        end local 1 // double offsetX
        end local 0 // javafx.scene.input.Dragboard this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljavafx/scene/input/Dragboard;
            0    2     1  offsetX  D
    MethodParameters:
         Name  Flags
      offsetX  

  public void setDragViewOffsetY(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.input.Dragboard this
        start local 1 // double offsetY
         0: .line 130
            aload 0 /* this */
            getfield javafx.scene.input.Dragboard.peer:Lcom/sun/javafx/tk/TKClipboard;
            dload 1 /* offsetY */
            invokeinterface com.sun.javafx.tk.TKClipboard.setDragViewOffsetY:(D)V
         1: .line 131
            return
        end local 1 // double offsetY
        end local 0 // javafx.scene.input.Dragboard this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljavafx/scene/input/Dragboard;
            0    2     1  offsetY  D
    MethodParameters:
         Name  Flags
      offsetY  

  public javafx.scene.image.Image getDragView();
    descriptor: ()Ljavafx/scene/image/Image;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.input.Dragboard this
         0: .line 141
            aload 0 /* this */
            getfield javafx.scene.input.Dragboard.peer:Lcom/sun/javafx/tk/TKClipboard;
            invokeinterface com.sun.javafx.tk.TKClipboard.getDragView:()Ljavafx/scene/image/Image;
            areturn
        end local 0 // javafx.scene.input.Dragboard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/input/Dragboard;

  public double getDragViewOffsetX();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.input.Dragboard this
         0: .line 152
            aload 0 /* this */
            getfield javafx.scene.input.Dragboard.peer:Lcom/sun/javafx/tk/TKClipboard;
            invokeinterface com.sun.javafx.tk.TKClipboard.getDragViewOffsetX:()D
            dreturn
        end local 0 // javafx.scene.input.Dragboard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/input/Dragboard;

  public double getDragViewOffsetY();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.input.Dragboard this
         0: .line 163
            aload 0 /* this */
            getfield javafx.scene.input.Dragboard.peer:Lcom/sun/javafx/tk/TKClipboard;
            invokeinterface com.sun.javafx.tk.TKClipboard.getDragViewOffsetY:()D
            dreturn
        end local 0 // javafx.scene.input.Dragboard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/input/Dragboard;
}
SourceFile: "Dragboard.java"
NestMembers:
  javafx.scene.input.Dragboard$1
InnerClasses:
  public abstract DragboardAccessor = com.sun.javafx.scene.input.DragboardHelper$DragboardAccessor of com.sun.javafx.scene.input.DragboardHelper
  javafx.scene.input.Dragboard$1