Class GeneiousActionToolbar.CustomToolbarComponent

    • Constructor Summary

      Constructors 
      Constructor Description
      CustomToolbarComponent​(java.lang.String name, javax.swing.JComponent component, double positionInToolbar, boolean floatRight, boolean defaultVisible)
      Defines custom toolbar component properties
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CustomToolbarComponent

        public CustomToolbarComponent​(java.lang.String name,
                                      javax.swing.JComponent component,
                                      double positionInToolbar,
                                      boolean floatRight,
                                      boolean defaultVisible)
        Defines custom toolbar component properties
        Parameters:
        name - the name of this component which is used for displaying to the user when they can customize the contents of the toolbar
        component - the component to display in the toolbar
        positionInToolbar - the horizontal position in the toolbar, which is compared to GeneiousActionOptions.getMainToolbarPosition(). Higher values are further to the right.
        floatRight - true to add the button to the right-hand panel rather than the main panel in the toolbar.
        defaultVisible - true if this component should be visible by default