public class javafx.scene.control.cell.ComboBoxTreeCell<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.ComboBoxTreeCell
  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.ComboBox<T> comboBox;
    descriptor: Ljavafx/scene/control/ComboBox;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/scene/control/ComboBox<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;>;>;

  private javafx.beans.property.BooleanProperty comboBoxEditable;
    descriptor: Ljavafx/beans/property/BooleanProperty;
    flags: (0x0002) ACC_PRIVATE

  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 83
            aload 0 /* items */
            invokestatic javafx.collections.FXCollections.observableArrayList:([Ljava/lang/Object;)Ljavafx/collections/ObservableList;
            invokestatic javafx.scene.control.cell.ComboBoxTreeCell.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 106
            aconst_null
            aload 0 /* items */
            invokestatic javafx.scene.control.cell.ComboBoxTreeCell.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 130
            aload 0 /* converter */
            aload 1 /* items */
            invokestatic javafx.collections.FXCollections.observableArrayList:([Ljava/lang/Object;)Ljavafx/collections/ObservableList;
            invokestatic javafx.scene.control.cell.ComboBoxTreeCell.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 154
            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/ComboBoxTreeCell.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.ComboBoxTreeCell this
         0: .line 181
            aload 0 /* this */
            invokestatic javafx.collections.FXCollections.observableArrayList:()Ljavafx/collections/ObservableList;
            invokespecial javafx.scene.control.cell.ComboBoxTreeCell.<init>:(Ljavafx/collections/ObservableList;)V
         1: .line 182
            return
        end local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/control/cell/ComboBoxTreeCell<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.ComboBoxTreeCell this
        start local 1 // java.lang.Object[] items
         0: .line 193
            aload 0 /* this */
            aload 1 /* items */
            invokestatic javafx.collections.FXCollections.observableArrayList:([Ljava/lang/Object;)Ljavafx/collections/ObservableList;
            invokespecial javafx.scene.control.cell.ComboBoxTreeCell.<init>:(Ljavafx/collections/ObservableList;)V
         1: .line 194
            return
        end local 1 // java.lang.Object[] items
        end local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/cell/ComboBoxTreeCell<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.ComboBoxTreeCell this
        start local 1 // javafx.util.StringConverter converter
        start local 2 // java.lang.Object[] items
         0: .line 210
            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.ComboBoxTreeCell.<init>:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)V
         1: .line 211
            return
        end local 2 // java.lang.Object[] items
        end local 1 // javafx.util.StringConverter converter
        end local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljavafx/scene/control/cell/ComboBoxTreeCell<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.ComboBoxTreeCell this
        start local 1 // javafx.collections.ObservableList items
         0: .line 221
            aload 0 /* this */
            aconst_null
            aload 1 /* items */
            invokespecial javafx.scene.control.cell.ComboBoxTreeCell.<init>:(Ljavafx/util/StringConverter;Ljavafx/collections/ObservableList;)V
         1: .line 222
            return
        end local 1 // javafx.collections.ObservableList items
        end local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/cell/ComboBoxTreeCell<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.ComboBoxTreeCell this
        start local 1 // javafx.util.StringConverter converter
        start local 2 // javafx.collections.ObservableList items
         0: .line 236
            aload 0 /* this */
            invokespecial javafx.scene.control.cell.DefaultTreeCell.<init>:()V
         1: .line 251
            aload 0 /* this */
         2: .line 252
            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.ComboBoxTreeCell.converter:Ljavafx/beans/property/ObjectProperty;
         3: .line 280
            aload 0 /* this */
         4: .line 281
            new javafx.beans.property.SimpleBooleanProperty
            dup
            aload 0 /* this */
            ldc "comboBoxEditable"
            invokespecial javafx.beans.property.SimpleBooleanProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
            putfield javafx.scene.control.cell.ComboBoxTreeCell.comboBoxEditable:Ljavafx/beans/property/BooleanProperty;
         5: .line 237
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.getStyleClass:()Ljavafx/collections/ObservableList;
            ldc "combo-box-tree-cell"
            invokeinterface javafx.collections.ObservableList.add:(Ljava/lang/Object;)Z
            pop
         6: .line 238
            aload 0 /* this */
            aload 2 /* items */
            putfield javafx.scene.control.cell.ComboBoxTreeCell.items:Ljavafx/collections/ObservableList;
         7: .line 239
            aload 0 /* this */
            aload 1 /* converter */
            ifnull 8
            aload 1 /* converter */
            goto 9
      StackMap locals: javafx.scene.control.cell.ComboBoxTreeCell javafx.util.StringConverter javafx.collections.ObservableList
      StackMap stack: javafx.scene.control.cell.ComboBoxTreeCell
         8: invokestatic javafx.scene.control.cell.CellUtils.defaultStringConverter:()Ljavafx/util/StringConverter;
      StackMap locals: javafx.scene.control.cell.ComboBoxTreeCell javafx.util.StringConverter javafx.collections.ObservableList
      StackMap stack: javafx.scene.control.cell.ComboBoxTreeCell javafx.util.StringConverter
         9: invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.setConverter:(Ljavafx/util/StringConverter;)V
        10: .line 240
            return
        end local 2 // javafx.collections.ObservableList items
        end local 1 // javafx.util.StringConverter converter
        end local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Ljavafx/scene/control/cell/ComboBoxTreeCell<TT;>;
            0   11     1  converter  Ljavafx/util/StringConverter<TT;>;
            0   11     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.ComboBoxTreeCell this
         0: .line 259
            aload 0 /* this */
            getfield javafx.scene.control.cell.ComboBoxTreeCell.converter:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/cell/ComboBoxTreeCell<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.ComboBoxTreeCell this
        start local 1 // javafx.util.StringConverter value
         0: .line 267
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.converterProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 268
            return
        end local 1 // javafx.util.StringConverter value
        end local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/cell/ComboBoxTreeCell<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.ComboBoxTreeCell this
         0: .line 275
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.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.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/cell/ComboBoxTreeCell<TT;>;
    Signature: ()Ljavafx/util/StringConverter<TT;>;

  public final javafx.beans.property.BooleanProperty comboBoxEditableProperty();
    descriptor: ()Ljavafx/beans/property/BooleanProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
         0: .line 290
            aload 0 /* this */
            getfield javafx.scene.control.cell.ComboBoxTreeCell.comboBoxEditable:Ljavafx/beans/property/BooleanProperty;
            areturn
        end local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/cell/ComboBoxTreeCell<TT;>;

  public final void setComboBoxEditable(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
        start local 1 // boolean value
         0: .line 299
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.comboBoxEditableProperty:()Ljavafx/beans/property/BooleanProperty;
            iload 1 /* value */
            invokevirtual javafx.beans.property.BooleanProperty.set:(Z)V
         1: .line 300
            return
        end local 1 // boolean value
        end local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/cell/ComboBoxTreeCell<TT;>;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public final boolean isComboBoxEditable();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
         0: .line 307
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.comboBoxEditableProperty:()Ljavafx/beans/property/BooleanProperty;
            invokevirtual javafx.beans.property.BooleanProperty.get:()Z
            ireturn
        end local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/cell/ComboBoxTreeCell<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.ComboBoxTreeCell this
         0: .line 323
            aload 0 /* this */
            getfield javafx.scene.control.cell.ComboBoxTreeCell.items:Ljavafx/collections/ObservableList;
            areturn
        end local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/cell/ComboBoxTreeCell<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.ComboBoxTreeCell this
         0: .line 328
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.isEditable:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.getTreeView:()Ljavafx/scene/control/TreeView;
            invokevirtual javafx.scene.control.TreeView.isEditable:()Z
            ifne 2
         1: .line 329
      StackMap locals:
      StackMap stack:
            return
         2: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.getTreeItem:()Ljavafx/scene/control/TreeItem;
            astore 1 /* treeItem */
        start local 1 // javafx.scene.control.TreeItem treeItem
         3: .line 333
            aload 1 /* treeItem */
            ifnonnull 5
         4: .line 334
            return
         5: .line 337
      StackMap locals: javafx.scene.control.TreeItem
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.cell.ComboBoxTreeCell.comboBox:Ljavafx/scene/control/ComboBox;
            ifnonnull 8
         6: .line 338
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.cell.ComboBoxTreeCell.items:Ljavafx/collections/ObservableList;
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.converterProperty:()Ljavafx/beans/property/ObjectProperty;
            invokestatic javafx.scene.control.cell.CellUtils.createComboBox:(Ljavafx/scene/control/Cell;Ljavafx/collections/ObservableList;Ljavafx/beans/property/ObjectProperty;)Ljavafx/scene/control/ComboBox;
            putfield javafx.scene.control.cell.ComboBoxTreeCell.comboBox:Ljavafx/scene/control/ComboBox;
         7: .line 339
            aload 0 /* this */
            getfield javafx.scene.control.cell.ComboBoxTreeCell.comboBox:Ljavafx/scene/control/ComboBox;
            invokevirtual javafx.scene.control.ComboBox.editableProperty:()Ljavafx/beans/property/BooleanProperty;
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.comboBoxEditableProperty:()Ljavafx/beans/property/BooleanProperty;
            invokevirtual javafx.beans.property.BooleanProperty.bind:(Ljavafx/beans/value/ObservableValue;)V
         8: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.cell.ComboBoxTreeCell.hbox:Ljavafx/scene/layout/HBox;
            ifnonnull 10
         9: .line 342
            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.ComboBoxTreeCell.hbox:Ljavafx/scene/layout/HBox;
        10: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.cell.ComboBoxTreeCell.comboBox:Ljavafx/scene/control/ComboBox;
            invokevirtual javafx.scene.control.ComboBox.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
        11: .line 347
            aload 0 /* this */
            invokespecial javafx.scene.control.cell.DefaultTreeCell.startEdit:()V
        12: .line 349
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.isEditing:()Z
            ifeq 20
        13: .line 350
            aload 0 /* this */
            aconst_null
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.setText:(Ljava/lang/String;)V
        14: .line 352
            aload 1 /* treeItem */
            invokestatic javafx.scene.control.cell.CellUtils.getGraphic:(Ljavafx/scene/control/TreeItem;)Ljavafx/scene/Node;
            astore 2 /* graphic */
        start local 2 // javafx.scene.Node graphic
        15: .line 353
            aload 2 /* graphic */
            ifnull 19
        16: .line 354
            aload 0 /* this */
            getfield javafx.scene.control.cell.ComboBoxTreeCell.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.ComboBoxTreeCell.comboBox:Ljavafx/scene/control/ComboBox;
            aastore
            invokeinterface javafx.collections.ObservableList.setAll:([Ljava/lang/Object;)Z
            pop
        17: .line 355
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.cell.ComboBoxTreeCell.hbox:Ljavafx/scene/layout/HBox;
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.setGraphic:(Ljavafx/scene/Node;)V
        18: .line 356
            goto 20
        19: .line 357
      StackMap locals: javafx.scene.Node
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.cell.ComboBoxTreeCell.comboBox:Ljavafx/scene/control/ComboBox;
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.setGraphic:(Ljavafx/scene/Node;)V
        end local 2 // javafx.scene.Node graphic
        20: .line 360
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.scene.control.TreeItem treeItem
        end local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   21     0      this  Ljavafx/scene/control/cell/ComboBoxTreeCell<TT;>;
            3   21     1  treeItem  Ljavafx/scene/control/TreeItem<TT;>;
           15   20     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.ComboBoxTreeCell this
         0: .line 364
            aload 0 /* this */
            invokespecial javafx.scene.control.cell.DefaultTreeCell.cancelEdit:()V
         1: .line 366
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.getConverter:()Ljavafx/util/StringConverter;
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.getItem:()Ljava/lang/Object;
            invokevirtual javafx.util.StringConverter.toString:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.setText:(Ljava/lang/String;)V
         2: .line 367
            aload 0 /* this */
            aconst_null
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.setGraphic:(Ljavafx/scene/Node;)V
         3: .line 368
            return
        end local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/control/cell/ComboBoxTreeCell<TT;>;

  public void updateItem(T, );
    descriptor: (Ljava/lang/Object;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
        start local 1 // java.lang.Object item
        start local 2 // boolean empty
         0: .line 372
            aload 0 /* this */
            aload 1 /* item */
            iload 2 /* empty */
            invokespecial javafx.scene.control.cell.DefaultTreeCell.updateItem:(Ljava/lang/Object;Z)V
         1: .line 374
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.getTreeItem:()Ljavafx/scene/control/TreeItem;
            invokestatic javafx.scene.control.cell.CellUtils.getGraphic:(Ljavafx/scene/control/TreeItem;)Ljavafx/scene/Node;
            astore 3 /* graphic */
        start local 3 // javafx.scene.Node graphic
         2: .line 375
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.control.cell.ComboBoxTreeCell.getConverter:()Ljavafx/util/StringConverter;
            aload 0 /* this */
            getfield javafx.scene.control.cell.ComboBoxTreeCell.hbox:Ljavafx/scene/layout/HBox;
            aload 3 /* graphic */
            aload 0 /* this */
            getfield javafx.scene.control.cell.ComboBoxTreeCell.comboBox:Ljavafx/scene/control/ComboBox;
            invokestatic javafx.scene.control.cell.CellUtils.updateItem:(Ljavafx/scene/control/Cell;Ljavafx/util/StringConverter;Ljavafx/scene/layout/HBox;Ljavafx/scene/Node;Ljavafx/scene/control/ComboBox;)V
         3: .line 376
            return
        end local 3 // javafx.scene.Node graphic
        end local 2 // boolean empty
        end local 1 // java.lang.Object item
        end local 0 // javafx.scene.control.cell.ComboBoxTreeCell this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljavafx/scene/control/cell/ComboBoxTreeCell<TT;>;
            0    4     1     item  TT;
            0    4     2    empty  Z
            2    4     3  graphic  Ljavafx/scene/Node;
    Signature: (TT;Z)V
    MethodParameters:
       Name  Flags
      item   
      empty  

  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 154
            new javafx.scene.control.cell.ComboBoxTreeCell
            dup
            aload 0
            aload 1
            invokespecial javafx.scene.control.cell.ComboBoxTreeCell.<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: "ComboBoxTreeCell.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles