| |
|
| com.jgoodies.looks.plastic.PlasticSpinnerUI com.jgoodies.looks.plastic.PlasticXPSpinnerUI
PlasticXPSpinnerUI | final public class PlasticXPSpinnerUI extends PlasticSpinnerUI (Code) | | The JGoodies PlasticXP Look&Feel implementation of SpinnerUI .
Configures the default editor to adjust font baselines and component
bounds. Also, changes the border of the buttons and the size of the arrows.
author: Karsten Lentzsch version: $Revision: 1.4 $ |
Method Summary | |
protected Component | createNextButton() Create a component that will replace the spinner models value
with the object returned by spinner.getNextValue .
By default the nextButton is a JButton
who's ActionListener updates it's JSpinner
ancestors model. | protected Component | createPreviousButton() Create a component that will replace the spinner models value
with the object returned by spinner.getPreviousValue .
By default the previousButton is a JButton
who's ActionListener updates it's JSpinner
ancestors model. | public static ComponentUI | createUI(JComponent b) |
createNextButton | protected Component createNextButton()(Code) | | Create a component that will replace the spinner models value
with the object returned by spinner.getNextValue .
By default the nextButton is a JButton
who's ActionListener updates it's JSpinner
ancestors model. If a nextButton isn't needed (in a subclass)
then override this method to return null.
a component that will replace the spinners model with thenext value in the sequence, or null See Also: PlasticXPSpinnerUI.installUI See Also: PlasticXPSpinnerUI.createPreviousButton |
createPreviousButton | protected Component createPreviousButton()(Code) | | Create a component that will replace the spinner models value
with the object returned by spinner.getPreviousValue .
By default the previousButton is a JButton
who's ActionListener updates it's JSpinner
ancestors model. If a previousButton isn't needed (in a subclass)
then override this method to return null.
a component that will replace the spinners model with thenext value in the sequence, or null See Also: PlasticXPSpinnerUI.installUI See Also: PlasticXPSpinnerUI.createNextButton |
|
|
|