Class SynthToggleButtonUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
javax.swing.plaf.synth.SynthButtonUI
javax.swing.plaf.synth.SynthToggleButtonUI
- All Implemented Interfaces:
PropertyChangeListener, EventListener, SynthConstants, SynthUI
- Direct Known Subclasses:
SynthRadioButtonUI
Provides the Synth L&F UI delegate for
JToggleButton.- Since:
- 1.7
-
Field Summary
Fields inherited from class BasicButtonUI
defaultTextIconGap, defaultTextShiftOffsetFields inherited from interface SynthConstants
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUICreates a new UI object for the given component.protected StringReturns the property prefix.voidpaintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.Methods inherited from class SynthButtonUI
getBaseline, getContext, getDefaultIcon, getIcon, getMaximumSize, getMinimumSize, getPreferredSize, getSizingIcon, installDefaults, installListeners, paint, paint, propertyChange, uninstallDefaults, uninstallListeners, updateMethods inherited from class BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaselineResizeBehavior, getDefaultTextIconGap, getTextShiftOffset, installKeyboardActions, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallUIMethods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount
-
Constructor Details
-
SynthToggleButtonUI
public SynthToggleButtonUI()Constructs aSynthToggleButtonUI.
-
-
Method Details
-
createUI
Creates a new UI object for the given component.- Parameters:
b- component to create UI object for- Returns:
- the UI object
-
getPropertyPrefix
Returns the property prefix.- Overrides:
getPropertyPrefixin classBasicButtonUI- Returns:
- the property prefix
-
paintBorder
Paints the border.- Specified by:
paintBorderin interfaceSynthUI- Overrides:
paintBorderin classSynthButtonUI- Parameters:
context- a component contextg-Graphicsto paint onx- the X coordinatey- the Y coordinatew- width of the borderh- height of the border
-