Package rma.swing

Class RmaJSpinBox

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, DocumentListener, Modifiable, EditableComponent
Direct Known Subclasses:
RmaDoubleJSpinBox, RmaIntegerJSpinBox

@Deprecated public abstract class RmaJSpinBox extends JPanel implements DocumentListener, Modifiable, EditableComponent
Deprecated.
Use RmaJSpinner RmaJSpinner instead.
See Also:
  • Constructor Details

    • RmaJSpinBox

      public RmaJSpinBox()
      Deprecated.
  • Method Details

    • createTextField

      protected abstract RmaJTextField createTextField()
      Deprecated.
    • setSpinnerIcons

      public void setSpinnerIcons(ImageIcon up, ImageIcon dn)
      Deprecated.
    • clear

      public void clear()
      Deprecated.
    • setColumns

      public void setColumns(int num)
      Deprecated.
    • isUndefined

      public boolean isUndefined()
      Deprecated.
    • isDefined

      public boolean isDefined()
      Deprecated.
    • spinUp

      protected void spinUp()
      Deprecated.
    • spinDown

      protected void spinDown()
      Deprecated.
    • getComponentName

      public String getComponentName()
      Deprecated.
    • setEnabled

      public void setEnabled(boolean enable)
      Deprecated.
      Overrides:
      setEnabled in class JComponent
    • isModified

      public boolean isModified()
      Deprecated.
      Specified by:
      isModified in interface Modifiable
    • setModified

      public void setModified(boolean b)
      Deprecated.
      Specified by:
      setModified in interface Modifiable
    • setChangeColor

      public void setChangeColor(Color changeColor)
      Deprecated.
      set the foreground color when the user changes the text.
    • changedUpdate

      public void changedUpdate(DocumentEvent e)
      Deprecated.
      Specified by:
      changedUpdate in interface DocumentListener
    • insertUpdate

      public void insertUpdate(DocumentEvent e)
      Deprecated.
      Specified by:
      insertUpdate in interface DocumentListener
    • removeUpdate

      public void removeUpdate(DocumentEvent e)
      Deprecated.
      Specified by:
      removeUpdate in interface DocumentListener
    • getDocument

      public Document getDocument()
      Deprecated.
    • addKeyListener

      public void addKeyListener(KeyListener l)
      Deprecated.
      Overrides:
      addKeyListener in class Component
    • removeKeyListener

      public void removeKeyListener(KeyListener l)
      Deprecated.
      Overrides:
      removeKeyListener in class Component
    • addActionListener

      public void addActionListener(ActionListener l)
      Deprecated.
    • removeActionListener

      public void removeActionListener(ActionListener l)
      Deprecated.
    • fireActionPerformed

      protected void fireActionPerformed(ActionEvent event)
      Deprecated.
    • setIsEditable

      public void setIsEditable(boolean b)
      Deprecated.
      Specified by:
      setIsEditable in interface EditableComponent