Index
All Classes and Interfaces|All Packages
C
- closePopup(Node) - Static method in class one.jpro.platform.routing.popup.PopupAPI
-
Closes the specified popup node.
- createButtonArea(List<Button>) - Method in class one.jpro.platform.routing.popup.simplepopup.SimplePopup
-
Creates the button area of the popup.
- createCloseButton() - Static method in class one.jpro.platform.routing.popup.simplepopup.SimplePopups
-
Creates a button for closing the popup.
- createContentArea(Node) - Method in class one.jpro.platform.routing.popup.simplepopup.SimplePopup
-
Creates the content area of the popup.
- createText(String) - Static method in class one.jpro.platform.routing.popup.simplepopup.SimplePopups
-
Creates a text node for displaying in the popup.
- createTopArea(String, boolean) - Method in class one.jpro.platform.routing.popup.simplepopup.SimplePopup
-
Creates the top area of the popup, including the title and optional close button.
G
- getPopup(Node) - Static method in class one.jpro.platform.routing.popup.PopupAPI
-
Retrieves the popup node from a given node, if it exists.
- getPopupContext(Node) - Static method in class one.jpro.platform.routing.popup.PopupAPI
-
Retrieves the popup context for a given popup node.
I
- infoPopup(String, String) - Static method in class one.jpro.platform.routing.popup.simplepopup.SimplePopups
-
Creates an informational popup with a specified title and text content.
O
- one.jpro.platform.routing.popup - module one.jpro.platform.routing.popup
-
Module descriptor for the Popup module.
- one.jpro.platform.routing.popup - package one.jpro.platform.routing.popup
- one.jpro.platform.routing.popup.simplepopup - package one.jpro.platform.routing.popup.simplepopup
- openPopup(Pane, Node) - Static method in class one.jpro.platform.routing.popup.PopupAPI
-
Opens a popup within the specified context.
P
- POPUP_CONTEXT - Static variable in class one.jpro.platform.routing.popup.PopupAPI
- PopupAPI - Class in one.jpro.platform.routing.popup
-
Provides utility methods for managing popups in a JPro application.
- PopupAPI() - Constructor for class one.jpro.platform.routing.popup.PopupAPI
S
- showLoadingScreen(Pane, FXFuture<T>) - Static method in class one.jpro.platform.routing.popup.PopupAPI
-
Shows a loading screen on the specified popup context and binds it to the completion of a future.
- SimplePopup - Class in one.jpro.platform.routing.popup.simplepopup
-
Represents a simple popup window with customizable content and buttons.
- SimplePopup(String, Node, List<Button>, boolean) - Constructor for class one.jpro.platform.routing.popup.simplepopup.SimplePopup
-
Constructs a
SimplePopupwith specified title, content, buttons and closability. - SimplePopups - Class in one.jpro.platform.routing.popup.simplepopup
-
Utility class for creating simple popups in a JPro application.
- SimplePopups() - Constructor for class one.jpro.platform.routing.popup.simplepopup.SimplePopups
All Classes and Interfaces|All Packages