|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.concurrent.FutureTask<V>
javafx.concurrent.Task<T>
org.jacp.javafx2.rcp.util.AFX2ComponentWorker<org.jacp.api.component.IVComponent<javafx.scene.Node,javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object>>
org.jacp.javafx2.rcp.util.FX2ComponentInitWorker
public class FX2ComponentInitWorker
Background Worker to execute components; handle method to init component.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javafx.concurrent.Worker |
---|
javafx.concurrent.Worker.State |
Constructor Summary | |
---|---|
FX2ComponentInitWorker(java.util.Map<java.lang.String,javafx.scene.Node> targetComponents,
org.jacp.api.component.IVComponent<javafx.scene.Node,javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object> component,
FX2ComponentLayout layout,
org.jacp.api.action.IAction<javafx.event.Event,java.lang.Object> action)
|
Method Summary | |
---|---|
void |
done()
|
Methods inherited from class javafx.concurrent.Task |
---|
cancel, cancel, exceptionProperty, getException, getMessage, getProgress, getState, getTitle, getTotalWork, getValue, getWorkDone, isRunning, messageProperty, progressProperty, runningProperty, stateProperty, titleProperty, totalWorkProperty, valueProperty, workDoneProperty |
Methods inherited from class java.util.concurrent.FutureTask |
---|
get, get, isCancelled, isDone, run |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FX2ComponentInitWorker(java.util.Map<java.lang.String,javafx.scene.Node> targetComponents, org.jacp.api.component.IVComponent<javafx.scene.Node,javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object> component, FX2ComponentLayout layout, org.jacp.api.action.IAction<javafx.event.Event,java.lang.Object> action)
Method Detail |
---|
public final void done()
done
in class java.util.concurrent.FutureTask<org.jacp.api.component.IVComponent<javafx.scene.Node,javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |