YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
de.yaacc.browser.ContentListFragment Class Reference

Activity for browsing devices and folders. More...

Inheritance diagram for de.yaacc.browser.ContentListFragment:
Inheritance graph
Collaboration diagram for de.yaacc.browser.ContentListFragment:
Collaboration graph

Public Member Functions

void onResume ()
 
void onSaveInstanceState (@NonNull Bundle outState)
 
void onClick (View v)
 
void onCreate (Bundle savedInstanceState)
 
boolean onBackPressed ()
 Steps 'up' in the folder hierarchy or closes App if on device level.
 
void populateItemList (boolean clear)
 Selects the place in the UI where the items are shown and renders the content directory.
 
void deviceAdded (Device<?, ?, ?> device)
 Refreshes the shown devices when device is added.
 
void deviceRemoved (Device<?, ?, ?> device)
 Refreshes the shown devices when device is removed.
 
void deviceUpdated (Device<?, ?, ?> device)
 
void receiverDeviceRemoved (Device<?, ?, ?> device)
 
void receiverDeviceAdded (Device<?, ?, ?> device)
 
Navigator getNavigator ()
 Returns Object containing about the current navigation way.
 
void setNavigator (Navigator navigator)
 
View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
 
void onViewCreated (View view, Bundle savedInstanceState)
 
void playItem (DIDLObject item)
 
void playAllChildsOfParentFrom (DIDLObject item)
 
void addToPlayList (DIDLObject currentObject)
 

Static Public Attributes

static final String CONTENT_LIST_NAVIGATOR = "CONTENT_LIST_NAVIGATOR"
 

Protected Attributes

RecyclerView contentList
 

Detailed Description

Activity for browsing devices and folders.

Represents the entrypoint for the whole application.

Author
Tobias Schöne (the openbit)

Member Function Documentation

◆ getNavigator()

Navigator de.yaacc.browser.ContentListFragment.getNavigator ( )

Returns Object containing about the current navigation way.

Returns
information about current navigation

◆ onBackPressed()

boolean de.yaacc.browser.ContentListFragment.onBackPressed ( )

Steps 'up' in the folder hierarchy or closes App if on device level.

Implements de.yaacc.browser.OnBackPressedListener.


The documentation for this class was generated from the following file: