ikayaki.gui
Class MeasurementSequencePanel.MyFormatterFactory

java.lang.Object
  extended by javax.swing.JFormattedTextField.AbstractFormatterFactory
      extended by ikayaki.gui.MeasurementSequencePanel.MyFormatterFactory
Enclosing class:
MeasurementSequencePanel

private class MeasurementSequencePanel.MyFormatterFactory
extends JFormattedTextField.AbstractFormatterFactory

Sets the format for the JFormattedTextFields of this panel.

Author:
Esko Luontola

Constructor Summary
private MeasurementSequencePanel.MyFormatterFactory()
           
 
Method Summary
 JFormattedTextField.AbstractFormatter getFormatter(JFormattedTextField tf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasurementSequencePanel.MyFormatterFactory

private MeasurementSequencePanel.MyFormatterFactory()
Method Detail

getFormatter

public JFormattedTextField.AbstractFormatter getFormatter(JFormattedTextField tf)
Specified by:
getFormatter in class JFormattedTextField.AbstractFormatterFactory