Modifier and Type | Field and Description |
---|---|
private View |
TouchInputSupport.curView |
private View |
Window.view |
private View |
Accessible.view |
Modifier and Type | Field and Description |
---|---|
private static java.lang.ref.WeakReference<View> |
View.lastClickedView |
Modifier and Type | Method and Description |
---|---|
abstract View |
Application.createView() |
View |
Window.getView() |
View |
Accessible.getView() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
Window._setView(long ptr,
View view) |
void |
View.handleBeginTouchEvent(View view,
long time,
int modifiers,
boolean isDirect,
int touchEventCount) |
void |
View.EventHandler.handleBeginTouchEvent(View view,
long time,
int modifiers,
boolean isDirect,
int touchEventCount)
Touch event handler.
|
void |
GestureSupport.handleDeltaRotation(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs,
double rotation) |
void |
GestureSupport.handleDeltaScrolling(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int x,
int y,
int xAbs,
int yAbs,
double dx,
double dy,
double multiplierX,
double multiplierY) |
void |
GestureSupport.handleDeltaZooming(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs,
double scale,
double expansion) |
int |
View.EventHandler.handleDragDrop(View view,
int x,
int y,
int xAbs,
int yAbs,
int recommendedDropAction,
ClipboardAssistance dropTargetAssistant) |
void |
View.EventHandler.handleDragEnd(View view,
int performedAction) |
int |
View.EventHandler.handleDragEnter(View view,
int x,
int y,
int xAbs,
int yAbs,
int recommendedDropAction,
ClipboardAssistance dropTargetAssistant) |
void |
View.EventHandler.handleDragLeave(View view,
ClipboardAssistance dropTargetAssistant) |
int |
View.EventHandler.handleDragOver(View view,
int x,
int y,
int xAbs,
int yAbs,
int recommendedDropAction,
ClipboardAssistance dropTargetAssistant) |
void |
View.EventHandler.handleDragStart(View view,
int button,
int x,
int y,
int xAbs,
int yAbs,
ClipboardAssistance dropSourceAssistant) |
void |
View.handleEndTouchEvent(View view,
long time) |
void |
View.EventHandler.handleEndTouchEvent(View view,
long time)
Touch event handler.
|
void |
View.EventHandler.handleKeyEvent(View view,
long time,
int action,
int keyCode,
char[] keyChars,
int modifiers) |
void |
View.EventHandler.handleMenuEvent(View view,
int x,
int y,
int xAbs,
int yAbs,
boolean isKeyboardTrigger) |
void |
View.EventHandler.handleMouseEvent(View view,
long time,
int type,
int button,
int x,
int y,
int xAbs,
int yAbs,
int modifiers,
boolean isPopupTrigger,
boolean isSynthesized) |
void |
View.handleNextTouchEvent(View view,
long time,
int type,
long touchId,
int x,
int y,
int xAbs,
int yAbs) |
void |
View.EventHandler.handleNextTouchEvent(View view,
long time,
int type,
long touchId,
int x,
int y,
int xAbs,
int yAbs)
Touch event handler.
|
void |
View.handleRotateGestureEvent(View view,
long time,
int type,
int modifiers,
boolean isDirect,
boolean isInertia,
int originx,
int originy,
int originxAbs,
int originyAbs,
double dangle,
double totalangle) |
void |
View.EventHandler.handleRotateGestureEvent(View view,
long time,
int type,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs,
double dangle,
double totalangle)
Rotation gesture handler.
|
void |
GestureSupport.handleRotationEnd(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs) |
void |
View.EventHandler.handleScrollEvent(View view,
long time,
int x,
int y,
int xAbs,
int yAbs,
double deltaX,
double deltaY,
int modifiers,
int lines,
int chars,
int defaultLines,
int defaultChars,
double xMultiplier,
double yMultiplier)
A Scroll event handler.
|
void |
View.handleScrollGestureEvent(View view,
long time,
int type,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int x,
int y,
int xAbs,
int yAbs,
double dx,
double dy,
double totaldx,
double totaldy,
double multiplierX,
double multiplierY) |
void |
View.EventHandler.handleScrollGestureEvent(View view,
long time,
int type,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int x,
int y,
int xAbs,
int yAbs,
double dx,
double dy,
double totaldx,
double totaldy,
double multiplierX,
double multiplierY)
Scroll gesture handler.
|
void |
GestureSupport.handleScrollingEnd(View view,
int modifiers,
int touchCount,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs) |
static void |
GestureSupport.handleScrollingPerformed(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int x,
int y,
int xAbs,
int yAbs,
double dx,
double dy,
double multiplierX,
double multiplierY) |
void |
GestureSupport.handleSwipe(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int dir,
int x,
int y,
int xAbs,
int yAbs) |
void |
GestureSupport.handleSwipeEnd(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs) |
void |
View.handleSwipeGestureEvent(View view,
long time,
int type,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int dir,
int originx,
int originy,
int originxAbs,
int originyAbs) |
void |
View.EventHandler.handleSwipeGestureEvent(View view,
long time,
int type,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int dir,
int x,
int y,
int xAbs,
int yAbs)
Swipe gesture handler.
|
static void |
GestureSupport.handleSwipePerformed(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int dir,
int x,
int y,
int xAbs,
int yAbs) |
void |
GestureSupport.handleTotalRotation(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs,
double rotation) |
void |
GestureSupport.handleTotalScrolling(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int x,
int y,
int xAbs,
int yAbs,
double dx,
double dy,
double multiplierX,
double multiplierY) |
void |
GestureSupport.handleTotalZooming(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs,
double scale,
double expansion) |
void |
View.EventHandler.handleViewEvent(View view,
long time,
int type) |
void |
View.handleZoomGestureEvent(View view,
long time,
int type,
int modifiers,
boolean isDirect,
boolean isInertia,
int originx,
int originy,
int originxAbs,
int originyAbs,
double scale,
double expansion,
double totalscale,
double totalexpansion) |
void |
View.EventHandler.handleZoomGestureEvent(View view,
long time,
int type,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs,
double scale,
double expansion,
double totalscale,
double totalexpansion)
Zoom gesture handler.
|
void |
GestureSupport.handleZoomingEnd(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs) |
void |
TouchInputSupport.notifyBeginTouchEvent(View view,
int modifiers,
boolean isDirect,
int touchEventCount) |
void |
TouchInputSupport.notifyEndTouchEvent(View view) |
void |
TouchInputSupport.notifyNextTouchEvent(View view,
int state,
long id,
int x,
int y,
int xAbs,
int yAbs) |
void |
Window.setView(View view) |
void |
Accessible.setView(View view) |
void |
TouchInputSupport.TouchCountListener.touchCountChanged(TouchInputSupport sender,
View view,
int modifiers,
boolean isDirect) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
GtkView |
Modifier and Type | Method and Description |
---|---|
View |
GtkApplication.createView() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
GtkWindow._setView(long ptr,
View view) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
IosView
iOS View platform implementation.
|
Modifier and Type | Method and Description |
---|---|
View |
IosApplication.createView() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
IosWindow._setView(long ptr,
View view) |
static void |
IosGestureSupport.gestureFinished(View view,
int modifiers,
int x,
int y,
int xAbs,
int yAbs) |
static void |
IosGestureSupport.magnifyGesturePerformed(View view,
int modifiers,
int x,
int y,
int xAbs,
int yAbs,
float scale) |
static void |
IosGestureSupport.notifyBeginTouchEvent(View view,
int modifiers,
int touchEventCount) |
static void |
IosGestureSupport.notifyEndTouchEvent(View view) |
static void |
IosGestureSupport.notifyNextTouchEvent(View view,
int state,
long id,
float x,
float y) |
static void |
IosGestureSupport.rotateGesturePerformed(View view,
int modifiers,
int x,
int y,
int xAbs,
int yAbs,
float rotation) |
static void |
IosGestureSupport.scrollGesturePerformed(View view,
int modifiers,
boolean inertia,
float x,
float y,
float xAbs,
float yAbs,
float dx,
float dy) |
static void |
IosGestureSupport.swipeGesturePerformed(View view,
int modifiers,
int dir,
int x,
int y,
int xAbs,
int yAbs) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
LensView |
Modifier and Type | Method and Description |
---|---|
View |
LensApplication.createView() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LensWindow._setView(long nativeWindowPointer,
View view) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MacView
MacOSX platform implementation class for View.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Long,java.lang.ref.WeakReference<View>> |
MacTouchInputSupport.touchIdToView |
Modifier and Type | Method and Description |
---|---|
View |
MacApplication.createView() |
private View |
MacAccessible.getRootView(Scene scene) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
MacWindow._setView(long ptr,
View view) |
static void |
MacGestureSupport.gestureFinished(View view,
int modifiers,
int x,
int y,
int xAbs,
int yAbs) |
static void |
MacGestureSupport.magnifyGesturePerformed(View view,
int modifiers,
int x,
int y,
int xAbs,
int yAbs,
float scale) |
void |
MacTouchInputSupport.notifyBeginTouchEvent(View view,
int modifiers,
boolean isDirect,
int touchEventCount) |
static void |
MacGestureSupport.notifyBeginTouchEvent(View view,
int modifiers,
int touchEventCount) |
void |
MacTouchInputSupport.notifyEndTouchEvent(View view) |
static void |
MacGestureSupport.notifyEndTouchEvent(View view) |
static void |
MacGestureSupport.notifyNextTouchEvent(View view,
int state,
long id,
float x,
float y) |
void |
MacTouchInputSupport.notifyNextTouchEvent(View view,
int state,
long id,
int x,
int y,
int xAbs,
int yAbs) |
static void |
MacGestureSupport.rotateGesturePerformed(View view,
int modifiers,
int x,
int y,
int xAbs,
int yAbs,
float rotation) |
static void |
MacGestureSupport.scrollGesturePerformed(View view,
int modifiers,
int sender,
int x,
int y,
int xAbs,
int yAbs,
float dx,
float dy) |
static void |
MacGestureSupport.swipeGesturePerformed(View view,
int modifiers,
int dir,
int x,
int y,
int xAbs,
int yAbs) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MonocleView |
Modifier and Type | Method and Description |
---|---|
View |
MonocleApplication.createView() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
MonocleWindow._setView(long nativeWindowPointer,
View view) |
private void |
TouchInput.dispatchPoint(Window window,
View view,
int state,
int id,
int x,
int y) |
private void |
TouchInput.postNoPoints(View view) |
private void |
TouchInput.postPoint(Window window,
View view,
int state,
TouchState.Point p) |
private void |
TouchInput.postPoints(Window window,
View view,
int[] states,
int[] ids,
int[] xs,
int[] ys) |
private void |
TouchInput.postTouchEvent(MonocleWindow window,
View view,
TouchState newState)
Sends updated touch points within the same View as last processed
touch points.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
SWTView |
Modifier and Type | Method and Description |
---|---|
View |
SWTApplication.createView() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SWTWindow._setView(long ptr,
View view) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
WinView
MS Windows platform implementation class for View.
|
Modifier and Type | Method and Description |
---|---|
View |
WinApplication.createView() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
WinWindow._setView(long ptr,
View view) |
private static void |
WinGestureSupport.gestureFinished(View view,
int touchCount,
boolean isInertia) |
static void |
WinGestureSupport.gesturePerformed(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs,
float dx,
float dy,
float totaldx,
float totaldy,
float totalscale,
float totalexpansion,
float totalrotation) |
static void |
WinGestureSupport.inertiaGestureFinished(View view) |
static void |
WinGestureSupport.notifyBeginTouchEvent(View view,
int modifiers,
boolean isDirect,
int touchEventCount) |
static void |
WinGestureSupport.notifyEndTouchEvent(View view) |
static void |
WinGestureSupport.notifyNextTouchEvent(View view,
int state,
long id,
int x,
int y,
int xAbs,
int yAbs) |
Modifier and Type | Field and Description |
---|---|
private View |
ViewScene.platformView |
(package private) View |
GlassViewEventHandler.KeyEventNotification.view |
(package private) View |
GlassViewEventHandler.MouseEventNotification.view |
(package private) View |
GlassViewEventHandler.ViewEventNotification.view |
Modifier and Type | Method and Description |
---|---|
protected View |
ViewScene.getPlatformView() |
protected View |
GlassScene.getPlatformView() |
Modifier and Type | Method and Description |
---|---|
void |
GlassViewEventHandler.handleBeginTouchEvent(View view,
long time,
int modifiers,
boolean isDirect,
int touchEventCount) |
int |
GlassViewEventHandler.handleDragDrop(View view,
int x,
int y,
int xAbs,
int yAbs,
int recommendedDropAction,
ClipboardAssistance dropTargetAssistant) |
void |
GlassViewEventHandler.handleDragEnd(View view,
int performedAction) |
int |
GlassViewEventHandler.handleDragEnter(View view,
int x,
int y,
int xAbs,
int yAbs,
int recommendedDropAction,
ClipboardAssistance dropTargetAssistant) |
void |
GlassViewEventHandler.handleDragLeave(View view,
ClipboardAssistance dropTargetAssistant) |
int |
GlassViewEventHandler.handleDragOver(View view,
int x,
int y,
int xAbs,
int yAbs,
int recommendedDropAction,
ClipboardAssistance dropTargetAssistant) |
void |
GlassViewEventHandler.handleDragStart(View view,
int button,
int x,
int y,
int xAbs,
int yAbs,
ClipboardAssistance assistant) |
void |
GlassViewEventHandler.handleEndTouchEvent(View view,
long time) |
void |
GlassViewEventHandler.handleKeyEvent(View view,
long time,
int type,
int key,
char[] chars,
int modifiers) |
void |
GlassViewEventHandler.handleMenuEvent(View view,
int x,
int y,
int xAbs,
int yAbs,
boolean isKeyboardTrigger) |
void |
GlassViewEventHandler.handleMouseEvent(View view,
long time,
int type,
int button,
int x,
int y,
int xAbs,
int yAbs,
int modifiers,
boolean isPopupTrigger,
boolean isSynthesized) |
void |
GlassViewEventHandler.handleNextTouchEvent(View view,
long time,
int type,
long touchId,
int x,
int y,
int xAbs,
int yAbs) |
void |
GlassViewEventHandler.handleRotateGestureEvent(View view,
long time,
int type,
int modifiers,
boolean isDirect,
boolean isInertia,
int originx,
int originy,
int originxAbs,
int originyAbs,
double dangle,
double totalangle) |
void |
GlassViewEventHandler.handleScrollEvent(View view,
long time,
int x,
int y,
int xAbs,
int yAbs,
double deltaX,
double deltaY,
int modifiers,
int lines,
int chars,
int defaultLines,
int defaultChars,
double xMultiplier,
double yMultiplier) |
void |
GlassViewEventHandler.handleScrollGestureEvent(View view,
long time,
int type,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int x,
int y,
int xAbs,
int yAbs,
double dx,
double dy,
double totaldx,
double totaldy,
double multiplierX,
double multiplierY) |
void |
GlassViewEventHandler.handleSwipeGestureEvent(View view,
long time,
int type,
int modifiers,
boolean isDirect,
boolean isInertia,
int touchCount,
int dir,
int x,
int y,
int xAbs,
int yAbs) |
void |
GlassViewEventHandler.handleViewEvent(View view,
long time,
int type) |
void |
GlassViewEventHandler.handleZoomGestureEvent(View view,
long time,
int type,
int modifiers,
boolean isDirect,
boolean isInertia,
int originx,
int originy,
int originxAbs,
int originyAbs,
double scale,
double expansion,
double totalscale,
double totalexpansion) |
Modifier and Type | Field and Description |
---|---|
protected View |
PresentableState.view |
Modifier and Type | Method and Description |
---|---|
View |
PresentableState.getView() |