|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.text.Format
java.text.NumberFormat
de.uni_paderborn.fujaba.views.beans.IntervalNumberFormat
No comment provided by developer, please add a comment to improve documentation.
| Nested Class Summary |
| Nested classes inherited from class java.text.NumberFormat |
java.text.NumberFormat.Field |
| Nested classes inherited from class java.text.Format |
|
| Field Summary | |
private static java.text.NumberFormat |
delegate
No comment provided by developer, please add a comment to improve documentation. |
private double |
max
No comment provided by developer, please add a comment to improve documentation. |
private double |
min
No comment provided by developer, please add a comment to improve documentation. |
| Fields inherited from class java.text.NumberFormat |
FRACTION_FIELD, INTEGER_FIELD |
| Constructor Summary | |
IntervalNumberFormat()
Constructor for class IntervalNumberFormat |
|
IntervalNumberFormat(double min,
double max)
Constructor for class IntervalNumberFormat |
|
| Method Summary | |
java.lang.StringBuffer |
format(double number,
java.lang.StringBuffer toAppendTo,
java.text.FieldPosition pos)
No comment provided by developer, please add a comment to improve documentation. |
java.lang.StringBuffer |
format(long number,
java.lang.StringBuffer toAppendTo,
java.text.FieldPosition pos)
No comment provided by developer, please add a comment to improve documentation. |
java.lang.Number |
parse(java.lang.String text,
java.text.ParsePosition parsePosition)
No comment provided by developer, please add a comment to improve documentation. |
| Methods inherited from class java.text.NumberFormat |
clone, equals, format, format, format, getAvailableLocales, getCurrency, getCurrencyInstance, getCurrencyInstance, getInstance, getInstance, getIntegerInstance, getIntegerInstance, getMaximumFractionDigits, getMaximumIntegerDigits, getMinimumFractionDigits, getMinimumIntegerDigits, getNumberInstance, getNumberInstance, getPercentInstance, getPercentInstance, hashCode, isGroupingUsed, isParseIntegerOnly, parse, parseObject, setCurrency, setGroupingUsed, setMaximumFractionDigits, setMaximumIntegerDigits, setMinimumFractionDigits, setMinimumIntegerDigits, setParseIntegerOnly |
| Methods inherited from class java.text.Format |
format, formatToCharacterIterator, parseObject |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final java.text.NumberFormat delegate
private double min
private double max
| Constructor Detail |
public IntervalNumberFormat()
public IntervalNumberFormat(double min,
double max)
min - No description providedmax - No description provided| Method Detail |
public java.lang.StringBuffer format(double number,
java.lang.StringBuffer toAppendTo,
java.text.FieldPosition pos)
number - No description providedtoAppendTo - No description providedpos - No description provided
public java.lang.StringBuffer format(long number,
java.lang.StringBuffer toAppendTo,
java.text.FieldPosition pos)
number - No description providedtoAppendTo - No description providedpos - No description provided
public java.lang.Number parse(java.lang.String text,
java.text.ParsePosition parsePosition)
text - No description providedparsePosition - No description provided
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||