JFormattedTextField « javax.swing « Java by API






1.new JFormattedTextField(Format format)
2.new JFormattedTextField(Formatter formatter)
3.new JFormattedTextField(AbstractFormatterFactory factory, Object currentValue)
4.new JFormattedTextField(Object value)
5.new JFormattedTextField(new MaskFormatter('(###)###-####'))
6.new JFormattedTextField(new DecimalFormat('###,###'))
7.new JFormattedTextField(new SimpleDateFormat('MM/dd/yy'))
8.JFormattedTextField: addActionListener(ActionListener l)
9.JFormattedTextField: commitEdit()








10.JFormattedTextField: getFormatterFactory()
11.JFormattedTextField: getValue()
12.JFormattedTextField: isEditValid()
13.JFormattedTextField: setColumns(int columns)
14.JFormattedTextField: setFont(Font f)
15.JFormattedTextField: setFormatterFactory(AbstractFormatterFactory tf)
16.JFormattedTextField: setInputVerifier(InputVerifier inputVerifier)
17.JFormattedTextField: setValue(Object value)
18.JFormattedTextField deals with URL