Package ui.assembly64

Klasse ContentEntryRowFactory

java.lang.Object
ui.assembly64.ContentEntryRowFactory
Alle implementierten Schnittstellen:
javafx.util.Callback<javafx.scene.control.TableView<ContentEntry>,javafx.scene.control.TableRow<ContentEntry>>

public class ContentEntryRowFactory extends Object implements javafx.util.Callback<javafx.scene.control.TableView<ContentEntry>,javafx.scene.control.TableRow<ContentEntry>>
  • Felddetails

    • CURRENTLY_PLAYED_FILE_ROW

      private static final String CURRENTLY_PLAYED_FILE_ROW
      Siehe auch:
    • currentlyPlayedContentEntryProperty

      private javafx.beans.property.ObjectProperty<ContentEntry> currentlyPlayedContentEntryProperty
  • Konstruktordetails

    • ContentEntryRowFactory

      public ContentEntryRowFactory()
  • Methodendetails

    • getCurrentlyPlayedContentEntryProperty

      public javafx.beans.property.ObjectProperty<ContentEntry> getCurrentlyPlayedContentEntryProperty()
    • setCurrentlyPlayedContentEntryProperty

      public void setCurrentlyPlayedContentEntryProperty(javafx.beans.property.ObjectProperty<ContentEntry> currentlyPlayedHVSCEntryProperty)
    • call

      public javafx.scene.control.TableRow<ContentEntry> call(javafx.scene.control.TableView<ContentEntry> p)
      Angegeben von:
      call in Schnittstelle javafx.util.Callback<javafx.scene.control.TableView<ContentEntry>,javafx.scene.control.TableRow<ContentEntry>>