All Packages Class Hierarchy This Package Previous Next Index
Class net.e2technologies.util.ESpinnerField
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----javax.swing.JComponent
|
+----javax.swing.text.JTextComponent
|
+----javax.swing.JTextField
|
+----net.e2technologies.util.ESpinnerField
- public class ESpinnerField
- extends JTextField
- implements AwtBorders
ESpinnerField is the text field that is used by the ESpinner class.
It is basically a JTextField that has been preformatted.
-
ESpinnerField()
- Constructor to ESpinnerField.
-
ESpinnerField(ESpinner)
- Constructor to ESpinner.
-
ESpinnerField(int)
- Constructor to ESpinnerField that sets the column width, alignment and borders.
-
ESpinnerField(int, ESpinner)
- Constructor to ESpinnerField that sets the column width, alignment and borders.
-
getOwner()
- Gets the ESpinner that this class is contained within.
-
setOwner(ESpinner)
- Sets the ESpinner class that this component will live in.
ESpinnerField
public ESpinnerField()
- Constructor to ESpinnerField. Sets alignment and borders.
ESpinnerField
public ESpinnerField(ESpinner p_owner)
- Constructor to ESpinner. Sets alignment and borders.
- Parameters:
- ESpinner - p_owner - the ESpinner class that this component will live in
ESpinnerField
public ESpinnerField(int p_cols)
- Constructor to ESpinnerField that sets the column width, alignment and borders.
- Parameters:
- int - p_cols - the width of the text field in characters.
ESpinnerField
public ESpinnerField(int p_cols,
ESpinner p_owner)
- Constructor to ESpinnerField that sets the column width, alignment and borders.
- Parameters:
- int - p_cols - the width of the text field in characters.
- ESpinner - p_owner - the ESpinner class that this component will live in
setOwner
public void setOwner(ESpinner p_owner)
- Sets the ESpinner class that this component will live in.
- Parameters:
- ESpinner - p_owner - the ESpinner class that this component will live in.
getOwner
public ESpinner getOwner()
- Gets the ESpinner that this class is contained within.
- Returns:
- ESpinner
All Packages Class Hierarchy This Package Previous Next Index