|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.jemmy.demo.Demonstrator
public class Demonstrator
Class to display step comments.
Constructor Summary | |
---|---|
Demonstrator()
|
Method Summary | |
---|---|
static void |
nextStep(java.lang.String stepComment)
Notifies current CommentWindow implementation to display comments for a new step. |
static void |
setCommentWindow(CommentWindow cw)
Changes current CommentWindow. |
static void |
setTitle(java.lang.String title)
Notifies current CommentWindow implementation to change title. |
static void |
showFinalComment(java.lang.String stepComment)
Notifies current CommentWindow implementation to display final comments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Demonstrator()
Method Detail |
---|
public static void setTitle(java.lang.String title)
title
- new CommentWindow's titlepublic static void setCommentWindow(CommentWindow cw)
cw
- CommentWindow instance.public static void nextStep(java.lang.String stepComment)
stepComment
- New step commentspublic static void showFinalComment(java.lang.String stepComment)
stepComment
- New step comments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |