com.tensegrity.graph.rule.handler
Class VisualNodeGroupDropHighlightInfo

java.lang.Object
  extended bycom.tensegrity.graph.rule.handler.VisualNodeGroupDropHighlightInfo

public class VisualNodeGroupDropHighlightInfo
extends java.lang.Object

TODO: comment

Version:
$Id: VisualNodeGroupDropHighlightInfo.java,v 1.1 2004/07/07 10:14:39 MichaelKegel Exp $
Author:
MKegel

Field Summary
 VisualGraphView toplevelview
          instance variable for the VisualGraphView that is the top-level-container the action occured in
 VisualNode[] visualnodes
          instance variable for the VisualNodes that are to be dropped
 VisualSubgraph visualsubgraph
          instance variable for the VisualSubgraph the VisualNodes shall be dropped onto
 
Constructor Summary
VisualNodeGroupDropHighlightInfo(VisualGraphView toplevelview, VisualSubgraph visualsubgraph, VisualNode[] visualnodes)
          Constructor for VisualNodeGroupDropHighlightInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toplevelview

public VisualGraphView toplevelview
instance variable for the VisualGraphView that is the top-level-container the action occured in


visualsubgraph

public VisualSubgraph visualsubgraph
instance variable for the VisualSubgraph the VisualNodes shall be dropped onto


visualnodes

public VisualNode[] visualnodes
instance variable for the VisualNodes that are to be dropped

Constructor Detail

VisualNodeGroupDropHighlightInfo

public VisualNodeGroupDropHighlightInfo(VisualGraphView toplevelview,
                                        VisualSubgraph visualsubgraph,
                                        VisualNode[] visualnodes)
Constructor for VisualNodeGroupDropHighlightInfo.

Parameters:
toplevelview - the top-level-container
visualsubgraph - the VisualSubgraph the VisualNodes have been dropped onto
visualnodes - the VisualNodes that are to be dropped


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.