Class DefaultTitlePaneButtonsProvider.DefaultIconifyButtonProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void drawIcon​(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha, int iconSize)
      Draws the icon for this button.
      java.lang.String getText​(javax.swing.JRootPane rootPane)
      Returns the text associated with this button.
      • Methods inherited from class java.lang.Object

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

      • DefaultIconifyButtonProvider

        public DefaultIconifyButtonProvider()
    • Method Detail

      • getText

        public java.lang.String getText​(javax.swing.JRootPane rootPane)
        Description copied from interface: TitlePaneButtonProvider
        Returns the text associated with this button. This is used as the button tooltip, as well as the menu item text in the menu displayed when the user clicks on the application icon in the title pane.
        Specified by:
        getText in interface TitlePaneButtonProvider