Uses of Class
adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite
-
Packages that use ContentHandlerFavorites.ContentHandlerFavorite Package Description adams.gui.tools.previewbrowser -
-
Uses of ContentHandlerFavorites.ContentHandlerFavorite in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as ContentHandlerFavorites.ContentHandlerFavorite Modifier and Type Field Description protected ContentHandlerFavorites.ContentHandlerFavoritePreviewDisplay. m_CurrentFavoritethe currently selected favorite.Fields in adams.gui.tools.previewbrowser with type parameters of type ContentHandlerFavorites.ContentHandlerFavorite Modifier and Type Field Description protected List<ContentHandlerFavorites.ContentHandlerFavorite>ContentHandlerFavorites. m_Favoritesthe favorites.protected Map<String,ContentHandlerFavorites.ContentHandlerFavorite>PreviewDisplay. m_Favoritesthe favorites per extension.Methods in adams.gui.tools.previewbrowser that return ContentHandlerFavorites.ContentHandlerFavorite Modifier and Type Method Description ContentHandlerFavorites.ContentHandlerFavoriteContentHandlerFavorites. addFavorite(String ext, String name, ContentHandler handler)Adds the favorite.ContentHandlerFavorites.ContentHandlerFavoriteContentHandlerFavorites. removeFavorite(String name)Removes the favorite with the specified name.Methods in adams.gui.tools.previewbrowser that return types with arguments of type ContentHandlerFavorites.ContentHandlerFavorite Modifier and Type Method Description List<ContentHandlerFavorites.ContentHandlerFavorite>ContentHandlerFavorites. getFavorites(String ext)Returns all the favorites for the specified extension.Methods in adams.gui.tools.previewbrowser with parameters of type ContentHandlerFavorites.ContentHandlerFavorite Modifier and Type Method Description intContentHandlerFavorites.ContentHandlerFavorite. compareTo(ContentHandlerFavorites.ContentHandlerFavorite o)Compares this object with the specified object for order.voidPreviewDisplay. selectFavorite(ContentHandlerFavorites.ContentHandlerFavorite favorite)Selects the favorite instead of the selected content handlervoidPreviewDisplay. updateFavorite(String ext, ContentHandlerFavorites.ContentHandlerFavorite favorite)Updates the favorite to use.
-