Uses of Class
com.lariflix.jemm.dtos.JellyfinGenreItem
Packages that use JellyfinGenreItem
-
Uses of JellyfinGenreItem in com.lariflix.jemm.dtos
Fields in com.lariflix.jemm.dtos with type parameters of type JellyfinGenreItemModifier and TypeFieldDescriptionJellyfinFolderMetadata.genreItems
JellyfinItemMetadata.genreItems
Methods in com.lariflix.jemm.dtos that return types with arguments of type JellyfinGenreItemModifier and TypeMethodDescriptionJellyfinFolderMetadata.getGenreItems()
Gets the genre items.JellyfinItemMetadata.getGenreItems()
Returns the genre items of the item.Method parameters in com.lariflix.jemm.dtos with type arguments of type JellyfinGenreItemModifier and TypeMethodDescriptionvoid
JellyfinFolderMetadata.setGenreItems
(ArrayList<JellyfinGenreItem> genreItems) Sets the genre items.void
JellyfinItemMetadata.setGenreItems
(ArrayList<JellyfinGenreItem> genreItems) Sets the genre items of the item. -
Uses of JellyfinGenreItem in com.lariflix.jemm.forms
Methods in com.lariflix.jemm.forms that return JellyfinGenreItemModifier and TypeMethodDescriptionAddGenreWindow.justLoadWithoutShow()
Load the classes but down show the window.AddGenreWindow.showDialog()
Displays the dialog to the user and returns the new genre defined by the user.