Class VBoxGraphics<R extends Row<?,​?,​?>>

    • Constructor Detail

      • VBoxGraphics

        public VBoxGraphics()
    • Method Detail

      • getVBox

        public final VBox getVBox()
        Returns the VBox instance that is being used by this view.
        Returns:
        the VBox
        Since:
        1.0
      • createVBox

        protected VBox createVBox()
        Creates the VBox used by this view. This method can be overriden to plug in an application-specific specialization of VBox.
        Returns:
        the VBox instance that will be used by this graphics view
        Since:
        1.0
      • priorityCallbackProperty

        public final ObjectProperty<Callback<R,​Priority>> priorityCallbackProperty()
        Returns the property used to store a callback for looking up a resize Priority for each row inside the VBox.
        Returns:
        a callback for looking up resize Priority values for each row
        Since:
        1.0