Uses of Class
adams.gui.core.StringFavorites.StringFavorite
-
Packages that use StringFavorites.StringFavorite Package Description adams.gui.core -
-
Uses of StringFavorites.StringFavorite in adams.gui.core
Fields in adams.gui.core declared as StringFavorites.StringFavorite Modifier and Type Field Description protected StringFavorites.StringFavorite
StringFavorites.StringFavoriteSelectionEvent. m_Favorite
the selected favorite.Methods in adams.gui.core that return StringFavorites.StringFavorite Modifier and Type Method Description StringFavorites.StringFavorite
StringFavorites.StringFavorite. getClone()
Returns a copy of itself.StringFavorites.StringFavorite
StringFavorites. getFavorite(Class cls, String name)
Returns the named favorite for the specified class.StringFavorites.StringFavorite
StringFavorites.StringFavoriteSelectionEvent. getFavorite()
Returns the selected favorite.StringFavorites.StringFavorite
StringFavorites. getTempFavorite(Class cls, String name)
Returns the named temporary favorite for the specified class.Methods in adams.gui.core that return types with arguments of type StringFavorites.StringFavorite Modifier and Type Method Description protected List<StringFavorites.StringFavorite>
StringFavorites. getFavorites(Properties props, Class cls)
Returns the favorites for the specified class.List<StringFavorites.StringFavorite>
StringFavorites. getFavorites(Class cls)
Returns the favorites for the specified class.List<StringFavorites.StringFavorite>
StringFavorites. getTempFavorites(Class cls)
Returns the temporary favorites for the specified class.Constructors in adams.gui.core with parameters of type StringFavorites.StringFavorite Constructor Description StringFavoriteSelectionEvent(Object source, StringFavorites.StringFavorite favorite)
Initializes the event.
-