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 ConnectJellyfinAPIAddGenrePanel.getLoadedData()Retrieves the instance of ConnectJellyfinAPI used by the AddGenrePanel.static ConnectJellyfinAPIAddPeoplePanel.getLoadedData()Retrieves the instance of ConnectJellyfinAPI used by the AddPeoplePanel.static ConnectJellyfinAPIAddStudioPanel.getLoadedData()Retrieves the instance of ConnectJellyfinAPI used by the AddStudioPanel.Methods in com.lariflix.jemm.forms with parameters of type ConnectJellyfinAPIModifier and TypeMethodDescriptionvoidAddGenrePanel.setLoadedData(ConnectJellyfinAPI connData) Sets the instance of ConnectJellyfinAPI used by the AddGenrePanel and loads the existing genres.voidAddPeoplePanel.setLoadedData(ConnectJellyfinAPI lData) Sets the instance of ConnectJellyfinAPI to be used by the AddPeoplePanel and loads the existing people.voidAddStudioPanel.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.