Search this API

y.view
Interface GenericNodeRealizer.GenericMouseInputEditorProvider

All Known Implementing Classes:
GroupNodePainter, MultiplexingNodeEditor
Enclosing class:
GenericNodeRealizer

public static interface GenericNodeRealizer.GenericMouseInputEditorProvider

This interface is used by GenericNodeRealizer to delegate the work of the MouseInputEditorProvider interface GenericNodeRealizer implements to. Classes implementing this interface should query the given context NodeRealizer for the necessary information each time the methods are called since they will be shared instances for multiple GenericNodeRealizer instances.

 
Your browser does not support SVG content.

Method Summary
 MouseInputEditor findMouseInputEditor(NodeRealizer context, Graph2DView view, double x, double y, HitInfo hitInfo)
          Used as a callback for the GenericNodeRealizer.findMouseInputEditor(Graph2DView, double, double, HitInfo) method.
 

Method Detail

findMouseInputEditor

MouseInputEditor findMouseInputEditor(NodeRealizer context,
                                      Graph2DView view,
                                      double x,
                                      double y,
                                      HitInfo hitInfo)
Used as a callback for the GenericNodeRealizer.findMouseInputEditor(Graph2DView, double, double, HitInfo) method.

See Also:
MouseInputEditor, MouseInputEditorProvider

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.