Package org.netbeans.jemmy.demo
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 void
Notifies current CommentWindow implementation to display comments for a new step.static void
Changes current CommentWindow.static void
Notifies current CommentWindow implementation to change title.static void
showFinalComment
(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
-