Interface CommandButtonLayoutManager

    • Method Detail

      • getPreferredSize

        Dimension getPreferredSize​(AbstractCommandButton commandButton)
        Returns the preferred size of the specified command button.
        Parameters:
        commandButton - Command button.
        Returns:
        The preferred size of the specified command button.
      • getPreferredIconSize

        int getPreferredIconSize()
        Returns the preferred icon size of command buttons which use this layout manager.
        Returns:
        The preferred icon size of command buttons which use this layout manager.
      • getKeyTipAnchorCenterPoint

        Point getKeyTipAnchorCenterPoint​(AbstractCommandButton commandButton)
        Returns the anchor center point of the key tip of the specified command button.
        Parameters:
        commandButton - Command button.
        Returns:
        The anchor center point of the key tip of the specified command button.