Class BaseStartupScene.LabelHoverChangeListener

  • All Implemented Interfaces:
    javafx.beans.value.ChangeListener<java.lang.Boolean>
    Enclosing class:
    BaseStartupScene

    protected static class BaseStartupScene.LabelHoverChangeListener
    extends java.lang.Object
    implements javafx.beans.value.ChangeListener<java.lang.Boolean>
    ChangeListener which changes the style class of the label upon a boolean change.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Aug 10, 2013
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javafx.scene.control.Label label  
    • Constructor Summary

      Constructors 
      Constructor Description
      LabelHoverChangeListener​(javafx.scene.control.Label label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void changed​(javafx.beans.value.ObservableValue<? extends java.lang.Boolean> observable, java.lang.Boolean oldValue, java.lang.Boolean newValue)  
      • Methods inherited from class java.lang.Object

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

      • label

        private final javafx.scene.control.Label label
    • Constructor Detail

      • LabelHoverChangeListener

        public LabelHoverChangeListener​(javafx.scene.control.Label label)
    • Method Detail

      • changed

        public void changed​(javafx.beans.value.ObservableValue<? extends java.lang.Boolean> observable,
                            java.lang.Boolean oldValue,
                            java.lang.Boolean newValue)
        Specified by:
        changed in interface javafx.beans.value.ChangeListener<java.lang.Boolean>