|
Eclipse Draw2d 3.7 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.eclipse.draw2d.ChangeEvent
public class ChangeEvent
An event for property changes. Includes the source of the event as well as the name of the property that has changed.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ChangeEvent(Object source)
Constructs a new ChangeEvent with the given object as the source of the event. |
|
ChangeEvent(Object source,
String property)
Constructs a new ChangeEvent with the given source object and property name. |
|
| Method Summary | |
|---|---|
String |
getPropertyName()
Returns the name of the property that has changed. |
protected void |
setPropertyName(String string)
Sets the name of the property that has changed. |
| 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 |
| Constructor Detail |
|---|
public ChangeEvent(Object source)
source - The source of the event
public ChangeEvent(Object source,
String property)
source - The source of the eventproperty - The property name| Method Detail |
|---|
public String getPropertyName()
protected void setPropertyName(String string)
string - The property name
|
Eclipse Draw2d 3.7 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||