类分层结构
- java.lang.Object
- me.zongren.pullablelayout.Constant.Config
- me.zongren.pullablelayout.Main.PullableComponent
- RecyclerView
- android.view.View (implements android.view.accessibility.AccessibilityEventSource, android.graphics.drawable.Drawable.Callback, android.view.KeyEvent.Callback)
- android.widget.ImageView
- android.widget.TextView (implements android.view.ViewTreeObserver.OnPreDrawListener)
- android.view.ViewGroup (implements android.view.ViewManager, android.view.ViewParent)
- android.widget.AbsoluteLayout
- android.webkit.WebView (implements android.view.ViewGroup.OnHierarchyChangeListener, android.view.ViewTreeObserver.OnGlobalFocusChangeListener)
- android.widget.AdapterView<T>
- android.widget.AbsListView (implements android.widget.Filter.FilterListener, android.text.TextWatcher, android.view.ViewTreeObserver.OnGlobalLayoutListener, android.view.ViewTreeObserver.OnTouchModeChangeListener)
- android.widget.GridView
- android.widget.ListView
- android.widget.ExpandableListView
- me.zongren.pullablelayout.View.PullableListView (implements me.zongren.pullablelayout.Inteface.Pullable)
- android.widget.FrameLayout
- android.widget.HorizontalScrollView
- android.widget.ScrollView
- android.widget.RelativeLayout
接口分层结构
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- me.zongren.pullablelayout.Constant.Direction
- me.zongren.pullablelayout.Constant.Result
- me.zongren.pullablelayout.Constant.Side
- me.zongren.pullablelayout.Constant.Status