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

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

public class RemoveElementLogEntry
extends AbstractLogEntry


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

RemoveElementLogEntry

public RemoveElementLogEntry(DiagramElementInstance elementInstance)

RemoveElementLogEntry

public RemoveElementLogEntry(DiagramElementInstance elementInstance,
                             long time)

RemoveElementLogEntry

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

RemoveElementLogEntry

public RemoveElementLogEntry(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

setX

public void setX(int x)

setY

public void setY(int y)

getX

public int getX()

getY

public int getY()


Copyright © 2010 eBM WebSourcing. All Rights Reserved.