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, defaultTextShiftOffset
Fields inherited from interface SynthConstants
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Creates a new UI object for the given component.protected String
Returns the property prefix.void
paintBorder
(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, update
Methods inherited from class BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaselineResizeBehavior, getDefaultTextIconGap, getTextShiftOffset, installKeyboardActions, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallUI
Methods 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:
getPropertyPrefix
in classBasicButtonUI
- Returns:
- the property prefix
-
paintBorder
Paints the border.- Specified by:
paintBorder
in interfaceSynthUI
- Overrides:
paintBorder
in classSynthButtonUI
- Parameters:
context
- a component contextg
-Graphics
to paint onx
- the X coordinatey
- the Y coordinatew
- width of the borderh
- height of the border
-