Package | Description |
---|---|
com.sun.javafx.tk.quantum |
Modifier and Type | Class and Description |
---|---|
(package private) class |
EmbeddedScene |
(package private) class |
ViewScene |
Modifier and Type | Field and Description |
---|---|
private GlassScene |
GlassSceneDnDEventHandler.scene |
private GlassScene |
GlassStage.scene |
private GlassScene |
PaintRenderJob.scene |
(package private) GlassScene |
SceneState.scene |
Modifier and Type | Field and Description |
---|---|
private static java.util.Comparator<GlassScene> |
PaintCollector.DIRTY_SCENE_SORTER
Sorts the dirty scenes such that asynchronous scenes come first
|
private java.util.List<GlassScene> |
PaintCollector.dirtyScenes
Contains a list of all of the dirty scenes.
|
Modifier and Type | Method and Description |
---|---|
protected GlassScene |
GlassStage.getScene() |
GlassScene |
PaintRenderJob.getScene() |
GlassScene |
SceneState.getScene()
Returns the glass scene for the view state
.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
PaintCollector.addDirtyScene(GlassScene scene)
Adds a dirty scene to the PaintCollector for subsequent processing.
|
(package private) void |
PaintCollector.removeDirtyScene(GlassScene scene)
Removes a scene from the dirtyScene list.
|
Constructor and Description |
---|
EmbeddedSceneDnD(GlassScene scene) |
EmbeddedState(GlassScene vs) |
GlassSceneDnDEventHandler(GlassScene scene) |
PaintRenderJob(GlassScene gs,
CompletionListener cl,
java.lang.Runnable r) |
SceneState(GlassScene vs)
Create the View State
.
|
UploadingPainter(GlassScene view) |
ViewPainter(GlassScene gs) |