public class javafx.scene.control.cell.ChoiceBoxTreeCell<T> extends javafx.scene.control.cell.DefaultTreeCell<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.control.cell.ChoiceBoxTreeCell
  super_class: javafx.scene.control.cell.DefaultTreeCell
{
  private final javafx.collections.ObservableList<T> items;
    descriptor: Ljavafx/collections/ObservableList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljavafx/collections/ObservableList<TT;>;

  private javafx.scene.control.ChoiceBox<T> choiceBox;
    descriptor: Ljavafx/scene/control/ChoiceBox;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/scene/control/ChoiceBox<TT;>;

  private javafx.scene.layout.HBox hbox;
    descriptor: Ljavafx/scene/layout/HBox;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.ObjectProperty<javafx.util.StringConverter<T>> converter;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/util/StringConverter<TT;>;>;

  public static <T> javafx.util.Callback<javafx.scene.control.TreeView<T>, javafx.scene.control.TreeCell<T>> forTreeView(T[]);
    descriptor: ([Ljava/lang/Object;)Ljavafx/util/Callback;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object[] items
         0: .line 81
            aload 0 /* items */
            invokestatic javafx.collections.FXCollections.observableArrayList:([Ljava/lang/Object;)Ljavafx/collections/ObservableList;
            invokestatic javafx.scene.control.cell.ChoiceBoxTreeCell.forTreeView:(Ljavafx/collections/ObservableList;)Ljavafx/util/Callback;
            areturn
        end local 0 // java.lang.Object[] items
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  items  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)Ljavafx/util/Callback<Ljavafx/scene/control/TreeView<TT;>;Ljavafx/scene/control/TreeCell<TT;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
       Name  Flags
      items  

  public static <T> javafx.util.Callback<javafx.scene.control.TreeView<T>, javafx.scene.control.TreeCell<T>> forTreeView(javafx.collections.ObservableList<T>);
    descriptor: (Ljavafx/collections/ObservableList;)Ljavafx/util/Callback;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.collections.ObservableList items
         0: .line 105
            aconst_null
            aload 0 /* items */
            invokestatic javafx.scene.control.cell.ChoiceBoxTreeCell.forTreeView:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)Ljavafx/util/Callback;
            areturn
        end local 0 // javafx.collections.ObservableList items
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  items  Ljavafx/collections/ObservableList<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljavafx/collections/ObservableList<TT;>;)Ljavafx/util/Callback<Ljavafx/scene/control/TreeView<TT;>;Ljavafx/scene/control/TreeCell<TT;>;>;
    MethodParameters:
       Name  Flags
      items  final

  public static <T> javafx.util.Callback<javafx.scene.control.TreeView<T>, javafx.scene.control.TreeCell<T>> forTreeView(javafx.util.StringConverter<T>, T[]);
    descriptor: (Ljavafx/util/StringConverter;[Ljava/lang/Object;)Ljavafx/util/Callback;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.util.StringConverter converter
        start local 1 // java.lang.Object[] items
         0: .line 129
            aload 0 /* converter */
            aload 1 /* items */
            invokestatic javafx.collections.FXCollections.observableArrayList:([Ljava/lang/Object;)Ljavafx/collections/ObservableList;
            invokestatic javafx.scene.control.cell.ChoiceBoxTreeCell.forTreeView:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)Ljavafx/util/Callback;
            areturn
        end local 1 // java.lang.Object[] items
        end local 0 // javafx.util.StringConverter converter
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  converter  Ljavafx/util/StringConverter<TT;>;
            0    1     1      items  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Ljavafx/util/StringConverter<TT;>;[TT;)Ljavafx/util/Callback<Ljavafx/scene/control/TreeView<TT;>;Ljavafx/scene/control/TreeCell<TT;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
           Name  Flags
      converter  final
      items      final

  public static <T> javafx.util.Callback<javafx.scene.control.TreeView<T>, javafx.scene.control.TreeCell<T>> forTreeView(javafx.util.StringConverter<T>, javafx.collections.ObservableList<T>);
    descriptor: (Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)Ljavafx/util/Callback;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.util.StringConverter converter
        start local 1 // javafx.collections.ObservableList items
         0: .line 153
            aload 0 /* converter */
            aload 1 /* items */
            invokedynamic call(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)Ljavafx/util/Callback;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  javafx/scene/control/cell/ChoiceBoxTreeCell.lambda$0(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;Ljavafx/scene/control/TreeView;)Ljavafx/scene/control/TreeCell; (6)
                  (Ljavafx/scene/control/TreeView;)Ljavafx/scene/control/TreeCell;
            areturn
        end local 1 // javafx.collections.ObservableList items
        end local 0 // javafx.util.StringConverter converter
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  converter  Ljavafx/util/StringConverter<TT;>;
            0    1     1      items  Ljavafx/collections/ObservableList<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljavafx/util/StringConverter<TT;>;Ljavafx/collections/ObservableList<TT;>;)Ljavafx/util/Callback<Ljavafx/scene/control/TreeView<TT;>;Ljavafx/scene/control/TreeCell<TT;>;>;
    MethodParameters:
           Name  Flags
      converter  final
      items      final

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
         0: .line 182
            aload 0 /* this */
            invokestatic javafx.collections.FXCollections.observableArrayList:()Ljavafx/collections/ObservableList;
            invokespecial javafx.scene.control.cell.ChoiceBoxTreeCell.<init>:(Ljavafx/collections/ObservableList;)V
         1: .line 183
            return
        end local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/control/cell/ChoiceBoxTreeCell<TT;>;

  public void <init>();
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
        start local 1 // java.lang.Object[] items
         0: .line 194
            aload 0 /* this */
            aload 1 /* items */
            invokestatic javafx.collections.FXCollections.observableArrayList:([Ljava/lang/Object;)Ljavafx/collections/ObservableList;
            invokespecial javafx.scene.control.cell.ChoiceBoxTreeCell.<init>:(Ljavafx/collections/ObservableList;)V
         1: .line 195
            return
        end local 1 // java.lang.Object[] items
        end local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/cell/ChoiceBoxTreeCell<TT;>;
            0    2     1  items  [Ljava/lang/Object;
    Signature: ([TT;)V
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
       Name  Flags
      items  

  public void <init>(javafx.util.StringConverter<T>, );
    descriptor: (Ljavafx/util/StringConverter;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
        start local 1 // javafx.util.StringConverter converter
        start local 2 // java.lang.Object[] items
         0: .line 211
            aload 0 /* this */
            aload 1 /* converter */
            aload 2 /* items */
            invokestatic javafx.collections.FXCollections.observableArrayList:([Ljava/lang/Object;)Ljavafx/collections/ObservableList;
            invokespecial javafx.scene.control.cell.ChoiceBoxTreeCell.<init>:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)V
         1: .line 212
            return
        end local 2 // java.lang.Object[] items
        end local 1 // javafx.util.StringConverter converter
        end local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljavafx/scene/control/cell/ChoiceBoxTreeCell<TT;>;
            0    2     1  converter  Ljavafx/util/StringConverter<TT;>;
            0    2     2      items  [Ljava/lang/Object;
    Signature: (Ljavafx/util/StringConverter<TT;>;[TT;)V
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
           Name  Flags
      converter  
      items      

  public void <init>(javafx.collections.ObservableList<T>);
    descriptor: (Ljavafx/collections/ObservableList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
        start local 1 // javafx.collections.ObservableList items
         0: .line 222
            aload 0 /* this */
            aconst_null
            aload 1 /* items */
            invokespecial javafx.scene.control.cell.ChoiceBoxTreeCell.<init>:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)V
         1: .line 223
            return
        end local 1 // javafx.collections.ObservableList items
        end local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/cell/ChoiceBoxTreeCell<TT;>;
            0    2     1  items  Ljavafx/collections/ObservableList<TT;>;
    Signature: (Ljavafx/collections/ObservableList<TT;>;)V
    MethodParameters:
       Name  Flags
      items  

  public void <init>(javafx.util.StringConverter<T>, javafx.collections.ObservableList<T>);
    descriptor: (Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
        start local 1 // javafx.util.StringConverter converter
        start local 2 // javafx.collections.ObservableList items
         0: .line 237
            aload 0 /* this */
            invokespecial javafx.scene.control.cell.DefaultTreeCell.<init>:()V
         1: .line 252
            aload 0 /* this */
         2: .line 253
            new javafx.beans.property.SimpleObjectProperty
            dup
            aload 0 /* this */
            ldc "converter"
            invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
            putfield javafx.scene.control.cell.ChoiceBoxTreeCell.converter:Ljavafx/beans/property/ObjectProperty;
         3: .line 238
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.getStyleClass:()Ljavafx/collections/ObservableList;
            ldc "choice-box-tree-cell"
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
         4: .line 239
            aload 0 /* this */
            aload 2 /* items */
            putfield javafx.scene.control.cell.ChoiceBoxTreeCell.items:Ljavafx/collections/ObservableList;
         5: .line 240
            aload 0 /* this */
            aload 1 /* converter */
            ifnull 6
            aload 1 /* converter */
            goto 7
      StackMap locals: javafx.scene.control.cell.ChoiceBoxTreeCell javafx.util.StringConverter javafx.collections.ObservableList
      StackMap stack: javafx.scene.control.cell.ChoiceBoxTreeCell
         6: invokestatic javafx.scene.control.cell.CellUtils.defaultStringConverter:()Ljavafx/util/StringConverter;
      StackMap locals: javafx.scene.control.cell.ChoiceBoxTreeCell javafx.util.StringConverter javafx.collections.ObservableList
      StackMap stack: javafx.scene.control.cell.ChoiceBoxTreeCell javafx.util.StringConverter
         7: invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.setConverter:(Ljavafx/util/StringConverter;)V
         8: .line 241
            return
        end local 2 // javafx.collections.ObservableList items
        end local 1 // javafx.util.StringConverter converter
        end local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Ljavafx/scene/control/cell/ChoiceBoxTreeCell<TT;>;
            0    9     1  converter  Ljavafx/util/StringConverter<TT;>;
            0    9     2      items  Ljavafx/collections/ObservableList<TT;>;
    Signature: (Ljavafx/util/StringConverter<TT;>;Ljavafx/collections/ObservableList<TT;>;)V
    MethodParameters:
           Name  Flags
      converter  
      items      

  public final javafx.beans.property.ObjectProperty<javafx.util.StringConverter<T>> converterProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
         0: .line 260
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTreeCell.converter:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/cell/ChoiceBoxTreeCell<TT;>;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/util/StringConverter<TT;>;>;

  public final void setConverter(javafx.util.StringConverter<T>);
    descriptor: (Ljavafx/util/StringConverter;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
        start local 1 // javafx.util.StringConverter value
         0: .line 268
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.converterProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 269
            return
        end local 1 // javafx.util.StringConverter value
        end local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/cell/ChoiceBoxTreeCell<TT;>;
            0    2     1  value  Ljavafx/util/StringConverter<TT;>;
    Signature: (Ljavafx/util/StringConverter<TT;>;)V
    MethodParameters:
       Name  Flags
      value  

  public final javafx.util.StringConverter<T> getConverter();
    descriptor: ()Ljavafx/util/StringConverter;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
         0: .line 276
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.converterProperty:()Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.util.StringConverter
            areturn
        end local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/cell/ChoiceBoxTreeCell<TT;>;
    Signature: ()Ljavafx/util/StringConverter<TT;>;

  public javafx.collections.ObservableList<T> getItems();
    descriptor: ()Ljavafx/collections/ObservableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
         0: .line 292
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTreeCell.items:Ljavafx/collections/ObservableList;
            areturn
        end local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/cell/ChoiceBoxTreeCell<TT;>;
    Signature: ()Ljavafx/collections/ObservableList<TT;>;

  public void startEdit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
         0: .line 297
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.isEditable:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.getTreeView:()Ljavafx/scene/control/TreeView;
            invokevirtual javafx.scene.control.TreeView.isEditable:()Z
            ifne 2
         1: .line 298
      StackMap locals:
      StackMap stack:
            return
         2: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.getTreeItem:()Ljavafx/scene/control/TreeItem;
            astore 1 /* treeItem */
        start local 1 // javafx.scene.control.TreeItem treeItem
         3: .line 302
            aload 1 /* treeItem */
            ifnonnull 5
         4: .line 303
            return
         5: .line 306
      StackMap locals: javafx.scene.control.TreeItem
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTreeCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
            ifnonnull 7
         6: .line 307
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTreeCell.items:Ljavafx/collections/ObservableList;
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.converterProperty:()Ljavafx/beans/property/ObjectProperty;
            invokestatic javafx.scene.control.cell.CellUtils.createChoiceBox:(Ljavafx/scene/control/Cell;Ljavafx/collections/ObservableList;Ljavafx/beans/property/ObjectProperty;)Ljavafx/scene/control/ChoiceBox;
            putfield javafx.scene.control.cell.ChoiceBoxTreeCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
         7: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTreeCell.hbox:Ljavafx/scene/layout/HBox;
            ifnonnull 9
         8: .line 310
            aload 0 /* this */
            new javafx.scene.layout.HBox
            dup
            getstatic javafx.scene.control.cell.CellUtils.TREE_VIEW_HBOX_GRAPHIC_PADDING:I
            i2d
            invokespecial javafx.scene.layout.HBox.<init>:(D)V
            putfield javafx.scene.control.cell.ChoiceBoxTreeCell.hbox:Ljavafx/scene/layout/HBox;
         9: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTreeCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
            invokevirtual javafx.scene.control.ChoiceBox.getSelectionModel:()Ljavafx/scene/control/SingleSelectionModel;
            aload 1 /* treeItem */
            invokevirtual javafx.scene.control.TreeItem.getValue:()Ljava/lang/Object;
            invokevirtual javafx.scene.control.SingleSelectionModel.select:(Ljava/lang/Object;)V
        10: .line 315
            aload 0 /* this */
            invokespecial javafx.scene.control.cell.DefaultTreeCell.startEdit:()V
        11: .line 317
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.isEditing:()Z
            ifeq 19
        12: .line 318
            aload 0 /* this */
            aconst_null
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.setText:(Ljava/lang/String;)V
        13: .line 320
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.getTreeItemGraphic:()Ljavafx/scene/Node;
            astore 2 /* graphic */
        start local 2 // javafx.scene.Node graphic
        14: .line 321
            aload 2 /* graphic */
            ifnull 18
        15: .line 322
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTreeCell.hbox:Ljavafx/scene/layout/HBox;
            invokevirtual javafx.scene.layout.HBox.getChildren:()Ljavafx/collections/ObservableList;
            iconst_2
            anewarray javafx.scene.Node
            dup
            iconst_0
            aload 2 /* graphic */
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTreeCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
            aastore
            invokeinterface javafx.collections.ObservableList.setAll:([Ljava/lang/Object;)Z
            pop
        16: .line 323
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTreeCell.hbox:Ljavafx/scene/layout/HBox;
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.setGraphic:(Ljavafx/scene/Node;)V
        17: .line 324
            goto 19
        18: .line 325
      StackMap locals: javafx.scene.Node
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTreeCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.setGraphic:(Ljavafx/scene/Node;)V
        end local 2 // javafx.scene.Node graphic
        19: .line 328
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.control.TreeItem treeItem
        end local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0      this  Ljavafx/scene/control/cell/ChoiceBoxTreeCell<TT;>;
            3   20     1  treeItem  Ljavafx/scene/control/TreeItem<TT;>;
           14   19     2   graphic  Ljavafx/scene/Node;

  public void cancelEdit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
         0: .line 332
            aload 0 /* this */
            invokespecial javafx.scene.control.cell.DefaultTreeCell.cancelEdit:()V
         1: .line 334
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.getConverter:()Ljavafx/util/StringConverter;
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.getItem:()Ljava/lang/Object;
            invokevirtual javafx.util.StringConverter.toString:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.setText:(Ljava/lang/String;)V
         2: .line 335
            aload 0 /* this */
            aconst_null
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.setGraphic:(Ljavafx/scene/Node;)V
         3: .line 336
            return
        end local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/control/cell/ChoiceBoxTreeCell<TT;>;

  public void updateItem(T, );
    descriptor: (Ljava/lang/Object;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
        start local 1 // java.lang.Object item
        start local 2 // boolean empty
         0: .line 340
            aload 0 /* this */
            aload 1 /* item */
            iload 2 /* empty */
            invokespecial javafx.scene.control.cell.DefaultTreeCell.updateItem:(Ljava/lang/Object;Z)V
         1: .line 342
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.getConverter:()Ljavafx/util/StringConverter;
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTreeCell.hbox:Ljavafx/scene/layout/HBox;
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.getTreeItemGraphic:()Ljavafx/scene/Node;
            aload 0 /* this */
            getfield javafx.scene.control.cell.ChoiceBoxTreeCell.choiceBox:Ljavafx/scene/control/ChoiceBox;
            invokestatic javafx.scene.control.cell.CellUtils.updateItem:(Ljavafx/scene/control/Cell;Ljavafx/util/StringConverter;Ljavafx/scene/layout/HBox;Ljavafx/scene/Node;Ljavafx/scene/control/ChoiceBox;)V
         2: .line 343
            return
        end local 2 // boolean empty
        end local 1 // java.lang.Object item
        end local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/control/cell/ChoiceBoxTreeCell<TT;>;
            0    3     1   item  TT;
            0    3     2  empty  Z
    Signature: (TT;Z)V
    MethodParameters:
       Name  Flags
      item   
      empty  

  private javafx.scene.Node getTreeItemGraphic();
    descriptor: ()Ljavafx/scene/Node;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
         0: .line 354
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ChoiceBoxTreeCell.getTreeItem:()Ljavafx/scene/control/TreeItem;
            astore 1 /* treeItem */
        start local 1 // javafx.scene.control.TreeItem treeItem
         1: .line 355
            aload 1 /* treeItem */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: javafx.scene.control.TreeItem
      StackMap stack:
         2: aload 1 /* treeItem */
            invokevirtual javafx.scene.control.TreeItem.getGraphic:()Ljavafx/scene/Node;
      StackMap locals:
      StackMap stack: javafx.scene.Node
         3: areturn
        end local 1 // javafx.scene.control.TreeItem treeItem
        end local 0 // javafx.scene.control.cell.ChoiceBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavafx/scene/control/cell/ChoiceBoxTreeCell<TT;>;
            1    4     1  treeItem  Ljavafx/scene/control/TreeItem<TT;>;

  private static javafx.scene.control.TreeCell lambda$0(javafx.util.StringConverter, javafx.collections.ObservableList, javafx.scene.control.TreeView);
    descriptor: (Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;Ljavafx/scene/control/TreeView;)Ljavafx/scene/control/TreeCell;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=3
        start local 2 // javafx.scene.control.TreeView list
         0: .line 153
            new javafx.scene.control.cell.ChoiceBoxTreeCell
            dup
            aload 0
            aload 1
            invokespecial javafx.scene.control.cell.ChoiceBoxTreeCell.<init>:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)V
            areturn
        end local 2 // javafx.scene.control.TreeView list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2  list  Ljavafx/scene/control/TreeView<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljavafx/scene/control/cell/DefaultTreeCell<TT;>;
SourceFile: "ChoiceBoxTreeCell.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles