Groovy Documentation

griffon.swing.formatters
[Java] Class ColorFormatter.AbstractColorFormatterDelegate

java.lang.Object
  griffon.swing.formatters.ColorFormatter.AbstractColorFormatterDelegate
All Implemented Interfaces:
ColorFormatterDelegate

private static abstract class ColorFormatter.AbstractColorFormatterDelegate

Field Summary
private String pattern

 
Constructor Summary
private ColorFormatter.AbstractColorFormatterDelegate(String pattern)

 
Method Summary
String getPattern()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

pattern

private final String pattern


 
Constructor Detail

ColorFormatter.AbstractColorFormatterDelegate

private ColorFormatter.AbstractColorFormatterDelegate(String pattern)


 
Method Detail

getPattern

public String getPattern()


 

Groovy Documentation