documentationfor yFiles for HTML 3.0-EAP3

Usages of Future

Method Return Values

addInputHandlerFactory (function(Element):boolean, function(QueryInputHandlersEventArgs):IInputHandler)in GraphMLIOHandlerCreate a Future<T> instance that wraps an IInputHandler that is dynamically created by factory.
addInputMapperFuture (Constructor<TKey>, Constructor<TData>, string)in GraphMLIOHandlerCreate a Future<T> instance that wraps an IMapper<K,V> for use as an input data target.
addInputMapperFuture (Constructor<TKey>, Constructor<TData>, function(Element):boolean, function(IParseContext, Node, Constructor):TData)in GraphMLIOHandlerCreate a Future<T> instance that wraps an IMapper<K,V> for use as an input data target.