Class ServiceViewer

java.lang.Object
com.sun.javatest.tool.ToolDialog
com.sun.javatest.exec.ServiceViewer
All Implemented Interfaces:
Interview.Observer

public class ServiceViewer extends ToolDialog implements Interview.Observer
  • Constructor Details

    • ServiceViewer

      public ServiceViewer(com.sun.javatest.services.ServiceManager mgr, UIFactory uif, Component parent)
  • Method Details

    • initGUI

      protected void initGUI()
      Description copied from class: ToolDialog
      Initialize the GUI, by calling the various setXXX methods.
      Specified by:
      initGUI in class ToolDialog
    • currentQuestionChanged

      public void currentQuestionChanged(Question q)
      Description copied from interface: Interview.Observer
      Invoked when the current question in the interview has been changed.
      Specified by:
      currentQuestionChanged in interface Interview.Observer
      Parameters:
      q - the new current question
    • pathUpdated

      public void pathUpdated()
      Description copied from interface: Interview.Observer
      Invoked when the set of questions in the current path has been changed. This is normally because the response to one of the questions on the path has been changed, thereby causing a change to its successor questions.
      Specified by:
      pathUpdated in interface Interview.Observer