|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URL | |
---|---|
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.io | Provides for system input and output through data streams, serialization and the file system. |
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
java.net | Provides the classes for implementing networking applications. |
java.security | Provides the classes and interfaces for the security framework. |
javax.media | |
javax.media.protocol | |
org.dvb.dsmcc | Provides extended access to files carried in the broadcast stream. |
org.dvb.lang | Provides those core platform related features not found in the java.lang package. |
org.dvb.ui | Provides extended graphics functionality. |
org.havi.ui | |
org.ocap.net | The org.ocap.net package provides locators for accessing various types of items in the transport stream. |
org.ocap.system | This API is used to access
system modules. |
Uses of URL in java.awt |
---|
Methods in java.awt with parameters of type URL | |
---|---|
abstract Image |
Toolkit.createImage(URL url)
Returns an image which gets pixel data from the specified URL. |
abstract Image |
Toolkit.getImage(URL url)
Returns an image which gets pixel data from the specified URL. |
Uses of URL in java.io |
---|
Methods in java.io that return URL | |
---|---|
URL |
File.toURL()
Converts this abstract pathname into a file: URL. |
Uses of URL in java.lang |
---|
Methods in java.lang that return URL | |
---|---|
URL |
Class.getResource(String name)
Finds a resource with a given name. |
URL |
ClassLoader.getResource(String name)
Finds the resource with the given name. |
static URL |
ClassLoader.getSystemResource(String name)
Find a resource of the specified name from the search path used to load classes. |
Methods in java.lang with parameters of type URL | |
---|---|
boolean |
Package.isSealed(URL url)
Returns true if this package is sealed with respect to the specified code source url. |
Uses of URL in java.net |
---|
Methods in java.net that return URL | |
---|---|
URL |
URLClassLoader.findResource(String name)
Finds the resource with the specified name on the URL search path. |
URL |
JarURLConnection.getJarFileURL()
Returns the URL for the Jar file for this connection. |
URL |
URLConnection.getURL()
Returns the value of this URLConnection 's URL
field. |
URL[] |
URLClassLoader.getURLs()
Returns the search path of URLs for loading classes and resources. |
URL |
URI.toURL()
Constructs a URL from this URI. |
Methods in java.net with parameters of type URL | |
---|---|
static URLClassLoader |
URLClassLoader.newInstance(URL[] urls)
Creates a new instance of URLClassLoader for the specified URLs and default parent class loader. |
static URLClassLoader |
URLClassLoader.newInstance(URL[] urls,
ClassLoader parent)
Creates a new instance of URLClassLoader for the specified URLs and parent class loader. |
boolean |
URL.sameFile(URL other)
Compares two URLs, excluding the fragment component. |
Constructors in java.net with parameters of type URL | |
---|---|
URL(URL context,
String spec)
Creates a URL by parsing the given spec within a specified context. |
|
URL(URL context,
String spec,
URLStreamHandler handler)
Creates a URL by parsing the given spec with the specified handler within a specified context. |
|
URLClassLoader(URL[] urls)
Constructs a new URLClassLoader for the specified URLs using the default delegation parent ClassLoader . |
|
URLClassLoader(URL[] urls,
ClassLoader parent)
Constructs a new URLClassLoader for the given URLs. |
|
URLClassLoader(URL[] urls,
ClassLoader parent,
URLStreamHandlerFactory factory)
Constructs a new URLClassLoader for the specified URLs, parent class loader, and URLStreamHandlerFactory. |
Uses of URL in java.security |
---|
Methods in java.security that return URL | |
---|---|
URL |
CodeSource.getLocation()
Returns the location associated with this CodeSource. |
Constructors in java.security with parameters of type URL | |
---|---|
CodeSource(URL url,
Certificate[] certs)
Constructs a CodeSource and associates it with the specified location and set of certificates. |
Uses of URL in javax.media |
---|
Methods in javax.media that return URL | |
---|---|
URL |
MediaLocator.getURL()
|
Methods in javax.media with parameters of type URL | |
---|---|
static DataSource |
Manager.createDataSource(URL sourceURL)
|
static Player |
Manager.createPlayer(URL sourceURL)
|
Constructors in javax.media with parameters of type URL | |
---|---|
MediaLocator(URL url)
|
Uses of URL in javax.media.protocol |
---|
Constructors in javax.media.protocol with parameters of type URL | |
---|---|
URLDataSource(URL url)
|
Uses of URL in org.dvb.dsmcc |
---|
Methods in org.dvb.dsmcc that return URL | |
---|---|
URL |
DSMCCObject.getURL()
Returns a URL identifying this carousel object. |
static URL |
ServiceDomain.getURL(Locator l)
Obtain a java.net.URL corresponding to a 'dvb:' locator. |
Uses of URL in org.dvb.lang |
---|
Methods in org.dvb.lang with parameters of type URL | |
---|---|
static DVBClassLoader |
DVBClassLoader.newInstance(URL[] urls)
Creates a new instance of DVBClassLoader for the specified URLs. |
static DVBClassLoader |
DVBClassLoader.newInstance(URL[] urls,
ClassLoader parent)
Creates a new instance of DVBClassLoader for the specified URLs. |
Constructors in org.dvb.lang with parameters of type URL | |
---|---|
DVBClassLoader(URL[] urls)
Constructs a new DVBClassLoader for the given URLs. |
|
DVBClassLoader(URL[] urls,
ClassLoader parent)
Constructs a new DVBClassLoader for the given URLs. |
Uses of URL in org.dvb.ui |
---|
Constructors in org.dvb.ui with parameters of type URL | |
---|---|
FontFactory(URL u)
Constructs a FontFactory for the font file found at the given location. |
Uses of URL in org.havi.ui |
---|
Methods in org.havi.ui with parameters of type URL | |
---|---|
void |
HSound.load(URL contents)
Loads data synchronously into an HSound object from an audio sample indicated by a URL. |
Constructors in org.havi.ui with parameters of type URL | |
---|---|
HBackgroundImage(URL contents)
Create an HBackgroundImage object. |
Uses of URL in org.ocap.net |
---|
Constructors in org.ocap.net with parameters of type URL | |
---|---|
URLLocator(URL url)
Construct an URLLocator encapsulating the given URL. |
Uses of URL in org.ocap.system |
---|
Methods in org.ocap.system with parameters of type URL | |
---|---|
abstract void |
RegisteredApiManager.register(String name,
String version,
URL scdf,
short storagePriority)
Registers an API with the implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |