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>>
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprivate static final Stringprivate javafx.beans.property.ObjectProperty<ContentEntry> -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungjavafx.scene.control.TableRow<ContentEntry> call(javafx.scene.control.TableView<ContentEntry> p) javafx.beans.property.ObjectProperty<ContentEntry> voidsetCurrentlyPlayedContentEntryProperty(javafx.beans.property.ObjectProperty<ContentEntry> currentlyPlayedHVSCEntryProperty)
-
Felddetails
-
CURRENTLY_PLAYED_FILE_ROW
- Siehe auch:
-
currentlyPlayedContentEntryProperty
-
-
Konstruktordetails
-
ContentEntryRowFactory
public ContentEntryRowFactory()
-
-
Methodendetails
-
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:
callin Schnittstellejavafx.util.Callback<javafx.scene.control.TableView<ContentEntry>,javafx.scene.control.TableRow<ContentEntry>>
-