ar.com.da.swing
Class FormatUtils
java.lang.Object
ar.com.da.swing.FormatUtils
public class FormatUtils
- extends java.lang.Object
Some formatting utilities used in FormattedBeanListCellRenderer and FormattedBeanTableCellRenderer
- Author:
- Carlos E.Descalzi
|
Method Summary |
static java.lang.Object |
formatBean(java.lang.Object value,
java.lang.String format,
FormatUtils.FormatType formatType,
java.lang.String[] propertyNames)
Given an arbitrary object returns |
static java.lang.Object |
formatBean(java.lang.Object value,
java.lang.String format,
java.lang.String[] propertyNames)
|
static java.lang.Object |
formatBeanWithMessageFormat(java.lang.Object value,
java.lang.String format,
java.lang.String[] propertyNames)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormatUtils
public FormatUtils()
formatBean
public static java.lang.Object formatBean(java.lang.Object value,
java.lang.String format,
java.lang.String[] propertyNames)
formatBeanWithMessageFormat
public static java.lang.Object formatBeanWithMessageFormat(java.lang.Object value,
java.lang.String format,
java.lang.String[] propertyNames)
formatBean
public static java.lang.Object formatBean(java.lang.Object value,
java.lang.String format,
FormatUtils.FormatType formatType,
java.lang.String[] propertyNames)
- Given an arbitrary object returns
- Parameters:
value - format - formatType - propertyNames -
- Returns:
Copyright © 2006 null. All Rights Reserved.