Class SubstanceRadioButtonUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
javax.swing.plaf.basic.BasicToggleButtonUI
javax.swing.plaf.basic.BasicRadioButtonUI
org.pushingpixels.substance.internal.ui.SubstanceRadioButtonUI
- All Implemented Interfaces:
TransitionAwareUI
- Direct Known Subclasses:
SubstanceCheckBoxUI
UI for radio buttons in Substance look and feel.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JToggleButton
Associated toggle button.protected StateTransitionTracker
protected PropertyChangeListener
Property change listener.Fields inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
icon
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BasicButtonListener
static ComponentUI
createUI
(JComponent comp) static String
Returns memory usage string.Returns the model for tracking the transitions.protected void
protected void
boolean
isInside
(MouseEvent me) Checks whether the mouse position of the specified event lies inside the area of the component designated for transition effects.void
paint
(Graphics g, JComponent c) protected void
paintButtonText
(Graphics g, AbstractButton button, Rectangle textRect, String text) Paints the text.protected void
Methods inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
getPreferredSize, getPropertyPrefix, paintFocus, uninstallDefaults
Methods inherited from class javax.swing.plaf.basic.BasicToggleButtonUI
getTextShiftOffset, paintIcon
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
Field Details
-
substancePropertyListener
Property change listener. Listens on changes toAbstractButton.MODEL_CHANGED_PROPERTY
property. -
button
Associated toggle button. -
stateTransitionTracker
-
-
Constructor Details
-
SubstanceRadioButtonUI
Simple constructor.- Parameters:
button
- Associated radio button.
-
-
Method Details
-
installListeners
- Overrides:
installListeners
in classBasicButtonUI
-
installDefaults
- Overrides:
installDefaults
in classBasicRadioButtonUI
-
uninstallListeners
- Overrides:
uninstallListeners
in classBasicButtonUI
-
createUI
-
createButtonListener
- Overrides:
createButtonListener
in classBasicButtonUI
-
getDefaultIcon
- Overrides:
getDefaultIcon
in classBasicRadioButtonUI
-
paint
- Overrides:
paint
in classBasicRadioButtonUI
-
getMemoryUsage
Returns memory usage string.- Returns:
- Memory usage string.
-
paintButtonText
Paints the text.- Parameters:
g
- Graphic contextbutton
- ButtontextRect
- Text rectangletext
- Text to paint
-
isInside
Description copied from interface:TransitionAwareUI
Checks whether the mouse position of the specified event lies inside the area of the component designated for transition effects.- Specified by:
isInside
in interfaceTransitionAwareUI
- Parameters:
me
- Mouse event.- Returns:
true
if the mouse position of the specified event lies inside the area of the component designated for transition effects,false
otherwise.
-
getTransitionTracker
Description copied from interface:TransitionAwareUI
Returns the model for tracking the transitions.- Specified by:
getTransitionTracker
in interfaceTransitionAwareUI
- Returns:
- Model for tracking the transitions.
-