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.ContentHandlerFavorite
PreviewDisplay. m_CurrentFavorite
the 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_Favorites
the favorites.protected Map<String,ContentHandlerFavorites.ContentHandlerFavorite>
PreviewDisplay. m_Favorites
the favorites per extension.Methods in adams.gui.tools.previewbrowser that return ContentHandlerFavorites.ContentHandlerFavorite Modifier and Type Method Description ContentHandlerFavorites.ContentHandlerFavorite
ContentHandlerFavorites. addFavorite(String ext, String name, ContentHandler handler)
Adds the favorite.ContentHandlerFavorites.ContentHandlerFavorite
ContentHandlerFavorites. 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 int
ContentHandlerFavorites.ContentHandlerFavorite. compareTo(ContentHandlerFavorites.ContentHandlerFavorite o)
Compares this object with the specified object for order.void
PreviewDisplay. selectFavorite(ContentHandlerFavorites.ContentHandlerFavorite favorite)
Selects the favorite instead of the selected content handlervoid
PreviewDisplay. updateFavorite(String ext, ContentHandlerFavorites.ContentHandlerFavorite favorite)
Updates the favorite to use.
-