|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjecteTextReader.NotationEventAdapter
eTextReader.PopupWindowNotationHandler
eTextReader.OpenExternalPopupWindowHandler
public class OpenExternalPopupWindowHandler
This class extends the PopupWindowHandler to handle notation selected events. It handles these by either popping up a discussion window or an AnnotationViewer window.
Field Summary |
---|
Fields inherited from class eTextReader.PopupWindowNotationHandler |
---|
enabledTypes, popup, scrollingContentPane |
Constructor Summary | |
---|---|
OpenExternalPopupWindowHandler(javax.swing.JFrame frame,
ScrollingContentPane scrollingContentPane)
Constructs an ExternalPopupWindowHandler associated with the given frame and scrolling content pane |
Method Summary | |
---|---|
protected void |
handleNotationSelected(NotationEvent ne)
Performs the same action is exiting the notation by calling PopupWindowNotationHandler.handleNotationExited(NotationEvent) |
Methods inherited from class eTextReader.PopupWindowNotationHandler |
---|
disableTypes, enableTypes, handleNotationEntered, handleNotationExited, isTypeEnabled, notationEventOccurred, pageChanged |
Methods inherited from class eTextReader.NotationEventAdapter |
---|
errorOccurred |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpenExternalPopupWindowHandler(javax.swing.JFrame frame, ScrollingContentPane scrollingContentPane)
frame
- scrollingContentPane
- Method Detail |
---|
protected void handleNotationSelected(NotationEvent ne)
PopupWindowNotationHandler
PopupWindowNotationHandler.handleNotationExited(NotationEvent)
handleNotationSelected
in class PopupWindowNotationHandler
ne
- the notation event that triggered this action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |