Uses of Interface
net.sourceforge.java.util.i18n.event.ILanguageResourceChangeListener

Packages that use ILanguageResourceChangeListener
net.sourceforge.java.feednread.backend.model.newstable Provides the data model classes for the NewsFeedTable ui component. 
net.sourceforge.java.feednread.backend.model.watchestree Provides the data model classes for the NewsFeedWatchesTree ui component. 
net.sourceforge.java.feednread.frontend Contains all of the classes for dealing with the application user interface. 
net.sourceforge.java.feednread.frontend.components.addressbar Contains all the classes composing the NewsFeedAddressBar ui component. 
net.sourceforge.java.feednread.frontend.components.favoritestree Contains all the classes composing the NewsFeedFavoritesTree ui component. 
net.sourceforge.java.feednread.frontend.components.newstable Contains all the classes composing the NewsFeedTable ui component. 
net.sourceforge.java.feednread.frontend.components.notificationbar Contains all the classes composing the NotificationBar ui component. 
net.sourceforge.java.feednread.frontend.components.statusbar Contains all the classes composing the status bar ui component which is embeded in the MainApplicationWindow
net.sourceforge.java.feednread.frontend.components.tabbar Contains all the interfaces and classes composing the NewsFeedTabBar ui component. 
net.sourceforge.java.feednread.frontend.components.watchestree Contains all the classes composing the NewsFeedWatchesTree ui component. 
net.sourceforge.java.feednread.frontend.wizard Provides classes for wizards used in the application context. 
net.sourceforge.java.util.i18n Provides core support for application internationalization (i18n). 
net.sourceforge.java.util.jobs Provides core support for interacting with background activity. 
net.sourceforge.java.util.jobs.scheduling Provides core support for scheduling background activity. 
 

Uses of ILanguageResourceChangeListener in net.sourceforge.java.feednread.backend.model.newstable
 

Classes in net.sourceforge.java.feednread.backend.model.newstable that implement ILanguageResourceChangeListener
 class NewsFeedTableContentProvider
           Takes a single NewsFeed model object to supply its contained NewsFeedEntries to a JFace TableViewer instance.
 

Uses of ILanguageResourceChangeListener in net.sourceforge.java.feednread.backend.model.watchestree
 

Classes in net.sourceforge.java.feednread.backend.model.watchestree that implement ILanguageResourceChangeListener
 class NewsFeedWatchesTreeContentProvider
           Provides the data for a NewsFeedWatchesTree component.
 

Uses of ILanguageResourceChangeListener in net.sourceforge.java.feednread.frontend
 

Classes in net.sourceforge.java.feednread.frontend that implement ILanguageResourceChangeListener
 class MainApplicationWindow
           The Feed'n Read main window holding all accessible application components.
 

Uses of ILanguageResourceChangeListener in net.sourceforge.java.feednread.frontend.components.addressbar
 

Classes in net.sourceforge.java.feednread.frontend.components.addressbar that implement ILanguageResourceChangeListener
 class NewsFeedAddressBar
           An address bar component holding an editable Combo to input a web page or NewsFeed url or to select from addresses in the history.
 

Uses of ILanguageResourceChangeListener in net.sourceforge.java.feednread.frontend.components.favoritestree
 

Classes in net.sourceforge.java.feednread.frontend.components.favoritestree that implement ILanguageResourceChangeListener
 class NewsFeedFavoritesTree
           Component to display a Tree of hierarchical Category and Favorite structures.
 

Uses of ILanguageResourceChangeListener in net.sourceforge.java.feednread.frontend.components.newstable
 

Classes in net.sourceforge.java.feednread.frontend.components.newstable that implement ILanguageResourceChangeListener
 class NewsFeedTable
           Display a NewsFeed in a TableViewer.
 class NewsFeedTableLabelProvider
           Converts NewsFeedEntry model objects to gui representations that can be displayed in a JFace TableViewer instance.
 

Uses of ILanguageResourceChangeListener in net.sourceforge.java.feednread.frontend.components.notificationbar
 

Classes in net.sourceforge.java.feednread.frontend.components.notificationbar that implement ILanguageResourceChangeListener
 class JobStatusTableLabelProvider
           Converts JobStatus model objects to ui representations that are displayable in a JFace TableViewer instance.
 class NotificationBar
           Component to display user notifications about the application status.
 

Uses of ILanguageResourceChangeListener in net.sourceforge.java.feednread.frontend.components.statusbar
 

Classes in net.sourceforge.java.feednread.frontend.components.statusbar that implement ILanguageResourceChangeListener
 class StatusLine
           Application specific status line implementation.
 

Uses of ILanguageResourceChangeListener in net.sourceforge.java.feednread.frontend.components.tabbar
 

Classes in net.sourceforge.java.feednread.frontend.components.tabbar that implement ILanguageResourceChangeListener
 class MessagePanel
           Panel to display user defined messages.
 class NewsFeedMetaDataView
           Displays the meta data of a NewsFeed.
 class NewsFeedTabBar
           Displays NewsFeedView and InternalBrowser components in tabs.
 class NewsFeedView
           Displays a NewsFeed in a tab view holding two selectable tabs: First a NewsFeedTable component that displays the NewsFeedEntrys in a NewsFeed.
 

Uses of ILanguageResourceChangeListener in net.sourceforge.java.feednread.frontend.components.watchestree
 

Classes in net.sourceforge.java.feednread.frontend.components.watchestree that implement ILanguageResourceChangeListener
 class NewsFeedWatchesTree
           Component to manage, organize and display hierarchical WatchFolder resp.
 

Uses of ILanguageResourceChangeListener in net.sourceforge.java.feednread.frontend.wizard
 

Classes in net.sourceforge.java.feednread.frontend.wizard that implement ILanguageResourceChangeListener
 class WatchSettingsTableLabelProvider
           Converts WatchSettingsEntry objects to gui representations to be used in a JFace TableViewer instance.
 

Uses of ILanguageResourceChangeListener in net.sourceforge.java.util.i18n
 

Methods in net.sourceforge.java.util.i18n with parameters of type ILanguageResourceChangeListener
static void InternationalizationHandler.addLanguageResourceChangeListener(ILanguageResourceChangeListener listener)
           Registers the specified ILanguageResourceChangeListener to the InternationalizationHandler notifiying it of any changes to the default LanguageResource
static void InternationalizationHandler.removeLanguageResourceChangeListener(ILanguageResourceChangeListener listener)
           Unregisters the specified ILanguageResourceChangeListener from the InternationalizationHandler
 

Uses of ILanguageResourceChangeListener in net.sourceforge.java.util.jobs
 

Classes in net.sourceforge.java.util.jobs that implement ILanguageResourceChangeListener
 class JobStatusTableContentProvider
           Manages a collection of JobStatus objects and supplies the data to a JFace TableViewer instance.
 

Uses of ILanguageResourceChangeListener in net.sourceforge.java.util.jobs.scheduling
 

Classes in net.sourceforge.java.util.jobs.scheduling that implement ILanguageResourceChangeListener
 class JobExecutionInterval
           Represents an interval for a repeated automatic execution of an IJob within the JobManager scheduler context.