Class Demonstrator
java.lang.Object
org.netbeans.jemmy.demo.Demonstrator
Class to display step comments.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidNotifies current CommentWindow implementation to display comments for a new step.static voidChanges current CommentWindow.static voidNotifies current CommentWindow implementation to change title.static voidshowFinalComment(String stepComment) Notifies current CommentWindow implementation to display final comments.
-
Constructor Details
-
Demonstrator
public Demonstrator()
-
-
Method Details
-
setTitle
Notifies current CommentWindow implementation to change title.- Parameters:
title- new CommentWindow's title
-
setCommentWindow
Changes current CommentWindow.- Parameters:
cw- CommentWindow instance.
-
nextStep
Notifies current CommentWindow implementation to display comments for a new step.- Parameters:
stepComment- New step comments
-
showFinalComment
Notifies current CommentWindow implementation to display final comments.- Parameters:
stepComment- New step comments
-