documentationfor yFiles for HTML 2.6

Usages of IInputHandler

Properties

handlersin QueryInputHandlersEventArgsGets the IInputHandlers that have been registered on this event argument instance so far.

Method Return Values

addInputHandlerFactory (function(Element):boolean, IGenericInputHandlerFactory)in GraphMLIOHandlerCreate a Future<T> instance that wraps an IInputHandler that is dynamically created by factory.
getInputHandlers (IParseContext, Element)in GraphMLParserDynamically retrieve all IInputHandler instances that process a GraphML attribute with key definition keyDefinition.
createInputHandler (Class, Class, QueryInputHandlersEventArgs)in IGenericInputHandlerFactoryCreate an IInputHandler instance based on the given evt.
create ()in IInputHandlerCreates an implementation of the interface IInputHandler from the given definition.

Implementing Types

InputHandlerBaseAn abstract base implementation of the IInputHandler interface.