A C D E F G I L M O R S T U V W 
All Classes All Packages

A

actionCancel(ActionExecutorEvent) - Method in interface org.nuiton.jaxx.runtime.swing.application.event.ActionExecutorListener
When action has cancel.
actionCancel(ActionExecutorEvent) - Method in class org.nuiton.jaxx.runtime.swing.application.event.LogListener
 
actionDone(ActionExecutorEvent) - Method in interface org.nuiton.jaxx.runtime.swing.application.event.ActionExecutorListener
When action has done.
actionDone(ActionExecutorEvent) - Method in class org.nuiton.jaxx.runtime.swing.application.event.LogListener
 
actionEnd(ActionExecutorEvent) - Method in interface org.nuiton.jaxx.runtime.swing.application.event.ActionExecutorListener
When action has end.
actionEnd(ActionExecutorEvent) - Method in class org.nuiton.jaxx.runtime.swing.application.event.LogListener
 
ActionExecutor - Class in org.nuiton.jaxx.runtime.swing.application
Executor of ActionWorker.
ActionExecutor() - Constructor for class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 
ActionExecutorEvent - Class in org.nuiton.jaxx.runtime.swing.application.event
Event send by ActionExecutorListener.
ActionExecutorEvent(ActionExecutor, ActionWorker<?, ?>) - Constructor for class org.nuiton.jaxx.runtime.swing.application.event.ActionExecutorEvent
 
ActionExecutorListener - Interface in org.nuiton.jaxx.runtime.swing.application.event
To listen execution on action ActionWorker in ActionExecutor.
actionFail(ActionExecutorEvent) - Method in interface org.nuiton.jaxx.runtime.swing.application.event.ActionExecutorListener
When action has failed.
actionFail(ActionExecutorEvent) - Method in class org.nuiton.jaxx.runtime.swing.application.event.LogListener
 
actionLabel - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
actionStart(ActionExecutorEvent) - Method in interface org.nuiton.jaxx.runtime.swing.application.event.ActionExecutorListener
When action has started.
actionStart(ActionExecutorEvent) - Method in class org.nuiton.jaxx.runtime.swing.application.event.LogListener
 
