Liking cljdoc? Tell your friends :D

javax.swing.JFormattedTextField$AbstractFormatterFactory

Instances of AbstractFormatterFactory are used by JFormattedTextField to obtain instances of AbstractFormatter which in turn are used to format values. AbstractFormatterFactory can return different AbstractFormatters based on the state of the JFormattedTextField, perhaps returning different AbstractFormatters when the JFormattedTextField has focus vs when it doesn't have focus.

Instances of AbstractFormatterFactory are used by
JFormattedTextField to obtain instances of
AbstractFormatter which in turn are used to format values.
AbstractFormatterFactory can return different
AbstractFormatters based on the state of the
JFormattedTextField, perhaps returning different
AbstractFormatters when the
JFormattedTextField has focus vs when it
doesn't have focus.
raw docstring

->abstract-formatter-factoryclj

(->abstract-formatter-factory)

Constructor.

Constructor.
raw docstring

get-formatterclj

(get-formatter this tf)

Returns an AbstractFormatter that can handle formatting of the passed in JFormattedTextField.

tf - JFormattedTextField requesting AbstractFormatter - javax.swing.JFormattedTextField

returns: AbstractFormatter to handle formatting duties, a null return value implies the JFormattedTextField should behave like a normal JTextField - javax.swing.JFormattedTextField$AbstractFormatter

Returns an AbstractFormatter that can handle formatting
 of the passed in JFormattedTextField.

tf - JFormattedTextField requesting AbstractFormatter - `javax.swing.JFormattedTextField`

returns: AbstractFormatter to handle formatting duties, a null
         return value implies the JFormattedTextField should behave
         like a normal JTextField - `javax.swing.JFormattedTextField$AbstractFormatter`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close