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.


Constructor Index

 o ESpinnerField()
Constructor to ESpinnerField.
 o ESpinnerField(ESpinner)
Constructor to ESpinner.
 o ESpinnerField(int)
Constructor to ESpinnerField that sets the column width, alignment and borders.
 o ESpinnerField(int, ESpinner)
Constructor to ESpinnerField that sets the column width, alignment and borders.

Method Index

 o getOwner()
Gets the ESpinner that this class is contained within.
 o setOwner(ESpinner)
Sets the ESpinner class that this component will live in.

Constructors

 o ESpinnerField
 public ESpinnerField()
Constructor to ESpinnerField. Sets alignment and borders.

 o 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
 o 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.
 o 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

Methods

 o 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.
 o getOwner
 public ESpinner getOwner()
Gets the ESpinner that this class is contained within.

Returns:
ESpinner

All Packages  Class Hierarchy  This Package  Previous  Next  Index