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