Class Plugins.Adapter

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Filter getFilter()
      int getItemCount()
      Plugins.Adapter.ViewHolder onCreateViewHolder(@NonNull() ViewGroup parent, int viewType)
      void onBindViewHolder(@NonNull() Plugins.Adapter.ViewHolder holder, int position)
      void onGithubClick(int position)
      void onChangeLogClick(int position)
      void onSettingsClick(int position)
      void onToggleClick(Plugins.Adapter.ViewHolder holder, boolean state, int position)
      void onUninstallClick(int position)
      static boolean filterCorePlugins(Plugin p)
      • Methods inherited from class androidx.recyclerview.widget.RecyclerView.Adapter

        bindViewHolder, createViewHolder, getItemId, getItemViewType, hasObservers, hasStableIds, notifyDataSetChanged, notifyItemChanged, notifyItemInserted, notifyItemMoved, notifyItemRangeChanged, notifyItemRangeInserted, notifyItemRangeRemoved, notifyItemRemoved, onAttachedToRecyclerView, onDetachedFromRecyclerView, onFailedToRecycleView, onViewAttachedToWindow, onViewDetachedFromWindow, onViewRecycled, registerAdapterDataObserver, setHasStableIds, unregisterAdapterDataObserver
      • Methods inherited from class android.widget.Filterable

        getFilter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait