Uses of Class
org.crosswire.common.swing.desktop.event.ViewEvent

Packages that use ViewEvent
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. 
org.crosswire.common.swing.desktop.event A collection of utilities to describe a desktop consisting of multiple windows or tabs of the same kind of view. 
 

Uses of ViewEvent in org.crosswire.bibledesktop.desktop
 

Methods in org.crosswire.bibledesktop.desktop with parameters of type ViewEvent
 void Desktop.viewRemoved(ViewEvent event)
           
 

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

Methods in org.crosswire.common.swing.desktop with parameters of type ViewEvent
 void AbstractViewLayout.fireViewRemoved(ViewEvent e)
          Notify the listeners that the view has been removed.
 void ViewManager.viewRemoved(ViewEvent event)
           
 

Uses of ViewEvent in org.crosswire.common.swing.desktop.event
 

Methods in org.crosswire.common.swing.desktop.event with parameters of type ViewEvent
 void ViewEventListener.viewRemoved(ViewEvent event)
           
 


Copyright ยจ 2003-2007