|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tbee.swing.JFormattedTextFieldUtils
public class JFormattedTextFieldUtils
This class has several methods to help with JFormattedTextFields
| Nested Class Summary | |
|---|---|
static class |
JFormattedTextFieldUtils.PercentFormatter
the formatter for simple integers |
static class |
JFormattedTextFieldUtils.PercentFormatterFactory
Create formatters |
static class |
JFormattedTextFieldUtils.SimpleGregorianCalendarFormatter
the formatter for simple GregorianCalendars |
static class |
JFormattedTextFieldUtils.SimpleGregorianCalendarFormatterFactory
Create formatters |
static class |
JFormattedTextFieldUtils.SimpleIntegerFormatter
the formatter for simple integers |
static class |
JFormattedTextFieldUtils.SimpleIntegerFormatterFactory
Create formatters |
| Constructor Summary | |
|---|---|
JFormattedTextFieldUtils()
|
|
| Method Summary | |
|---|---|
static JFormattedTextField |
newPercentTextfield(double value)
Create a JFormattedTextField which accepts Integers in a simple format |
static JFormattedTextField |
newSimpleGregorianCalendarTextfield(GregorianCalendar value)
Create a JFormattedTextField which accepts GregorianCalendar in a simple format |
static JFormattedTextField |
newSimpleIntegerTextfield(int value)
Create a JFormattedTextField which accepts Integers in a simple format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JFormattedTextFieldUtils()
| Method Detail |
|---|
public static JFormattedTextField newSimpleIntegerTextfield(int value)
value -
public static JFormattedTextField newPercentTextfield(double value)
value -
public static JFormattedTextField newSimpleGregorianCalendarTextfield(GregorianCalendar value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||