public final class SlideStackController extends DefaultController<SlideStackModel,SlideStackView> implements ActionAdapter
EventAdapter.LinkerNOT_IMPLEMENTED_YET| Constructor and Description |
|---|
SlideStackController(SlideStackView view)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action(javafx.event.ActionEvent actionEvent) |
protected void |
initEventHandlers() |
protected void |
onKeyPressed(javafx.scene.input.KeyEvent keyEvent)
.
|
protected void |
onMouseReleased(javafx.scene.input.MouseEvent mouseEvent)
.
|
protected void |
onSwipeLeft(javafx.scene.input.SwipeEvent swipeEvent)
.
|
protected void |
onSwipeRight(javafx.scene.input.SwipeEvent swipeEvent)
.
|
initEventAdapterslinkCommand, linkCommand, linkService, linkService, linkUi, linkUi, linkWave, linkWaveactivate, addAdapter, finalize, getHandler, getModel, getRootNode, getView, initInternalEventAdapters, initInternalEventHandlerspublic SlideStackController(SlideStackView view) throws org.jrebirth.af.api.exception.CoreException
view - the view to controlorg.jrebirth.af.api.exception.CoreException - if an error occurred while creating event handlersprotected void initEventHandlers()
throws org.jrebirth.af.api.exception.CoreException
initEventHandlers in class DefaultController<SlideStackModel,SlideStackView>org.jrebirth.af.api.exception.CoreExceptionprotected void onKeyPressed(javafx.scene.input.KeyEvent keyEvent)
keyEvent - protected void onMouseReleased(javafx.scene.input.MouseEvent mouseEvent)
mouseEvent - protected void onSwipeLeft(javafx.scene.input.SwipeEvent swipeEvent)
swipeEvent - protected void onSwipeRight(javafx.scene.input.SwipeEvent swipeEvent)
swipeEvent - public void action(javafx.event.ActionEvent actionEvent)
action in interface ActionAdapterCopyright © 2011–2015 JRebirth OSS. All rights reserved.