Package org.nordstjernen


package org.nordstjernen
  • Class
    Description
    Entry point for embedding the Nordstjernen browser engine from Java.
    Thrown when the native engine reports a failure.
    A laid-out page.
    A long-lived browser backed by a single nordstjernen-renderer process.
    The focused text field's contents and selection, in UTF-8 byte offsets.
    Result of a find-in-page query: match count, the current 1-based index, and where to scroll.
    Result of a render: the image plus any side-channel the page requested.
    A hover probe: whether the frame changed, the link under the point, and the CSS cursor.
    Result of a key event: any navigation it triggered, and whether the page consumed it.
    A clickable media element resolved at a point: its URL, whether it is video, and if it streams.
    Transport security of the current page.
    One step of the engine's animation/idle loop, driven when the shell is not rendering — timers, transitions and async loads still progress, and the page can raise the same side-channels a render does.
    A web page driven through a separate nordstjernen-renderer process, mirroring the in-process Page API without loading the native engine into the JVM.
    A width/height pair in CSS pixels.