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
 
| 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 | 
 
 
| Methods inherited from interface jreceiver.common.callback.rec.Dsetting | 
getDefaultValue, getDesc, getId, getIsBoolSetting, getIsIntSetting, getIsListSetting, getIsRequired, getIsStrSetting, getIsUrlSetting, getLocale, getName, getType, getValue, setDefaultValue, setValue | 
 
 
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
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.