com.yworks.yfiles.bpmn.view
Class EventPortConfiguration.UserDataEventProvider

java.lang.Object
  extended bycom.yworks.yfiles.bpmn.view.EventPortConfiguration.UserDataEventProvider
All Implemented Interfaces:
EventPortConfiguration.EventProvider
Enclosing class:
EventPortConfiguration

public static class EventPortConfiguration.UserDataEventProvider
extends Object
implements EventPortConfiguration.EventProvider

EventProvider that retrieves the visual representation of a node port from the port's user data.

See Also:
NodePort.getUserData()
 

Constructor Summary
EventPortConfiguration.UserDataEventProvider()
           
 
Method Summary
 NodeRealizer getEvent(NodePort port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventPortConfiguration.UserDataEventProvider

public EventPortConfiguration.UserDataEventProvider()
Method Detail

getEvent

public NodeRealizer getEvent(NodePort port)
Description copied from interface: EventPortConfiguration.EventProvider
Returns the node realizer instance that should be used to visualize the specified node port.

Specified by:
getEvent in interface EventPortConfiguration.EventProvider
Parameters:
port - the node port to visualize.
Returns:
the node realizer instance that should be used to visualize the specified node port.


© Copyright 2010-2014,
yWorks GmbH.
All rights reserved.