Index

C G I O P R S 
All Classes and Interfaces|All Packages

C

closePopup(Node) - Static method in class one.jpro.platform.routing.popup.PopupAPI
Closes whichever popup contains the given node.
ContextManager<A> - Class in one.jpro.platform.routing.popup
 
ContextManager() - Constructor for class one.jpro.platform.routing.popup.ContextManager
 
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.
createPopupContainerFilter() - Static method in class one.jpro.platform.routing.popup.PopupAPI
Returns a filter which adds a Stackpane, which is used as a popup container.
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

getContext(Node) - Method in class one.jpro.platform.routing.popup.ContextManager
Look up the nearest context of type A on this node or its CSS “styleable” ancestors.

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(Node, Node) - Static method in class one.jpro.platform.routing.popup.PopupAPI
Opens a popup by looking up its container from the nearest registered holder.

P

POPUP_CONTAINER_CONTEXT - Static variable in class one.jpro.platform.routing.popup.PopupAPI
Map any “context holder” Node → the Pane that should host popups under it.
POPUP_CONTEXT - Static variable in class one.jpro.platform.routing.popup.PopupAPI
Map every popup root Node → itself, so we can discover the popup from any child.
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
 

R

registerPopupContainer(Pane) - Static method in class one.jpro.platform.routing.popup.PopupAPI
Register a node under which all popups should live.

S

setContext(Node, A) - Method in class one.jpro.platform.routing.popup.ContextManager
Associate a context object of type A with this Node.
showLoadingScreen(Node, FXFuture<T>) - Static method in class one.jpro.platform.routing.popup.PopupAPI
Shows a translucent loading‐indicator popup bound to an FXFuture.
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 SimplePopup with 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
 
C G I O P R S 
All Classes and Interfaces|All Packages