Ignore:
Timestamp:
2004-01-09T14:58:18+13:00 (20 years ago)
Author:
jmt12
Message:

Commenting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/DragGroup.java

    r5581 r6387  
    6868    /** The component currently in charge of drawing the ghost icon. Note that this isn't necessarily the only component that needs to repaint 'spoilt' screen real-estate as a side effect of the ghost. */
    6969    private DragComponent ghost_owner = null;
    70     /** The component where the drag began, so that extra information necessary for the drag can be garnered by the drop target, or so that focus can return to the source component if the drop is rejected.
    71      * @see org.greenstone.gatherer.tree.DragComponent#gainFocus
    72      * @see org.greenstone.gatherer.tree.DragComponent#loseFocus
    73      */
     70    /** The component where the drag began, so that extra information necessary for the drag can be garnered by the drop target, or so that focus can return to the source component if the drop is rejected. */
    7471    private DragTree drag_source = null;
    7572    /** The selected nodes, as determined when the drag begun. */
Note: See TracChangeset for help on using the changeset viewer.