Bus

org.topcased.service.comparison.dnd
Class SourceTargetFacilities

java.lang.Object
  extended by org.topcased.service.comparison.dnd.SourceTargetFacilities

public class SourceTargetFacilities
extends java.lang.Object


Method Summary
 org.eclipse.swt.widgets.Tree getDestinationTree()
          Getter for the destination Tree
static SourceTargetFacilities getInstance()
          Getter of the shared instance
 org.eclipse.swt.widgets.Tree getSourceTree()
          Getter for the source Tree
 void setDestinationTree(org.eclipse.swt.widgets.Tree destination)
          Setter for the destination Tree
 void setSourceTree(org.eclipse.swt.widgets.Tree source)
          Setter for the source Tree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SourceTargetFacilities getInstance()
Getter of the shared instance

Returns:
the shared object

getSourceTree

public org.eclipse.swt.widgets.Tree getSourceTree()
Getter for the source Tree

Returns:

getDestinationTree

public org.eclipse.swt.widgets.Tree getDestinationTree()
Getter for the destination Tree

Returns:
the Destination Tree

setSourceTree

public void setSourceTree(org.eclipse.swt.widgets.Tree source)
Setter for the source Tree

Parameters:
source - the source Tree to set

setDestinationTree

public void setDestinationTree(org.eclipse.swt.widgets.Tree destination)
Setter for the destination Tree

Parameters:
destination - the destination Tree to set

Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.