Class ContextManager<A>

java.lang.Object
one.jpro.platform.routing.popup.ContextManager<A>

public class ContextManager<A> extends Object
  • Constructor Details

    • ContextManager

      public ContextManager()
  • Method Details

    • setContext

      public void setContext(javafx.scene.Node node, A context)
      Associate a context object of type A with this Node.
    • getContext

      public A getContext(javafx.scene.Node node)
      Look up the nearest context of type A on this node or its CSS “styleable” ancestors. Throws if none is found.