Uses of Class
adams.gui.goe.Favorites
-
Packages that use Favorites Package Description adams.gui.goe adams.gui.tools -
-
Uses of Favorites in adams.gui.goe
Fields in adams.gui.goe declared as Favorites Modifier and Type Field Description protected static FavoritesFavorites. m_Singletonthe singleton.Methods in adams.gui.goe that return Favorites Modifier and Type Method Description FavoritesFavorites. getClone()Returns a copy of itself.static FavoritesFavorites. getSingleton()Returns the singleton (and initializes it, if necessary). -
Uses of Favorites in adams.gui.tools
Fields in adams.gui.tools declared as Favorites Modifier and Type Field Description protected FavoritesFavoritesManagementPanel.AbstractFavoritesListModel. m_Favoritesthe underlying favorites.protected FavoritesFavoritesManagementPanel. m_Favoritesthe favorites in use.Methods in adams.gui.tools that return Favorites Modifier and Type Method Description FavoritesFavoritesManagementPanel.AbstractFavoritesListModel. getFavorites()Returns the underlying favorites.FavoritesFavoritesManagementPanel.SuperclassListModel. getFavorites()Returns the underlying favorites.Methods in adams.gui.tools with parameters of type Favorites Modifier and Type Method Description voidFavoritesManagementPanel.AbstractFavoritesListModel. setFavorites(Favorites value)Sets the favorites to display.Constructors in adams.gui.tools with parameters of type Favorites Constructor Description AbstractFavoritesListModel(Favorites fav)Initializes the model.FavoritesListModel(Favorites fav)Initializes the model.FavoritesListModel(Favorites fav, Class cls, boolean array)Initializes the model.SuperclassListModel(Favorites fav)Initializes the model.
-