All Packages Class Hierarchy This Package Previous Next Index
Class com.sgi.sysadm.ui.IntegerTextField
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----javax.swing.JComponent
|
+----javax.swing.text.JTextComponent
|
+----javax.swing.JTextField
|
+----com.sgi.sysadm.ui.RTextField
|
+----com.sgi.sysadm.ui.IntegerTextField
- public class IntegerTextField
- extends RTextField
IntegerTextField is an RTextField that only accepts digits. If the
user types any other character, IntegerTextField beeps.
-
IntegerTextField(int)
- Construct an IntegerTextField.
IntegerTextField
public IntegerTextField(int columns)
- Construct an IntegerTextField.
- Parameters:
- columns - Number of columns of text.
All Packages Class Hierarchy This Package Previous Next Index