Uses of Interface
de.uds.cs.st.dd.ui.ISimpleViewer

Packages that use ISimpleViewer
de.uds.cs.st.dd.core The core package contains all classes directly related to Delta Debugging and JUnit. 
de.uds.cs.st.dd.ui Provides a few classes to control output. 
 

Uses of ISimpleViewer in de.uds.cs.st.dd.core
 

Classes in de.uds.cs.st.dd.core that implement ISimpleViewer
 class JUnitRunner
          The JUnitRunner is used to launch a JUnit configuration automatically.
 

Methods in de.uds.cs.st.dd.core that return ISimpleViewer
 ISimpleViewer[] InputDeltaDebugger.getAttachedViewers()
          Returns all currently attached viewers as an array or null if no viewers * are attached.
 ISimpleViewer[] DD.getAttachedViewers()
          Returns all currently attached viewers as an array or null if no viewers * are attached.
 

Methods in de.uds.cs.st.dd.core with parameters of type ISimpleViewer
 void InputDeltaDebugger.addViewer(ISimpleViewer viewer)
          Adds a viewer to the registered viewers of this class.
 void DD.addViewer(ISimpleViewer viewer)
          Adds a viewer to the registered viewers of this class.
 

Constructors in de.uds.cs.st.dd.core with parameters of type ISimpleViewer
InputDeltaDebugger(String fileName, ISimpleViewer viewer)
          Constructs an InputDeltaDebugger.
DD(Tester tester, ISimpleViewer viewer)
          Creates a new DD object and initializes the variables to defaults.
 

Uses of ISimpleViewer in de.uds.cs.st.dd.ui
 

Classes in de.uds.cs.st.dd.ui that implement ISimpleViewer
 class ConsoleViewer
          A very simple console viewer that displays the text of the messages.