Class CommandButtonUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
org.pushingpixels.radiance.component.internal.ui.common.CommandButtonUI
- Direct Known Subclasses:
BasicCommandButtonUI
UI for command button (
JCommandButton
).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Point
Returns the layout information for the associated button.abstract CommandButtonLayoutManager
abstract Point
abstract boolean
abstract void
setInnerFocusOnAction
(boolean isInnerFocusOnAction) Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
Constructor Details
-
CommandButtonUI
public CommandButtonUI()
-
-
Method Details
-
getLayoutInfo
Returns the layout information for the associated button.- Returns:
- Layout information for the associated button.
-
getLayoutManager
-
getActionKeyTipAnchorCenterPoint
-
getPopupKeyTipAnchorCenterPoint
-
isInnerFocusOnAction
public abstract boolean isInnerFocusOnAction() -
setInnerFocusOnAction
public abstract void setInnerFocusOnAction(boolean isInnerFocusOnAction)
-