Class ConditionalLabelAction


  • public final class ConditionalLabelAction
    extends LabelAction
    Adds labels to a TextBlock if the given criteria are met.
    • Method Summary

      Modifier and Type Method Description
      void addTo​(TextBlock tb)  
      • Methods inherited from class java.lang.Object

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

      • ConditionalLabelAction

        public ConditionalLabelAction​(TextBlockCondition condition,
                                      java.lang.String... labels)