public class UserRecordingPromptLabel
extends java.lang.Object
Constructor and Description |
---|
UserRecordingPromptLabel(IStage stage,
java.io.File folder,
EntityManager entityManager,
java.lang.String promptText)
Instantiates a new user recording prompt label.
|
Modifier and Type | Method and Description |
---|---|
void |
closeRecorder()
Close recorder.
|
ITextbox |
getTextItem() |
void |
onRecorderClose()
On recorder close.
|
void |
setEntityItem(ITextbox entityItem)
Sets the entity item.
|
public UserRecordingPromptLabel(IStage stage, java.io.File folder, EntityManager entityManager, java.lang.String promptText) throws ContentTypeNotBoundException
stage
- the stagefolder
- the folderentityManager
- the entity managerpromptText
- the prompt textContentTypeNotBoundException
- the content type not bound exceptionpublic void closeRecorder()
public ITextbox getTextItem()
public void onRecorderClose()
public void setEntityItem(ITextbox entityItem)
entityItem
- the new entity item