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

Packages that use TitleChangedEvent
org.crosswire.bibledesktop.book This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
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 TitleChangedEvent in org.crosswire.bibledesktop.book
 

Methods in org.crosswire.bibledesktop.book with parameters of type TitleChangedEvent
protected  void BibleViewPane.fireTitleChanged(TitleChangedEvent ev)
          Listen for changes to the title
protected  void DisplaySelectPane.fireTitleChanged(TitleChangedEvent ev)
          Listen for changes to the title
 void BibleViewPane.titleChanged(TitleChangedEvent ev)
           
 

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

Methods in org.crosswire.common.swing.desktop with parameters of type TitleChangedEvent
 void ViewManager.titleChanged(TitleChangedEvent ev)
           
 

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

Methods in org.crosswire.common.swing.desktop.event with parameters of type TitleChangedEvent
 void TitleChangedListener.titleChanged(TitleChangedEvent ev)
          A Select pane is telling us that it has changed, and we might want to update the BibleViewPane and the AbstractViewLayout to reflect any potentially new titles
 


Copyright ยจ 2003-2005