Overview

 
Package  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.emf.edit.command
Class DragAndDropCommand.Detail

java.lang.Object
  extended byorg.eclipse.emf.edit.command.DragAndDropCommand.Detail

Enclosing class:
DragAndDropCommand


public static class DragAndDropCommand.Detail
extends Object

This class is used to encode the drag and drop arguments into an object that will be passed as the feature of a CommandParameter.


Field Summary
 float location
           
 int operation
           
 int operations
           
 
Constructor Summary
DragAndDropCommand.Detail(float location, int operations, int operation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

 

Field Detail

 

 

location

public float location


 

 

operations

public int operations


 

 

operation

public int operation

Constructor Detail

 

 

DragAndDropCommand.Detail

public DragAndDropCommand.Detail(float location,
                                 int operations,
                                 int operation)


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD