net.sourceforge.toscanaj.controller.diagram
Class ObjectEditingLabelViewPopupMenuHandler
java.lang.Object
net.sourceforge.toscanaj.controller.diagram.ObjectEditingLabelViewPopupMenuHandler
- All Implemented Interfaces:
- org.tockit.events.EventBrokerListener
- public class ObjectEditingLabelViewPopupMenuHandler
- extends java.lang.Object
- implements org.tockit.events.EventBrokerListener
Assumptions:
- a Concept implementation used here is a ConceptImplementation class
- an object in the FCA sense is a String.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectEditingLabelViewPopupMenuHandler
public ObjectEditingLabelViewPopupMenuHandler(DiagramView diagramView,
org.tockit.events.EventBroker schemaBroker)
processEvent
public void processEvent(org.tockit.events.Event e)
- Specified by:
processEvent
in interface org.tockit.events.EventBrokerListener
openPopupMenu
public void openPopupMenu(ObjectLabelView labelView,
java.awt.geom.Point2D canvasPosition,
java.awt.geom.Point2D screenPosition)
The ToscanaJ project