public class ConversationMatter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String[] |
lines |
protected java.lang.String |
soundToPlay |
protected java.lang.String |
title |
Constructor and Description |
---|
ConversationMatter(java.lang.String line)
Constructs a new conversation matter.
|
ConversationMatter(java.lang.String[] lines)
Constructs a new conversation matter.
|
ConversationMatter(java.lang.String title,
java.lang.String[] lines,
java.lang.String soundToPlay)
Constructs a new conversation matter.
|
ConversationMatter(java.lang.String title,
java.util.Vector<java.lang.String> lines,
java.lang.String soundToPlay)
Constructs a new conversation matter.
|
ConversationMatter(java.util.Vector<java.lang.String> lines)
Constructs a new conversation matter.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEqualityId()
Returns the equality ID of this matter.
|
java.lang.String[] |
getLines() |
java.lang.String |
getSoundToPlay() |
java.lang.String |
getTitle() |
protected java.lang.String title
protected java.lang.String[] lines
protected java.lang.String soundToPlay
public ConversationMatter(java.lang.String line)
line
- the info line to be displayedpublic ConversationMatter(java.lang.String[] lines)
lines
- the info lines to be displayedpublic ConversationMatter(java.util.Vector<java.lang.String> lines)
lines
- the info lines to be displayedpublic ConversationMatter(java.lang.String title, java.util.Vector<java.lang.String> lines, java.lang.String soundToPlay)
title
- the title of the dialoglines
- the info lines to be displayedsoundToPlay
- the sound to play when asking for confirmationpublic ConversationMatter(java.lang.String title, java.lang.String[] lines, java.lang.String soundToPlay)
title
- the title of the dialoglines
- the info lines to be displayedsoundToPlay
- the sound to play when asking for confirmationpublic java.lang.String getTitle()
public java.lang.String[] getLines()
public java.lang.String getSoundToPlay()
public java.lang.String getEqualityId()
Copyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de