Uses of Class
org.gscg.common.gui.components.interactivespinner.JInteractiveSpinner

Packages that use JInteractiveSpinner
org.gscg.common.gui.components   
org.gscg.common.gui.components.interactivespinner   
 

Uses of JInteractiveSpinner in org.gscg.common.gui.components
 

Methods in org.gscg.common.gui.components that return JInteractiveSpinner
 JInteractiveSpinner AmountSpinnerPanel.getSpinner()
           
static JInteractiveSpinner SpinnerUtilities.addLabeledInteractiveSpinner(java.awt.Container container, java.lang.String labelCaption, javax.swing.SpinnerModel model)
          Method addLabeledSpinner.
 

Methods in org.gscg.common.gui.components with parameters of type JInteractiveSpinner
static JFormattedTextField SpinnerUtilities.getTextField(JInteractiveSpinner spinner)
          Return the formatted text field used by the editor, or null if the editor doesn't descend from JSpinner.DefaultEditor or DefaultEditor..
 

Uses of JInteractiveSpinner in org.gscg.common.gui.components.interactivespinner
 

Methods in org.gscg.common.gui.components.interactivespinner that return JInteractiveSpinner
 JInteractiveSpinner DefaultEditor.getSpinner()
          Returns the JSpinner ancestor of this editor or null.
 

Methods in org.gscg.common.gui.components.interactivespinner with parameters of type JInteractiveSpinner
 void DefaultEditor.dismiss(JInteractiveSpinner spinner)
          Disconnect this editor from the specified JSpinner.
 

Constructors in org.gscg.common.gui.components.interactivespinner with parameters of type JInteractiveSpinner
DefaultEditor(JInteractiveSpinner spinner)
          Constructs an editor component for the specified JSpinner.
NumberEditor(JInteractiveSpinner spinner)
          Construct a JSpinner editor that supports displaying and editing the value of a SpinnerNumberModel with a JFormattedTextField.
NumberEditor(JInteractiveSpinner spinner, java.lang.String decimalFormatPattern)
          Construct a JSpinner editor that supports displaying and editing the value of a SpinnerNumberModel with a JFormattedTextField.
 



Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.