| Package | Description |
|---|---|
| org.jrebirth.af.core.ui.annotation |
The package org.jrebirth.af.core.ui.annotation is used to manage link between View and Controller sub components.
|
| org.jrebirth.af.core.ui.handler |
Provides...
|
| Modifier and Type | Class and Description |
|---|---|
static class |
OnAction.ActionType
The Action event type.
|
static class |
OnDrag.DragType
The Drag event type.
|
static class |
OnFinished.FinishedType
The Finished event type.
|
static class |
OnKey.KeyType
The Key event type.
|
static class |
OnMouse.MouseType
The Mouse event type.
|
static class |
OnRotate.RotateType
The Rotate event type.
|
static class |
OnScroll.ScrollType
The Scroll event type.
|
static class |
OnSwipe.SwipeType
The Swipe event type.
|
static class |
OnTouch.TouchType
The Touch event type.
|
static class |
OnWindow.WindowType
The Window event type.
|
static class |
OnZoom.ZoomType
The Zoom event type.
|
| Modifier and Type | Method and Description |
|---|---|
private EnumEventType |
AnnotationEventHandler.convertEventToEnum(EventType<? extends Event> eventType)
Convert a JavaFX event type into an annotation event type.
|
private EnumEventType[] |
AnnotationEventHandler.getAnnotationValue()
Return the value of the annotation used to define type of handler to manage.
|
| Modifier and Type | Method and Description |
|---|---|
private String |
AnnotationEventHandler.buildHandlingMethodName(EnumEventType annotationType)
Build the handling method name used to manage this event.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.