public abstract class com.sun.webkit.PopupMenu
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.webkit.PopupMenu
  super_class: java.lang.Object
{
  private long pdata;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 30
            ldc Lcom/sun/webkit/PopupMenu;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.sun.webkit.PopupMenu.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.PopupMenu this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.webkit.PopupMenu this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/PopupMenu;

  protected abstract void show(com.sun.webkit.WebPage, int, int, int);
    descriptor: (Lcom/sun/webkit/WebPage;III)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      page   
      x      
      y      
      width  

  protected abstract void hide();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract void setSelectedItem(int);
    descriptor: (I)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  protected abstract void appendItem(java.lang.String, boolean, boolean, boolean, int, int, com.sun.webkit.graphics.WCFont);
    descriptor: (Ljava/lang/String;ZZZIILcom/sun/webkit/graphics/WCFont;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      itemText     
      isLabel      
      isSeparator  
      isEnabled    
      bgColor      
      fgColor      
      font         

  protected void notifySelectionCommited(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.webkit.PopupMenu this
        start local 1 // int index
         0: .line 43
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.webkit.PopupMenu.pdata:J
            iload 1 /* index */
            invokevirtual com.sun.webkit.PopupMenu.twkSelectionCommited:(JI)V
         1: .line 44
            return
        end local 1 // int index
        end local 0 // com.sun.webkit.PopupMenu this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/webkit/PopupMenu;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected void notifyPopupClosed();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.webkit.PopupMenu this
         0: .line 47
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.webkit.PopupMenu.pdata:J
            invokevirtual com.sun.webkit.PopupMenu.twkPopupClosed:(J)V
         1: .line 48
            return
        end local 0 // com.sun.webkit.PopupMenu this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/webkit/PopupMenu;

  private static com.sun.webkit.PopupMenu fwkCreatePopupMenu(long);
    descriptor: (J)Lcom/sun/webkit/PopupMenu;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // long pData
         0: .line 51
            invokestatic com.sun.webkit.Utilities.getUtilities:()Lcom/sun/webkit/Utilities;
            invokevirtual com.sun.webkit.Utilities.createPopupMenu:()Lcom/sun/webkit/PopupMenu;
            astore 2 /* popupMenu */
        start local 2 // com.sun.webkit.PopupMenu popupMenu
         1: .line 52
            aload 2 /* popupMenu */
            lload 0 /* pData */
            putfield com.sun.webkit.PopupMenu.pdata:J
         2: .line 53
            aload 2 /* popupMenu */
            areturn
        end local 2 // com.sun.webkit.PopupMenu popupMenu
        end local 0 // long pData
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0      pData  J
            1    3     2  popupMenu  Lcom/sun/webkit/PopupMenu;
    MethodParameters:
       Name  Flags
      pData  

  private void fwkShow(com.sun.webkit.WebPage, int, int, int);
    descriptor: (Lcom/sun/webkit/WebPage;III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.webkit.PopupMenu this
        start local 1 // com.sun.webkit.WebPage page
        start local 2 // int x
        start local 3 // int y
        start local 4 // int width
         0: .line 57
            getstatic com.sun.webkit.PopupMenu.$assertionsDisabled:Z
            ifne 1
            aload 1 /* page */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* page */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* width */
            invokevirtual com.sun.webkit.PopupMenu.show:(Lcom/sun/webkit/WebPage;III)V
         2: .line 59
            return
        end local 4 // int width
        end local 3 // int y
        end local 2 // int x
        end local 1 // com.sun.webkit.WebPage page
        end local 0 // com.sun.webkit.PopupMenu this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/webkit/PopupMenu;
            0    3     1   page  Lcom/sun/webkit/WebPage;
            0    3     2      x  I
            0    3     3      y  I
            0    3     4  width  I
    MethodParameters:
       Name  Flags
      page   
      x      
      y      
      width  

  private void fwkHide();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.PopupMenu this
         0: .line 62
            aload 0 /* this */
            invokevirtual com.sun.webkit.PopupMenu.hide:()V
         1: .line 63
            return
        end local 0 // com.sun.webkit.PopupMenu this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/webkit/PopupMenu;

  private void fwkSetSelectedItem(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.PopupMenu this
        start local 1 // int index
         0: .line 66
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.sun.webkit.PopupMenu.setSelectedItem:(I)V
         1: .line 67
            return
        end local 1 // int index
        end local 0 // com.sun.webkit.PopupMenu this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/webkit/PopupMenu;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private void fwkAppendItem(java.lang.String, boolean, boolean, boolean, int, int, com.sun.webkit.graphics.WCFont);
    descriptor: (Ljava/lang/String;ZZZIILcom/sun/webkit/graphics/WCFont;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // com.sun.webkit.PopupMenu this
        start local 1 // java.lang.String itemText
        start local 2 // boolean isLabel
        start local 3 // boolean isSeparator
        start local 4 // boolean isEnabled
        start local 5 // int bgColor
        start local 6 // int fgColor
        start local 7 // com.sun.webkit.graphics.WCFont font
         0: .line 72
            aload 0 /* this */
            aload 1 /* itemText */
            iload 2 /* isLabel */
            iload 3 /* isSeparator */
            iload 4 /* isEnabled */
            iload 5 /* bgColor */
            iload 6 /* fgColor */
            aload 7 /* font */
            invokevirtual com.sun.webkit.PopupMenu.appendItem:(Ljava/lang/String;ZZZIILcom/sun/webkit/graphics/WCFont;)V
         1: .line 73
            return
        end local 7 // com.sun.webkit.graphics.WCFont font
        end local 6 // int fgColor
        end local 5 // int bgColor
        end local 4 // boolean isEnabled
        end local 3 // boolean isSeparator
        end local 2 // boolean isLabel
        end local 1 // java.lang.String itemText
        end local 0 // com.sun.webkit.PopupMenu this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/webkit/PopupMenu;
            0    2     1     itemText  Ljava/lang/String;
            0    2     2      isLabel  Z
            0    2     3  isSeparator  Z
            0    2     4    isEnabled  Z
            0    2     5      bgColor  I
            0    2     6      fgColor  I
            0    2     7         font  Lcom/sun/webkit/graphics/WCFont;
    MethodParameters:
             Name  Flags
      itemText     
      isLabel      
      isSeparator  
      isEnabled    
      bgColor      
      fgColor      
      font         

  private void fwkDestroy();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.webkit.PopupMenu this
         0: .line 76
            aload 0 /* this */
            lconst_0
            putfield com.sun.webkit.PopupMenu.pdata:J
         1: .line 77
            return
        end local 0 // com.sun.webkit.PopupMenu this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/webkit/PopupMenu;

  private native void twkSelectionCommited(long, int);
    descriptor: (JI)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
       Name  Flags
      pdata  
      index  

  private native void twkPopupClosed(long);
    descriptor: (J)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
       Name  Flags
      pdata  
}
SourceFile: "PopupMenu.java"