public class javafx.scene.control.IndexedCell<T> extends javafx.scene.control.Cell<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.control.IndexedCell
  super_class: javafx.scene.control.Cell
{
  private javafx.beans.property.ReadOnlyIntegerWrapper index;
    descriptor: Ljavafx/beans/property/ReadOnlyIntegerWrapper;
    flags: (0x0002) ACC_PRIVATE

  private static final java.lang.String DEFAULT_STYLE_CLASS;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "indexed-cell"

  private static final javafx.css.PseudoClass PSEUDO_CLASS_ODD;
    descriptor: Ljavafx/css/PseudoClass;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final javafx.css.PseudoClass PSEUDO_CLASS_EVEN;
    descriptor: Ljavafx/css/PseudoClass;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 141
            ldc "odd"
            invokestatic javafx.css.PseudoClass.getPseudoClass:(Ljava/lang/String;)Ljavafx/css/PseudoClass;
            putstatic javafx.scene.control.IndexedCell.PSEUDO_CLASS_ODD:Ljavafx/css/PseudoClass;
         1: .line 142
            ldc "even"
            invokestatic javafx.css.PseudoClass.getPseudoClass:(Ljava/lang/String;)Ljavafx/css/PseudoClass;
            putstatic javafx.scene.control.IndexedCell.PSEUDO_CLASS_EVEN:Ljavafx/css/PseudoClass;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // javafx.scene.control.IndexedCell this
         0: .line 63
            aload 0 /* this */
            invokespecial javafx.scene.control.Cell.<init>:()V
         1: .line 76
            aload 0 /* this */
            new javafx.scene.control.IndexedCell$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "index"
            iconst_m1
            invokespecial javafx.scene.control.IndexedCell$1.<init>:(Ljavafx/scene/control/IndexedCell;Ljava/lang/Object;Ljava/lang/String;I)V
            putfield javafx.scene.control.IndexedCell.index:Ljavafx/beans/property/ReadOnlyIntegerWrapper;
         2: .line 64
            aload 0 /* this */
            invokevirtual javafx.scene.control.IndexedCell.getStyleClass:()Ljavafx/collections/ObservableList;
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "indexed-cell"
            aastore
            invokeinterface javafx.collections.ObservableList.addAll:([Ljava/lang/Object;)Z
            pop
         3: .line 65
            return
        end local 0 // javafx.scene.control.IndexedCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/control/IndexedCell<TT;>;

  public final int getIndex();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.IndexedCell this
         0: .line 90
            aload 0 /* this */
            getfield javafx.scene.control.IndexedCell.index:Ljavafx/beans/property/ReadOnlyIntegerWrapper;
            invokevirtual javafx.beans.property.ReadOnlyIntegerWrapper.get:()I
            ireturn
        end local 0 // javafx.scene.control.IndexedCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/IndexedCell<TT;>;

  public final javafx.beans.property.ReadOnlyIntegerProperty indexProperty();
    descriptor: ()Ljavafx/beans/property/ReadOnlyIntegerProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.IndexedCell this
         0: .line 101
            aload 0 /* this */
            getfield javafx.scene.control.IndexedCell.index:Ljavafx/beans/property/ReadOnlyIntegerWrapper;
            invokevirtual javafx.beans.property.ReadOnlyIntegerWrapper.getReadOnlyProperty:()Ljavafx/beans/property/ReadOnlyIntegerProperty;
            areturn
        end local 0 // javafx.scene.control.IndexedCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/IndexedCell<TT;>;

  public void updateIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.control.IndexedCell this
        start local 1 // int i
         0: .line 118
            aload 0 /* this */
            getfield javafx.scene.control.IndexedCell.index:Ljavafx/beans/property/ReadOnlyIntegerWrapper;
            invokevirtual javafx.beans.property.ReadOnlyIntegerWrapper.get:()I
            istore 2 /* oldIndex */
        start local 2 // int oldIndex
         1: .line 119
            aload 0 /* this */
            getfield javafx.scene.control.IndexedCell.index:Ljavafx/beans/property/ReadOnlyIntegerWrapper;
            iload 1 /* i */
            invokevirtual javafx.beans.property.ReadOnlyIntegerWrapper.set:(I)V
         2: .line 120
            aload 0 /* this */
            iload 2 /* oldIndex */
            iload 1 /* i */
            invokevirtual javafx.scene.control.IndexedCell.indexChanged:(II)V
         3: .line 121
            return
        end local 2 // int oldIndex
        end local 1 // int i
        end local 0 // javafx.scene.control.IndexedCell this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavafx/scene/control/IndexedCell<TT;>;
            0    4     1         i  I
            1    4     2  oldIndex  I
    MethodParameters:
      Name  Flags
      i     

  void indexChanged(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // javafx.scene.control.IndexedCell this
        start local 1 // int oldIndex
        start local 2 // int newIndex
         0: .line 131
            return
        end local 2 // int newIndex
        end local 1 // int oldIndex
        end local 0 // javafx.scene.control.IndexedCell this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/scene/control/IndexedCell<TT;>;
            0    1     1  oldIndex  I
            0    1     2  newIndex  I
    MethodParameters:
          Name  Flags
      oldIndex  
      newIndex  
}
Signature: <T:Ljava/lang/Object;>Ljavafx/scene/control/Cell<TT;>;
SourceFile: "IndexedCell.java"
NestMembers:
  javafx.scene.control.IndexedCell$1
InnerClasses:
  javafx.scene.control.IndexedCell$1