Uses of Class
adams.gui.goe.AbstractBaseDateTypeEditor.Placeholder
-
Packages that use AbstractBaseDateTypeEditor.Placeholder Package Description adams.gui.goe -
-
Uses of AbstractBaseDateTypeEditor.Placeholder in adams.gui.goe
Methods in adams.gui.goe that return AbstractBaseDateTypeEditor.Placeholder Modifier and Type Method Description static AbstractBaseDateTypeEditor.Placeholder
AbstractBaseDateTypeEditor.Placeholder. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractBaseDateTypeEditor.Placeholder[]
AbstractBaseDateTypeEditor.Placeholder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.goe with parameters of type AbstractBaseDateTypeEditor.Placeholder Modifier and Type Method Description protected abstract String
AbstractBaseDateTypeEditor. getPlaceholder(AbstractBaseDateTypeEditor.Placeholder ph)
Returns the string equivalent of the placeholder.protected String
BaseDateEditor. getPlaceholder(AbstractBaseDateTypeEditor.Placeholder ph)
Returns the string equivalent of the placeholder.protected String
BaseDateTimeEditor. getPlaceholder(AbstractBaseDateTypeEditor.Placeholder ph)
Returns the string equivalent of the placeholder.protected String
BaseDateTimeMsecEditor. getPlaceholder(AbstractBaseDateTypeEditor.Placeholder ph)
Returns the string equivalent of the placeholder.protected String
BaseTimeEditor. getPlaceholder(AbstractBaseDateTypeEditor.Placeholder ph)
Returns the string equivalent of the placeholder.protected String
BaseTimeMsecEditor. getPlaceholder(AbstractBaseDateTypeEditor.Placeholder ph)
Returns the string equivalent of the placeholder.
-