Class CalcPathViewController

    • Field Detail

      • fromBaseProperty

        private final javafx.beans.property.ReadOnlyIntegerProperty fromBaseProperty
      • toBaseProperty

        private final javafx.beans.property.ReadOnlyIntegerProperty toBaseProperty
      • tfInput

        private javafx.scene.control.TextField tfInput
      • tfOutput

        private javafx.scene.control.TextField tfOutput
    • Constructor Detail

      • CalcPathViewController

        public CalcPathViewController​(CalcPathView controllable)
    • Method Detail

      • initControls

        protected void initControls()
        Description copied from class: ControllerBase
        Initialisiert alle benötigten Bedienelemente mit Referenzen aus den zur Verfügung stehenden Maps.
        Specified by:
        initControls in class ControllerBase<CalcPathView>
      • setActions

        public void setActions()
        Description copied from interface: Controller
        Setzt alle für die View benötigten Funktionen.
      • setInputAction

        private void setInputAction()
      • updateValue

        private void updateValue()
      • setBaseListener

        private void setBaseListener()