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.Favorite
Favorites.FavoriteSelectionEvent. m_Favorite
the selected favorite.Methods in adams.gui.goe that return Favorites.Favorite Modifier and Type Method Description Favorites.Favorite
Favorites.Favorite. getClone()
Returns a copy of itself.Favorites.Favorite
Favorites.FavoriteSelectionEvent. getFavorite()
Returns the selected favorite.Favorites.Favorite
Favorites. getFavorite(Class cls, boolean array, String name)
Returns the named favorite for the specified class.Favorites.Favorite
Favorites. 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.
-