| 
 | Webnote | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--SelectedObjectDrag
   
A class that contains information about note(s) that is being  dragged.  
See:
| Field Summary | |
|  Array | notesThe note(s) being dragged. | 
| Constructor Summary | |
| 
	 
	    SelectedObjectDrag 
	 
	 (<Note> note, <boolean> isGroup)
      Create a new Dragging object. | |
| Method Summary | |
|  void | 
	    
	       deselect()
	 When we drop a note, we need to reset the colors of borders and add information to the undo stack. | 
|  void | 
	    
	       update(<Mouse> md)
	 Update the position of note(s) when the user moves the mouse. | 
| Field Detail | 
Array notes
| Constructor Detail | 
SelectedObjectDrag(<Note> note, <boolean> isGroup)
note -  a reference to the note being dragged  
     isGroup -  are we dragging all notes of the same color?  
     | Method Detail | 
void deselect()
void update(<Mouse> md)
md -  a reference to the parent mouse object    
      | 
 | Webnote | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||