mavis.gui
Class MeasurementSequencePanel.MyFormatterFactory

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

private class MeasurementSequencePanel.MyFormatterFactory
extends javax.swing.JFormattedTextField.AbstractFormatterFactory

Sets the format for the JFormattedTextFields of this panel.


Constructor Summary
private MeasurementSequencePanel.MyFormatterFactory()
           
 
Method Summary
 javax.swing.JFormattedTextField.AbstractFormatter getFormatter(javax.swing.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 javax.swing.JFormattedTextField.AbstractFormatter getFormatter(javax.swing.JFormattedTextField tf)
Specified by:
getFormatter in class javax.swing.JFormattedTextField.AbstractFormatterFactory