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 ILayerEvent
public boolean convertToLocal(ILayer localLayer)
ILayerEvent
convertToLocal
in interface ILayerEvent
localLayer
- layer about to receive the eventpublic Collection<org.eclipse.swt.graphics.Rectangle> getChangedPositionRectangles()
getChangedPositionRectangles
in interface IVisualChangeEvent
public ILayer getLayer()
getLayer
in interface IVisualChangeEvent
public PropertyChangeEvent getPropertyChangeEvent()
public T getSourceBean()
public String getPropertyName()
public Object getNewValue()
public Object getOldValue()
Copyright © 2013. All Rights Reserved.