|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URLEvent | |
---|---|
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.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 URLEvent in org.crosswire.bibledesktop.desktop |
---|
Methods in org.crosswire.bibledesktop.desktop with parameters of type URLEvent | |
---|---|
void |
StatusBar.activateURL(URLEvent ev)
|
void |
Desktop.activateURL(URLEvent ev)
|
void |
StatusBar.enterURL(URLEvent ev)
|
void |
Desktop.enterURL(URLEvent ev)
|
void |
StatusBar.leaveURL(URLEvent ev)
|
void |
Desktop.leaveURL(URLEvent ev)
|
Uses of URLEvent in org.crosswire.bibledesktop.display |
---|
Methods in org.crosswire.bibledesktop.display with parameters of type URLEvent | |
---|---|
void |
URLEventListener.activateURL(URLEvent ev)
This method is called to indicate that an URL can be processed. |
void |
URLEventListener.enterURL(URLEvent ev)
This method is called to indicate that the mouse has entered the URL. |
void |
URLEventListener.leaveURL(URLEvent ev)
This method is called to indicate that the mouse has left the URL. |
Uses of URLEvent in org.crosswire.bibledesktop.display.textpane |
---|
Methods in org.crosswire.bibledesktop.display.textpane with parameters of type URLEvent | |
---|---|
void |
TextPaneBookDataDisplay.fireActivateURL(URLEvent e)
Notify the listeners that the hyperlink (URL) has been activated. |
void |
TextPaneBookDataDisplay.fireEnterURL(URLEvent e)
Notify the listeners that the hyperlink (URL) has been entered. |
void |
TextPaneBookDataDisplay.fireLeaveURL(URLEvent e)
Notify the listeners that the hyperlink (URL) has been left. |
|
Copyright ? 2003-2004 | |||||||||
PREV NEXT | FRAMES NO FRAMES |