|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.text.JTextComponent
javax.swing.JTextField
com.programix.gui.text.FormatTextField
com.programix.gui.text.DecimalTextField
DecimalField instead.
public class DecimalTextField
| Nested Class Summary | |
|---|---|
static class |
DecimalTextField.RangePair
Deprecated. |
| Nested classes/interfaces inherited from class com.programix.gui.text.FormatTextField |
|---|
FormatTextField.ValueListener |
| Nested classes/interfaces inherited from class javax.swing.JTextField |
|---|
JTextField.AccessibleJTextField |
| Nested classes/interfaces inherited from class javax.swing.text.JTextComponent |
|---|
JTextComponent.AccessibleJTextComponent, JTextComponent.DropLocation, JTextComponent.KeyBinding |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
static int |
DEFAULT_NUM_FRACTIONAL_DIGITS
Deprecated. |
static int |
DEFAULT_NUM_INTEGER_DIGITS
Deprecated. |
| Fields inherited from class com.programix.gui.text.FormatTextField |
|---|
lock, value |
| Fields inherited from class javax.swing.JTextField |
|---|
notifyAction |
| Fields inherited from class javax.swing.text.JTextComponent |
|---|
DEFAULT_KEYMAP, FOCUS_ACCELERATOR_KEY |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.SwingConstants |
|---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
DecimalTextField()
Deprecated. |
|
DecimalTextField(int numIntegerDigits)
Deprecated. |
|
DecimalTextField(int numIntegerDigits,
BigDecimal initialValue)
Deprecated. |
|
DecimalTextField(int numIntegerDigits,
int numFractionalDigits,
BigDecimal initialValue)
Deprecated. |
|
DecimalTextField(int numIntegerDigits,
int numFractionalDigits,
BigDecimal minValue,
BigDecimal maxValue)
Deprecated. |
|
DecimalTextField(int numIntegerDigits,
int numFractionalDigits,
BigDecimal initialValue,
BigDecimal minValue,
BigDecimal maxValue)
Deprecated. |
|
DecimalTextField(int numIntegerDigits,
int numFractionalDigits,
boolean useComma,
BigDecimal initialValue,
BigDecimal minValue,
BigDecimal maxValue)
Deprecated. |
|
| Method Summary | |
|---|---|
static BigDecimal |
calcMaxValueFor(int numIntegerDigits,
int numFractionalDigits)
Deprecated. |
static BigDecimal |
calcMinValueFor(int numIntegerDigits,
int numFractionalDigits)
Deprecated. |
BigDecimal |
getBigDecimal()
Deprecated. |
double |
getDoubleValue()
Deprecated. |
int |
getIntValue()
Deprecated. |
Number |
getNumber()
Deprecated. |
int |
getNumFractionalDigits()
Deprecated. |
int |
getNumIntegerDigits()
Deprecated. |
int |
getRoundedIntValue()
Deprecated. |
void |
setBigDecimal(BigDecimal newValue)
Deprecated. |
void |
setMaxValue(BigDecimal newMax)
Deprecated. |
void |
setMaxValue(String newMax)
Deprecated. |
void |
setMinValue(BigDecimal newMin)
Deprecated. |
void |
setMinValue(String newMin)
Deprecated. |
void |
setRange(BigDecimal newMin,
BigDecimal newMax)
Deprecated. |
void |
setRange(String newMin,
String newMax)
Deprecated. |
void |
setText(String text)
Deprecated. |
boolean |
usesComma()
Deprecated. |
| Methods inherited from class com.programix.gui.text.FormatTextField |
|---|
addValueListener, appendFilter, getFilterChainDocument, notifyValueListeners, removeValueListener, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_NUM_INTEGER_DIGITS
public static final int DEFAULT_NUM_FRACTIONAL_DIGITS
| Constructor Detail |
|---|
public DecimalTextField(int numIntegerDigits,
int numFractionalDigits,
boolean useComma,
BigDecimal initialValue,
BigDecimal minValue,
BigDecimal maxValue)
public DecimalTextField(int numIntegerDigits,
int numFractionalDigits,
BigDecimal initialValue,
BigDecimal minValue,
BigDecimal maxValue)
public DecimalTextField(int numIntegerDigits,
int numFractionalDigits,
BigDecimal minValue,
BigDecimal maxValue)
public DecimalTextField(int numIntegerDigits,
int numFractionalDigits,