Class NavigatorDoubleClickListener

java.lang.Object
org.palladiosimulator.edp2.ui.views.navigator.NavigatorDoubleClickListener
All Implemented Interfaces:
IDoubleClickListener

public class NavigatorDoubleClickListener extends Object implements IDoubleClickListener
Listener for selections in the Navigator. Creates a new EDP2Source, which is associated with the selected RawMeasurements. Upon Double-click on a RawMeasurements -object, it opens a Dialog and offers possible combinations of visualizations and transformations to display the data encapsulated by the object. All combinations are objects of the Type ChainDescription and displayed in the DefaultViewsWizard. TODO This is a copied version of /org.palladiosimulator.edp2.editor/src-man/de/uka /ipd/sdq/edp2/models/ExperimentData/presentation/NavigatorDoubleClickListener.java. Get rid of redundancies.