ActionWorker<R,​P> - Class in org.nuiton.jaxx.runtime.swing.application
Action worker to execute a incoming action.
ActionWorker(String) - Constructor for class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
ActionWorker(String, Runnable) - Constructor for class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
ActionWorker.ActionStatus - Enum in org.nuiton.jaxx.runtime.swing.application
State of a running action
addAction(String, Runnable) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Add an new action to perform.
addAction(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Add an new worker to perform.
addActionExecutorListener(ActionExecutorListener) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 
ApplicationRunner - Class in org.nuiton.jaxx.runtime.swing.application
Simple application runner which authorize to reload an application.
ApplicationRunner(String...) - Constructor for class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
ApplicationRunnerEvent - Class in org.nuiton.jaxx.runtime.swing.application.event
ApplicationRunnerEvent(ApplicationRunner) - Constructor for class org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerEvent
 
ApplicationRunnerEvent(ApplicationRunner, boolean) - Constructor for class org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerEvent
 
ApplicationRunnerEvent(ApplicationRunner, Exception) - Constructor for class org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerEvent
 
ApplicationRunnerListener - Interface in org.nuiton.jaxx.runtime.swing.application.event
To listen execution on ApplicationRunner using ApplicationRunnerEvent.
args - Variable in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
arguments given to runner at launch time

C

CANCEL - org.nuiton.jaxx.runtime.swing.application.ActionWorker.ActionStatus
 
close() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
close(ApplicationRunnerEvent) - Method in interface org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerListener
 
consume() - Method in class org.nuiton.jaxx.runtime.swing.application.event.ActionExecutorEvent
 
createRunnable(Object, String, Object...) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Creates a runnable instance (via a Proxy) to a method given by his name (methodName) to invoke on methodcontainer with given arguments.

D

doInBackground() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
done() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 

E

endTime - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
error - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
error - Variable in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
error(ApplicationRunnerEvent) - Method in interface org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerListener
 
executeWorker(String, ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Execute worker once it was added to tasks.

F

FAIL - org.nuiton.jaxx.runtime.swing.application.ActionWorker.ActionStatus
 
fireAction(ActionWorker<?, ?>, BiConsumer<ActionExecutorListener, ActionExecutorEvent>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 
fireActionCancel(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 
fireActionDone(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 
fireActionEnd(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 
fireActionFail(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 
fireActionStart(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 

G

getActionExecutorListener() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 
getActionLabel() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
getArgs() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
getEndTime() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
getError() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
getException() - Method in class org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerEvent
 
getNbActions() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 
getRunner() - Static method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
getSource() - Method in class org.nuiton.jaxx.runtime.swing.application.event.ActionExecutorEvent
 
getSource() - Method in class org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerEvent
 
getStartTime() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
getStatus() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
getTarget() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
getTasks() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 
getTime() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
getWorker() - Method in class org.nuiton.jaxx.runtime.swing.application.event.ActionExecutorEvent
 

I

init(ApplicationRunnerEvent) - Method in interface org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerListener
 
initOnce - Variable in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
flag to know if application was init once.
initOnce() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
To execute some code only once.
initOnce(ApplicationRunnerEvent) - Method in interface org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerListener
 
isConsumed() - Method in class org.nuiton.jaxx.runtime.swing.application.event.ActionExecutorEvent
 
isFailed() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
isReload() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
isReload() - Method in class org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerEvent
 

L

launch() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
lock() - Static method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
LogListener - Class in org.nuiton.jaxx.runtime.swing.application.event
 
LogListener(Logger) - Constructor for class org.nuiton.jaxx.runtime.swing.application.event.LogListener
 

M

mainThread - Variable in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 

O

OK - org.nuiton.jaxx.runtime.swing.application.ActionWorker.ActionStatus
 
onActionCancel(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Hook when a action has been canceled.
onActionEnd(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Hook when a action has end with no failure or cancel.
onActionFail(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Hook when a action has failed.
onActionStart(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Hook when a action is about to start.
onAfterAction(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Hook after action is consumed.
onClose(boolean) - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
Hook to close runner.
onError(Exception) - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
Hook when an error occurs in runner.
onInit() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
Hook to init runner.
onShutdown() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
Hook to shutdown launcher
onShutdown(Exception) - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
Hook to shutdown launcher when an exception occurs on closing.
onStart() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
Hook to start runner.
org.nuiton.jaxx.runtime.swing.application - package org.nuiton.jaxx.runtime.swing.application
 
org.nuiton.jaxx.runtime.swing.application.event - package org.nuiton.jaxx.runtime.swing.application.event
 

R

reload - Variable in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
flag to reload the runner when closing it
removeActionExecutorListener(ActionExecutorListener) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
 
runnable - Variable in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
the runner to start application

S

setException(Exception) - Method in class org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerEvent
 
setMainListener(ApplicationRunnerListener) - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
setReload(boolean) - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
setReload(boolean) - Method in class org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerEvent
 
setTarget(Runnable) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
setTarget(Callable<R>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
Set the target to execute.
shutdown(ApplicationRunnerEvent) - Method in interface org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerListener
 
shutdownWithError(ApplicationRunnerEvent) - Method in interface org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerListener
 
start(ApplicationRunnerEvent) - Method in interface org.nuiton.jaxx.runtime.swing.application.event.ApplicationRunnerListener
 
startingTime - Variable in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 
startTime - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
status - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 

T

target - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionWorker
 
tasks - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Cuurrent tasks.
terminatesAndWaits() - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
Ask the thread to stop.

U

unlock() - Static method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
 

V

valueOf(String) - Static method in enum org.nuiton.jaxx.runtime.swing.application.ActionWorker.ActionStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.nuiton.jaxx.runtime.swing.application.ActionWorker.ActionStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

workerListener - Variable in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
The listener of running action.
A C D E F G I L M O R S T U V W 
All Classes All Packages