Package | Description |
---|---|
org.crosswire.bibledesktop.desktop |
The desktop is the main screen of Bible Desktop.
|
org.crosswire.bibledesktop.display |
This package contains the BookDataDisplay interface which is designed to
allow GUI components to choose between the methods they use to display BookData
objects.
|
org.crosswire.bibledesktop.display.basic |
This package provides the actual display of BookData.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusBar.activateURI(URIEvent ev) |
void |
Desktop.activateURI(URIEvent ev) |
void |
StatusBar.enterURI(URIEvent ev) |
void |
Desktop.enterURI(URIEvent ev) |
void |
StatusBar.leaveURI(URIEvent ev) |
void |
Desktop.leaveURI(URIEvent ev) |
Modifier and Type | Method and Description |
---|---|
void |
URIEventListener.activateURI(URIEvent ev)
This method is called to indicate that an URI can be processed.
|
void |
URIEventListener.enterURI(URIEvent ev)
This method is called to indicate that the mouse has entered the URI.
|
void |
URIEventListener.leaveURI(URIEvent ev)
This method is called to indicate that the mouse has left the URI.
|
Modifier and Type | Field and Description |
---|---|
private URIEvent |
URITipMgr.event |
private URIEvent |
URITipHelper.event
The most recent interested event, which is used for content retrieving.
|
Modifier and Type | Method and Description |
---|---|
void |
URITipMgr.activateURI(URIEvent ev) |
void |
URITipHelper.activateURI(URIEvent ev)
This method is called to indicate that an URI can be processed.
|
void |
ActiveURITip.activateURI(URIEvent ev) |
void |
URITipMgr.enterURI(URIEvent ev) |
void |
URITipHelper.enterURI(URIEvent ev)
This method is called to indicate that the mouse has entered the URI.
|
void |
ActiveURITip.enterURI(URIEvent ev) |
void |
TextPaneBookDataDisplay.fireActivateURI(URIEvent e)
Notify the listeners that the hyperlink (URI) has been activated.
|
void |
TextPaneBookDataDisplay.fireEnterURI(URIEvent e)
Notify the listeners that the hyperlink (URI) has been entered.
|
void |
TextPaneBookDataDisplay.fireLeaveURI(URIEvent e)
Notify the listeners that the hyperlink (URI) has been left.
|
(package private) boolean |
URITipMgr.interested(URIEvent ev) |
(package private) boolean |
URITipHelper.interested(URIEvent ev) |
(package private) boolean |
ActiveURITip.interested(URIEvent ev) |
void |
URITipMgr.leaveURI(URIEvent ev) |
void |
URITipHelper.leaveURI(URIEvent ev)
This method is called to indicate that the mouse has left the URI.
|
void |
ActiveURITip.leaveURI(URIEvent ev) |
void |
ActiveURITip.updateText(URIEvent event) |