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

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

public class UpdateElementLogEntry
extends AbstractLogEntry


Constructor Summary
UpdateElementLogEntry(DiagramElementInstance elementInstance, com.gwtext.client.core.Function undo, com.gwtext.client.core.Function after)
           
UpdateElementLogEntry(DiagramElementInstance elementInstance, long time, com.gwtext.client.core.Function undo, com.gwtext.client.core.Function redo)
           
 
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

UpdateElementLogEntry

public UpdateElementLogEntry(DiagramElementInstance elementInstance,
                             com.gwtext.client.core.Function undo,
                             com.gwtext.client.core.Function after)

UpdateElementLogEntry

public UpdateElementLogEntry(DiagramElementInstance elementInstance,
                             long time,
                             com.gwtext.client.core.Function undo,
                             com.gwtext.client.core.Function redo)
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.