com.xpn.xwiki.wysiwyg.client.selection
Interface RangeFactory
- All Known Implementing Classes:
- DefaultRangeFactory, IERangeFactory
public interface RangeFactory
|
Method Summary |
Range |
createRange(com.google.gwt.dom.client.IFrameElement iframe)
|
INSTANCE
static final RangeFactory INSTANCE
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.