jreceiver.common.callback.rec
Interface DsettingUrl

All Superinterfaces:
Dsetting, Hashable
All Known Implementing Classes:
DsettingUrlRec

public interface DsettingUrl
extends Dsetting

An interface describing a single menu item


Field Summary
static java.lang.String HKEY_URL_DEF_VALUE
           
static java.lang.String HKEY_URL_VALUE
           
 
Fields inherited from interface jreceiver.common.callback.rec.Dsetting
DSETTING_TYPE_BOOL, DSETTING_TYPE_INT, DSETTING_TYPE_LIST, DSETTING_TYPE_STR, DSETTING_TYPE_URL, HKEY_DSETTING_DESC, HKEY_DSETTING_ID, HKEY_DSETTING_IS_REQUIRED, HKEY_DSETTING_LOCALE_COUNTRY, HKEY_DSETTING_LOCALE_LANG, HKEY_DSETTING_NAME, HKEY_DSETTING_TYPE, OPTIONAL, REQUIRED
 
Method Summary
 java.net.URL getDefaultUrl()
           
 java.lang.String getDefaultValueUrl()
           
 java.net.URL getUrl()
           
 java.lang.String getValueUrl()
           
 void setDefaultUrl(java.net.URL def_url)
           
 void setDefaultValueUrl(java.lang.String s_def_url)
           
 void setUrl(java.net.URL url)
           
 void setValueUrl(java.lang.String s_url)
           
 
Methods inherited from interface jreceiver.common.callback.rec.Dsetting
getDefaultValue, getDesc, getId, getIsBoolSetting, getIsIntSetting, getIsListSetting, getIsRequired, getIsStrSetting, getIsUrlSetting, getLocale, getName, getType, getValue, setDefaultValue, setValue
 
Methods inherited from interface jreceiver.common.rec.Hashable
toHash, toString
 

Field Detail

HKEY_URL_VALUE

public static final java.lang.String HKEY_URL_VALUE

HKEY_URL_DEF_VALUE

public static final java.lang.String HKEY_URL_DEF_VALUE
Method Detail

getValueUrl

public java.lang.String getValueUrl()

setValueUrl

public void setValueUrl(java.lang.String s_url)
                 throws java.net.MalformedURLException

getUrl

public java.net.URL getUrl()

setUrl

public void setUrl(java.net.URL url)

getDefaultValueUrl

public java.lang.String getDefaultValueUrl()

setDefaultValueUrl

public void setDefaultValueUrl(java.lang.String s_def_url)
                        throws java.net.MalformedURLException

getDefaultUrl

public java.net.URL getDefaultUrl()

setDefaultUrl

public void setDefaultUrl(java.net.URL def_url)


Copyright © 2001-2002 Reed Esau, All Rights Reserved.