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 Favorites
Favorites. m_Singleton
the singleton.Methods in adams.gui.goe that return Favorites Modifier and Type Method Description Favorites
Favorites. getClone()
Returns a copy of itself.static Favorites
Favorites. 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 Favorites
FavoritesManagementPanel.AbstractFavoritesListModel. m_Favorites
the underlying favorites.protected Favorites
FavoritesManagementPanel. m_Favorites
the favorites in use.Methods in adams.gui.tools that return Favorites Modifier and Type Method Description Favorites
FavoritesManagementPanel.AbstractFavoritesListModel. getFavorites()
Returns the underlying favorites.Favorites
FavoritesManagementPanel.SuperclassListModel. getFavorites()
Returns the underlying favorites.Methods in adams.gui.tools with parameters of type Favorites Modifier and Type Method Description void
FavoritesManagementPanel.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.
-