|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
buoy.event.DocumentLinkEvent
public class DocumentLinkEvent
A DocumentLinkEvents is generated when the user clicks on a hyperlink inside a BDocumentViewer. It is a simple wrapper around a javax.swing.event.HyperlinkEvent object.
Constructor Summary | |
---|---|
DocumentLinkEvent(Widget widget,
javax.swing.event.HyperlinkEvent event)
Create a DocumentLinkEvent. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Get a description of the link which was clicked. |
javax.swing.event.HyperlinkEvent |
getEvent()
Get the original HyperlinkEvent. |
java.net.URL |
getURL()
Get the URL of the link which was clicked. |
Widget |
getWidget()
Get the Widget which generated this event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DocumentLinkEvent(Widget widget, javax.swing.event.HyperlinkEvent event)
widget
- the Widget containing the link that was selectedevent
- the original HyperlinkEventMethod Detail |
---|
public Widget getWidget()
getWidget
in interface WidgetEvent
public java.net.URL getURL()
public java.lang.String getDescription()
public javax.swing.event.HyperlinkEvent getEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |