Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DisplaySelectPane.fireTitleChanged(TitleChangedEvent ev)
Listen for changes to the title
|
protected void |
BibleViewPane.fireTitleChanged(TitleChangedEvent ev)
Listen for changes to the title
|
void |
BibleViewPane.titleChanged(TitleChangedEvent ev) |
Modifier and Type | Method and Description |
---|---|
void |
ViewManager.titleChanged(TitleChangedEvent ev) |
Modifier and Type | Method and Description |
---|---|
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
|