Package one.jpro.platform.routing.popup
Class ContextManager<A>
java.lang.Object
one.jpro.platform.routing.popup.ContextManager<A>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContext(javafx.scene.Node node) Look up the nearest context of type A on this node or its CSS “styleable” ancestors.voidsetContext(javafx.scene.Node node, A context) Associate a context object of type A with this Node.
-
Constructor Details
-
ContextManager
public ContextManager()
-
-
Method Details
-
setContext
Associate a context object of type A with this Node. -
getContext
Look up the nearest context of type A on this node or its CSS “styleable” ancestors. Throws if none is found.
-