oracle.ide.config
Class ChangeEventSource
java.lang.Object
oracle.ide.config.ChangeEventSource
- Direct Known Subclasses:
- EnvironOptions, KeyStrokeOptions, UIEditorOptions, VCSPropertyMap
- public class ChangeEventSource
- extends java.lang.Object
Implements the registry of ChangeListeners.
This class is a helper for objects registered as IdeSettings.registerData()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeEventSource
public ChangeEventSource()
addChangeListener
public void addChangeListener(javax.swing.event.ChangeListener l)
removeChangeListener
public void removeChangeListener(javax.swing.event.ChangeListener l)
fireChangeEvent
public void fireChangeEvent()
- Fires a stateChanged event with 'this' as the source
of the event.
It is by design that the current implementation does not allow to
specify the source of the event from the public API.
fireChangeEvent
protected final void fireChangeEvent(java.lang.Object source)
Copyright © 1997, 2004, Oracle. All rights reserved.