public interface AsamCommanderInterface
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
OdsxPresentorInterface |
getPresentor()
Returns the current presentor.
|
OdsxPresentorInterface |
getPresentor(int index)
Returns a presentor.
|
int |
getPresentorCount()
Returns the total number of available presentors.
|
java.lang.String |
getPresentorTitle()
Get the title of the selected presentor.
|
java.lang.String |
getPresentorTitle(int index)
Get the title of the selected presentor.
|
OdsxSelectorInterface |
getSelector()
Returns the current selector.
|
OdsxSelectorInterface |
getSelector(int index)
Returns a selector.
|
int |
getSelectorCount()
Returns the total number of available selectors.
|
java.lang.String |
getSelectorTitle()
Get the title of the selected selector.
|
java.lang.String |
getSelectorTitle(int index)
Get the title of the selected selector.
|
void |
setSelectedPresentor(OdsxPresentorInterface presentor)
Set the selected presentor.
|
void |
setSelectedSelector(OdsxSelectorInterface selector)
Set the selected selector.
|
void setSelectedSelector(OdsxSelectorInterface selector)
selector
- The selector to be selected.OdsxSelectorInterface getSelector()
int getSelectorCount()
OdsxSelectorInterface getSelector(int index)
index
- The index of the selector.java.lang.String getSelectorTitle()
index
- The index of the selector.java.lang.String getSelectorTitle(int index)
OdsxPresentorInterface getPresentor()
int getPresentorCount()
OdsxPresentorInterface getPresentor(int index)
index
- The index of the presentor.void setSelectedPresentor(OdsxPresentorInterface presentor)
presentor
- The presentor to be selected.java.lang.String getPresentorTitle()
index
- The index of the presentor.java.lang.String getPresentorTitle(int index)