Uses of Class
jmri.util.ValidatingInputPane
-
Packages that use ValidatingInputPane Package Description jmri.util Contains various utilities classes that are useful across the entire JMRI library structure. -
-
Uses of ValidatingInputPane in jmri.util
Methods in jmri.util that return ValidatingInputPane Modifier and Type Method Description (package private) ValidatingInputPane<T>
ValidatingInputPane. attachConfirmUI(javax.swing.JComponent confirm)
Attaches a component used to confirm/proceed.(package private) ValidatingInputPane<T>
ValidatingInputPane. message(java.lang.String msg)
Configures a prompt message for the panel.(package private) ValidatingInputPane<T>
ValidatingInputPane. validator(java.util.function.Predicate<T> val)
Configures the validator.
-