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.
TODO GUI : this could contains only some update of previous selection
e.g. some DOMInterval is add to selection, than the result of
- Author:
- Tomas Studva
- See Also:
can be this update
,
Serialized Form
Field Summary |
protected sk.baka.ikslibs.interval.DOMIntervalSet |
selection
The selection. |
selection
protected sk.baka.ikslibs.interval.DOMIntervalSet selection
- The selection.
DOMSelectionChangedEvent
public DOMSelectionChangedEvent(IDOMSelectionProvider source,
sk.baka.ikslibs.interval.DOMIntervalSet selection)
- Creates a new event for the given source and selection.
- Parameters:
source
- the selection providerselection
- the selection
getDOMSelection
public sk.baka.ikslibs.interval.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.