| Package | Description |
|---|---|
| java.applet |
Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| java.beans.beancontext |
Provides classes and interfaces relating to bean context.
|
| 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.rmi.server |
Provides classes and interfaces for supporting the server side of RMI.
|
| java.security |
Provides the classes and interfaces for the security framework.
|
| java.sql |
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java
TM programming language.
|
| javax.activation | |
| javax.imageio |
The main package of the Java Image I/O API.
|
| javax.management.loading |
Provides the classes which implement advanced dynamic loading.
|
| javax.net.ssl |
Provides classes for the secure socket package.
|
| javax.sound.midi |
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
|
| javax.sound.midi.spi |
Supplies interfaces for service providers to implement when offering new MIDI devices, MIDI file readers and writers, or sound bank readers.
|
| javax.sound.sampled |
Provides interfaces and classes for capture, processing, and playback of sampled audio data.
|
| javax.sound.sampled.spi |
Supplies abstract classes for service providers to subclass when offering new audio devices, sound file readers and writers, or audio format converters.
|
| javax.sql |
Provides the API for server side data source access and processing from the Java
TM programming language.
|
| javax.sql.rowset |
Standard interfaces and base classes for JDBC
RowSet implementations.
|
| javax.sql.rowset.serial |
Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.swing.event |
Provides for events fired by Swing components.
|
| javax.swing.plaf.synth |
Synth is a skinnable look and feel in which all painting is delegated.
|
| javax.swing.text.html |
Provides the class
HTMLEditorKit and supporting classes for creating HTML text editors.
|
| javax.xml.bind |
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
|
| javax.xml.bind.helpers |
JAXB Provider Use Only: Provides partial default implementations for some of the
javax.xml.bind interfaces.
|
| javax.xml.validation |
This package provides an API for validation of XML documents.
|
| javax.xml.ws |
This package contains the core JAX-WS APIs.
|
| javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
Applet.getCodeBase()
Gets the base URL.
|
URL |
AppletStub.getCodeBase()
Gets the base URL.
|
URL |
Applet.getDocumentBase()
Gets the URL of the document in which this applet is embedded.
|
URL |
AppletStub.getDocumentBase()
Gets the URL of the document in which the applet is embedded.
|
| Modifier and Type | Method and Description |
|---|---|
AudioClip |
Applet.getAudioClip(URL
Returns the
AudioClip object specified by the
URL argument.
|
AudioClip |
AppletContext.getAudioClip(URL
Creates an audio clip.
|
AudioClip |
Applet.getAudioClip(URL
Returns the
AudioClip object specified by the
URL and
name arguments.
|
Image |
Applet.getImage(URL
Returns an
Image object that can then be painted on the screen.
|
Image |
AppletContext.getImage(URL
Returns an
Image object that can then be painted on the screen.
|
Image |
Applet.getImage(URL
Returns an
Image object that can then be painted on the screen.
|
static AudioClip |
Applet.newAudioClip(URL
Get an audio clip from the given URL.
|
void |
Applet.play(URL
Plays the audio clip at the specified absolute URL.
|
void |
Applet.play(URL
Plays the audio clip given the URL and a specifier that is relative to it.
|
void |
AppletContext.showDocument(URL
Requests that the browser or applet viewer show the Web page indicated by the
url argument.
|
void |
AppletContext.showDocument(URL
Requests that the browser or applet viewer show the Web page indicated by the
url argument.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
SplashScreen.getImageURL()
Returns the current splash screen image.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Image |
Toolkit.createImage(URL
Returns an image which gets pixel data from the specified URL.
|
abstract Image |
Toolkit.getImage(URL
Returns an image which gets pixel data from the specified URL.
|
void |
SplashScreen.setImageURL(URL
Changes the splash screen image.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
BeanContext.getResource(String
Analagous to
java.lang.ClassLoader.getResource(), this method allows a
BeanContext implementation to interpose behavior between the child
Component and underlying
ClassLoader.
|
URL |
BeanContextSupport.getResource(String
|
| Modifier and Type | Method and Description |
|---|---|
URL |
File.toURL()
|
| Modifier and Type | Method and Description |
|---|---|
protected URL |
ClassLoader.findResource(String
Finds the resource with the given name.
|
URL |
Class.getResource(String
Finds a resource with a given name.
|
URL |
ClassLoader.getResource(String
Finds the resource with the given name.
|
static URL |
ClassLoader.getSystemResource(String
Find a resource of the specified name from the search path used to load classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected Enumeration |
ClassLoader.findResources(String
Returns an enumeration of
URL objects representing all the resources with the given name.
|
Enumeration |
ClassLoader.getResources(String
Finds all the resources with the given name.
|
static Enumeration |
ClassLoader.getSystemResources(String
Finds all resources of the specified name from the search path used to load classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected Package |
ClassLoader.definePackage(String
Defines a package by name in this
ClassLoader.
|
boolean |
Package.isSealed(URL
Returns true if this package is sealed with respect to the specified code source url.
|
| Modifier and Type | Field and Description |
|---|---|
protected URL |
URLConnection.url
The URL represents the remote object on the World Wide Web to which this connection is opened.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
URLClassLoader.findResource(String
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.
|
protected URL |
Authenticator.getRequestingURL()
Returns the URL that resulted in this request for authentication.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
URLClassLoader.findResources(String
Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
URLClassLoader.addURL(URL
Appends the specified URL to the list of URLs to search for classes and resources.
|
protected Package |
URLClassLoader.definePackage(String
Defines a new package by name in this ClassLoader.
|
protected boolean |
URLStreamHandler.equals(URL
Provides the default equals calculation.
|
protected InetAddress |
URLStreamHandler.getHostAddress(URL
Get the IP address of our host.
|
protected int |
URLStreamHandler.hashCode(URL
Provides the default hash calculation.
|
protected boolean |
URLStreamHandler.hostsEqual(URL
Compares the host components of two URLs.
|
static URLClassLoader |
URLClassLoader.newInstance(URL
Creates a new instance of URLClassLoader for the specified URLs and default parent class loader.
|
static URLClassLoader |
URLClassLoader.newInstance(URL
Creates a new instance of URLClassLoader for the specified URLs and parent class loader.
|
protected abstract URLConnection |
URLStreamHandler.openConnection(URL
Opens a connection to the object referenced by the
URL argument.
|
protected URLConnection |
URLStreamHandler.openConnection(URL
Same as openConnection(URL), except that the connection will be made through the specified proxy; Protocol handlers that do not support proxying will ignore the proxy parameter and make a normal connection.
|
protected void |
URLStreamHandler.parseURL(URL
Parses the string representation of a
URL into a
URL object.
|
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(String
Ask the authenticator that has been registered with the system for a password.
|
boolean |
URL.sameFile(URL
Compares two URLs, excluding the fragment component.
|
protected boolean |
URLStreamHandler.sameFile(URL
Compare two urls to see whether they refer to the same file, i.e., having the same protocol, host, port, and path.
|
protected void |
URLStreamHandler.setURL(URL
Deprecated.
Use setURL(URL, String, String, int, String, String, String, String);
|
protected void |
URLStreamHandler.setURL(URL
Sets the fields of the
URL argument to the indicated values.
|
protected String |
URLStreamHandler.toExternalForm(URL
Converts a
URL of a specific protocol to a
String.
|
| Constructor and Description | |
|---|---|
HttpURLConnection(URL
Constructor for the HttpURLConnection.
|
|
JarURLConnection(URL
Creates the new JarURLConnection to the specified URL.
|
|
URL(URL
Creates a URL by parsing the given spec within a specified context.
|
|
URL(URL
Creates a URL by parsing the given spec with the specified handler within a specified context.
|
|
URLClassLoader(URL
Constructs a new URLClassLoader for the specified URLs using the default delegation parent
ClassLoader.
|
|
URLClassLoader(URL
Constructs a new URLClassLoader for the given URLs.
|
|
URLClassLoader(URL
Constructs a new URLClassLoader for the specified URLs, parent class loader, and URLStreamHandlerFactory.
|
|
URLConnection(URL
Constructs a URL connection to the specified URL.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
LoaderHandler.loadClass(URL
Deprecated.
no replacement
|
static Class |
RMIClassLoader.loadClass(URL
Loads a class from a codebase URL.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
CodeSource.getLocation()
Returns the location associated with this CodeSource.
|
| Constructor and Description | |
|---|---|
CodeSource(URL
Constructs a CodeSource and associates it with the specified location and set of certificates.
|
|
CodeSource(URL
Constructs a CodeSource and associates it with the specified location and set of code signers.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
ResultSet.getURL(int columnIndex)
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.net.URL object in the Java programming language.
|
URL |
CallableStatement.getURL(int parameterIndex)
Retrieves the value of the designated JDBC
DATALINK parameter as a
java.net.URL object.
|
URL |
ResultSet.getURL(String
Retrieves the value of the designated column in the current row of this
ResultSet object as a
java.net.URL object in the Java programming language.
|
URL |
CallableStatement.getURL(String
Retrieves the value of a JDBC
DATALINK parameter as a
java.net.URL object.
|
URL |
SQLInput.readURL()
Reads an SQL
DATALINK value from the stream and returns it as a
java.net.URL object in the Java programming language.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreparedStatement.setURL(int parameterIndex, URL
Sets the designated parameter to the given
java.net.URL value.
|
void |
CallableStatement.setURL(String
Sets the designated parameter to the given
java.net.URL object.
|
void |
SQLOutput.writeURL(URL
Writes a SQL
DATALINK value to the stream.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
URLDataSource.getURL()
Return the URL used to create this DataSource.
|
| Constructor and Description | |
|---|---|
DataHandler(URL
Create a
DataHandler instance referencing a URL.
|
|
URLDataSource(URL
URLDataSource constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
ImageIO.read(URL
Returns a
BufferedImage as the result of decoding a supplied
URL with an
ImageReader chosen automatically from among those currently registered.
|
| Modifier and Type | Method and Description |
|---|---|
protected URL |
MLet.check(String
This method is to be overridden when extending this service to support caching and versioning.
|
URL |
MLetContent.getCodeBase()
Gets the code base URL.
|
URL |
MLetContent.getDocumentBase()
Gets the MLet text file's base URL.
|
URL |
MLetMBean.getResource(String
Finds the resource with the given name.
|
URL |
MLetMBean.getURLs()
Returns the search path of URLs for loading classes and resources.
|
URL |
MLet.getURLs()
Returns the search path of URLs for loading classes and resources.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
MLetMBean.getResources(String
Finds all the resources with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MLetMBean.addURL(URL
Appends the specified URL to the list of URLs to search for classes and resources.
|
void |
MLet.addURL(URL
Appends the specified URL to the list of URLs to search for classes and resources.
|
protected URL |
MLet.check(String
This method is to be overridden when extending this service to support caching and versioning.
|
Set |
MLetMBean.getMBeansFromURL(URL
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
|
Set |
MLet.getMBeansFromURL(URL
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
|
| Constructor and Description | |
|---|---|
MLet(URL
Constructs a new MLet for the specified URLs using the default delegation parent ClassLoader.
|
|
MLet(URL
Constructs a new MLet for the specified URLs using the default delegation parent ClassLoader.
|
|
MLet(URL
Constructs a new MLet for the given URLs.
|
|
MLet(URL
Constructs a new MLet for the given URLs.
|
|
MLet(URL
Constructs a new MLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.
|
|
MLet(URL
Constructs a new MLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.
|
|
MLetContent(URL
Creates an
MLet instance initialized with attributes read from an
MLET tag in an MLet text file.
|
|
PrivateMLet(URL
Constructs a new PrivateMLet for the specified URLs using the default delegation parent ClassLoader.
|
|
PrivateMLet(URL
Constructs a new PrivateMLet for the given URLs.
|
|
PrivateMLet(URL
Constructs a new PrivateMLet for the specified URLs, parent class loader, and URLStreamHandlerFactory.
|
| Constructor and Description | |
|---|---|
HttpsURLConnection(URL
Creates an
HttpsURLConnection using the URL specified.
|
| Modifier and Type | Method and Description |
|---|---|
static MidiFileFormat |
MidiSystem.getMidiFileFormat(URL
Obtains the MIDI file format of the data in the specified URL.
|
static Sequence |
MidiSystem.getSequence(URL
Obtains a MIDI sequence from the specified URL.
|
static Soundbank |
MidiSystem.getSoundbank(URL
Constructs a
Soundbank by reading it from the specified URL.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MidiFileFormat |
MidiFileReader.getMidiFileFormat(URL
Obtains the MIDI file format of the URL provided.
|
abstract Sequence |
MidiFileReader.getSequence(URL
Obtains a MIDI sequence from the URL provided.
|
abstract Soundbank |
SoundbankReader.getSoundbank(URL
Obtains a soundbank object from the URL provided.
|
| Modifier and Type | Method and Description |
|---|---|
static AudioFileFormat |
AudioSystem.getAudioFileFormat(URL
Obtains the audio file format of the specified URL.
|
static AudioInputStream |
AudioSystem.getAudioInputStream(URL
Obtains an audio input stream from the URL provided.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AudioFileFormat |
AudioFileReader.getAudioFileFormat(URL
Obtains the audio file format of the URL provided.
|
abstract AudioInputStream |
AudioFileReader.getAudioInputStream(URL
Obtains an audio input stream from the URL provided.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowSet.setURL(int parameterIndex, URL
Sets the designated parameter to the given
java.net.URL value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseRowSet.setURL(int parameterIndex, URL
Sets the designated parameter to the given
java.net.URL value.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
SerialDatalink.getDatalink()
Returns a new URL that is a copy of this
SerialDatalink object.
|
URL |
SQLInputImpl.readURL()
Reads an SQL
DATALINK value from the stream and returns it as an
URL object in the Java programming language.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLOutputImpl.writeURL(URL
Writes an
java.sql.Type.DATALINK object in the Java programming language to this
SQLOutputImpl object.
|
| Constructor and Description | |
|---|---|
SerialDatalink(URL
Constructs a new
SerialDatalink object from the given
java.net.URL object.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
JEditorPane.getPage()
Gets the current URL being displayed.
|
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
JEditorPane.getStream(URL
Fetches a stream for the given URL, which is about to be loaded by the
setPage method.
|
void |
JEditorPane.setPage(URL
Sets the current URL being displayed.
|
| Constructor and Description | |
|---|---|
ImageIcon(URL
Creates an ImageIcon from the specified URL.
|
|
ImageIcon(URL
Creates an ImageIcon from the specified URL.
|
|
JEditorPane(URL
Creates a
JEditorPane based on a specified URL for input.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
HyperlinkEvent.getURL()
Gets the URL that the link refers to.
|
| Constructor and Description | |
|---|---|
HyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
|
HyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
|
HyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
|
HyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SynthLookAndFeel.load(URL
Loads the set of
SynthStyles that will be used by this
SynthLookAndFeel.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
HTMLDocument.getBase()
Returns the location to resolve relative URLs against.
|
URL |
StyleSheet.getBase()
Returns the base.
|
URL |
ImageView.getImageURL()
Return a URL for the image source, or null if it could not be determined.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StyleSheet.importStyleSheet(URL
Imports a style sheet from
url.
|
void |
StyleSheet.loadRules(Reader
Loads a set of rules that have been specified in terms of CSS1 grammar.
|
void |
HTMLDocument.setBase(URL
Sets the location to resolve relative URLs against.
|
void |
StyleSheet.setBase(URL
Sets the base.
|
| Constructor and Description | |
|---|---|
HTMLFrameHyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
|
HTMLFrameHyperlinkEvent(Object
Creates a new object representing a html frame hypertext link event.
|
|
HTMLFrameHyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
|
HTMLFrameHyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
|
HTMLFrameHyperlinkEvent(Object
Creates a new object representing a hypertext link event.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
ValidationEventLocator.getURL()
Return the name of the XML source as a URL if available
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JAXB.marshal(Object
Writes a Java object tree to XML and store it to the specified location.
|
Object |
Unmarshaller.unmarshal(URL
Unmarshal XML data from the specified URL and return the resulting content tree.
|
static <T> T |
JAXB.unmarshal(URL
Reads in a Java object tree from the given XML input.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
ValidationEventLocatorImpl.getURL()
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationEventLocatorImpl.setURL(URL
Set the URL field on this event locator.
|
Object |
AbstractUnmarshallerImpl.unmarshal(URL
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
SchemaFactory.newSchema(URL
Parses the specified
URL as a schema and returns it as a
Schema.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
Service.getWSDLDocumentLocation()
Gets the location of the WSDL document for this Service.
|
| Modifier and Type | Method and Description |
|---|---|
static Service |
Service.create(URL
Creates a
Service instance.
|
static Service |
Service.create(URL
Creates a
Service instance.
|
| Constructor and Description | |
|---|---|
Service(URL
|
|
Service(URL
|
| Modifier and Type | Method and Description |
|---|---|
abstract URL |
ServiceDelegate.getWSDLDocumentLocation()
Gets the location of the WSDL document for this Service.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ServiceDelegate |
Provider.createServiceDelegate(URL
Creates a service delegate object.
|
ServiceDelegate |
Provider.createServiceDelegate(URL
Creates a service delegate object.
|