|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Selection | |
|---|---|
| org.xwiki.gwt.dom.client | |
| org.xwiki.gwt.dom.client.internal | |
| org.xwiki.gwt.dom.client.internal.ie | |
| org.xwiki.gwt.dom.client.internal.mozilla | |
| Uses of Selection in org.xwiki.gwt.dom.client |
|---|
| Methods in org.xwiki.gwt.dom.client that return Selection | |
|---|---|
Selection |
Document.getSelection()
We've added this method because at the time of writing Document doesn't offer
support for retrieving the current selection. |
Selection |
SelectionManager.getSelection(Document doc)
|
| Uses of Selection in org.xwiki.gwt.dom.client.internal |
|---|
| Classes in org.xwiki.gwt.dom.client.internal that implement Selection | |
|---|---|
class |
AbstractSelection
Abstract Selection implementation. |
class |
DefaultSelection
The default selection implementation for browsers supporting the W3C Range specification and following Mozilla Selection API. |
| Methods in org.xwiki.gwt.dom.client.internal that return Selection | |
|---|---|
Selection |
DefaultSelectionManager.getSelection(Document document)
|
| Uses of Selection in org.xwiki.gwt.dom.client.internal.ie |
|---|
| Classes in org.xwiki.gwt.dom.client.internal.ie that implement Selection | |
|---|---|
class |
IESelection
The implementation of Mozilla's selection specification using Internet Explorer's selection API. |
| Methods in org.xwiki.gwt.dom.client.internal.ie that return Selection | |
|---|---|
Selection |
IESelectionManager.getSelection(Document doc)
|
| Uses of Selection in org.xwiki.gwt.dom.client.internal.mozilla |
|---|
| Classes in org.xwiki.gwt.dom.client.internal.mozilla that implement Selection | |
|---|---|
class |
MozillaSelection
Fixes selection problems found in Firefox versions prior to 3.0. |
| Methods in org.xwiki.gwt.dom.client.internal.mozilla that return Selection | |
|---|---|
Selection |
MozillaSelectionManager.getSelection(Document document)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||