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

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

public class AddElementLogEntry
extends AbstractLogEntry


Constructor Summary
AddElementLogEntry(DiagramElementInstance elementInstance)
           
AddElementLogEntry(DiagramElementInstance elementInstance, int x, int y)
           
AddElementLogEntry(DiagramElementInstance elementInstance, long time)
           
AddElementLogEntry(DiagramElementInstance elementInstance, long time, int x, int y)
           
 
Method Summary
 java.lang.String getDescription()
           
 int getX()
           
 int getY()
           
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

AddElementLogEntry

public AddElementLogEntry(DiagramElementInstance elementInstance)

AddElementLogEntry

public AddElementLogEntry(DiagramElementInstance elementInstance,
                          long time)

AddElementLogEntry

public AddElementLogEntry(DiagramElementInstance elementInstance,
                          int x,
                          int y)

AddElementLogEntry

public AddElementLogEntry(DiagramElementInstance elementInstance,
                          long time,
                          int x,
                          int y)
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

getX

public int getX()

getY

public int getY()


Copyright © 2010 eBM WebSourcing. All Rights Reserved.