Uses of Class
org.xwiki.gwt.dom.client.internal.mozilla.NativeSelection

Packages that use NativeSelection
org.xwiki.gwt.dom.client.internal   
org.xwiki.gwt.dom.client.internal.mozilla   
 

Uses of NativeSelection in org.xwiki.gwt.dom.client.internal
 

Methods in org.xwiki.gwt.dom.client.internal that return NativeSelection
protected  NativeSelection DefaultSelection.getNativeSelection()
           
 

Constructors in org.xwiki.gwt.dom.client.internal with parameters of type NativeSelection
DefaultSelection(NativeSelection nativeSelection)
          Creates a new selection object.
 

Uses of NativeSelection in org.xwiki.gwt.dom.client.internal.mozilla
 

Methods in org.xwiki.gwt.dom.client.internal.mozilla that return NativeSelection
static NativeSelection NativeSelection.getInstance(Document document)
          Retrieves the native selection object using Mozilla's API.
 

Constructors in org.xwiki.gwt.dom.client.internal.mozilla with parameters of type NativeSelection
MozillaSelection(NativeSelection nativeSelection)
          Creates a new selection object.
 



Copyright © 2004-2009 XWiki. All Rights Reserved.