public interface RevelControl
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose.
|
int |
getHeight()
Gets the height.
|
int |
getLeft()
Gets the left position.
|
java.lang.String |
getName()
Gets the name.
|
java.util.Iterator<? extends Option> |
getOptions()
Gets the options.
|
Playlist |
getPlaylist()
Gets the playlist.
|
int |
getTop()
Gets the top position.
|
ModuleType |
getType()
Gets the module type.
|
int |
getWidth()
Gets the width.
|
int |
getZIndex()
Gets the z index.
|
void |
initialize(Module module)
Initialize.
|
boolean |
isAutoStart()
Checks if auto start is enabled.
|
boolean |
isStarted()
True is control is currently started.
|
void |
setAutoStart(boolean flag)
Sets auto start.
|
void |
setLeft(int offset)
Sets the left position.
|
void |
setTop(int offset)
Sets the top position.
|
void |
start()
Start.
|
void |
stop()
Stop.
|
java.lang.String getName()
int getLeft()
void setLeft(int offset)
offset
- the new left positionint getTop()
void setTop(int offset)
offset
- the new top positionint getZIndex()
int getWidth()
int getHeight()
ModuleType getType()
Playlist getPlaylist()
java.util.Iterator<? extends Option> getOptions()
void initialize(Module module)
module
- the modulevoid start()
void stop()
void dispose()
boolean isAutoStart()
void setAutoStart(boolean flag)
flag
- the new auto start valueboolean isStarted()