- CallbackObject() - Constructor for enum org.jrebirth.af.api.ui.annotation.AutoHandler.CallbackObject
-
- callCommand(Class<? extends Command>, WaveData<?>...) - Method in interface org.jrebirth.af.api.link.CommandReady
-
Send a wave used to call a command.
- callCommand(Class<? extends CommandBean<WB>>, WB) - Method in interface org.jrebirth.af.api.link.CommandReady
-
Send a wave used to call a command.
- changed(ObservableValue<? extends Wave.Status>, Wave.Status, Wave.Status) - Method in interface org.jrebirth.af.api.wave.WaveStatusChangeListener
- checkAvailability(RunnablePriority) - Method in interface org.jrebirth.af.api.concurrent.IJRebirthThreadPoolExecutor
-
Check if a slot is available for the given task priority.
- checkProgressRatio(double, double, double) - Method in interface org.jrebirth.af.api.service.ServiceTask
-
Check if the task has enough progressed according to the given threshold.
- ColorItem - Interface in org.jrebirth.af.api.resource.color
-
The class ColorItem.
- ColorParams - Interface in org.jrebirth.af.api.resource.color
-
The class ColorParams.
- Command - Interface in org.jrebirth.af.api.command
-
The interface Command is used to run atomic and reusable action.
- CommandBean<WB extends WaveBean> - Interface in org.jrebirth.af.api.command
-
The interface Command is used to run atomic and reusable action.
- CommandReady - Interface in org.jrebirth.af.api.link
-
The class CommandReady.
- CommandRunner - Interface in org.jrebirth.af.api.command.ref
-
The Interface CommandRunner.
- CommandWaveRunner - Interface in org.jrebirth.af.api.command.ref
-
The Interface CommandWaveRunner.
- Component<R extends FacadeReady<R>> - Interface in org.jrebirth.af.api.component.basic
-
The interface EnhancedComponent.
- componentClass() - Method in interface org.jrebirth.af.api.wave.Wave
-
- componentClass(Class<?>) - Method in interface org.jrebirth.af.api.wave.Wave
-
- ComponentFactory - Interface in org.jrebirth.af.api.component.factory
-
The interface ComponentFactory is used to build EnhancedComponent (Model, Service, Command) classes.
- Configuration - Annotation Type in org.jrebirth.af.api.application
-
This annotation is used to manage the configuration file service.
- contains(WaveItem<?>) - Method in interface org.jrebirth.af.api.wave.Wave
-
Check if an object exists.
- containsNotNull(WaveItem<?>) - Method in interface org.jrebirth.af.api.wave.Wave
-
Check if an object exists and if it isn't null.
- Controller<M extends Model,V extends View<M,?,?>> - Interface in org.jrebirth.af.api.ui
-
The interface Controller.
- CoreException - Exception in org.jrebirth.af.api.exception
-
The class CoreException.
- CoreException(MessageItem, Throwable) - Constructor for exception org.jrebirth.af.api.exception.CoreException
-
Constructor with message and throwable.
- CoreException(String, Throwable) - Constructor for exception org.jrebirth.af.api.exception.CoreException
-
Constructor with message and throwable.
- CoreException(String) - Constructor for exception org.jrebirth.af.api.exception.CoreException
-
Constructor without base exception.
- CoreException(MessageItem) - Constructor for exception org.jrebirth.af.api.exception.CoreException
-
Constructor without base exception.
- CoreException(MessageItem, Throwable, Object...) - Constructor for exception org.jrebirth.af.api.exception.CoreException
-
Constructor with message and throwable.
- CoreException(MessageItem, Object...) - Constructor for exception org.jrebirth.af.api.exception.CoreException
-
Constructor without base exception.
- CoreException(Throwable) - Constructor for exception org.jrebirth.af.api.exception.CoreException
-
Constructor without custom message.
- CoreRuntimeException - Exception in org.jrebirth.af.api.exception
-
The class CoreRuntimeException.
- CoreRuntimeException(String, Throwable) - Constructor for exception org.jrebirth.af.api.exception.CoreRuntimeException
-
Constructor with message and throwable.
- CoreRuntimeException(String) - Constructor for exception org.jrebirth.af.api.exception.CoreRuntimeException
-
Constructor without base exception.
- CoreRuntimeException(MessageItem, Throwable, Object...) - Constructor for exception org.jrebirth.af.api.exception.CoreRuntimeException
-
Constructor with message and throwable.
- CoreRuntimeException(MessageItem, Object...) - Constructor for exception org.jrebirth.af.api.exception.CoreRuntimeException
-
Constructor without base exception.
- CoreRuntimeException(Throwable) - Constructor for exception org.jrebirth.af.api.exception.CoreRuntimeException
-
Constructor without custom message.
- EnumEventType - Interface in org.jrebirth.af.api.ui.annotation.type
-
The class EnumEventType.
- error(MessageItem) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Error.
- error(MessageItem, Throwable) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Error.
- error(MessageItem, Object...) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Error.
- error(MessageItem, Throwable, Object...) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Error.
- eventType - Variable in enum org.jrebirth.af.api.ui.annotation.type.Action
-
The JavaFX internal api name.
- eventType() - Method in enum org.jrebirth.af.api.ui.annotation.type.Action
-
Return the javaFX event type.
- eventType - Variable in enum org.jrebirth.af.api.ui.annotation.type.Drag
-
The JavaFX internal api name.
- eventType() - Method in enum org.jrebirth.af.api.ui.annotation.type.Drag
-
Return the javaFX event type.
- eventType() - Method in interface org.jrebirth.af.api.ui.annotation.type.EnumEventType
-
Return the javaFX event type.
- eventType - Variable in enum org.jrebirth.af.api.ui.annotation.type.Finished
-
The JavaFX internal api name.
- eventType() - Method in enum org.jrebirth.af.api.ui.annotation.type.Finished
-
Return the javaFX event type.
- eventType - Variable in enum org.jrebirth.af.api.ui.annotation.type.Key
-
The JavaFX internal api name.
- eventType() - Method in enum org.jrebirth.af.api.ui.annotation.type.Key
-
Return the javaFX event type.
- eventType - Variable in enum org.jrebirth.af.api.ui.annotation.type.Mouse
-
The JavaFX internal api name.
- eventType() - Method in enum org.jrebirth.af.api.ui.annotation.type.Mouse
-
Return the javaFX event type.
- eventType - Variable in enum org.jrebirth.af.api.ui.annotation.type.Rotate
-
The JavaFX internal api name.
- eventType() - Method in enum org.jrebirth.af.api.ui.annotation.type.Rotate
-
Return the javaFX event type.
- eventType - Variable in enum org.jrebirth.af.api.ui.annotation.type.Scroll
-
The JavaFX internal api name.
- eventType() - Method in enum org.jrebirth.af.api.ui.annotation.type.Scroll
-
Return the javaFX event type.
- eventType - Variable in enum org.jrebirth.af.api.ui.annotation.type.Swipe
-
The JavaFX internal api name.
- eventType() - Method in enum org.jrebirth.af.api.ui.annotation.type.Swipe
-
Return the javaFX event type.
- eventType - Variable in enum org.jrebirth.af.api.ui.annotation.type.Touch
-
The JavaFX internal api name.
- eventType() - Method in enum org.jrebirth.af.api.ui.annotation.type.Touch
-
Return the javaFX event type.
- eventType - Variable in enum org.jrebirth.af.api.ui.annotation.type.Window
-
The JavaFX internal api name.
- eventType() - Method in enum org.jrebirth.af.api.ui.annotation.type.Window
-
Return the javaFX event type.
- eventType - Variable in enum org.jrebirth.af.api.ui.annotation.type.Zoom
-
The JavaFX internal api name.
- eventType() - Method in enum org.jrebirth.af.api.ui.annotation.type.Zoom
-
Return the javaFX event type.
- exists(UniqueKey<E>) - Method in interface org.jrebirth.af.api.facade.Facade
-
Check if the component has already been created and stored.
- exists(Class<E>, Object...) - Method in interface org.jrebirth.af.api.facade.Facade
-
Check if the component has already been created and stored.
- extension() - Method in interface org.jrebirth.af.api.resource.image.ImageParams
-
Gets the image extension.
- get(I) - Method in interface org.jrebirth.af.api.resource.builder.ResourceBuilder
-
Retrieve the resource.
- get() - Method in interface org.jrebirth.af.api.resource.color.ColorItem
-
Return the resource unique instance.
- get() - Method in interface org.jrebirth.af.api.resource.font.FontItem
-
Return the resource unique instance.
- get() - Method in interface org.jrebirth.af.api.resource.fxml.FXMLItem
-
Return the resource unique instance.
- get() - Method in interface org.jrebirth.af.api.resource.image.ImageItem
-
Return the resource unique instance.
- get() - Method in interface org.jrebirth.af.api.resource.parameter.ParameterItem
-
Return the resource unique instance.
- get() - Method in interface org.jrebirth.af.api.resource.ResourceItem
-
Return the resource unique instance.
- get() - Method in interface org.jrebirth.af.api.resource.style.StyleSheetItem
-
Return the resource unique instance.
- get(WaveItem<T>) - Method in interface org.jrebirth.af.api.wave.Wave
-
Retrieve a value.
- getApplication() - Method in interface org.jrebirth.af.api.facade.GlobalFacade
-
- getBehavior(Class<B>) - Method in interface org.jrebirth.af.api.component.behavior.BehavioredComponent
-
Return the
Behavior instance created for the given Behavior type.
- getBehaviorData(Class<B>) - Method in interface org.jrebirth.af.api.component.behavior.BehavioredComponent
-
- getBehaviorFacade() - Method in interface org.jrebirth.af.api.facade.GlobalFacade
-
- getBehaviors() - Method in interface org.jrebirth.af.api.component.behavior.BehaviorData
-
Return the list of
Behavior supported by this Data.
- getBundlePath() - Method in interface org.jrebirth.af.api.resource.fxml.FXMLParams
-
Return the full path of the resource bundle file without .properties extension.
- getClassField() - Method in interface org.jrebirth.af.api.key.UniqueKey
-
Return the class type of the component.
- getCommand(Class<C>, Object...) - Method in interface org.jrebirth.af.api.link.CommandReady
-
Return the command singleton or part of multiton.
- getCommand(UniqueKey<C>) - Method in interface org.jrebirth.af.api.link.CommandReady
-
Return the command singleton or part of multiton according to
UniqueKey.
- getCommandFacade() - Method in interface org.jrebirth.af.api.facade.GlobalFacade
-
- getComponent() - Method in interface org.jrebirth.af.api.component.behavior.Behavior
-
Gets the EnhancedComponent concerned by this Behavior.
- getComponentFactory() - Method in interface org.jrebirth.af.api.facade.GlobalFacade
-
- getController() - Method in interface org.jrebirth.af.api.ui.fxml.FXMLComponent
-
Return the controller or null.
- getController() - Method in interface org.jrebirth.af.api.ui.View
-
Return the view controller.
- getCreationTime() - Method in interface org.jrebirth.af.api.concurrent.JRebirthRunnable
-
Return the creation time.
- getData() - Method in interface org.jrebirth.af.api.component.behavior.Behavior
-
- getData(WaveItem<T>) - Method in interface org.jrebirth.af.api.wave.Wave
-
Retrieve a wave data object.
- getErrorNode() - Method in interface org.jrebirth.af.api.ui.View
-
Return the error node.
- getEventData() - Method in interface org.jrebirth.af.api.facade.JRebirthEvent
-
- getEventType() - Method in interface org.jrebirth.af.api.facade.JRebirthEvent
-
- getExecutorService() - Method in interface org.jrebirth.af.api.facade.GlobalFacade
-
- getFirstModelClass() - Method in interface org.jrebirth.af.api.application.JRebirthApplication
-
This method must be implemented to declare which JRebirth UI Model will be displayed first.
- getFxmlPath() - Method in interface org.jrebirth.af.api.resource.fxml.FXMLParams
-
Return the full path of the fxml file without .fxml extension.
- getGlobalFacade() - Method in interface org.jrebirth.af.api.facade.GlobalReady
-
Return the global facade used to manage singleton.
- getHighPriorityExecutorService() - Method in interface org.jrebirth.af.api.facade.GlobalFacade
-
- getInnerComponent(InnerComponent<C>) - Method in interface org.jrebirth.af.api.component.basic.Component
-
Get an inner component.
- getItemType() - Method in interface org.jrebirth.af.api.wave.contract.WaveItem
-
- getKey() - Method in interface org.jrebirth.af.api.component.basic.InnerComponent
-
Return the key of the model.
- getKey() - Method in interface org.jrebirth.af.api.facade.FacadeReady
-
- getKey() - Method in interface org.jrebirth.af.api.key.UniqueKey
-
Return the unique key.
- getKey() - Method in interface org.jrebirth.af.api.resource.ResourceParams
-
Return the dynamic key used to hold resources without static field.
- getKey() - Method in interface org.jrebirth.af.api.wave.contract.WaveData
-
- getLevel() - Method in enum org.jrebirth.af.api.concurrent.RunnablePriority
-
Gets the level.
- getLevel() - Method in interface org.jrebirth.af.api.resource.i18n.MessageItem
-
Return the optional log level if any.
- getLevel() - Method in interface org.jrebirth.af.api.resource.i18n.MessageResource
-
Gets the level.
- getLocalFacade() - Method in interface org.jrebirth.af.api.facade.FacadeReady
-
Return the local facade used to manage singleton.
- getMarker() - Method in interface org.jrebirth.af.api.resource.i18n.MessageItem
-
Return the optional log marker if any.
- getMarker() - Method in interface org.jrebirth.af.api.resource.i18n.MessageResource
-
Gets the marker.
- getMessage() - Method in interface org.jrebirth.af.api.resource.i18n.MessageResource
-
Gets the message.
- getModel(Class<M>, Object...) - Method in interface org.jrebirth.af.api.link.ModelReady
-
Return the model singleton or part of multiton according to key parts provided.
- getModel(UniqueKey<M>) - Method in interface org.jrebirth.af.api.link.ModelReady
-
Return the model singleton or part of multiton according to
UniqueKey.
- getModel() - Method in interface org.jrebirth.af.api.ui.Controller
-
- getModel() - Method in interface org.jrebirth.af.api.ui.fxml.FXMLController
-
Return the linked model that manage the view.
- getModel() - Method in interface org.jrebirth.af.api.ui.View
-
Return the view model.
- getName() - Method in interface org.jrebirth.af.api.wave.contract.WaveItem
-
- getNew() - Method in interface org.jrebirth.af.api.resource.fxml.FXMLItem
-
Build a new FXMLComponent without storing it.
- getNode() - Method in interface org.jrebirth.af.api.ui.fxml.FXMLComponent
-
Return the fxml root node.
- getNotifier() - Method in interface org.jrebirth.af.api.facade.GlobalFacade
-
- getObject() - Method in interface org.jrebirth.af.api.ui.object.ModelObject
-
Return the bindable object and create it if null.
- getOptionalData() - Method in interface org.jrebirth.af.api.key.UniqueKey
-
Return the list of optional data associated to the key.
- getOrder() - Method in interface org.jrebirth.af.api.wave.contract.WaveData
-
- getParam(I) - Method in interface org.jrebirth.af.api.resource.builder.ResourceBuilder
-
Retrieve a parameter value from its key.
- getParamKey(I) - Method in interface org.jrebirth.af.api.resource.builder.ResourceBuilder
-
Retrieve the parameter key.
- getPendingTask(String) - Method in interface org.jrebirth.af.api.service.Service
-
Retrieve a task from the pending list.
- getPendingTaskList() - Method in interface org.jrebirth.af.api.service.Service
-
Get pending task list.
- getPostBootWaveList() - Method in interface org.jrebirth.af.api.application.JRebirthApplication
-
Return the Post-Boot Waves called after displaying the first view.
- getPreBootWaveList() - Method in interface org.jrebirth.af.api.application.JRebirthApplication
-
Return the Pre-Boot Waves called after displaying the first view.
- getPriority() - Method in interface org.jrebirth.af.api.concurrent.JRebirthRunnable
-
Return the runnable priority.
- getRelatedModel() - Method in interface org.jrebirth.af.api.ui.fxml.FXMLControllerFactory
-
- getRootComponent() - Method in interface org.jrebirth.af.api.component.basic.Component
-
Return the root component (for inner component).
- getRootNode() - Method in interface org.jrebirth.af.api.application.JRebirthApplication
-
Return the root node of the main scene of this application.
- getRootNode() - Method in interface org.jrebirth.af.api.ui.Controller
-
- getRootNode() - Method in interface org.jrebirth.af.api.ui.Model
-
Return the root node.
- getRootNode() - Method in interface org.jrebirth.af.api.ui.View
-
Return the view root node.
- getScene() - Method in interface org.jrebirth.af.api.application.JRebirthApplication
-
Return the scene of the main stage of this application.
- getSequence() - Method in interface org.jrebirth.af.api.facade.JRebirthEvent
-
- getService(Class<S>, Object...) - Method in interface org.jrebirth.af.api.link.ServiceReady
-
Return the service singleton or part of multiton.
- getService(UniqueKey<S>) - Method in interface org.jrebirth.af.api.link.ServiceReady
-
Return the service singleton or part of multiton according to
UniqueKey.
- getServiceFacade() - Method in interface org.jrebirth.af.api.facade.GlobalFacade
-
- getServiceHandlerName() - Method in interface org.jrebirth.af.api.service.ServiceTask
-
Return the full service handler name.
- getSource() - Method in interface org.jrebirth.af.api.facade.JRebirthEvent
-
- getStage() - Method in interface org.jrebirth.af.api.application.JRebirthApplication
-
Return the main stage of this application.
- getTarget() - Method in interface org.jrebirth.af.api.facade.JRebirthEvent
-
- getText(Object...) - Method in interface org.jrebirth.af.api.resource.i18n.MessageItem
-
Get the message formatted text with or without parameterized objects.
- getThreadName(JRebirthThreadException.Type) - Static method in exception org.jrebirth.af.api.exception.JRebirthThreadException
-
Return the concerned thread name.
- getThreadType() - Method in exception org.jrebirth.af.api.exception.JRebirthThreadException
-
- getTimestamp() - Method in interface org.jrebirth.af.api.wave.Wave
-
- getUid() - Method in interface org.jrebirth.af.api.wave.contract.WaveItem
-
- getUiFacade() - Method in interface org.jrebirth.af.api.facade.GlobalFacade
-
- getValue() - Method in interface org.jrebirth.af.api.key.UniqueKey
-
Return the unique object if any or null.
- getValue() - Method in interface org.jrebirth.af.api.wave.contract.WaveData
-
- getView() - Method in interface org.jrebirth.af.api.ui.Controller
-
- getView() - Method in interface org.jrebirth.af.api.ui.fxml.FXMLController
-
Return the linked view that load this component.
- getView() - Method in interface org.jrebirth.af.api.ui.Model
-
Return the view.
- getWaveBean(Wave) - Method in interface org.jrebirth.af.api.command.Command
-
Get the wave bean and cast it.
- getWaveBean(Wave) - Method in interface org.jrebirth.af.api.command.CommandBean
-
Get the wave bean and cast it.
- getWUID() - Method in interface org.jrebirth.af.api.wave.Wave
-
- GlobalFacade - Interface in org.jrebirth.af.api.facade
-
The interface GlobalFacade.
- GlobalReady - Interface in org.jrebirth.af.api.facade
-
The interface GlobalReady.
- IJRebirthThreadPoolExecutor - Interface in org.jrebirth.af.api.concurrent
-
The class JRebirthThreadPoolExecutor is used to to manage the JRebirth Thread Pool (JTP).
- ImageExtension - Enum in org.jrebirth.af.api.resource.image
-
The enumeration ImageExtension is used to provides all possible image extension supported by JavaFX toolkit.
- ImageExtension() - Constructor for enum org.jrebirth.af.api.resource.image.ImageExtension
-
- ImageItem - Interface in org.jrebirth.af.api.resource.image
-
The class ImageItem.
- ImageParams - Interface in org.jrebirth.af.api.resource.image
-
The class ImageParams.
- info(MessageItem) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Info.
- info(MessageItem, Throwable) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Info.
- info(MessageItem, Object...) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Info.
- info(MessageItem, Throwable, Object...) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Info.
- InnerComponent<C extends Component<?>> - Interface in org.jrebirth.af.api.component.basic
-
The interface InnerModels.
- isDebugEnabled() - Method in interface org.jrebirth.af.api.log.JRLogger
-
Checks if is debug enabled.
- isDebugEnabled(Marker) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Checks if is debug enabled.
- isErrorEnabled() - Method in interface org.jrebirth.af.api.log.JRLogger
-
Checks if is error enabled.
- isErrorEnabled(Marker) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Checks if is error enabled.
- isInfoEnabled() - Method in interface org.jrebirth.af.api.log.JRLogger
-
Checks if is info enabled.
- isInfoEnabled(Marker) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Checks if is info enabled.
- isParameter() - Method in interface org.jrebirth.af.api.wave.contract.WaveItem
-
- isSingleton() - Method in interface org.jrebirth.af.api.resource.fxml.FXMLItem
-
Return the flag that indicates if the item will help to retrieve the same FXMLComponent instance or another instance at each call.
- isTraceEnabled() - Method in interface org.jrebirth.af.api.log.JRLogger
-
Checks if is trace enabled.
- isTraceEnabled(Marker) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Checks if is trace enabled.
- isWarnEnabled() - Method in interface org.jrebirth.af.api.log.JRLogger
-
Checks if is warn enabled.
- isWarnEnabled(Marker) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Checks if is warn enabled.
- items() - Method in interface org.jrebirth.af.api.wave.contract.WaveType
-
Return all WaveItems used by this WaveType.
- items(WaveItem<?>...) - Method in interface org.jrebirth.af.api.wave.contract.WaveType
-
Set all WaveItems used by the current WaveType used as parameter during wave handling.
- OnAction - Annotation Type in org.jrebirth.af.api.ui.annotation
-
This annotation is used to automatically attached an action event handler to a property node.
- OnDrag - Annotation Type in org.jrebirth.af.api.ui.annotation
-
This annotation is used to automatically attached a Drag event handler to a property node.
- onException(Class<? extends Command>, Class<? extends Throwable>...) - Method in interface org.jrebirth.af.api.wave.contract.WaveType
-
Define the Command to call in order to handle given exception types.
- onException(WaveType, Class<? extends Throwable>...) - Method in interface org.jrebirth.af.api.wave.contract.WaveType
-
Define the
WaveType to send in order to manage given exception types.
- OnFinished - Annotation Type in org.jrebirth.af.api.ui.annotation
-
This annotation is used to automatically attached a Finished event handler to an Animation.
- OnKey - Annotation Type in org.jrebirth.af.api.ui.annotation
-
This annotation is used to automatically attached a Key event handler to a property node.
- OnMouse - Annotation Type in org.jrebirth.af.api.ui.annotation
-
This annotation is used to automatically attached a Mouse event handler to a property node.
- OnRelease - Annotation Type in org.jrebirth.af.api.annotation
-
The annotation OnRelease.
- OnRotate - Annotation Type in org.jrebirth.af.api.ui.annotation
-
This annotation is used to automatically attached a Rotate event handler to a property node.
- OnScroll - Annotation Type in org.jrebirth.af.api.ui.annotation
-
This annotation is used to automatically attached an Scroll event handler to a property node.
- OnSwipe - Annotation Type in org.jrebirth.af.api.ui.annotation
-
This annotation is used to automatically attached a Swipe event handler to a property node.
- OnTouch - Annotation Type in org.jrebirth.af.api.ui.annotation
-
This annotation is used to automatically attached a touch event handler to a property node.
- OnWave - Annotation Type in org.jrebirth.af.api.wave.annotation
-
The class OnWave.
- OnWaves - Annotation Type in org.jrebirth.af.api.wave.annotation
-
The class OnWaves.
- OnWindow - Annotation Type in org.jrebirth.af.api.ui.annotation
-
This annotation is used to automatically attached a window event handler to a property node.
- OnZoom - Annotation Type in org.jrebirth.af.api.ui.annotation
-
This annotation is used to automatically attached a Zoom event handler to a property node.
- org.jrebirth.af.api - package org.jrebirth.af.api
-
Provides JRebirth API.
- org.jrebirth.af.api.annotation - package org.jrebirth.af.api.annotation
-
This package provides all annotations used by JRebirth to simplify its internal management.
- org.jrebirth.af.api.application - package org.jrebirth.af.api.application
-
Provides classes to build the Application starter point.
- org.jrebirth.af.api.command - package org.jrebirth.af.api.command
-
Provides API for Command components.
- org.jrebirth.af.api.command.ref - package org.jrebirth.af.api.command.ref
-
Provides ways to uses Command with Method References.
- org.jrebirth.af.api.component - package org.jrebirth.af.api.component
-
Provides base classes to build and manage JRebirth Components.
- org.jrebirth.af.api.component.basic - package org.jrebirth.af.api.component.basic
-
Provides base classes to create JRebirth EnhancedComponent.
- org.jrebirth.af.api.component.behavior - package org.jrebirth.af.api.component.behavior
-
Provide interface to support Behavior management into
Component.
- org.jrebirth.af.api.component.behavior.annotation - package org.jrebirth.af.api.component.behavior.annotation
-
Provides annotation used for
Behavior management.
- org.jrebirth.af.api.component.factory - package org.jrebirth.af.api.component.factory
-
Provides contract used to build EnhancedComponent.
- org.jrebirth.af.api.concurrent - package org.jrebirth.af.api.concurrent
-
Provides API to manage concurrent access.
- org.jrebirth.af.api.exception - package org.jrebirth.af.api.exception
-
Provides base exception classes thrown into JRebirth.
- org.jrebirth.af.api.facade - package org.jrebirth.af.api.facade
-
Provide APi to manage JRebirth internal Facades.
- org.jrebirth.af.api.key - package org.jrebirth.af.api.key
-
Provides EnhancedComponent Key classes.
- org.jrebirth.af.api.link - package org.jrebirth.af.api.link
-
Provides link classes.
- org.jrebirth.af.api.log - package org.jrebirth.af.api.log
-
Provides custom JRebirth logger.
- org.jrebirth.af.api.resource - package org.jrebirth.af.api.resource
-
Provides base interfaces to define resource management.
- org.jrebirth.af.api.resource.builder - package org.jrebirth.af.api.resource.builder
-
Provides base interface to define how to build a Resource.
- org.jrebirth.af.api.resource.color - package org.jrebirth.af.api.resource.color
-
Provides classes to handle Color as JRebirth Resources.
- org.jrebirth.af.api.resource.font - package org.jrebirth.af.api.resource.font
-
Provides classes to handle fonts as JRebirth Resources.
- org.jrebirth.af.api.resource.fxml - package org.jrebirth.af.api.resource.fxml
-
- org.jrebirth.af.api.resource.i18n - package org.jrebirth.af.api.resource.i18n
-
Provides all classes related to JRebirth l10n & i18n Messages.
- org.jrebirth.af.api.resource.image - package org.jrebirth.af.api.resource.image
-
Provides classes to handle images as JRebirth Resources.
- org.jrebirth.af.api.resource.parameter - package org.jrebirth.af.api.resource.parameter
-
Provides all classes related to JRebirth parameters loaded.
- org.jrebirth.af.api.resource.style - package org.jrebirth.af.api.resource.style
-
Provides classes to manage stylesheet as resources.
- org.jrebirth.af.api.service - package org.jrebirth.af.api.service
-
Provides classes to define Service EnhancedComponent.
- org.jrebirth.af.api.ui - package org.jrebirth.af.api.ui
-
Provides API for User Interface components.
- org.jrebirth.af.api.ui.annotation - package org.jrebirth.af.api.ui.annotation
-
The package org.jrebirth.af.api.ui.annotation is used to manage link between View and Controller sub components.
- org.jrebirth.af.api.ui.annotation.type - package org.jrebirth.af.api.ui.annotation.type
-
Provide custom event handler type.
- org.jrebirth.af.api.ui.fxml - package org.jrebirth.af.api.ui.fxml
-
Provide API to manage FXML-based User Interface Components.
- org.jrebirth.af.api.ui.object - package org.jrebirth.af.api.ui.object
-
Provide API to manage bindable object into Model Components.
- org.jrebirth.af.api.wave - package org.jrebirth.af.api.wave
-
Provides classes used to send waves and perform them.
- org.jrebirth.af.api.wave.annotation - package org.jrebirth.af.api.wave.annotation
-
Provides annotation to manage Wave.
- org.jrebirth.af.api.wave.checker - package org.jrebirth.af.api.wave.checker
-
Provides classes used to filter Wave during handling phase.
- org.jrebirth.af.api.wave.contract - package org.jrebirth.af.api.wave.contract
-
Provides class that define Wave contract.
- register(Class<? extends Component<?>>, Class<? extends Component<?>>) - Method in interface org.jrebirth.af.api.component.factory.ComponentFactory
-
.
- register(UniqueKey<E>, E) - Method in interface org.jrebirth.af.api.facade.Facade
-
Register a new ready object component.
- register(E, Object...) - Method in interface org.jrebirth.af.api.facade.Facade
-
Register a new ready object component.
- relatedWave() - Method in interface org.jrebirth.af.api.wave.Wave
-
- relatedWave(Wave) - Method in interface org.jrebirth.af.api.wave.Wave
-
- Releasable - Annotation Type in org.jrebirth.af.api.annotation
-
The class Releasable.
- release() - Method in interface org.jrebirth.af.api.facade.FacadeReady
-
Release the component by deleting this key used by the WeakHashMap.
- reload() - Method in interface org.jrebirth.af.api.ui.View
-
Handle custom tasks to do at each rendering of the view (re-display).
- removePendingTask(String) - Method in interface org.jrebirth.af.api.service.Service
-
Remove a task from the pending list.
- removeWaveHandler(Object) - Method in interface org.jrebirth.af.api.wave.Wave
-
Release the given WaveHandler
- removeWaveListener(WaveListener) - Method in interface org.jrebirth.af.api.wave.Wave
-
Remove a wave listener.
- ResourceBuilder<I,P,R> - Interface in org.jrebirth.af.api.resource.builder
-
The interface ResourceBuilder.
- ResourceItem<I,P,R> - Interface in org.jrebirth.af.api.resource
-
The interface ResourceItem designate a system resource.
- ResourceParams - Interface in org.jrebirth.af.api.resource
-
The class ResourceParams.
- retrieve(UniqueKey<E>) - Method in interface org.jrebirth.af.api.facade.Facade
-
Retrieve a ready object component.
- retrieve(Class<E>, Object...) - Method in interface org.jrebirth.af.api.facade.Facade
-
Retrieve a ready object component.
- retrieveAll(UniqueKey<E>) - Method in interface org.jrebirth.af.api.facade.Facade
-
Return the list of component that have the same classField than the given key.
- returnAction() - Method in interface org.jrebirth.af.api.wave.contract.WaveType
-
Return the return Wave Type action name.
- returnAction(String) - Method in interface org.jrebirth.af.api.wave.contract.WaveType
-
Set the return Wave Type action name.
- returnCommandClass(Class<? extends Command>) - Method in interface org.jrebirth.af.api.wave.contract.WaveType
-
Set the Command to call in order to process the returned value.
- returnCommandClass() - Method in interface org.jrebirth.af.api.wave.contract.WaveType
-
Return the Command to call in order to process the returned value.
- returnData(Class<? extends Service>, WaveType, WaveData<?>...) - Method in interface org.jrebirth.af.api.link.ServiceReady
-
Send a wave used to return data from a service.
- returnData(Wave) - Method in interface org.jrebirth.af.api.service.Service
-
Do a specific action by processing the wave.
- returnItem() - Method in interface org.jrebirth.af.api.wave.contract.WaveType
-
Set the WaveItem returned.
- returnItem(WaveItem<?>) - Method in interface org.jrebirth.af.api.wave.contract.WaveType
-
Set the WaveItem that hold the type sent to hold the current WaveType result.
- returnWaveType() - Method in interface org.jrebirth.af.api.wave.contract.WaveType
-
Return the WaveType emitted as the result of the current WaveType.
- returnWaveType(WaveType) - Method in interface org.jrebirth.af.api.wave.contract.WaveType
-
Set the WaveType that will be used a return, override returnItem and returnAction.
- RootNodeClass - Annotation Type in org.jrebirth.af.api.ui.annotation
-
This annotation is used to automatically define CSS style class for the root node of a view.
- RootNodeId - Annotation Type in org.jrebirth.af.api.ui.annotation
-
This annotation is used to automatically give an ID for the root node of a view.
- Rotate - Enum in org.jrebirth.af.api.ui.annotation.type
-
The Rotate event type.
- Rotate(EventType<?>) - Constructor for enum org.jrebirth.af.api.ui.annotation.type.Rotate
-
Default constructor used to link the apiName.
- run() - Method in interface org.jrebirth.af.api.command.Command
-
Run the command.
- run(Wave) - Method in interface org.jrebirth.af.api.command.Command
-
Run the command.
- RunInto - Annotation Type in org.jrebirth.af.api.concurrent
-
This annotation is used to.
- RunnablePriority - Enum in org.jrebirth.af.api.concurrent
-
The Enum RunnablePriority used to priorize all runnable.
- RunnablePriority(int) - Constructor for enum org.jrebirth.af.api.concurrent.RunnablePriority
-
Instantiates a new runnable priority.
- RunType - Enum in org.jrebirth.af.api.concurrent
-
The class RunType.
- RunType() - Constructor for enum org.jrebirth.af.api.concurrent.RunType
-
- Scroll - Enum in org.jrebirth.af.api.ui.annotation.type
-
The Scroll event type.
- Scroll(EventType<?>) - Constructor for enum org.jrebirth.af.api.ui.annotation.type.Scroll
-
Default constructor used to link the apiName.
- sendWave(Wave) - Method in interface org.jrebirth.af.api.component.basic.Component
-
Send a wave to the notifier.
- sendWave(WaveType, WB) - Method in interface org.jrebirth.af.api.component.basic.Component
-
Send a wave to the notifier.
- sendWave(WaveType, WaveData<?>...) - Method in interface org.jrebirth.af.api.component.basic.Component
-
Send a wave to the notifier.
- sendWave(Wave) - Method in interface org.jrebirth.af.api.link.Notifier
-
Send wave to all facade.
- Sequential - Annotation Type in org.jrebirth.af.api.annotation
-
The annotation
Sequential is only applicable on
MultiCommand commands.
- serialVersionUID - Static variable in exception org.jrebirth.af.api.exception.CoreException
-
The constant used for serialization.
- serialVersionUID - Static variable in exception org.jrebirth.af.api.exception.CoreRuntimeException
-
The constant used for serialization.
- serialVersionUID - Static variable in exception org.jrebirth.af.api.exception.JRebirthThreadException
-
The constant used for serialization.
- serialVersionUID - Static variable in exception org.jrebirth.af.api.exception.MessageException
-
The constant used for serialization.
- Service - Interface in org.jrebirth.af.api.service
-
The interface Service.
- ServiceReady - Interface in org.jrebirth.af.api.link
-
The interface ServiceReady.
- ServiceTask<T> - Interface in org.jrebirth.af.api.service
-
The class ServiceTask.
- set(String, R) - Method in interface org.jrebirth.af.api.resource.builder.ResourceBuilder
-
Store a new resource.
- set(ColorParams) - Method in interface org.jrebirth.af.api.resource.color.ColorItem
-
Attach the resource parameter.
- set(FontParams) - Method in interface org.jrebirth.af.api.resource.font.FontItem
-
Attach the resource parameter.
- set(FXMLParams) - Method in interface org.jrebirth.af.api.resource.fxml.FXMLItem
-
Attach the resource parameter.
- set(ImageParams) - Method in interface org.jrebirth.af.api.resource.image.ImageItem
-
Attach the resource parameter.
- set(ParameterParams) - Method in interface org.jrebirth.af.api.resource.parameter.ParameterItem
-
Attach the resource parameter.
- set(P) - Method in interface org.jrebirth.af.api.resource.ResourceItem
-
Attach the resource parameter.
- set(StyleSheetParams) - Method in interface org.jrebirth.af.api.resource.style.StyleSheetItem
-
Attach the resource parameter.
- setEventData(String) - Method in interface org.jrebirth.af.api.facade.JRebirthEvent
-
- setEventType(JRebirthEventType) - Method in interface org.jrebirth.af.api.facade.JRebirthEvent
-
- setKey(UniqueKey<R>) - Method in interface org.jrebirth.af.api.facade.FacadeReady
-
- setKey(String) - Method in interface org.jrebirth.af.api.resource.ResourceParams
-
Define the dynamic key used to hold resources without static field.
- setKey(WaveItem<T>) - Method in interface org.jrebirth.af.api.wave.contract.WaveData
-
- setLocalFacade(LocalFacade<R>) - Method in interface org.jrebirth.af.api.facade.FacadeReady
-
Attach the local facade for this object type.
- setMessage(String) - Method in interface org.jrebirth.af.api.resource.i18n.MessageResource
-
Sets the message.
- setModel(M) - Method in interface org.jrebirth.af.api.ui.fxml.FXMLController
-
Set the model that manage the view that load this FXML component.
- setObject(O) - Method in interface org.jrebirth.af.api.ui.object.ModelObject
-
Set the bindable object.
- setOrder(int) - Method in interface org.jrebirth.af.api.wave.contract.WaveData
-
- setParameter(boolean) - Method in interface org.jrebirth.af.api.wave.contract.WaveItem
-
- setRelatedModel(Model) - Method in interface org.jrebirth.af.api.ui.fxml.FXMLControllerFactory
-
- setRootComponent(Component<?>) - Method in interface org.jrebirth.af.api.component.basic.Component
-
Define the root component for an inner component.
- setSequence(int) - Method in interface org.jrebirth.af.api.facade.JRebirthEvent
-
- setSource(String) - Method in interface org.jrebirth.af.api.facade.JRebirthEvent
-
- setTarget(String) - Method in interface org.jrebirth.af.api.facade.JRebirthEvent
-
- setup() - Method in interface org.jrebirth.af.api.facade.FacadeReady
-
Launch the initialization of the component.
- setValue(T) - Method in interface org.jrebirth.af.api.wave.contract.WaveData
-
- setWaveHandlers(List<? extends Object>) - Method in interface org.jrebirth.af.api.wave.Wave
-
Store all Wave Handler.
- size() - Method in interface org.jrebirth.af.api.resource.font.FontParams
-
Return the font size.
- SkipAnnotation - Annotation Type in org.jrebirth.af.api.annotation
-
The class SkipAnnotation.
- start() - Method in interface org.jrebirth.af.api.ui.View
-
Handle custom tasks to do the first time after creation of the view.
- status() - Method in interface org.jrebirth.af.api.wave.Wave
-
- status(Wave.Status) - Method in interface org.jrebirth.af.api.wave.Wave
-
- Status() - Constructor for enum org.jrebirth.af.api.wave.Wave.Status
-
- statusProperty() - Method in interface org.jrebirth.af.api.wave.Wave
-
Return the status property to allow binding.
- stop() - Method in interface org.jrebirth.af.api.facade.GlobalFacade
-
Propagate the stop action into the global facade.
- storeParams(I, P) - Method in interface org.jrebirth.af.api.resource.builder.ResourceBuilder
-
Store a parameter.
- StyleSheetItem - Interface in org.jrebirth.af.api.resource.style
-
The class StyleSheetItem.
- StyleSheetParams - Interface in org.jrebirth.af.api.resource.style
-
The class StyleSheetParams.
- Swipe - Enum in org.jrebirth.af.api.ui.annotation.type
-
The Swipe event type.
- Swipe(EventType<?>) - Constructor for enum org.jrebirth.af.api.ui.annotation.type.Swipe
-
Default constructor used to link the apiName.
- valueOf(String) - Static method in enum org.jrebirth.af.api.annotation.MethodPriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.concurrent.RunnablePriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.concurrent.RunType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.exception.JRebirthThreadException.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.facade.JRebirthEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.resource.i18n.JRLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.resource.image.ImageExtension
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.ui.annotation.AutoHandler.CallbackObject
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.ui.annotation.type.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.ui.annotation.type.Drag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.ui.annotation.type.Finished
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.ui.annotation.type.Key
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.ui.annotation.type.Mouse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.ui.annotation.type.Rotate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.ui.annotation.type.Scroll
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.ui.annotation.type.Swipe
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.ui.annotation.type.Touch
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.ui.annotation.type.Window
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.ui.annotation.type.Zoom
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.wave.Wave.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jrebirth.af.api.wave.WaveGroup
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jrebirth.af.api.annotation.MethodPriority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.concurrent.RunnablePriority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.concurrent.RunType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.exception.JRebirthThreadException.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.facade.JRebirthEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.resource.i18n.JRLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.resource.image.ImageExtension
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.ui.annotation.AutoHandler.CallbackObject
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.ui.annotation.type.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.ui.annotation.type.Drag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.ui.annotation.type.Finished
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.ui.annotation.type.Key
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.ui.annotation.type.Mouse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.ui.annotation.type.Rotate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.ui.annotation.type.Scroll
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.ui.annotation.type.Swipe
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.ui.annotation.type.Touch
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.ui.annotation.type.Window
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.ui.annotation.type.Zoom
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.wave.Wave.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jrebirth.af.api.wave.WaveGroup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- View<M extends Model,N extends Node,C extends Controller<?,?>> - Interface in org.jrebirth.af.api.ui
-
The interface View.
- warn(MessageItem) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Warn.
- warn(MessageItem, Throwable) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Warn.
- warn(MessageItem, Object...) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Warn.
- warn(MessageItem, Throwable, Object...) - Method in interface org.jrebirth.af.api.log.JRLogger
-
Warn.
- Wave - Interface in org.jrebirth.af.api.wave
-
The interface Wave.
- Wave.Status - Enum in org.jrebirth.af.api.wave
-
The enumeration Status.
- waveBean(Class<WB>) - Method in interface org.jrebirth.af.api.wave.Wave
-
Return the wave bean used to wrap wave properties.
- waveBean(WaveBean) - Method in interface org.jrebirth.af.api.wave.Wave
-
Link a wave bean.
- WaveBean - Interface in org.jrebirth.af.api.wave
-
The class WaveBean.
- waveBeanList() - Method in interface org.jrebirth.af.api.wave.Wave
-
Return all wave bean carried by this wave.
- waveBeanList(List<WaveBean>) - Method in interface org.jrebirth.af.api.wave.Wave
-
Add several WaveBean in a row.
- waveCancelled(Wave) - Method in interface org.jrebirth.af.api.wave.WaveListener
-
The wave has just been cancelled.
- WaveChecker - Interface in org.jrebirth.af.api.wave.checker
-
The class WaveChecker.
- waveConsumed(Wave) - Method in interface org.jrebirth.af.api.wave.WaveListener
-
The wave has just been consumed.
- waveCreated(Wave) - Method in interface org.jrebirth.af.api.wave.WaveListener
-
The wave has just been created.
- WaveData<T> - Interface in org.jrebirth.af.api.wave.contract
-
The interface WaveData used to contain a value and its unique name.
- waveDatas() - Method in interface org.jrebirth.af.api.wave.Wave
-
Return all wave items sorted by order.
- waveDestroyed(Wave) - Method in interface org.jrebirth.af.api.wave.WaveListener
-
The wave has just been destroyed.
- waveExceptionHanler() - Method in interface org.jrebirth.af.api.wave.contract.WaveType
-
Return the map of wave exception handler.
- waveFailed(Wave) - Method in interface org.jrebirth.af.api.wave.WaveListener
-
The wave processing has failed.
- waveGroup() - Method in interface org.jrebirth.af.api.wave.Wave
-
- waveGroup(WaveGroup) - Method in interface org.jrebirth.af.api.wave.Wave
-
- WaveGroup - Enum in org.jrebirth.af.api.wave
-
The enumeration WaveGroup.
- WaveGroup() - Constructor for enum org.jrebirth.af.api.wave.WaveGroup
-
- waveHandled(Wave) - Method in interface org.jrebirth.af.api.wave.WaveListener
-
The wave has just been handled.
- WaveItem<T> - Interface in org.jrebirth.af.api.wave.contract
-
The interface IWaveItem.
- WaveListener - Interface in org.jrebirth.af.api.wave
-
The class WaveListener.
- waveProcessed(Wave) - Method in interface org.jrebirth.af.api.wave.WaveListener
-
The wave is being processed.
- waveSent(Wave) - Method in interface org.jrebirth.af.api.wave.WaveListener
-
The wave has just been sent to the notifier.
- WaveStatusChangeListener - Interface in org.jrebirth.af.api.wave
-
The class WaveStatusChangeListener.
- WaveType - Interface in org.jrebirth.af.api.wave.contract
-
The interface
WaveType could be used to create a type that return an action name and hold
WaveItem parameters.
- waveType() - Method in interface org.jrebirth.af.api.wave.Wave
-
- waveType(WaveType) - Method in interface org.jrebirth.af.api.wave.Wave
-
- Window - Enum in org.jrebirth.af.api.ui.annotation.type
-
The Window event type.
- Window(EventType<?>) - Constructor for enum org.jrebirth.af.api.ui.annotation.type.Window
-
Default constructor used to link the apiName.