| Package | Description | 
|---|---|
| griffon.core.formatters | Java8 specific type formatters. | 
| griffon.javafx.formatters | JavaFX specific type formatters. | 
| griffon.pivot.formatters | Pivot specific ype formatters. | 
| griffon.swing.formatters | Swing specific type formatters. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static ParseException | AbstractFormatter. parseError(Object value,
          Class<?> klass) | 
| protected static ParseException | AbstractFormatter. parseError(Object value,
          Class<?> klass,
          Exception e) | 
| Modifier and Type | Method and Description | 
|---|---|
| BigDecimal | BigDecimalFormatter. parse(String str) | 
| BigInteger | BigIntegerFormatter. parse(String str) | 
| Boolean | BooleanFormatter. parse(String str) | 
| Byte | ByteFormatter. parse(String str) | 
| Calendar | CalendarFormatter. parse(String str) | 
| Date | DateFormatter. parse(String str) | 
| Double | DoubleFormatter. parse(String str) | 
| Float | FloatFormatter. parse(String str) | 
| T | Formatter. parse(String str)Parses a literal representation into an instance of type  T. | 
| Integer | IntegerFormatter. parse(String str) | 
| LocalDate | LocalDateFormatter. parse(String str) | 
| LocalDateTime | LocalDateTimeFormatter. parse(String str) | 
| Locale | LocaleFormatter. parse(String str) | 
| LocalTime | LocalTimeFormatter. parse(String str) | 
| Long | LongFormatter. parse(String str) | 
| Short | ShortFormatter. parse(String str) | 
| static Boolean | BooleanFormatter. parseBoolean(String str) | 
| protected static ParseException | AbstractFormatter. parseError(Object value,
          Class<?> klass) | 
| protected static ParseException | AbstractFormatter. parseError(Object value,
          Class<?> klass,
          Exception e) | 
| protected static int | AbstractFormatter. parseHexInt(String val,
           Class<?> klass) | 
| Modifier and Type | Method and Description | 
|---|---|
| Color | ColorFormatter. parse(String str) | 
| static Color | ColorFormatter. parseColor(String str)Parses a string into a  javafx.scene.paint.Colorinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| Color | ColorFormatter. parse(String str) | 
| static Color | ColorFormatter. parseColor(String str)Parses a string into a  java.awt.Colorinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| Color | ColorFormatter. parse(String str) | 
| static Color | ColorFormatter. parseColor(String str)Parses a string into a  java.awt.Colorinstance. |