| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
y.io.graphml.output.QueryOutputHandlersEvent
public final class QueryOutputHandlersEvent
Event argument implementation that is used by the
 GraphMLHandler.fireQueryOutputHandlersEvent(QueryOutputHandlersEvent)
 event.
 
 These event arguments can be used to addOutputHandler(y.io.graphml.output.OutputHandler,y.io.graphml.KeyScope)
 OutputHandler
 implementations to the GraphMLWriter dynamically at the time of writing.
 
GraphMLHandler, 
Serialized Form| Nested Class Summary | |
|---|---|
| static class | QueryOutputHandlersEvent.HandlerStructHelper class that represents an OutputHandlerthat is bound to a certain scope. | 
| Field Summary | 
|---|
| Fields inherited from class java.util.EventObject | 
|---|
| source | 
| Constructor Summary | |
|---|---|
| QueryOutputHandlersEvent(java.lang.Object source,
                         GraphMLWriteContext context,
                         java.util.List handlers)Initializes a new instance of the QueryOutputHandlersEventclass. | |
| Method Summary | |
|---|---|
|  void | addOutputHandler(OutputHandler handler,
                 KeyScope scope)Adds the given output handler to the set of registered output handlers for the given scope. | 
|  GraphMLWriteContext | getContext()Gets the context for which the handlers are queried. | 
| Methods inherited from class java.util.EventObject | 
|---|
| getSource, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public QueryOutputHandlersEvent(java.lang.Object source,
                                GraphMLWriteContext context,
                                java.util.List handlers)
QueryOutputHandlersEvent class.
source - The origin of the eventcontext - The context to assign to the getContext() property.handlers - The list of handlers to which the addOutputHandler(y.io.graphml.output.OutputHandler,y.io.graphml.KeyScope) method will
 add the added instances.| Method Detail | 
|---|
public void addOutputHandler(OutputHandler handler,
                             KeyScope scope)
handler - The handler to add.scope - The scope to use for the handler.public GraphMLWriteContext getContext()
| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||