Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.whiteboard.gef.commands.ElementRecordAddCommand Class Reference
Inheritance diagram for de.fu_berlin.inf.dpp.whiteboard.gef.commands.ElementRecordAddCommand:
de.fu_berlin.inf.dpp.whiteboard.gef.commands.SXECommand

List of all members.

Public Member Functions

 ElementRecordAddCommand ()
void setElementModel (Object s)
void setParent (Object e)
void setLayout (Rectangle constraint)
Rectangle getConstraint ()
List< IRecordgetRecords ()
List< IRecordgetUndoRecords ()
DocumentRecord getDocumentRecord ()
void dispose ()

Protected Member Functions

boolean canExecuteSXECommand ()
boolean canUndoSXECommand ()

Detailed Description

A command to remove an ElementRecord from its parent to append it as last child to another one.

Author:
jurke

Constructor & Destructor Documentation

de.fu_berlin.inf.dpp.whiteboard.gef.commands.ElementRecordAddCommand.ElementRecordAddCommand ( )

Member Function Documentation

boolean de.fu_berlin.inf.dpp.whiteboard.gef.commands.ElementRecordAddCommand.canExecuteSXECommand ( ) [protected, virtual]
boolean de.fu_berlin.inf.dpp.whiteboard.gef.commands.ElementRecordAddCommand.canUndoSXECommand ( ) [protected, virtual]
void de.fu_berlin.inf.dpp.whiteboard.gef.commands.ElementRecordAddCommand.dispose ( )
Rectangle de.fu_berlin.inf.dpp.whiteboard.gef.commands.ElementRecordAddCommand.getConstraint ( )
DocumentRecord de.fu_berlin.inf.dpp.whiteboard.gef.commands.ElementRecordAddCommand.getDocumentRecord ( ) [virtual]
List<IRecord> de.fu_berlin.inf.dpp.whiteboard.gef.commands.ElementRecordAddCommand.getRecords ( ) [virtual]
List<IRecord> de.fu_berlin.inf.dpp.whiteboard.gef.commands.ElementRecordAddCommand.getUndoRecords ( ) [virtual]
void de.fu_berlin.inf.dpp.whiteboard.gef.commands.ElementRecordAddCommand.setElementModel ( Object  s)
void de.fu_berlin.inf.dpp.whiteboard.gef.commands.ElementRecordAddCommand.setLayout ( Rectangle  constraint)
void de.fu_berlin.inf.dpp.whiteboard.gef.commands.ElementRecordAddCommand.setParent ( Object  e)
 All Classes Namespaces Files Functions Variables Enumerations