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.PlaceholderAbstractBaseDateTypeEditor.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 StringAbstractBaseDateTypeEditor. getPlaceholder(AbstractBaseDateTypeEditor.Placeholder ph)Returns the string equivalent of the placeholder.protected StringBaseDateEditor. getPlaceholder(AbstractBaseDateTypeEditor.Placeholder ph)Returns the string equivalent of the placeholder.protected StringBaseDateTimeEditor. getPlaceholder(AbstractBaseDateTypeEditor.Placeholder ph)Returns the string equivalent of the placeholder.protected StringBaseDateTimeMsecEditor. getPlaceholder(AbstractBaseDateTypeEditor.Placeholder ph)Returns the string equivalent of the placeholder.protected StringBaseTimeEditor. getPlaceholder(AbstractBaseDateTypeEditor.Placeholder ph)Returns the string equivalent of the placeholder.protected StringBaseTimeMsecEditor. getPlaceholder(AbstractBaseDateTypeEditor.Placeholder ph)Returns the string equivalent of the placeholder.
-