|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.javatest.tool.ToolDialog
com.sun.javatest.exec.ServiceViewer
public class ServiceViewer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.javatest.tool.ToolDialog |
---|
ToolDialog.Restorer |
Field Summary |
---|
Fields inherited from class com.sun.javatest.tool.ToolDialog |
---|
DIALOG, FRAME, FREE, MODAL, MODAL_APPLICATION, MODAL_DOCUMENT, MODAL_TOOLKIT, parent, tool, uif |
Constructor Summary | |
---|---|
ServiceViewer(com.sun.javatest.services.ServiceManager mgr,
UIFactory uif,
java.awt.Component parent)
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.sun.javatest.tool.ToolDialog |
---|
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, windowClosingAction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceViewer(com.sun.javatest.services.ServiceManager mgr, UIFactory uif, java.awt.Component parent)
Method Detail |
---|
protected void initGUI()
ToolDialog
initGUI
in class ToolDialog
public void currentQuestionChanged(Question q)
Interview.Observer
currentQuestionChanged
in interface Interview.Observer
q
- the new current questionpublic void pathUpdated()
Interview.Observer
pathUpdated
in interface Interview.Observer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |