|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
addPresetName(String presetName)
Adds a preset name to the frozen list |
boolean |
clearPresetNames()
Clears the names associated with all presets. |
int |
getNumPresets()
Gets the number of presets currently programmed in the mux. |
String |
getPresetName(int number)
Gets the name of the preset associated with a given number. |
Vector |
getPresets()
Get the names of the presets. |
boolean |
setPresetName(int number,
String presetName)
Assign presetName to the preset with the given number. |
boolean |
setPresets(Vector presets)
Set the names of the presets. |
Method Detail |
public boolean setPresetName(int number, String presetName) throws RemoteException
number
- an int
between 1 and getNumPresets()
presetName
- a String
valuetrue
if successfulRemoteException
- if an error occurspublic String getPresetName(int number) throws RemoteException
number
- an int
between 1 and getNumPresets()
RemoteException
- if an error occurspublic boolean addPresetName(String presetName) throws RemoteException
presetName
- a String
value to add to the preset Vector
true
if successfulRemoteException
- if an error occurspublic Vector getPresets() throws RemoteException
Vector
of preset names stored as String
sRemoteException
- if an error occurspublic boolean setPresets(Vector presets) throws RemoteException
presets
- is a Vector
representing the names of
all presets in numerical order.true
if successfulRemoteException
- if an error occurspublic boolean clearPresetNames() throws RemoteException
true
if successfulRemoteException
- if an error occurspublic int getNumPresets() throws RemoteException
RemoteException
- if an error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |