Uses of Class
com.lariflix.jemm.core.ConnectJellyfinAPI
Packages that use ConnectJellyfinAPI
-
Uses of ConnectJellyfinAPI in com.lariflix.jemm.forms
Methods in com.lariflix.jemm.forms that return ConnectJellyfinAPIModifier and TypeMethodDescriptionstatic ConnectJellyfinAPI
AddGenrePanel.getLoadedData()
Retrieves the instance of ConnectJellyfinAPI used by the AddGenrePanel.static ConnectJellyfinAPI
AddPeoplePanel.getLoadedData()
Retrieves the instance of ConnectJellyfinAPI used by the AddPeoplePanel.static ConnectJellyfinAPI
AddStudioPanel.getLoadedData()
Retrieves the instance of ConnectJellyfinAPI used by the AddStudioPanel.Methods in com.lariflix.jemm.forms with parameters of type ConnectJellyfinAPIModifier and TypeMethodDescriptionvoid
AddGenrePanel.setLoadedData
(ConnectJellyfinAPI connData) Sets the instance of ConnectJellyfinAPI used by the AddGenrePanel and loads the existing genres.void
AddPeoplePanel.setLoadedData
(ConnectJellyfinAPI lData) Sets the instance of ConnectJellyfinAPI to be used by the AddPeoplePanel and loads the existing people.void
AddStudioPanel.setLoadedData
(ConnectJellyfinAPI lData) Retrieves the instance of ConnectJellyfinAPI used by the AddStudioPanel.Constructors in com.lariflix.jemm.forms with parameters of type ConnectJellyfinAPIModifierConstructorDescriptionAddGenreWindow
(ConnectJellyfinAPI connData) Constructs a new AddGenreWindow.Constructs a new AddPeopleWindow.Constructs a new AddStudioWindow.