org.freehep.jas.event
Class EditorPopupEvent
java.lang.Object
java.util.EventObject
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
EditorPopupEvent
public EditorPopupEvent(TextEditor source,
JPopupMenu menu)
getMenu
public JPopupMenu getMenu()
getEditor
public TextEditor getEditor()
Copyright © 2013. All Rights Reserved.