ch.elca.dependency.gui
Interface DependencyDetails

All Known Implementing Classes:
DependencyDialog

public interface DependencyDetails

Interface for showing the dependency details for the desired edge.
This interface is implemented by a dialog which shows the involved classes and the type of the dependency. This can be either uses, extends or implements.

Version:
1.0-beta
Author:
Christoph Trutmann

Method Summary
 void showDetails(Edge currentEdge)
          Set the current dependency edge and show the informations.
 

Method Detail

showDetails

public void showDetails(Edge currentEdge)
Set the current dependency edge and show the informations.

Parameters:
currentEdge - Edge to set as current.


Copyright © 2003 ELCA Informatique SA. All Rights Reserved.