org.xwiki.gwt.dom.client.internal.ie
Class IESelectionManager

java.lang.Object
  extended by org.xwiki.gwt.dom.client.internal.ie.IESelectionManager
All Implemented Interfaces:
SelectionManager

public class IESelectionManager
extends Object
implements SelectionManager

Implements SelectionManager for newer versions of Internet Explorer (9 and above).


Field Summary
 
Fields inherited from interface org.xwiki.gwt.dom.client.SelectionManager
INSTANCE
 
Constructor Summary
IESelectionManager()
           
 
Method Summary
 Selection getSelection(Document document)
           
 
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(Document document)
Specified by:
getSelection in interface SelectionManager
Parameters:
document - The document for which to retrieve the selection.
Returns:
The selection associated with the specified document.