jaugment2.texteditor
Class TextEditorSwingRepresentation.BookmarkSelectedActionListener

java.lang.Object
  |
  +--jaugment2.texteditor.TextEditorSwingRepresentation.BookmarkSelectedActionListener
Enclosing class:
TextEditorSwingRepresentation

private class TextEditorSwingRepresentation.BookmarkSelectedActionListener
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  TextEditorProxyIF.Bookmark b
           
(package private)  TextEditorProxyIF proxy
           
 
Constructor Summary
TextEditorSwingRepresentation.BookmarkSelectedActionListener(TextEditorProxyIF.Bookmark b, TextEditorProxyIF proxy)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

b

TextEditorProxyIF.Bookmark b

proxy

TextEditorProxyIF proxy
Constructor Detail

TextEditorSwingRepresentation.BookmarkSelectedActionListener

public TextEditorSwingRepresentation.BookmarkSelectedActionListener(TextEditorProxyIF.Bookmark b,
                                                                    TextEditorProxyIF proxy)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface java.awt.event.ActionListener