MCPcopy Create free account

hub / github.com/btate/BTAndroidWebViewSelection / types & classes

Types & classes17 in github.com/btate/BTAndroidWebViewSelection

ClassActionItem
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
ClassBTAndroidWebViewSelectionActivity
src/com/brandontate/androidwebviewselection/BTAndroidWebViewSelectionActivity.java:22
ClassBTWebView
Webview subclass that hijacks web content selection. @author Brandon Tate
src/com/brandontate/androidwebviewselection/BTWebView.java:59
ClassDragController
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
ClassDragLayer
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
InterfaceDragListener
Interface to receive notifications when a drag starts or stops
src/com/blahti/drag/DragListener.java:6
InterfaceDragSource
Interface defining an object where drag operations originate.
src/com/blahti/drag/DragSource.java:28
ClassDragView
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
InterfaceDropTarget
Interface defining an object that can receive a view at the end of a drag operation.
src/com/blahti/drag/DropTarget.java:28
ClassLayoutParams
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
ClassMyAbsoluteLayout
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
InterfaceOnActionItemClickListener
Listener for item click
src/net/londatiga/android/QuickAction.java:503
InterfaceOnDismissListener
Listener for window dismiss
src/net/londatiga/android/QuickAction.java:511
ClassPopupWindows
Custom popup window. @author Lorensius W. L. T <lorenz@londatiga.net>
src/net/londatiga/android/PopupWindows.java:21
ClassQuickAction
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
ClassTextSelectionJavascriptInterface
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
InterfaceTextSelectionJavascriptInterfaceListener
Text Selection Listener Interface @author Brandon Tate
src/com/brandontate/androidwebviewselection/TextSelectionJavascriptInterfaceListener.java:24