org.tigris.gef.event
Class ModeChangeEvent
java.lang.Object
java.util.EventObject
org.tigris.gef.event.ModeChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ModeChangeEvent
- extends java.util.EventObject
An event object that contains information about the current
selection(s) in an Editor. These events are sent to registered
GraphSelectionListeners whenever the Editor's selection
changes.
- See Also:
ModeChangeListener
,
Editor
,
SelectionManager
,
Serialized Form
Field Summary |
protected java.util.Vector |
_modes
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
ModeChangeEvent(java.lang.Object src,
java.util.Vector modes)
|
Method Summary |
java.util.Vector |
getModes()
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_modes
protected java.util.Vector _modes
ModeChangeEvent
public ModeChangeEvent(java.lang.Object src,
java.util.Vector modes)
getModes
public java.util.Vector getModes()