Class ChosenNode

  • All Implemented Interfaces:
    java.io.Serializable

    public class ChosenNode
    extends java.lang.Object
    implements java.io.Serializable
    Indicates whether selecting or hovering on a node should change the node and/or it's label. If the option is not provided, no change will be applied.
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ChosenNode.Builder  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ChosenNode​(java.lang.String node, java.lang.String label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()  
      java.lang.String getNode()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChosenNode

        protected ChosenNode​(java.lang.String node,
                             java.lang.String label)
    • Method Detail

      • getNode

        public java.lang.String getNode()
      • getLabel

        public java.lang.String getLabel()