public class ServiceViewer extends ToolDialog implements Interview.Observer
ToolDialog.RestorerDIALOG, FRAME, FREE, MODAL, MODAL_APPLICATION, MODAL_DOCUMENT, MODAL_TOOLKIT, parent, tool, uif| Constructor and Description |
|---|
ServiceViewer(com.sun.javatest.services.ServiceManager mgr,
UIFactory uif,
java.awt.Component parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
currentQuestionChanged(Question q)
Invoked when the current question in the interview has been changed.
|
protected void |
initGUI()
Initialize the GUI, by calling the various setXXX methods.
|
void |
pathUpdated()
Invoked when the set of questions in the current path has been
changed.
|
disableDefaultDisposeHandler, dispose, getBody, getButtons, getDefaultButton, getDialogParent, getJMenuBar, getLocation, getRestorer, getSize, getTitle, getTool, isShowing, isVisible, pack, setBody, setButtons, setComponentListener, setDefaultCloseOperation, setHelp, setI18NTitle, setI18NTitle, setI18NTitle, setJMenuBar, setLocation, setLocation, setRestorer, setSize, setSize, setTool, setTool, setVisible, windowClosingActionpublic ServiceViewer(com.sun.javatest.services.ServiceManager mgr,
UIFactory uif,
java.awt.Component parent)
protected void initGUI()
ToolDialoginitGUI in class ToolDialogpublic void currentQuestionChanged(Question q)
Interview.ObservercurrentQuestionChanged in interface Interview.Observerq - the new current questionpublic void pathUpdated()
Interview.ObserverpathUpdated in interface Interview.ObserverCopyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.