Interface CommandButtonLayoutManager

    • Method Detail

      • getActionKeyTipAnchorCenterPoint

        java.awt.Point getActionKeyTipAnchorCenterPoint​(JCommandButton commandButton)
        Returns the anchor center point of the action key tip of the specified command button.
        Parameters:
        commandButton - Command button.
        Returns:
        The anchor center point of the action key tip of the specified command button.
      • getPopupKeyTipAnchorCenterPoint

        java.awt.Point getPopupKeyTipAnchorCenterPoint​(JCommandButton commandButton)
        Returns the anchor center point of the popup key tip of the specified command button.
        Parameters:
        commandButton - Command button.
        Returns:
        The anchor center point of the popup key tip of the specified command button.
      • propertyChange

        default void propertyChange​(java.beans.PropertyChangeEvent evt)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener