Uses of Class
javax.swing.JSpinner
Packages that use JSpinner
包
描述
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides user interface objects built according to the Basic look and feel.
-
Uses of JSpinner in javax.swing
Methods in javax.swing that return JSpinner修饰符和类方法描述JSpinner.DefaultEditor.getSpinner()Returns theJSpinnerancestor of this editor ornullif none of the ancestors are aJSpinner.Methods in javax.swing with parameters of type JSpinner修饰符和类方法描述voidDisconnectthiseditor from the specifiedJSpinner.Constructors in javax.swing with parameters of type JSpinnerModifierConstructor描述DateEditor(JSpinner spinner) Construct aJSpinnereditor that supports displaying and editing the value of aSpinnerDateModelwith aJFormattedTextField.DateEditor(JSpinner spinner, String dateFormatPattern) Construct aJSpinnereditor that supports displaying and editing the value of aSpinnerDateModelwith aJFormattedTextField.DefaultEditor(JSpinner spinner) Constructs an editor component for the specifiedJSpinner.ListEditor(JSpinner spinner) Construct aJSpinnereditor that supports displaying and editing the value of aSpinnerListModelwith aJFormattedTextField.NumberEditor(JSpinner spinner) Construct aJSpinnereditor that supports displaying and editing the value of aSpinnerNumberModelwith aJFormattedTextField.NumberEditor(JSpinner spinner, String decimalFormatPattern) Construct aJSpinnereditor that supports displaying and editing the value of aSpinnerNumberModelwith aJFormattedTextField. -
Uses of JSpinner in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic declared as JSpinner