org.xwiki.gwt.dom.client
Interface SelectionManager
public interface SelectionManager
Interface for retrieving the current selection.
- Version:
- $Id: SelectionManager.java 20042 2009-05-16 12:12:50Z sdumitriu $
|
Field Summary |
static SelectionManager |
INSTANCE
We create the singleton instance using deferred binding in order to use different implementations for different
browsers. |
INSTANCE
static final SelectionManager INSTANCE
- We create the singleton instance using deferred binding in order to use different implementations for different
browsers.
getSelection
Selection getSelection(Document doc)
- Parameters:
doc - The document for which to retrieve the selection.
- Returns:
- The selection associated with the specified document.
Copyright © 2004-2010 XWiki. All Rights Reserved.