sk.uniba.euromath.editor.selections
Class DOMSelectionChangedEvent
java.lang.Object
java.util.EventObject
sk.uniba.euromath.editor.selections.DOMSelectionChangedEvent
- All Implemented Interfaces:
- Serializable
public class DOMSelectionChangedEvent
- extends EventObject
XML selection changed event object.
- Author:
- Tomas Studva
- See Also:
- Serialized Form
selection
protected DOMIntervalSet selection
- The selection.
DOMSelectionChangedEvent
public DOMSelectionChangedEvent(IDOMSelectionProvider source,
DOMIntervalSet selection)
- Creates a new event for the given source and selection.
- Parameters:
source
- the selection providerselection
- the selection
getDOMSelection
public DOMIntervalSet getDOMSelection()
- Returns the selection.
- Returns:
- the selection
getSelectionProvider
public IDOMSelectionProvider getSelectionProvider()
- Returns the selection provider that is the source of this event.
- Returns:
- the originating selection provider
getSource
public IDOMSelectionProvider getSource()
- Overrides:
getSource
in class EventObject
Copyright © 2003-2006 null. All Rights Reserved.