Expand description
Cross-platform Rust bindings to Java AWT. For more details about how to use these bindings, please refer to the Oracle Documentation.
Re-exports§
pub use jawt_sys as sys;
Modules§
Structs§
- Awt
- Structure for containing native AWT functions.
- AwtEmbedded
Frame - AwtVersion
- Structure that represents a version of Awt. Specifying an earlier version will limit the available functions of Awt.
- Drawing
Surface - Structure for containing the underlying drawing information of a component. All operations on a DrawingSurface MUST be performed from the same thread as the call to Awt::drawing_surface().
- Drawing
Surface Guard - An RAII implementation of a scoped lock of a DrawingSurfaceGuard. The corresponding DrawingSurface is unlocked when this structure is dropped.
- Drawing
Surface Info - Structure for containing the underlying drawing information of a component.
- Drawing
Surface Lock Result - Rect
- Structure for a native rectangle.