Uses of Interface
org.crosswire.common.swing.desktop.event.ViewEventListener

Packages that use ViewEventListener
org.crosswire.bibledesktop.desktop The swing section is in charge of turning the XML from the source section into a screen view. 
org.crosswire.common.swing.desktop Events used to communicate changes to Views. 
 

Uses of ViewEventListener in org.crosswire.bibledesktop.desktop
 

Classes in org.crosswire.bibledesktop.desktop that implement ViewEventListener
 class Desktop
          The Desktop is the user's view of BibleDesktop.
 

Uses of ViewEventListener in org.crosswire.common.swing.desktop
 

Classes in org.crosswire.common.swing.desktop that implement ViewEventListener
 class ViewManager
          A ViewManager is an abstraction of a desktop that displays views as tabs or sub-windows.
 

Methods in org.crosswire.common.swing.desktop with parameters of type ViewEventListener
 void AbstractViewLayout.addViewEventListener(ViewEventListener listener)
          Adds a view event listener for notification of any changes to the view.
 void ViewManager.addViewEventListener(ViewEventListener listener)
           
 void Viewable.addViewEventListener(ViewEventListener listener)
          Adds a view event listener for notification of any changes to the view.
 void AbstractViewLayout.removeViewEventListener(ViewEventListener listener)
          Removes a view event listener.
 void ViewManager.removeViewEventListener(ViewEventListener listener)
           
 void Viewable.removeViewEventListener(ViewEventListener listener)
          Removes a view event listener.
 


Copyright ยจ 2003-2007