Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C D G H I J L M N O P R S T V

C

createInstance(Hashtable) - Static method in class jreceiver.common.callback.rec.DsettingRec
Create a basic SettingRec object of the specified type.

D

DSETTING_TYPE_BOOL - Static variable in interface jreceiver.common.callback.rec.Dsetting
 
DSETTING_TYPE_INT - Static variable in interface jreceiver.common.callback.rec.Dsetting
 
DSETTING_TYPE_LIST - Static variable in interface jreceiver.common.callback.rec.Dsetting
 
DSETTING_TYPE_STR - Static variable in interface jreceiver.common.callback.rec.Dsetting
 
DSETTING_TYPE_URL - Static variable in interface jreceiver.common.callback.rec.Dsetting
 
DeviceStatus - interface jreceiver.common.callback.rec.DeviceStatus.
An interface describing a JRec device, which can serve one or more Players.
DeviceStatusRec - class jreceiver.common.callback.rec.DeviceStatusRec.
Details for a device provided by a driver.
DeviceStatusRec(int, int, String, long, String, int, Source, long) - Constructor for class jreceiver.common.callback.rec.DeviceStatusRec
ctor
DeviceStatusRec(Hashtable) - Constructor for class jreceiver.common.callback.rec.DeviceStatusRec
ctor - construct from a hashtable, usually retrieved via XML-RPC
Dsetting - interface jreceiver.common.callback.rec.Dsetting.
An interface describing a single setting item
DsettingBool - interface jreceiver.common.callback.rec.DsettingBool.
An interface describing a single menu item
DsettingBoolRec - class jreceiver.common.callback.rec.DsettingBoolRec.
Bean to represent a boolean setting item (usually appears as checkbox)
DsettingBoolRec(String, String, String, Locale, boolean) - Constructor for class jreceiver.common.callback.rec.DsettingBoolRec
 
DsettingBoolRec(Hashtable) - Constructor for class jreceiver.common.callback.rec.DsettingBoolRec
ctor - construct from a hashtable, usually retrieved via XML-RPC
DsettingInt - interface jreceiver.common.callback.rec.DsettingInt.
An interface describing a single menu item
DsettingIntRec - class jreceiver.common.callback.rec.DsettingIntRec.
Bean to represent a int setting item
DsettingIntRec(String, boolean, String, String, Locale, int) - Constructor for class jreceiver.common.callback.rec.DsettingIntRec
 
DsettingIntRec(String, boolean, String, String, Locale, int, int, int) - Constructor for class jreceiver.common.callback.rec.DsettingIntRec
 
DsettingIntRec(Hashtable) - Constructor for class jreceiver.common.callback.rec.DsettingIntRec
ctor - construct from a hashtable, usually retrieved via XML-RPC
DsettingList - interface jreceiver.common.callback.rec.DsettingList.
An interface describing a single menu item
DsettingListRec - class jreceiver.common.callback.rec.DsettingListRec.
Bean to represent a list setting item
DsettingListRec(String, boolean, String, String, Locale, Vector, String) - Constructor for class jreceiver.common.callback.rec.DsettingListRec
 
DsettingListRec(Hashtable) - Constructor for class jreceiver.common.callback.rec.DsettingListRec
ctor - construct from a hashtable, usually retrieved via XML-RPC
DsettingRec - class jreceiver.common.callback.rec.DsettingRec.
Base functionality for all player/driver setting items
DsettingRec(String, int, boolean, String, String, Locale) - Constructor for class jreceiver.common.callback.rec.DsettingRec
 
DsettingRec(Hashtable) - Constructor for class jreceiver.common.callback.rec.DsettingRec
ctor - construct from a hashtable, usually retrieved via XML-RPC
DsettingStr - interface jreceiver.common.callback.rec.DsettingStr.
An interface describing a single menu item
DsettingStrRec - class jreceiver.common.callback.rec.DsettingStrRec.
Bean to represent a string setting item
DsettingStrRec(String, boolean, String, String, Locale, String) - Constructor for class jreceiver.common.callback.rec.DsettingStrRec
 
