Package | Description |
---|---|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GraphMLWriter.onQueryReferenceId(QueryReferenceIdEventArgs args)
Fires the
QueryReferenceId event. |
protected void |
GraphMLIOHandler.onQueryReferenceId(QueryReferenceIdEventArgs args)
Fires the
QueryReferenceId event. |
Modifier and Type | Method and Description |
---|---|
void |
GraphMLWriter.addQueryReferenceIdListener(IEventHandler<QueryReferenceIdEventArgs> queryReferenceIdEvent)
Adds the given listener for the
QueryReferenceId event that occurs when a reference is queried. |
void |
GraphMLIOHandler.addQueryReferenceIdListener(IEventHandler<QueryReferenceIdEventArgs> queryReferenceIdEvent)
Adds the given listener for the
QueryReferenceId event that occurs when a reference is queried. |
void |
GraphMLWriter.removeQueryReferenceIdListener(IEventHandler<QueryReferenceIdEventArgs> queryReferenceIdEvent)
Removes the given listener for the
QueryReferenceId event that occurs when a reference is queried. |
void |
GraphMLIOHandler.removeQueryReferenceIdListener(IEventHandler<QueryReferenceIdEventArgs> queryReferenceIdEvent)
Removes the given listener for the
QueryReferenceId event that occurs when a reference is queried. |