Extension SDK 10.1.2

oracle.ide.config
Class ChangeEventSource

java.lang.Object
  extended byoracle.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()


Constructor Summary
ChangeEventSource()
           
 
Method Summary
 void addChangeListener(javax.swing.event.ChangeListener l)
           
 void fireChangeEvent()
          Fires a stateChanged event with 'this' as the source of the event.
protected  void fireChangeEvent(java.lang.Object source)
           
 void removeChangeListener(javax.swing.event.ChangeListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeEventSource

public ChangeEventSource()
Method Detail

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)

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.