public class RecorderButton
extends java.lang.Object
| Constructor and Description |
|---|
RecorderButton(IStage stage,
java.lang.String imageName,
java.lang.String text,
boolean active)
Instantiates a new recorder button.
|
| Modifier and Type | Method and Description |
|---|---|
IContainer |
getButtonContainer() |
IImage |
getListener() |
void |
setButtonContainer(IContainer buttonContainer) |
void |
setListener(IImage listener) |
public RecorderButton(IStage stage, java.lang.String imageName, java.lang.String text, boolean active) throws ContentTypeNotBoundException
stage - the stageimageName - the image nametext - the textactive - the activeContentTypeNotBoundException - the content type not bound exceptionpublic IContainer getButtonContainer()
public IImage getListener()
public void setButtonContainer(IContainer buttonContainer)
buttonContainer - the buttonContainer to setpublic void setListener(IImage listener)
listener - the listener to set