DsettingStrRec(String, boolean, String, String, Locale, String, int, int) - Constructor for class jreceiver.common.callback.rec.DsettingStrRec
 
DsettingStrRec(Hashtable) - Constructor for class jreceiver.common.callback.rec.DsettingStrRec
ctor - construct from a hashtable, usually retrieved via XML-RPC
DsettingUrl - interface jreceiver.common.callback.rec.DsettingUrl.
An interface describing a single menu item
DsettingUrlRec - class jreceiver.common.callback.rec.DsettingUrlRec.
Bean to represent a url setting item
DsettingUrlRec(String, boolean, String, String, Locale, URL) - Constructor for class jreceiver.common.callback.rec.DsettingUrlRec
 
DsettingUrlRec(Hashtable) - Constructor for class jreceiver.common.callback.rec.DsettingUrlRec
ctor - construct from a hashtable, usually retrieved via XML-RPC
def_value - Variable in class jreceiver.common.callback.rec.DsettingRec
the default value
desc - Variable in class jreceiver.common.callback.rec.DsettingRec
the description of the setting item, for the locale

G

getDefaultUrl() - Method in interface jreceiver.common.callback.rec.DsettingUrl
 
getDefaultUrl() - Method in class jreceiver.common.callback.rec.DsettingUrlRec
 
getDefaultValue() - Method in interface jreceiver.common.callback.rec.Dsetting
default value get
getDefaultValue() - Method in class jreceiver.common.callback.rec.DsettingRec
default value get
getDefaultValueBool() - Method in interface jreceiver.common.callback.rec.DsettingBool
 
getDefaultValueBool() - Method in class jreceiver.common.callback.rec.DsettingBoolRec
 
getDefaultValueInt() - Method in interface jreceiver.common.callback.rec.DsettingInt
 
getDefaultValueInt() - Method in class jreceiver.common.callback.rec.DsettingIntRec
 
getDefaultValueList() - Method in interface jreceiver.common.callback.rec.DsettingList
obtain the default selected list item
getDefaultValueList() - Method in class jreceiver.common.callback.rec.DsettingListRec
obtain the default selected list item
getDefaultValueStr() - Method in interface jreceiver.common.callback.rec.DsettingStr
 
getDefaultValueStr() - Method in class jreceiver.common.callback.rec.DsettingStrRec
 
getDefaultValueUrl() - Method in interface jreceiver.common.callback.rec.DsettingUrl
 
getDefaultValueUrl() - Method in class jreceiver.common.callback.rec.DsettingUrlRec
 
getDesc() - Method in interface jreceiver.common.callback.rec.Dsetting
 
getDesc() - Method in class jreceiver.common.callback.rec.DsettingRec
 
getId() - Method in interface jreceiver.common.callback.rec.Dsetting
 
getId() - Method in class jreceiver.common.callback.rec.DsettingRec
 
getIsBoolSetting() - Method in interface jreceiver.common.callback.rec.Dsetting
 
getIsBoolSetting() - Method in class jreceiver.common.callback.rec.DsettingRec
 
getIsIntSetting() - Method in interface jreceiver.common.callback.rec.Dsetting
 
getIsIntSetting() - Method in class jreceiver.common.callback.rec.DsettingRec
 
getIsListSetting() - Method in interface jreceiver.common.callback.rec.Dsetting
 
getIsListSetting() - Method in class jreceiver.common.callback.rec.DsettingRec
 
getIsRequired() - Method in interface jreceiver.common.callback.rec.Dsetting
 
getIsRequired() - Method in class jreceiver.common.callback.rec.DsettingRec
 
getIsStrSetting() - Method in interface jreceiver.common.callback.rec.Dsetting
 
getIsStrSetting() - Method in class jreceiver.common.callback.rec.DsettingRec
 
getIsUrlSetting() - Method in interface jreceiver.common.callback.rec.Dsetting
 
getIsUrlSetting() - Method in class jreceiver.common.callback.rec.DsettingRec
 
getListItems() - Method in interface jreceiver.common.callback.rec.DsettingList
 
getListItems() - Method in class jreceiver.common.callback.rec.DsettingListRec
 
getLocale() - Method in interface jreceiver.common.callback.rec.Dsetting
 
getLocale() - Method in class jreceiver.common.callback.rec.DsettingRec
 
getMacAddress() - Method in interface jreceiver.common.callback.rec.DeviceStatus
This address is a unique network card address by which to identify the receiver.
getMacAddress() - Method in class jreceiver.common.callback.rec.DeviceStatusRec
This address is a unique network card address by which to identify the receiver.
getMaxLen() - Method in interface jreceiver.common.callback.rec.DsettingStr
 
getMaxLen() - Method in class jreceiver.common.callback.rec.DsettingStrRec
 
getMaxVal() - Method in interface jreceiver.common.callback.rec.DsettingInt
 
getMaxVal() - Method in class jreceiver.common.callback.rec.DsettingIntRec
 
getMinLen() - Method in interface jreceiver.common.callback.rec.DsettingStr
 
getMinLen() - Method in class jreceiver.common.callback.rec.DsettingStrRec
 
getMinVal() - Method in interface jreceiver.common.callback.rec.DsettingInt
 
getMinVal() - Method in class jreceiver.common.callback.rec.DsettingIntRec
 
getName() - Method in interface jreceiver.common.callback.rec.Dsetting
 
getName() - Method in class jreceiver.common.callback.rec.DsettingRec
 
