Package | Description |
---|---|
org.crosswire.bibledesktop.desktop |
The desktop is the main screen of Bible Desktop.
|
org.crosswire.common.swing.desktop |
Events used to communicate changes to Views.
|
Modifier and Type | Class and Description |
---|---|
class |
Desktop
The Desktop is the user's view of BibleDesktop.
|
Modifier and Type | Class and Description |
---|---|
class |
ViewManager
A ViewManager is an abstraction of a desktop that displays views as tabs or
sub-windows.
|
Modifier and Type | Method and Description |
---|---|
void |
Viewable.addViewEventListener(ViewEventListener listener)
Adds a view event listener for notification of any changes to the view.
|
void |
ViewManager.addViewEventListener(ViewEventListener listener) |
void |
AbstractViewLayout.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 |
AbstractViewLayout.removeViewEventListener(ViewEventListener listener)
Removes a view event listener.
|