class lombok.installer.InstallerGUI$IdesList extends javax.swing.JPanel implements javax.swing.Scrollable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.installer.InstallerGUI$IdesList
  super_class: javax.swing.JPanel
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  java.util.List<lombok.installer.IdeLocation> locations;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Llombok/installer/IdeLocation;>;

  final lombok.installer.InstallerGUI this$0;
    descriptor: Llombok/installer/InstallerGUI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(lombok.installer.InstallerGUI);
    descriptor: (Llombok/installer/InstallerGUI;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // lombok.installer.InstallerGUI$IdesList this
         0: .line 709
            aload 0 /* this */
            aload 1
            putfield lombok.installer.InstallerGUI$IdesList.this$0:Llombok/installer/InstallerGUI;
            aload 0 /* this */
            invokespecial javax.swing.JPanel.<init>:()V
         1: .line 707
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield lombok.installer.InstallerGUI$IdesList.locations:Ljava/util/List;
         2: .line 710
            aload 0 /* this */
            new javax.swing.BoxLayout
            dup
            aload 0 /* this */
            iconst_1
            invokespecial javax.swing.BoxLayout.<init>:(Ljava/awt/Container;I)V
            invokevirtual lombok.installer.InstallerGUI$IdesList.setLayout:(Ljava/awt/LayoutManager;)V
         3: .line 711
            aload 0 /* this */
            getstatic java.awt.Color.WHITE:Ljava/awt/Color;
            invokevirtual lombok.installer.InstallerGUI$IdesList.setBackground:(Ljava/awt/Color;)V
         4: .line 712
            return
        end local 0 // lombok.installer.InstallerGUI$IdesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Llombok/installer/InstallerGUI$IdesList;
    MethodParameters:
        Name  Flags
      this$0  final

  java.util.List<lombok.installer.IdeLocation> getSelectedIdes();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // lombok.installer.InstallerGUI$IdesList this
         0: .line 715
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* list */
        start local 1 // java.util.List list
         1: .line 716
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$IdesList.locations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: lombok.installer.InstallerGUI$IdesList java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast lombok.installer.IdeLocation
            astore 2 /* loc */
        start local 2 // lombok.installer.IdeLocation loc
         3: aload 2 /* loc */
            getfield lombok.installer.IdeLocation.selected:Z
            ifeq 4
            aload 1 /* list */
            aload 2 /* loc */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // lombok.installer.IdeLocation loc
      StackMap locals:
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 717
            aload 1 /* list */
            areturn
        end local 1 // java.util.List list
        end local 0 // lombok.installer.InstallerGUI$IdesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Llombok/installer/InstallerGUI$IdesList;
            1    6     1  list  Ljava/util/List<Llombok/installer/IdeLocation;>;
            3    4     2   loc  Llombok/installer/IdeLocation;
    Signature: ()Ljava/util/List<Llombok/installer/IdeLocation;>;

  void fireSelectionChange();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // lombok.installer.InstallerGUI$IdesList this
         0: .line 721
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$IdesList.this$0:Llombok/installer/InstallerGUI;
            aload 0 /* this */
            invokevirtual lombok.installer.InstallerGUI$IdesList.getSelectedIdes:()Ljava/util/List;
            invokevirtual lombok.installer.InstallerGUI.selectedLomboksChanged:(Ljava/util/List;)V
         1: .line 722
            return
        end local 0 // lombok.installer.InstallerGUI$IdesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Llombok/installer/InstallerGUI$IdesList;

  void addLocation(lombok.installer.IdeLocation);
    descriptor: (Llombok/installer/IdeLocation;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // lombok.installer.InstallerGUI$IdesList this
        start local 1 // lombok.installer.IdeLocation location
         0: .line 725
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$IdesList.locations:Ljava/util/List;
            aload 1 /* location */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifeq 1
            return
         1: .line 726
      StackMap locals:
      StackMap stack:
            invokestatic javax.swing.Box.createHorizontalBox:()Ljavax/swing/Box;
            astore 2 /* box */
        start local 2 // javax.swing.Box box
         2: .line 727
            aload 2 /* box */
            getstatic java.awt.Color.WHITE:Ljava/awt/Color;
            invokevirtual javax.swing.Box.setBackground:(Ljava/awt/Color;)V
         3: .line 728
            new javax.swing.JCheckBox
            dup
            aload 1 /* location */
            invokevirtual lombok.installer.IdeLocation.getName:()Ljava/lang/String;
            invokespecial javax.swing.JCheckBox.<init>:(Ljava/lang/String;)V
            astore 3 /* checkbox */
        start local 3 // javax.swing.JCheckBox checkbox
         4: .line 729
            aload 3 /* checkbox */
            getstatic java.awt.Color.WHITE:Ljava/awt/Color;
            invokevirtual javax.swing.JCheckBox.setBackground:(Ljava/awt/Color;)V
         5: .line 730
            aload 2 /* box */
            new javax.swing.JLabel
            dup
            new javax.swing.ImageIcon
            dup
            aload 1 /* location */
            invokevirtual lombok.installer.IdeLocation.getIdeIcon:()Ljava/net/URL;
            invokespecial javax.swing.ImageIcon.<init>:(Ljava/net/URL;)V
            invokespecial javax.swing.JLabel.<init>:(Ljavax/swing/Icon;)V
            invokevirtual javax.swing.Box.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         6: .line 731
            aload 2 /* box */
            aload 3 /* checkbox */
            invokevirtual javax.swing.Box.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         7: .line 732
            aload 3 /* checkbox */
            iconst_1
            invokevirtual javax.swing.JCheckBox.setSelected:(Z)V
         8: .line 733
            aload 3 /* checkbox */
            new lombok.installer.InstallerGUI$IdesList$1
            dup
            aload 0 /* this */
            aload 1 /* location */
            aload 3 /* checkbox */
            invokespecial lombok.installer.InstallerGUI$IdesList$1.<init>:(Llombok/installer/InstallerGUI$IdesList;Llombok/installer/IdeLocation;Ljavax/swing/JCheckBox;)V
            invokevirtual javax.swing.JCheckBox.addActionListener:(Ljava/awt/event/ActionListener;)V
         9: .line 740
            aload 1 /* location */
            invokevirtual lombok.installer.IdeLocation.hasLombok:()Z
            ifeq 11
        10: .line 741
            aload 2 /* box */
            new javax.swing.JLabel
            dup
            new javax.swing.ImageIcon
            dup
            ldc Llombok/installer/Installer;
            ldc "lombokIcon.png"
            invokevirtual java.lang.Class.getResource:(Ljava/lang/String;)Ljava/net/URL;
            invokespecial javax.swing.ImageIcon.<init>:(Ljava/net/URL;)V
            invokespecial javax.swing.JLabel.<init>:(Ljavax/swing/Icon;)V
            invokevirtual javax.swing.Box.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        11: .line 743
      StackMap locals: javax.swing.Box javax.swing.JCheckBox
      StackMap stack:
            aload 2 /* box */
            invokestatic javax.swing.Box.createHorizontalGlue:()Ljava/awt/Component;
            invokevirtual javax.swing.Box.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        12: .line 744
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$IdesList.locations:Ljava/util/List;
            aload 1 /* location */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        13: .line 745
            aload 0 /* this */
            aload 2 /* box */
            invokevirtual lombok.installer.InstallerGUI$IdesList.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        14: .line 746
            aload 0 /* this */
            invokevirtual lombok.installer.InstallerGUI$IdesList.getParent:()Ljava/awt/Container;
            invokevirtual java.awt.Container.doLayout:()V
        15: .line 747
            aload 0 /* this */
            invokevirtual lombok.installer.InstallerGUI$IdesList.fireSelectionChange:()V
        16: .line 748
            return
        end local 3 // javax.swing.JCheckBox checkbox
        end local 2 // javax.swing.Box box
        end local 1 // lombok.installer.IdeLocation location
        end local 0 // lombok.installer.InstallerGUI$IdesList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Llombok/installer/InstallerGUI$IdesList;
            0   17     1  location  Llombok/installer/IdeLocation;
            2   17     2       box  Ljavax/swing/Box;
            4   17     3  checkbox  Ljavax/swing/JCheckBox;
    MethodParameters:
          Name  Flags
      location  final

  public java.awt.Dimension getPreferredScrollableViewportSize();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // lombok.installer.InstallerGUI$IdesList this
         0: .line 751
            new java.awt.Dimension
            dup
            iconst_1
            bipush 100
            invokespecial java.awt.Dimension.<init>:(II)V
            areturn
        end local 0 // lombok.installer.InstallerGUI$IdesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/installer/InstallerGUI$IdesList;

  public int getScrollableBlockIncrement(java.awt.Rectangle, int, int);
    descriptor: (Ljava/awt/Rectangle;II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // lombok.installer.InstallerGUI$IdesList this
        start local 1 // java.awt.Rectangle visibleRect
        start local 2 // int orientation
        start local 3 // int direction
         0: .line 755
            bipush 12
            ireturn
        end local 3 // int direction
        end local 2 // int orientation
        end local 1 // java.awt.Rectangle visibleRect
        end local 0 // lombok.installer.InstallerGUI$IdesList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Llombok/installer/InstallerGUI$IdesList;
            0    1     1  visibleRect  Ljava/awt/Rectangle;
            0    1     2  orientation  I
            0    1     3    direction  I
    MethodParameters:
             Name  Flags
      visibleRect  
      orientation  
      direction    

  public boolean getScrollableTracksViewportHeight();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.installer.InstallerGUI$IdesList this
         0: .line 759
            iconst_0
            ireturn
        end local 0 // lombok.installer.InstallerGUI$IdesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/installer/InstallerGUI$IdesList;

  public boolean getScrollableTracksViewportWidth();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.installer.InstallerGUI$IdesList this
         0: .line 763
            iconst_1
            ireturn
        end local 0 // lombok.installer.InstallerGUI$IdesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/installer/InstallerGUI$IdesList;

  public int getScrollableUnitIncrement(java.awt.Rectangle, int, int);
    descriptor: (Ljava/awt/Rectangle;II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // lombok.installer.InstallerGUI$IdesList this
        start local 1 // java.awt.Rectangle visibleRect
        start local 2 // int orientation
        start local 3 // int direction
         0: .line 767
            iconst_1
            ireturn
        end local 3 // int direction
        end local 2 // int orientation
        end local 1 // java.awt.Rectangle visibleRect
        end local 0 // lombok.installer.InstallerGUI$IdesList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Llombok/installer/InstallerGUI$IdesList;
            0    1     1  visibleRect  Ljava/awt/Rectangle;
            0    1     2  orientation  I
            0    1     3    direction  I
    MethodParameters:
             Name  Flags
      visibleRect  
      orientation  
      direction    
}
SourceFile: "InstallerGUI.java"
NestHost: lombok.installer.InstallerGUI
InnerClasses:
  private IdesList = lombok.installer.InstallerGUI$IdesList of lombok.installer.InstallerGUI
  lombok.installer.InstallerGUI$IdesList$1