com.xpn.xwiki.wysiwyg.client.selection
Interface RangeFactory

All Known Implementing Classes:
DefaultRangeFactory, IERangeFactory

public interface RangeFactory


Field Summary
static RangeFactory INSTANCE
           
 
Method Summary
 Range createRange(com.google.gwt.dom.client.IFrameElement iframe)
           
 

Field Detail

INSTANCE

static final RangeFactory INSTANCE
Method Detail

createRange

Range createRange(com.google.gwt.dom.client.IFrameElement iframe)
Parameters:
iframe - An in-line frame DOM element.
Returns:
A new range bound to the document of the given in-line frame.


Copyright © 2004-2008 XWiki. All Rights Reserved.