Searched defs:ValueFormatter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DValueFormatter.java41 final class ValueFormatter extends AbstractFormatter implements FocusListener, Runnable { class in inherits:AbstractFormatter,FocusListener,Runnable
44 ValueFormatter formatter = new ValueFormatter(length, hex);
80 ValueFormatter(int length, boolean hex) { method in class:ValueFormatter

Completed in 276 milliseconds