java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
org.pushingpixels.radiance.component.internal.ui.common.CommandButtonUI
Direct Known Subclasses:
BasicCommandButtonUI

public abstract class CommandButtonUI extends ButtonUI
UI for command button (JCommandButton).
  • Constructor Details

    • CommandButtonUI

      public CommandButtonUI()
  • Method Details

    • getLayoutInfo

      public abstract CommandButtonLayoutManager.CommandButtonLayoutInfo getLayoutInfo()
      Returns the layout information for the associated button.
      Returns:
      Layout information for the associated button.
    • getLayoutManager

      public abstract CommandButtonLayoutManager getLayoutManager()
    • getActionKeyTipAnchorCenterPoint

      public abstract Point getActionKeyTipAnchorCenterPoint()
    • getPopupKeyTipAnchorCenterPoint

      public abstract Point getPopupKeyTipAnchorCenterPoint()
    • isInnerFocusOnAction

      public abstract boolean isInnerFocusOnAction()
    • setInnerFocusOnAction

      public abstract void setInnerFocusOnAction(boolean isInnerFocusOnAction)