EPackage interactions

Provides the definition of interactions.

 package interactions {
   abstract class Interaction{
   EString className
   EString nsURI
   }

   class DropReception{
   EString dropItemClassName
   EString cmd
   EString dropItemNsURI
   EString nsURI
   EBoolean altPressed
   EBoolean requiresDropItem
   EBoolean shiftPressed
   EBoolean isConditional
   EString condQuery
   EString className
   EBoolean ctrlPressed
   }

Interaction <|-- DropReception

 }

     Interaction "0" *-->  "1" CompoundCmd : compoundCmd
     DropReception "0" *-->  "1" CompoundCmd : compoundCmd

ePackage:

editor

nsURI:

http://www.xgee.de/editor/interactions

nsPrefix:

xgeeInteractions

EClasses

EDataTypes

This package does not specfiy any EDataTypes.

EENums

This package does not specfiy any EENums.

EPackages

This package contains no EPackages.