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 final class IESelectionManager
extends java.lang.Object
implements SelectionManager

SelectionManager implementation for Internet Explorer.

Version:
$Id: IESelectionManager.java 20039 2009-05-16 12:04:30Z sdumitriu $

Field Summary
 
Fields inherited from interface org.xwiki.gwt.dom.client.SelectionManager
INSTANCE
 
Constructor Summary
IESelectionManager()
           
 
Method Summary
 Selection getSelection(Document doc)
          
 
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 doc)

Specified by:
getSelection in interface SelectionManager
Parameters:
doc - The document for which to retrieve the selection.
Returns:
The selection associated with the specified document.
See Also:
SelectionManager.getSelection(Document)


Copyright © 2004-2009 XWiki. All Rights Reserved.