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

All Known Implementing Classes:
DefaultSelectionManager, IESelectionManager

public interface SelectionManager


Field Summary
static SelectionManager INSTANCE
           
 
Method Summary
 Selection getSelection(com.google.gwt.dom.client.IFrameElement iframe)
           
 

Field Detail

INSTANCE

static final SelectionManager INSTANCE
Method Detail

getSelection

Selection getSelection(com.google.gwt.dom.client.IFrameElement iframe)
Parameters:
iframe - An in-line frame DOM element.
Returns:
The current selection associated with the given in-line frame.


Copyright © 2004-2008 XWiki. All Rights Reserved.