pl.edu.agh.cast.ui.outline
Class ConnectionGroupWrapper

java.lang.Object
  extended by pl.edu.agh.cast.ui.outline.ConnectionGroupWrapper

public class ConnectionGroupWrapper
extends Object

Class wrapping ConnectionGroup so that it can be easily displayed in a OutlineTreeView.

Author:
AGH CAST Team

Constructor Summary
ConnectionGroupWrapper(ConnectionGroup connectionGroup, Node sourceNode)
          Creates new ConnectionGroup wrapper.
 
Method Summary
 ConnectionGroup getConnectionGroup()
           
 Node getSourceNode()
           
 Node getTargetNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionGroupWrapper

public ConnectionGroupWrapper(ConnectionGroup connectionGroup,
                              Node sourceNode)
Creates new ConnectionGroup wrapper.

Parameters:
connectionGroup - ConnectionGroup to wrap
sourceNode - source Node
Method Detail

getConnectionGroup

public ConnectionGroup getConnectionGroup()

getSourceNode

public Node getSourceNode()

getTargetNode

public Node getTargetNode()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.