Package org.jfree.ui

Class FloatingButtonEnabler

    • Method Detail

      • getInstance

        public static FloatingButtonEnabler getInstance()
        Returns a default instance of this enabler.
        Returns:
        a shared instance of this class.
      • addButton

        public void addButton​(AbstractButton button)
        Adds a button to this enabler.
        Parameters:
        button - the button.
      • removeButton

        public void removeButton​(AbstractButton button)
        Removes a button from the enabler.
        Parameters:
        button - the button.