public class Demonstrator
extends java.lang.Object
Constructor and Description |
---|
Demonstrator() |
Modifier and Type | Method and Description |
---|---|
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.
|
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