Package | Description |
---|---|
com.sun.glass.ui | |
com.sun.glass.ui.ios | |
com.sun.glass.ui.monocle | |
com.sun.glass.ui.swt | |
com.sun.prism |
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 | Method and Description |
---|---|
View |
IosApplication.createView() |
Modifier and Type | Method and Description |
---|---|
View |
MonocleApplication.createView() |
Modifier and Type | Method and Description |
---|---|
View |
SWTApplication.createView() |
Modifier and Type | Field and Description |
---|---|
protected View |
PresentableState.view |
Modifier and Type | Method and Description |
---|---|
View |
PresentableState.getView() |
Copyright © 2020. All rights reserved.