public interface TextEntryFormatter
| Modifier and Type | Method and Description |
|---|---|
String |
getTextForDisplay(JTextEntryField textEntryField,
String validText)
Get the text to show when the field does not have the focus.
|
String getTextForDisplay(JTextEntryField textEntryField, String validText)
textEntryField - The text entry field for which to display the value.validText - The text for which to show a representation.Copyright © 2019. All rights reserved.