public class Demonstrator extends Object
| Constructor and Description |
|---|
Demonstrator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
nextStep(String stepComment)
Notifies current CommentWindow implementation to display comments for a new step.
|
static void |
setCommentWindow(CommentWindow cw)
Changes current CommentWindow.
|
static void |
setTitle(String title)
Notifies current CommentWindow implementation to change title.
|
static void |
showFinalComment(String stepComment)
Notifies current CommentWindow implementation to display final comments.
|
public static void setTitle(String title)
title - new CommentWindow's titlepublic static void setCommentWindow(CommentWindow cw)
cw - CommentWindow instance.public static void nextStep(String stepComment)
stepComment - New step commentspublic static void showFinalComment(String stepComment)
stepComment - New step comments