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
          A container for various tools, particularly the BibleGenerator and the Tester.
 

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 Viewable.addViewEventListener(ViewEventListener listener)
          Adds a view event listener for notification of any changes to the view.
 void ViewManager.addViewEventListener(ViewEventListener listener)
           
 void ViewLayout.addViewEventListener(ViewEventListener listener)
          Adds a view event listener for notification of any changes to the view.
 void Viewable.removeViewEventListener(ViewEventListener listener)
          Removes a view event listener.
 void ViewManager.removeViewEventListener(ViewEventListener listener)
           
 void ViewLayout.removeViewEventListener(ViewEventListener listener)
          Removes a view event listener.
 


Copyright ? 2003-2004