Class ServiceViewer

    • Constructor Detail

      • ServiceViewer

        public ServiceViewer​(com.sun.javatest.services.ServiceManager mgr,
                             UIFactory uif,
                             java.awt.Component parent)
    • Method Detail

      • initGUI

        protected void initGUI()
        Description copied from class: ToolDialog
        Initialize the GUI, by calling the various setXXX methods.
        Specified by:
        initGUI in class ToolDialog
      • 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