Klasse MusicCollectionTreeItem

java.lang.Object
javafx.scene.control.TreeItem<File>
ui.musiccollection.MusicCollectionTreeItem
Alle implementierten Schnittstellen:
javafx.event.EventTarget

public class MusicCollectionTreeItem extends javafx.scene.control.TreeItem<File>
  • Eigenschaftsübersicht

    Von Klasse geerbte Eigenschaften javafx.scene.control.TreeItem

    expanded, graphic, leaf, parent, value
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen javafx.scene.control.TreeItem

    javafx.scene.control.TreeItem.TreeModificationEvent<T>
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    private final FileFilter
     
    private boolean
     
    private boolean
     
    private boolean
     
    private static final javafx.scene.image.Image
     
    private Player
     
     
    private static final javafx.scene.image.Image
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    javafx.collections.ObservableList<javafx.scene.control.TreeItem<File>>
     
     
    boolean
     
    boolean
     
    private void
     

    Von Klasse geerbte Methoden javafx.scene.control.TreeItem

    addEventFilter, addEventHandler, branchCollapsedEvent, branchExpandedEvent, buildEventDispatchChain, childrenModificationEvent, expandedItemCountChangeEvent, expandedProperty, getGraphic, getParent, getValue, graphicChangedEvent, graphicProperty, isExpanded, leafProperty, nextSibling, nextSibling, parentProperty, previousSibling, previousSibling, removeEventFilter, removeEventHandler, setExpanded, setGraphic, setValue, toString, treeNotificationEvent, valueChangedEvent, valueProperty

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Felddetails

    • stilIcon

      private static final javafx.scene.image.Image stilIcon
    • noStilIcon

      private static final javafx.scene.image.Image noStilIcon
    • fileFilter

      private final FileFilter fileFilter
    • hasLoadedChildren

      private boolean hasLoadedChildren
    • isLeaf

      private boolean isLeaf
    • hasSTIL

      private boolean hasSTIL
    • player

      private Player player
    • stilEntry

      private STIL.STILEntry stilEntry
  • Konstruktordetails

    • MusicCollectionTreeItem

      public MusicCollectionTreeItem(Player player, File file)
  • Methodendetails

    • isLeaf

      public boolean isLeaf()
      Setzt außer Kraft:
      isLeaf in Klasse javafx.scene.control.TreeItem<File>
    • getChildren

      public javafx.collections.ObservableList<javafx.scene.control.TreeItem<File>> getChildren()
      Setzt außer Kraft:
      getChildren in Klasse javafx.scene.control.TreeItem<File>
    • hasSTIL

      public boolean hasSTIL()
    • getStilEntry

      public STIL.STILEntry getStilEntry()
    • loadChildren

      private void loadChildren()