Package | Description |
---|---|
com.sun.javafx.tk.quantum | |
javafx.embed.swing |
Provides the set of classes to use JavaFX inside Swing applications.
|
javafx.embed.swt |
Provides the set of classes to use JavaFX inside SWT applications.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
Modifier and Type | Method and Description |
---|---|
private static Cursor |
CursorUtils.createPlatformImageCursor(ImageCursorFrame imageCursorFrame) |
Modifier and Type | Method and Description |
---|---|
private static java.awt.Cursor |
SwingCursors.createCustomCursor(ImageCursorFrame cursorFrame) |
Modifier and Type | Method and Description |
---|---|
private static org.eclipse.swt.graphics.Cursor |
SWTCursors.createCustomCursor(ImageCursorFrame cursorFrame) |
Modifier and Type | Field and Description |
---|---|
private ImageCursorFrame |
ImageCursor.firstCursorFrame
Stores the first cursor frame.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Object,ImageCursorFrame> |
ImageCursor.otherCursorFrames
Maps platform images to cursor frames.
|