documentationfor yFiles for HTML 2.6

Usages of Future

Method Return Values

addInputHandlerFactory (function(Element):boolean, IGenericInputHandlerFactory)in GraphMLIOHandlerCreate a Future<T> instance that wraps an IInputHandler that is dynamically created by factory.
addInputMapperFuture (Class, Class, string)in GraphMLIOHandlerCreate a Future<T> instance that wraps an IMapper<K,V> for use as an input data target.
addInputMapperFuture (Class, Class, function(Element):boolean, function(Object, HandleDeserializationEventArgs):void)in GraphMLIOHandlerCreate a Future<T> instance that wraps an IMapper<K,V> for use as an input data target.
addRegistryInputMapper (Class, Class, string)in GraphMLIOHandlerCreate a Future<T> instance that wraps an IInputHandler that stores the data in an IMapper<K,V> that will be created in the graph's IMapperRegistry.
addRegistryInputMapper (Class, Class, Object, function(Element):boolean, function(Object, HandleDeserializationEventArgs):void)in GraphMLIOHandlerCreate a Future<T> instance that wraps an IInputHandler that stores the data in an IMapper<K,V> that will be created in the graph's IMapperRegistry.