net.sourceforge.toscanaj.controller.diagram
Class ObjectEditingLabelViewPopupMenuHandler

java.lang.Object
  extended bynet.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.


Constructor Summary
ObjectEditingLabelViewPopupMenuHandler(DiagramView diagramView, org.tockit.events.EventBroker schemaBroker)
           
 
Method Summary
 void openPopupMenu(ObjectLabelView labelView, java.awt.geom.Point2D canvasPosition, java.awt.geom.Point2D screenPosition)
           
 void processEvent(org.tockit.events.Event e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectEditingLabelViewPopupMenuHandler

public ObjectEditingLabelViewPopupMenuHandler(DiagramView diagramView,
                                              org.tockit.events.EventBroker schemaBroker)
Method Detail

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