Class CommandButtonUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ButtonUI
-
- org.pushingpixels.radiance.component.internal.ui.common.CommandButtonUI
-
- All Implemented Interfaces:
RadianceCoreUtilities.BackgroundAppearanceStrategyAware
- Direct Known Subclasses:
BasicCommandButtonUI
public abstract class CommandButtonUI extends javax.swing.plaf.ButtonUI implements RadianceCoreUtilities.BackgroundAppearanceStrategyAware
UI for command button (JCommandButton).
-
-
Constructor Summary
Constructors Constructor Description CommandButtonUI()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.awt.PointgetActionKeyTipAnchorCenterPoint()abstract CommandButtonLayoutManager.CommandButtonLayoutInfogetLayoutInfo()Returns the layout information for the associated button.abstract CommandButtonLayoutManagergetLayoutManager()abstract java.awt.PointgetPopupKeyTipAnchorCenterPoint()abstract booleanisInnerFocusOnAction()abstract voidsetInnerFocusOnAction(boolean isInnerFocusOnAction)-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pushingpixels.radiance.theming.internal.utils.RadianceCoreUtilities.BackgroundAppearanceStrategyAware
getBackgroundAppearanceStrategy
-
-
-
-
Method Detail
-
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 java.awt.Point getActionKeyTipAnchorCenterPoint()
-
getPopupKeyTipAnchorCenterPoint
public abstract java.awt.Point getPopupKeyTipAnchorCenterPoint()
-
isInnerFocusOnAction
public abstract boolean isInnerFocusOnAction()
-
setInnerFocusOnAction
public abstract void setInnerFocusOnAction(boolean isInnerFocusOnAction)
-
-