com.xpn.xwiki.wysiwyg.client.selection.internal
Class IESelectionManager

java.lang.Object
  extended by com.xpn.xwiki.wysiwyg.client.selection.internal.IESelectionManager
All Implemented Interfaces:
SelectionManager

public final class IESelectionManager
extends java.lang.Object
implements SelectionManager


Field Summary
 
Fields inherited from interface com.xpn.xwiki.wysiwyg.client.selection.SelectionManager
INSTANCE
 
Constructor Summary
IESelectionManager()
           
 
Method Summary
protected  com.google.gwt.core.client.JavaScriptObject getJSSelection(com.google.gwt.dom.client.IFrameElement iframe)
           
 Selection getSelection(com.google.gwt.dom.client.IFrameElement iframe)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IESelectionManager

public IESelectionManager()
Method Detail

getSelection

public Selection getSelection(com.google.gwt.dom.client.IFrameElement iframe)

Specified by:
getSelection in interface SelectionManager
Parameters:
iframe - An in-line frame DOM element.
Returns:
The current selection associated with the given in-line frame.
See Also:
SelectionManager.getSelection(IFrameElement)

getJSSelection

protected com.google.gwt.core.client.JavaScriptObject getJSSelection(com.google.gwt.dom.client.IFrameElement iframe)


Copyright © 2004-2008 XWiki. All Rights Reserved.