Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/btate/BTAndroidWebViewSelection
/ types & classes
Types & classes
17 in github.com/btate/BTAndroidWebViewSelection
⨍
Functions
251
◇
Types & classes
17
Class
ActionItem
Action item, displayed as menu with icon and text. @author Lorensius. W. L. T <lorenz@londatiga.net> Contributors: - Kevin Peck <kevinwpeck@gmail.co
src/net/londatiga/android/ActionItem.java:15
Class
BTAndroidWebViewSelectionActivity
src/com/brandontate/androidwebviewselection/BTAndroidWebViewSelectionActivity.java:22
Class
BTWebView
Webview subclass that hijacks web content selection. @author Brandon Tate
src/com/brandontate/androidwebviewselection/BTWebView.java:59
Class
DragController
This class is used to initiate a drag within a view or across multiple views. When a drag starts it creates a special view (a DragView) that moves aro
src/com/blahti/drag/DragController.java:45
Class
DragLayer
A ViewGroup that coordinates dragging across its dscendants. <p> This class used DragLayer in the Android Launcher activity as a model. It is a bit d
src/com/blahti/drag/DragLayer.java:38
Interface
DragListener
Interface to receive notifications when a drag starts or stops
src/com/blahti/drag/DragListener.java:6
Interface
DragSource
Interface defining an object where drag operations originate.
src/com/blahti/drag/DragSource.java:28
Class
DragView
A DragView is a special view used by a DragController. During a drag operation, what is actually moving on the screen is a DragView. A DragView is con
src/com/blahti/drag/DragView.java:41
Interface
DropTarget
Interface defining an object that can receive a view at the end of a drag operation.
src/com/blahti/drag/DropTarget.java:28
Class
LayoutParams
Per-child layout information associated with MyAbsoluteLayout. See {@link android.R.styleable#MyAbsoluteLayout_Layout Absolute Layout Attributes} for
src/com/blahti/drag/MyAbsoluteLayout.java:160
Class
MyAbsoluteLayout
A layout that lets you specify exact locations (x/y coordinates) of its children. Absolute layouts are less flexible and harder to maintain than other
src/com/blahti/drag/MyAbsoluteLayout.java:40
Interface
OnActionItemClickListener
Listener for item click
src/net/londatiga/android/QuickAction.java:503
Interface
OnDismissListener
Listener for window dismiss
src/net/londatiga/android/QuickAction.java:511
Class
PopupWindows
Custom popup window. @author Lorensius W. L. T <lorenz@londatiga.net>
src/net/londatiga/android/PopupWindows.java:21
Class
QuickAction
QuickAction dialog, shows action list as icon and text like the one in Gallery3D app. Currently supports vertical and horizontal layout. @author Lore
src/net/londatiga/android/QuickAction.java:39
Class
TextSelectionJavascriptInterface
This javascript interface allows the page to communicate that text has been selected by the user. @author btate
src/com/brandontate/androidwebviewselection/TextSelectionJavascriptInterface.java:14
Interface
TextSelectionJavascriptInterfaceListener
Text Selection Listener Interface @author Brandon Tate
src/com/brandontate/androidwebviewselection/TextSelectionJavascriptInterfaceListener.java:24