getPlayState() - Method in interface jreceiver.common.callback.rec.DeviceStatus
The play state is one of the play state constants
getPlayState() - Method in class jreceiver.common.callback.rec.DeviceStatusRec
The play state is one of the play state constants
getPlayStateMessage() - Method in class jreceiver.common.callback.rec.DeviceStatusRec
The play_state is a message_id (you'll have to translate via message.properties)
getSource() - Method in interface jreceiver.common.callback.rec.DeviceStatus
This corresponds to a media source.
getSource() - Method in class jreceiver.common.callback.rec.DeviceStatusRec
This corresponds to a media source.
getTimecode() - Method in interface jreceiver.common.callback.rec.DeviceStatus
This is the approximate number of MILLISECONDS into the current song.
getTimecode() - Method in class jreceiver.common.callback.rec.DeviceStatusRec
This is the approximate number of MILLISECONDS into the current song.
getTimecodeInSeconds() - Method in interface jreceiver.common.callback.rec.DeviceStatus
This is the approximate number of SECONDS into the current song.
getTimecodeInSeconds() - Method in class jreceiver.common.callback.rec.DeviceStatusRec
This is the approximate number of SECONDS into the current song.
getType() - Method in interface jreceiver.common.callback.rec.Dsetting
 
getType() - Method in class jreceiver.common.callback.rec.DsettingRec
 
getUrl() - Method in interface jreceiver.common.callback.rec.DsettingUrl
 
getUrl() - Method in class jreceiver.common.callback.rec.DsettingUrlRec
 
getValue() - Method in interface jreceiver.common.callback.rec.Dsetting
value get
getValue() - Method in class jreceiver.common.callback.rec.DsettingRec
value get
getValueBool() - Method in interface jreceiver.common.callback.rec.DsettingBool
 
getValueBool() - Method in class jreceiver.common.callback.rec.DsettingBoolRec
 
getValueInt() - Method in interface jreceiver.common.callback.rec.DsettingInt
 
getValueInt() - Method in class jreceiver.common.callback.rec.DsettingIntRec
 
getValueList() - Method in interface jreceiver.common.callback.rec.DsettingList
obtain the selected list item
getValueList() - Method in class jreceiver.common.callback.rec.DsettingListRec
 
getValueStr() - Method in interface jreceiver.common.callback.rec.DsettingStr
 
getValueStr() - Method in class jreceiver.common.callback.rec.DsettingStrRec
 
getValueUrl() - Method in interface jreceiver.common.callback.rec.DsettingUrl
 
getValueUrl() - Method in class jreceiver.common.callback.rec.DsettingUrlRec
 

H

HKEY_BOOL_DEF_VALUE - Static variable in interface jreceiver.common.callback.rec.DsettingBool
 
HKEY_BOOL_VALUE - Static variable in interface jreceiver.common.callback.rec.DsettingBool
 
HKEY_DSETTING_DESC - Static variable in interface jreceiver.common.callback.rec.Dsetting
 
HKEY_DSETTING_ID - Static variable in interface jreceiver.common.callback.rec.Dsetting
 
HKEY_DSETTING_IS_REQUIRED - Static variable in interface jreceiver.common.callback.rec.Dsetting
 
HKEY_DSETTING_LOCALE_COUNTRY - Static variable in interface jreceiver.common.callback.rec.Dsetting
 
HKEY_DSETTING_LOCALE_LANG - Static variable in interface jreceiver.common.callback.rec.Dsetting
 
HKEY_DSETTING_NAME - Static variable in interface jreceiver.common.callback.rec.Dsetting
 
HKEY_DSETTING_TYPE - Static variable in interface jreceiver.common.callback.rec.Dsetting
 
HKEY_INT_DEF_VALUE - Static variable in interface jreceiver.common.callback.rec.DsettingInt
 
HKEY_INT_MAX_VAL - Static variable in interface jreceiver.common.callback.rec.DsettingInt
 
HKEY_INT_MIN_VAL - Static variable in interface jreceiver.common.callback.rec.DsettingInt
 
HKEY_INT_VALUE - Static variable in interface jreceiver.common.callback.rec.DsettingInt
 
HKEY_LIST_DEF_SELECTED - Static variable in interface jreceiver.common.callback.rec.DsettingList
 
HKEY_LIST_ITEMS - Static variable in interface jreceiver.common.callback.rec.DsettingList
 
HKEY_LIST_SELECTED - Static variable in interface jreceiver.common.callback.rec.DsettingList
 
HKEY_MAC_ADDRESS - Static variable in interface jreceiver.common.callback.rec.DeviceStatus
 
HKEY_PLAY_STATE - Static variable in interface jreceiver.common.callback.rec.DeviceStatus
 
HKEY_SOURCE - Static variable in interface jreceiver.common.callback.rec.DeviceStatus
 
HKEY_STR_DEF_VALUE - Static variable in interface jreceiver.common.callback.rec.DsettingStr
 
HKEY_STR_MAX_LEN - Static variable in interface jreceiver.common.callback.rec.DsettingStr
 
HKEY_STR_MIN_LEN - Static variable in interface jreceiver.common.callback.rec.DsettingStr
 
HKEY_STR_VALUE - Static variable in interface jreceiver.common.callback.rec.DsettingStr
 
HKEY_TIMECODE - Static variable in interface jreceiver.common.callback.rec.DeviceStatus
 
HKEY_URL_DEF_VALUE - Static variable in interface jreceiver.common.callback.rec.DsettingUrl
 
HKEY_URL_VALUE - Static variable in interface jreceiver.common.callback.rec.DsettingUrl
 

I

id - Variable in class jreceiver.common.callback.rec.DsettingRec
an identifier to refer to a specific setting
is_required - Variable in class jreceiver.common.callback.rec.DsettingRec
is the user required to provide a value?

J

jreceiver.common.callback.rec - package jreceiver.common.callback.rec
 

L

list - Variable in class jreceiver.common.callback.rec.DsettingListRec
the items in the list
locale - Variable in class jreceiver.common.callback.rec.DsettingRec
the locale of the name and description of the setting item

M

mac_address - Variable in class jreceiver.common.callback.rec.DeviceStatusRec
 
max_len - Variable in class jreceiver.common.callback.rec.DsettingStrRec
the maximum length of the string
max_val - Variable in class jreceiver.common.callback.rec.DsettingIntRec
the upper limit of the int range, inclusive
min_len - Variable in class jreceiver.common.callback.rec.DsettingStrRec
the minimum length of the string
min_val - Variable in class jreceiver.common.callback.rec.DsettingIntRec
the lower limit of the int range, inclusive

N

name - Variable in class jreceiver.common.callback.rec.DsettingRec
the title of the setting item

O

OPTIONAL - Static variable in interface jreceiver.common.callback.rec.Dsetting
 

P

PLAY_STATE_OFF - Static variable in interface jreceiver.common.callback.rec.DeviceStatus
 
PLAY_STATE_PAUSED - Static variable in interface jreceiver.common.callback.rec.DeviceStatus
 
PLAY_STATE_PAUSED_OR_STOPPED - Static variable in interface jreceiver.common.callback.rec.DeviceStatus
 
PLAY_STATE_PLAYING - Static variable in interface jreceiver.common.callback.rec.DeviceStatus
 
PLAY_STATE_STOPPED - Static variable in interface jreceiver.common.callback.rec.DeviceStatus
 
PLAY_STATE_UNKNOWN - Static variable in interface jreceiver.common.callback.rec.DeviceStatus
 
play_state - Variable in class jreceiver.common.callback.rec.DeviceStatusRec
 

R

REQUIRED - Static variable in interface jreceiver.common.callback.rec.Dsetting
 
reconstitute(Vector) - Static method in class jreceiver.common.callback.rec.DeviceStatusRec
Reconstitute each DeviceStatusRec object that appears as a hash in the list.
reconstitute(Vector) - Static method in class jreceiver.common.callback.rec.DsettingRec
Reconstitute each DsettingRec object that appears as a hash in the list.
reconstituteMap(Hashtable) - Static method in class jreceiver.common.callback.rec.DsettingRec
Reconstitute each DsettingRec object that appears as a hash in the map.

S

setDefaultUrl(URL) - Method in interface jreceiver.common.callback.rec.DsettingUrl
 
setDefaultUrl(URL) - Method in class jreceiver.common.callback.rec.DsettingUrlRec
 
setDefaultValue(Object) - Method in interface jreceiver.common.callback.rec.Dsetting
default value set
setDefaultValue(Object) - Method in class jreceiver.common.callback.rec.DsettingRec
default value set
setDefaultValueBool(boolean) - Method in interface jreceiver.common.callback.rec.DsettingBool
 
setDefaultValueBool(boolean) - Method in class jreceiver.common.callback.rec.DsettingBoolRec
 
setDefaultValueInt(int) - Method in interface jreceiver.common.callback.rec.DsettingInt
 
setDefaultValueInt(int) - Method in class jreceiver.common.callback.rec.DsettingIntRec
 
setDefaultValueList(String) - Method in interface jreceiver.common.callback.rec.DsettingList
assign the default selected list item
setDefaultValueList(String) - Method in class jreceiver.common.callback.rec.DsettingListRec
assign the default selected list item
setDefaultValueStr(String) - Method in interface jreceiver.common.callback.rec.DsettingStr
 
setDefaultValueStr(String) - Method in class jreceiver.common.callback.rec.DsettingStrRec
 
setDefaultValueUrl(String) - Method in interface jreceiver.common.callback.rec.DsettingUrl
 
setDefaultValueUrl(String) - Method in class jreceiver.common.callback.rec.DsettingUrlRec
 
setMaxLen(int) - Method in interface jreceiver.common.callback.rec.DsettingStr
 
setMaxLen(int) - Method in class jreceiver.common.callback.rec.DsettingStrRec
 
setMaxVal(int) - Method in interface jreceiver.common.callback.rec.DsettingInt
 
setMaxVal(int) - Method in class jreceiver.common.callback.rec.DsettingIntRec
 
setMinLen(int) - Method in interface jreceiver.common.callback.rec.DsettingStr
 
setMinLen(int) - Method in class jreceiver.common.callback.rec.DsettingStrRec
 
setMinVal(int) - Method in interface jreceiver.common.callback.rec.DsettingInt
 
setMinVal(int) - Method in class jreceiver.common.callback.rec.DsettingIntRec
 
setUrl(URL) - Method in interface jreceiver.common.callback.rec.DsettingUrl
 
setUrl(URL) - Method in class jreceiver.common.callback.rec.DsettingUrlRec
 
setValue(Object) - Method in interface jreceiver.common.callback.rec.Dsetting
value set
setValue(Object) - Method in class jreceiver.common.callback.rec.DsettingRec
value set
setValueBool(boolean) - Method in interface jreceiver.common.callback.rec.DsettingBool
 
setValueBool(boolean) - Method in class jreceiver.common.callback.rec.DsettingBoolRec
 
setValueInt(int) - Method in interface jreceiver.common.callback.rec.DsettingInt
 
setValueInt(int) - Method in class jreceiver.common.callback.rec.DsettingIntRec
 
setValueList(String) - Method in interface jreceiver.common.callback.rec.DsettingList
assign the selected list item
setValueList(String) - Method in class jreceiver.common.callback.rec.DsettingListRec
 
setValueStr(String) - Method in interface jreceiver.common.callback.rec.DsettingStr
 
setValueStr(String) - Method in class jreceiver.common.callback.rec.DsettingStrRec
 
setValueUrl(String) - Method in interface jreceiver.common.callback.rec.DsettingUrl
 
setValueUrl(String) - Method in class jreceiver.common.callback.rec.DsettingUrlRec
 
set_type - Variable in class jreceiver.common.callback.rec.DsettingRec
the type of the setting item (int, bool, etc)
source - Variable in class jreceiver.common.callback.rec.DeviceStatusRec
 

T

timecode - Variable in class jreceiver.common.callback.rec.DeviceStatusRec
 
toHash() - Method in class jreceiver.common.callback.rec.DeviceStatusRec
Store the object as a hash suitable for transport over an XML-RPC connection or similar.
toHash() - Method in class jreceiver.common.callback.rec.DsettingBoolRec
Store the object as a hash suitable for transport over an XML-RPC connection or similar.
toHash() - Method in class jreceiver.common.callback.rec.DsettingIntRec
Store the object as a hash suitable for transport over an XML-RPC connection or similar.
toHash() - Method in class jreceiver.common.callback.rec.DsettingListRec
Store the object as a hash suitable for transport over an XML-RPC connection or similar.
toHash() - Method in class jreceiver.common.callback.rec.DsettingRec
Store the object as a hash suitable for transport over an XML-RPC connection or similar.
toHash() - Method in class jreceiver.common.callback.rec.DsettingStrRec
Store the object as a hash suitable for transport over an XML-RPC connection or similar.
toHash() - Method in class jreceiver.common.callback.rec.DsettingUrlRec
Store the object as a hash suitable for transport over an XML-RPC connection or similar.
toString() - Method in class jreceiver.common.callback.rec.DeviceStatusRec
Returns a string representation of the event.
toString() - Method in class jreceiver.common.callback.rec.DsettingIntRec
Returns a string representation of the object.
toString() - Method in class jreceiver.common.callback.rec.DsettingListRec
Returns a string representation of the object.
toString() - Method in class jreceiver.common.callback.rec.DsettingRec
Returns a string representation of the object.
toString() - Method in class jreceiver.common.callback.rec.DsettingStrRec
Returns a string representation of the object.
toString() - Method in class jreceiver.common.callback.rec.DsettingUrlRec
Returns a string representation of the object.

V

value - Variable in class jreceiver.common.callback.rec.DsettingRec
the value

C D G H I J L M N O P R S T V