|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URLEventListener | |
---|---|
org.crosswire.bibledesktop.book | This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. |
org.crosswire.bibledesktop.desktop | The swing section is in charge of turning the XML from the source section into a screen view. |
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.proxy | This package contains an implementation of BookDataDisplay that proxies to another BookDataDisplay to make implementing nested BookDataDisplays easier. |
org.crosswire.bibledesktop.display.tab | This package contains an implementation of BookDataDisplay (based on ProxyBookDataDisplay for simplicity) that adds scrollbars to a child implementation of BookDataDisplay. |
org.crosswire.bibledesktop.display.textpane | This package contains an implementation of BookDataDisplay that displays the OSIS after transforming it to HTML (using XSL) in a Swing JTextPane. |
Uses of URLEventListener in org.crosswire.bibledesktop.book |
---|
Methods in org.crosswire.bibledesktop.book with parameters of type URLEventListener | |
---|---|
void |
MultiBookPane.addURLEventListener(URLEventListener listener)
|
void |
MultiBookPane.removeURLEventListener(URLEventListener listener)
|
Uses of URLEventListener in org.crosswire.bibledesktop.desktop |
---|
Classes in org.crosswire.bibledesktop.desktop that implement URLEventListener | |
---|---|
class |
Desktop
The Desktop is the user's view of BibleDesktop. |
class |
StatusBar
The status bar provides useful info to the user as to the current state of the program. |
Uses of URLEventListener in org.crosswire.bibledesktop.display |
---|
Methods in org.crosswire.bibledesktop.display with parameters of type URLEventListener | |
---|---|
void |
BookDataDisplay.addURLEventListener(URLEventListener listener)
Add a listener for when someone clicks on a browser 'link' |
void |
BookDataDisplay.removeURLEventListener(URLEventListener listener)
Remove a listener for when someone clicks on a browser 'link' |
Uses of URLEventListener in org.crosswire.bibledesktop.display.proxy |
---|
Methods in org.crosswire.bibledesktop.display.proxy with parameters of type URLEventListener | |
---|---|
void |
ProxyBookDataDisplay.addURLEventListener(URLEventListener listener)
|
void |
ProxyBookDataDisplay.removeURLEventListener(URLEventListener listener)
|
Uses of URLEventListener in org.crosswire.bibledesktop.display.tab |
---|
Methods in org.crosswire.bibledesktop.display.tab with parameters of type URLEventListener | |
---|---|
void |
TabbedBookDataDisplay.addURLEventListener(URLEventListener listener)
|
void |
TabbedBookDataDisplay.removeURLEventListener(URLEventListener listener)
|
Uses of URLEventListener in org.crosswire.bibledesktop.display.textpane |
---|
Methods in org.crosswire.bibledesktop.display.textpane with parameters of type URLEventListener | |
---|---|
void |
TextPaneBookDataDisplay.addURLEventListener(URLEventListener listener)
Adds a hyperlink listener for notification of any changes, for example when a link is selected and entered. |
void |
TextPaneBookDataDisplay.removeURLEventListener(URLEventListener listener)
Removes a hyperlink listener. |
|
Copyright ยจ 2003-2006 | |||||||||
PREV NEXT | FRAMES NO FRAMES |