Uses of Class
org.crosswire.bibledesktop.passage.KeyChangeEvent

Packages that use KeyChangeEvent
org.crosswire.bibledesktop.book This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
org.crosswire.bibledesktop.display.splitlist This package contains an implementation of BookDataDisplay that adds a side panel to a child implementation of BookDataDisplay. 
org.crosswire.bibledesktop.passage This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
 

Uses of KeyChangeEvent in org.crosswire.bibledesktop.book
 

Methods in org.crosswire.bibledesktop.book with parameters of type KeyChangeEvent
 void DisplaySelectPane.keyChanged(KeyChangeEvent ev)
           
 

Uses of KeyChangeEvent in org.crosswire.bibledesktop.display.splitlist
 

Methods in org.crosswire.bibledesktop.display.splitlist with parameters of type KeyChangeEvent
protected  void SplitBookDataDisplay.fireKeyChanged(KeyChangeEvent ev)
          Inform the command keyChangeListeners
 

Uses of KeyChangeEvent in org.crosswire.bibledesktop.passage
 

Methods in org.crosswire.bibledesktop.passage with parameters of type KeyChangeEvent
protected  void KeySidebar.fireKeyChanged(KeyChangeEvent ev)
          Inform the command keyChangeListeners
 void KeyChangeListener.keyChanged(KeyChangeEvent ev)
          This method is called to indicate that a key has been changed.
 void KeySidebar.keyChanged(KeyChangeEvent ev)
           
 


Copyright ยจ 2003-2005