Class ToolbarController


  • public class ToolbarController
    extends java.lang.Object
    The toolbar controller holds two sections for buttons. These buttons show and hide widgets in the corresponding section in the WidgetBarController.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      javafx.scene.layout.Pane first  
      javafx.scene.layout.Pane second  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addButton​(boolean first, java.lang.String text, boolean selected, javafx.scene.layout.Region widget)  
      javafx.scene.control.ToggleGroup getFirstGroup()  
      javafx.scene.control.ToggleGroup getSecondGroup()  
      javafx.beans.binding.BooleanBinding visibleBinding()  
      • Methods inherited from class java.lang.Object

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

      • first

        public javafx.scene.layout.Pane first
      • second

        public javafx.scene.layout.Pane second
    • Constructor Detail

      • ToolbarController

        public ToolbarController()
    • Method Detail

      • addButton

        public void addButton​(boolean first,
                              java.lang.String text,
                              boolean selected,
                              javafx.scene.layout.Region widget)
      • visibleBinding

        public javafx.beans.binding.BooleanBinding visibleBinding()
      • getFirstGroup

        public javafx.scene.control.ToggleGroup getFirstGroup()
      • getSecondGroup

        public javafx.scene.control.ToggleGroup getSecondGroup()