KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > basic > BasicSpinnerUI

javax.swing.plaf.basic
Class BasicSpinnerUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.SpinnerUI
          extended by javax.swing.plaf.basic.BasicSpinnerUI
See Also:
Top Examples, Source Code

public BasicSpinnerUI()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected JComponent createEditor()
See Also:
JSpinner.getEditor(), replaceEditor(javax.swing.JComponent, javax.swing.JComponent), installUI(javax.swing.JComponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected LayoutManager createLayout()
See Also:
createEditor(), createPreviousButton(), createNextButton()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Component createNextButton()
See Also:
installNextButtonListeners(java.awt.Component), createPreviousButton(), installUI(javax.swing.JComponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Component createPreviousButton()
See Also:
installPreviousButtonListeners(java.awt.Component), createNextButton(), installUI(javax.swing.JComponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected PropertyChangeListener createPropertyChangeListener()
See Also:
installListeners()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ComponentUI createUI(JComponent c)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void installDefaults()
See Also:
LookAndFeel.installColors(javax.swing.JComponent, java.lang.String, java.lang.String), LookAndFeel.installBorder(javax.swing.JComponent, java.lang.String), createLayout(), installUI(javax.swing.JComponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void installKeyboardActions()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void installListeners()
See Also:
replaceEditor(javax.swing.JComponent, javax.swing.JComponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void installNextButtonListeners(Component c)
See Also:
createNextButton(), NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void installPreviousButtonListeners(Component c)
See Also:
createPreviousButton(), NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void installUI(JComponent c)
See Also:
createEditor(), createPreviousButton(), createNextButton(), installListeners(), installDefaults(), ComponentUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void replaceEditor(JComponent oldEditor,
                             JComponent newEditor)
See Also:
createPropertyChangeListener(), createEditor()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected JSpinner spinner
See Also:
uninstallUI(javax.swing.JComponent), installUI(javax.swing.JComponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void uninstallDefaults()
See Also:
uninstallUI(javax.swing.JComponent), installDefaults()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void uninstallListeners()
See Also:
installListeners()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void uninstallUI(JComponent c)
See Also:
JComponent.updateUI(), ComponentUI.installUI(javax.swing.JComponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags