com.ebmwebsourcing.webdesigner.presentation.gwt.client.log
Class PropertyChangedLogEntry

java.lang.Object
  extended by com.ebmwebsourcing.webdesigner.presentation.gwt.client.log.AbstractLogEntry
      extended by com.ebmwebsourcing.webdesigner.presentation.gwt.client.log.PropertyChangedLogEntry

public class PropertyChangedLogEntry
extends AbstractLogEntry

Author:
nfleury

Constructor Summary
PropertyChangedLogEntry(DiagramElementInstance elementInstance)
           
PropertyChangedLogEntry(DiagramElementInstance elementInstance, DiagramProperty<?> subject, java.lang.Object oldValue, java.lang.Object newValue)
           
PropertyChangedLogEntry(DiagramElementInstance elementInstance, long time)
           
PropertyChangedLogEntry(DiagramElementInstance elementInstance, long time, DiagramProperty<?> subject, java.lang.Object oldValue, java.lang.Object newValue)
           
 
Method Summary
 java.lang.String getDescription()
           
protected  void redo()
           
protected  void undo()
           
 
Methods inherited from class com.ebmwebsourcing.webdesigner.presentation.gwt.client.log.AbstractLogEntry
getElementInstance, getLog, getOccurenceDate, getOccurenceTime, setDescription, setElementInstance, setLog, setOccurenceDate, setOccurenceTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyChangedLogEntry

public PropertyChangedLogEntry(DiagramElementInstance elementInstance)

PropertyChangedLogEntry

public PropertyChangedLogEntry(DiagramElementInstance elementInstance,
                               long time)

PropertyChangedLogEntry

public PropertyChangedLogEntry(DiagramElementInstance elementInstance,
                               DiagramProperty<?> subject,
                               java.lang.Object oldValue,
                               java.lang.Object newValue)

PropertyChangedLogEntry

public PropertyChangedLogEntry(DiagramElementInstance elementInstance,
                               long time,
                               DiagramProperty<?> subject,
                               java.lang.Object oldValue,
                               java.lang.Object newValue)
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class AbstractLogEntry

redo

protected void redo()
Specified by:
redo in class AbstractLogEntry

undo

protected void undo()
Specified by:
undo in class AbstractLogEntry


Copyright © 2010 eBM WebSourcing. All Rights Reserved.