public class PropertyUpdateEvent<T> extends Object implements IVisualChangeEvent
| Constructor and Description | 
|---|
PropertyUpdateEvent(ILayer layer,
                   T sourceBean,
                   String propertyName,
                   Object oldValue,
                   Object newValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
ILayerEvent | 
cloneEvent()  | 
boolean | 
convertToLocal(ILayer localLayer)
Convert the column/row positions carried by the event to the layer about to
 handle the event. 
 | 
Collection<org.eclipse.swt.graphics.Rectangle> | 
getChangedPositionRectangles()  | 
ILayer | 
getLayer()  | 
Object | 
getNewValue()  | 
Object | 
getOldValue()  | 
PropertyChangeEvent | 
getPropertyChangeEvent()  | 
String | 
getPropertyName()  | 
T | 
getSourceBean()  | 
public ILayerEvent cloneEvent()
cloneEvent in interface ILayerEventpublic boolean convertToLocal(ILayer localLayer)
ILayerEventconvertToLocal in interface ILayerEventlocalLayer - layer about to receive the eventpublic Collection<org.eclipse.swt.graphics.Rectangle> getChangedPositionRectangles()
getChangedPositionRectangles in interface IVisualChangeEventpublic ILayer getLayer()
getLayer in interface IVisualChangeEventpublic PropertyChangeEvent getPropertyChangeEvent()
public T getSourceBean()
public String getPropertyName()
public Object getNewValue()
public Object getOldValue()
Copyright © 2013. All Rights Reserved.