http://www.jpicedt.org

jpicedt.ui.internal
Class PEPopupMenuFactory

java.lang.Object
  extended by jpicedt.ui.internal.PEPopupMenuFactory
All Implemented Interfaces:
PopupMenuFactory

public class PEPopupMenuFactory
extends java.lang.Object
implements PopupMenuFactory

A factory to create a PEPopupMenu for an EditorKit.

Since:
jPicEdt
Version:
$Id: PEPopupMenuFactory.java,v 1.22.2.1 2007/09/02 11:56:30 reynal Exp $
Author:
Sylvain Reynal

Nested Class Summary
 class PEPopupMenuFactory.PopupMenu
          This class implements a popup-menu activable from a right-click on the associated PECanvas.
 
Constructor Summary
PEPopupMenuFactory()
          Create a new PEPopupMenuFactory using the given action-map to retrieve actions.
 
Method Summary
 javax.swing.JPopupMenu createPopupMenu(PECanvas board, HitInfo hi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PEPopupMenuFactory

public PEPopupMenuFactory()
Create a new PEPopupMenuFactory using the given action-map to retrieve actions.

Method Detail

createPopupMenu

public javax.swing.JPopupMenu createPopupMenu(PECanvas board,
                                              HitInfo hi)
Specified by:
createPopupMenu in interface PopupMenuFactory
Parameters:
board - the popup-menu invoker component
element - if non-null, the graphic element on which the click occured.

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org