|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChannelListPanel
Interface allowing individual devices to provide their own channel list panel. Some devices (such as sound cards) don't use this at all. ASIO cards use a standard concrete implementation. NI cards use a more sophisticated one whereby multiple devices may be used.
| Method Summary | |
|---|---|
int[] |
getChannelList()
|
java.awt.Component |
getComponent()
|
boolean |
isDataOk()
|
void |
setNumChannels(int nChannels)
Set the total number of channels to display. |
void |
setParams(int[] channelList)
Set the channel list. |
| Method Detail |
|---|
java.awt.Component getComponent()
void setParams(int[] channelList)
channelList - channel listint[] getChannelList()
boolean isDataOk()
void setNumChannels(int nChannels)
nChannels - the total number of channels to display.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||