org.freehep.jas.event
Class EditorPopupEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.freehep.jas.event.EditorPopupEvent
All Implemented Interfaces:
Serializable

public class EditorPopupEvent
extends EventObject

An event fired when an editor is about to popup an a popup menu. The menu can be modified by the receiver.

Version:
$Id: EditorPopupEvent.java 13876 2011-09-20 00:52:21Z tonyj $
Author:
tonyj
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
EditorPopupEvent(TextEditor source, JPopupMenu menu)
           
 
Method Summary
 TextEditor getEditor()
           
 JPopupMenu getMenu()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EditorPopupEvent

public EditorPopupEvent(TextEditor source,
                        JPopupMenu menu)
Method Detail

getMenu

public JPopupMenu getMenu()

getEditor

public TextEditor getEditor()


Copyright © 2013. All Rights Reserved.