GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.lang.String | |
void | |
void | |
void | Writes characters from a given String into the stream.
|
void | |
void | Writes a String into the stream.
|
void |
Methods with return type java.lang.String | |
String | |
String | This method reads the next line of text data from an input stream.
|
String | |
String | This method reads a String from an input stream that is
encoded in a modified UTF-8 format. |
Constructors with parameter type java.lang.String | |
Contructs a new BinaryRefAddr with the given type and content.
| |
Contructs a new BinaryRefAddr with the given type and the content
taken from the given byte array.
| |
Constructs an instance with the given name and object.
| |
Constructs an instance with the given name and object and a
flag indicating if the name is relative to the target context.
| |
Constructs an instance with the given name, classname and object.
| |
Constructs an instance with the given name, classname, object and a
flag indicating if the name is relative to the target context.
| |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with a message. | |
Creates a new exception and sets the detailed message field.
| |
Create an exception with a message. | |
Create an exception with a message. | |
Create a new reference that is referencting to the object of the
specified class.
| |
Create an exception with a message. | |
Create an exception with a message. | |
Constructs an instance with the given name and classname.
| |
Constructs an instance with the given name and classname and a
flag indicating if the name is relative to the target context.
| |
Create an exception with a message. | |
Creates a new NamingException with a detailed message. | |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with a message. | |
Protected constructor for use by subclasses.
| |
Create a new reference that is referencting to the object of the
specified class.
| |
Create a new reference that is referencing to the object of the
specified class, specifying the class and location of the factory that
produces these objects.
| |
Create a new reference that is referencing to the object of the
specified class with the given address.
| |
Reference.Reference(String className, RefAddr addr, String factoryClassName, String factoryLocation) Create a new reference that is referencing to the object of the
specified class, specifying the class and location of the factory that
produces these objects and also the address of this object.
| |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with a message. | |
Contructs a new StringRefAddr with the given type and content.
| |
Fields of type java.lang.String | |
String | Property for the initial context constructor to use when searching for
other properties.
|
String | Property with the authoritativeness of the service requested.
|
String | Property with the batch size to use when returning data via the service's
protocol.
|
String | Property with the DNS host and domain names to use.
|
String | Property with name of the inital context factory to use
|
String | Property for specifying the preferred language to use with the service.
|
String | Property with colon-separated list of object factories to use.
|
String | Property with URL specifying configuration for the service provider to use.
|
String | Property defining how referrals encountered by the service provider are to
be processed.
|
String | Property specifying the security level to use.
|
String | Property specifying the credentials of the principal for authenticating the
caller to the service.
|
String | Property for the identity of the principal for authenticating the caller to
the service.
|
String | Property specifying the security protocol to use.
|
String | Property with colon-separated list of state factories to use.
|
String | Property with colon-separated list of package prefixes to use.
|
String | The string resprenstation of the type of address.
|
String | The name of the class factory to create an instance of the object,
referenced by this reference.
|
String | The location, from where the class factory should be loaded.
|
String | The name of the class of the object, to that this reference refers.
|
String |
Methods with parameter type java.lang.String | |
Name | |
Name | |
Name | Inserts the given String component to this Name
at the given index. |
Name | |
Name | |
Name | Adds the given String component to the end of this
Name . |
Object | Add new environment property to the environment of this context. |
Object | |
void | Adds the given String to the remainingName field.
|
void | Give the specified name for the specified object. |
void | |
String | Composes the name of this context together with another name, related to
this context.
|
String | |
Context | Creates the new naming subcontext and binds it to the current (this)
context.
|
Context | |
void | Removes the naming subcontext from this naming context. |
void | |
RefAddr | Get the given type of address for this object.
|
NameParser | Obtains the name parser for parsing the names of the given naming
subcontext.
|
NameParser | |
Context | Obtains the context for resolving the given name. |
NamingEnumeration | Creates and returns the enumeration over the name bindings that are present
the given subcontext. |
NamingEnumeration | |
NamingEnumeration | Creates and returns the enumeration over the name - object bindings that
are present the given subcontext. |
NamingEnumeration | |
Object | Gets the previously named object by name. |
Object | |
Object | Retrieves the named object, not following the link of the terminal atomic
component of the name. |
Object | |
Name | Parser the string name representation into the Name representation
|
void | Give the specified name for the specified object. |
void | |
Object | Removes the property with the given name from the environment. |
Object | |
void | Renames the existing binding, removing the existing and giving the new name
for the same object.
|
void | |
void | Sets the classname of the bound object.
|
void | |
void | Sets the name of the binding.
|
void | Sets the full name for this binding. |
void | Removes the name - object mapping from the current context. |
void |
Methods with return type java.lang.String | |
String | Composes the name of this context together with another name, related to
this context.
|
String | |
String | CompositeName.get(int posn) |
String | CompoundName.get(int posn) |
String | Gets the component at the given index.
|
String | Returns the classname of the bound object.
|
String | Returns the classname of the binding.
|
String | Get the name of the class of the referenced object.
|
String | Gets the message given to the constructor or null if no message was given.
|
String | Get the location of the factory class of the referenced object.
|
String | Get the name of the factory class of the referenced object
|
String | |
String | |
String | Returns the name of the binding.
|
String | Returs the full name of this naming context. |
String | This operation is not supported for the initial naming context.
|
String | Returns the full name for this binding. |
String | Returns the non-null address type given to the constructor.
|
String | Returns a String representation of the RefAddr. |
String | Returns the string representation.
|
String | |
String | |
String | |
String | Returns the string representation.
|
String | Returns a string representation of this exception.
|
String | Returns a String representation of the RefAddr.
|
String | Return the string representation.
|
String | LinkException.toString(boolean detail) |
String | NamingException.toString(boolean objectInfo) Returns a String representation of this exception and possibly including
the part object that could be resolved if the given flag is set to true.
|
Constructors with parameter type java.lang.String | |
Create an exception with a descriptive error message.
| |
Create an exception with a descriptive error message.
|
Fields of type java.lang.String | |
String | Contains the name of the current compression type.
|
String[] | Array of the names of the available compression types.
|
Methods with parameter type java.lang.String | |
IIOMetadata | Get the metadata associated with this image. |
Iterator | Retrieve an iterator over all registered readers for the given
format.
|
Iterator | Retrieve an iterator over all registered readers for the given
MIME type.
|
Iterator | Retrieve an iterator over all registered readers for the given
file suffix.
|
Iterator | Retrieve an iterator over the collection of registered image
writers that support writing images of the given type and in the
given format.
|
Iterator | Retrieve an iterator over all registered writers for the given
format.
|
Iterator | Retrieve an iterator over all registered writers for the given
MIME type.
|
Iterator | Retrieve an iterator over all registered writers for the given
file suffix.
|
IIOMetadata | Get the metadata associated with the image being read. |
void | Notifies all installed warning listeners, by calling their
warningOccurred methods, that a warning message has been raised.
|
void | Notify all installed warning listeners, by calling their
warningOccurred methods, that a warning message has been raised.
|
void | Notifies all installed warning listeners, by calling their
warningOccurred methods, that a warning message has been raised.
|
void | Notify all installed warning listeners, by calling their
warningOccurred methods, that a warning message has been raised.
|
void | |
boolean | Write an image to a file using a registered writer that supports
the given format, overwriting the file if it already exists.
|
boolean | Write an image to an output stream using a registered writer that
supports the given format.
|
boolean | Write an image to an ImageOutputStream using a registered writer
that supports the given format. |
Methods with return type java.lang.String | |
String[] | |
String | |
String[] | |
String | Retrieve the format of the input source.
|
String | |
String[] | Retrieve all the informal format names supported by the
collection of registered image readers.
|
String[] | Retrieve all the MIME types supported by the collection of
registered image readers.
|
String[] | Retrieve all the informal format names supported by the
collection of registered image writers.
|
String[] | Retrieve all the MIME types supported by the collection of
registered image writers.
|
Constructors with parameter type java.lang.String | |
Create the InvalidValue with explaining
message.
| |
Create the TypeMismatch with explaining
message.
|
Methods with return type java.lang.String | |
String | Get the InvalidValue repository id.
|
String | Get the TypeMismatch repository id.
|
Constructors with parameter type java.lang.String | |
This method initializes a new instance of BatchUpdateException
with the specified descriptive error message and update count information.
| |
BatchUpdateException.BatchUpdateException(String message, String SQLState, int vendorCode, int[] updateCounts) This method initializes a new instance of BatchUpdateException
with the specified descriptive error message, SQL state, and update count
information. | |
This method initializes a new instance of BatchUpdateException
with the specified descriptive error message, SQL state, and update count
information. | |
This method initializes a new instance of DriverPropertyInfo
with the specified name and value. | |
This method initializes a new instance of SQLException
with the specified descriptive error message. | |
This method initializes a new instance of SQLException
with the specified descriptive error message and SQL state string.
| |
This method initializes a nwe instance of SQLException
with the specified descriptive error message, SQL state string, and
vendor code.
| |
This method initializes a new instance of SQLWarning
with the specified descriptive error message. | |
This method initializes a new instance of SQLWarning
with the specified descriptive error message and SQL state string.
| |
This method initializes a nwe instance of SQLWarning
with the specified descriptive error message, SQL state string, and
vendor code.
|
Fields of type java.lang.String | |
String[] | If values are restricted to certain choices, this is the list of valid
ones. |
String | A description of the property, possibly null .
|
String | The name of the property.
|
String | This is the value of the property.
|
Methods with parameter type java.lang.String | |
boolean | This method tests whether or not the driver believes it can connect to
the specified database. |
void | This method adds a SQL statement to a SQL batch. |
Connection | This method connects to the specified database using the connection
properties supplied. |
boolean | This method executes an arbitrary SQL statement of any time. |
boolean | |
boolean | |
boolean | |
ResultSet | This method executes the specified SQL SELECT statement and returns a
(possibly empty) ResultSet with the results of the query.
|
int | This method executes the specified SQL INSERT, UPDATE, or DELETE statement
and returns the number of rows affected, which may be 0.
|
int | |
int | |
int | |
int | This method returns the column index of the specified named column.
|
Array | This method returns the value of the specified parameter as a Java
Array .
|
Array | This method returns the specified column value as an Array .
|
InputStream | This method returns the value of the specified column as an ASCII
stream. |
ResultSet | DatabaseMetaData.getAttributes(String catalog, String schemaPattern, String typePattern, String attributePattern) |
ResultSet | DatabaseMetaData.getBestRowIdentifier(String catalog, String schema, String tableName, int scope, boolean nullable) This method returns the best set of columns for uniquely identifying
a row. |
BigDecimal | This method returns the value of the specified parameter as a Java
BigDecimal .
|
BigDecimal | This method returns the value of the specified column as a Java
BigDecimal .
|
BigDecimal | This method returns the value of the specified column as a Java
BigDecimal .
|
InputStream | This method returns the value of the specified column as a raw byte
stream. |
Blob | This method returns the value of the specified parameter as a Java
Blob .
|
Blob | This method returns the specified column value as a BLOB.
|
boolean | This method returns the value of the specified parameter as a Java
boolean .
|
boolean | This method returns the value of the specified column as a Java
boolean .
|
byte | This method returns the value of the specified parameter as a Java
byte .
|
byte | This method returns the value of the specified column as a Java
byte .
|
byte[] | This method returns the value of the specified parameter as a Java
byte array.
|
byte[] | This method returns the value of the specified column as a Java
byte array.
|
Reader | This method returns the value of the specified column as a character
stream. |
Clob | This method returns the value of the specified parameter as a Java
Clob .
|
Clob | This method returns the specified column value as a CLOB.
|
ResultSet | DatabaseMetaData.getColumnPrivileges(String catalog, String schema, String tableName, String columnPattern) This method returns the access rights that have been granted to the
requested columns. |
ResultSet | DatabaseMetaData.getColumns(String catalog, String schemaPattern, String tablePattern, String columnPattern) This method returns a list of the tables columns for
the requested tables. |
Connection | This method attempts to return a connection to the specified
JDBC URL string.
|
Connection | This method attempts to return a connection to the specified
JDBC URL string using the specified username and password.
|
Connection | This method attempts to return a connection to the specified
JDBC URL string using the specified connection properties.
|
ResultSet | DatabaseMetaData.getCrossReference(String primaryCatalog, String primarySchema, String primaryTableName, String foreignCatalog, String foreignSchema, String foreignTableName) This method returns a description of how one table imports another
table's primary key as a foreign key. |
Date | This method returns the value of the specified parameter as a Java
java.sql.Date .
|
Date | This method returns the value of the specified column as a Java
java.sql.Date .
|
Date | This method returns the value of the specified parameter as a Java
java.sql.Date .
|
Date | This method returns the specified column value as a
java.sql.Date . |
double | This method returns the value of the specified parameter as a Java
double .
|
double | This method returns the value of the specified column as a Java
double .
|
Driver | This method returns a driver that can connect to the specified
JDBC URL string. |
ResultSet | This method returns a list of the table's which use this table's
primary key as a foreign key. |
float | This method returns the value of the specified parameter as a Java
float .
|
float | This method returns the value of the specified column as a Java
float .
|
ResultSet | This method returns a list of the table's foreign keys. |
ResultSet | DatabaseMetaData.getIndexInfo(String catalog, String schema, String tableName, boolean unique, boolean approximate) This method returns information about a tables indices and statistics.
|
int | This method returns the value of the specified parameter as a Java
int .
|
int | This method returns the value of the specified column as a Java
int .
|
long | This method returns the value of the specified parameter as a Java
long .
|
long | This method returns the value of the specified column as a Java
long .
|
Object | This method returns the value of the specified parameter as a Java
Object .
|
Object | This method returns the value of the specified column as a Java
Object .
|
Object | This method returns the value of the specified parameter as a Java
Object using the specified mapping for conversion from
SQL to Java types.
|
Object | This method returns the value of the specified column as a Java
Object using the specified SQL type to Java type map.
|
ResultSet | This method returns a list of a table's primary key columns. |
ResultSet | DatabaseMetaData.getProcedureColumns(String catalog, String schemaPattern, String procedurePattern, String columnPattern) This method returns a list of the parameter and result columns for
the requested stored procedures. |
ResultSet | This method returns a list of all the stored procedures matching the
specified pattern in the given schema and catalog. |
DriverPropertyInfo[] | This method returns an array of possible properties that could be
used to connect to the specified database.
|
Ref | This method returns the value of the specified parameter as a Java
Ref .
|
Ref | This method returns a Ref for the specified column which
represents the structured type for the column.
|
short | This method returns the value of the specified parameter as a Java
short .
|
short | This method returns the value of the specified column as a Java
short .
|
String | This method returns the value of the specified parameter as a Java
String .
|
String | This method returns the value of the specified column as a Java
String .
|
ResultSet | |
ResultSet | |
ResultSet | This method returns the access rights that have been granted to the
requested tables. |
ResultSet | DatabaseMetaData.getTables(String catalog, String schemaPattern, String tablePattern, String[] types) This method returns a list of the requested table as a
ResultSet with the following columns:
|
Time | This method returns the value of the specified parameter as a Java
java.sql.Time .
|
Time | This method returns the value of the specified column as a Java
java.sql.Time .
|
Time | This method returns the value of the specified parameter as a Java
java.sql.Time .
|
Time | This method returns the specified column value as a
java.sql.Time . |
Timestamp | This method returns the value of the specified parameter as a Java
java.sql.Timestamp .
|
Timestamp | This method returns the value of the specified column as a Java
java.sql.Timestamp .
|
Timestamp | This method returns the value of the specified parameter as a Java
java.sql.Timestamp .
|
Timestamp | This method returns the specified column value as a
java.sql.Timestamp . |
ResultSet | This method returns the list of user defined data types in use. |
URL | This method returns the value of the specified parameter as a Java
java.net.URL .
|
URL | This method returns the specified column value as a
java.net.URL .
|
InputStream | This method returns the value of the specified column as a Unicode UTF-8
stream. |
ResultSet | This method returns the set of columns that are automatically updated
when the row is update. |
String | This method converts the specified generic SQL statement into the
native grammer of the database this object is connected to.
|
long | This method returns the index into this Clob of the first
occurrence of the specified character pattern (supplied by the caller as a
String ). |
CallableStatement | This method creates a new CallableStatement for the
specified SQL string. |
CallableStatement | This method creates a new CallableStatement for the
specified SQL string. |
CallableStatement | Connection.prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) This method creates a new CallableStatement for the
specified SQL string. |
PreparedStatement | This method creates a new PreparedStatement for the specified
SQL string. |
PreparedStatement | |
PreparedStatement | This method creates a new PreparedStatement for the specified
SQL string. |
PreparedStatement | Connection.prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) This method creates a new PreparedStatement for the specified
SQL string. |
PreparedStatement | |
PreparedStatement | |
void | This method prints the specified line to the log stream.
|
void | This method populates the data in the object from the specified stream.
|
void | This method registers the specified parameter as an output parameter
of the specified SQL type.
|
void | This method registers the specified parameter as an output parameter
of the specified SQL type.
|
void | This method registers the specified parameter as an output parameter
of the specified SQL type. |
void | This method registers the specified parameter as an output parameter
of the specified SQL type. |
void | This method sets the specified parameter from the given Java
ASCII InputStream value.
|
void | This method sets the specified parameter from the given Java
BigDecimal value.
|
void | This method sets the specified parameter from the given Java
binary InputStream value.
|
void | This method sets the specified parameter from the given Java
boolean value.
|
void | This method sets the specified parameter from the given Java
byte value.
|
void | This method sets the specified parameter from the given Java
byte array value.
|
void | This method sets the name of the catalog in use by this connection.
|
void | This method sets the specified parameter from the given Java
character Reader value.
|
void | This method sets the cursor name that will be used by the result set.
|
void | This method sets the specified parameter from the given Java
java.sql.Date value.
|
void | This method sets the specified parameter from the given Java
java.sql.Date value.
|
void | This method sets the specified parameter from the given Java
double value.
|
void | This method sets the specified parameter from the given Java
float value.
|
void | This method sets the specified parameter from the given Java
int value.
|
void | This method sets the specified parameter from the given Java
long value.
|
void | This method populates the specified parameter with a SQL NULL value
for the specified type.
|
void | This method populates the specified parameter with a SQL NULL value
for the specified type.
|
void | This method populates the specified parameter with a SQL NULL value
for the specified type.
|
void | This method sets the specified parameter from the given Java
Object value. |
void | This method sets the specified parameter from the given Java
Object value. |
void | This method sets the specified parameter from the given Java
Object value. |
Savepoint | Creates a new savepoint with the specifiend name for this
Connection .
|
void | This method sets the specified parameter from the given Java
short value.
|
void | This method sets the specified parameter from the given Java
String value.
|
void | This method sets the specified parameter from the given Java
String value.
|
int | Writes the specified string into this Clob , starting at the
specified index.
|
int | Writes the specified portion of a string into this Clob ,
starting at the specified index.
|
void | This method sets the specified parameter from the given Java
java.sql.Time value.
|
void | This method sets the specified parameter from the given Java
java.sql.Time value.
|
void | This method sets the specified parameter from the given Java
java.sql.Timestamp value.
|
void | This method sets the specified parameter from the given Java
java.sql.Timestamp value.
|
void | This method sets the value of the specified parameter to the specified
java.net.URL
|
void | This method updates the specified column to have a
java.sqlArray value.
|
void | This method updates the specified column from an ASCII text stream.
|
void | This method updates the specified column to have a BigDecimal value. |
void | This method updates the specified column from a binary stream.
|
void | This method updates the specified column to have a
java.sql.Blob value.
|
void | This method updates the specified column to have a boolean value. |
void | This method updates the specified column to have a byte value. |
void | This method updates the specified column to have a byte array value. |
void | This method updates the specified column from a character stream.
|
void | This method updates the specified column to have a
java.sql.Clob value.
|
void | This method updates the specified column to have a java.sql.Date value. |
void | This method updates the specified column to have a double value. |
void | This method updates the specified column to have a float value. |
void | This method updates the specified column to have an int value. |
void | This method updates the specified column to have a long value. |
void | This method updates the specified column to have a NULL value. |
void | This method updates the specified column to have an Object value.
|
void | This method updates the specified column to have an Object value.
|
void | This method updates the specified column to have a
java.sql.Ref value.
|
void | This method updates the specified column to have a short value. |
void | This method updates the specified column to have a String value. |
void | This method updates the specified column to have a String value. |
void | This method updates the specified column to have a java.sql.Time value. |
void | This method updates the specified column to have a java.sql.Timestamp value.
|
Date | This method returns a new instance of this class by parsing a
date in JDBC format into a Java date.
|
Time | This method returns a new instance of this class by parsing a
date in JDBC format into a Java date.
|
Timestamp | This method returns a new instance of this class by parsing a
date in JDBC format into a Java date.
|
void | This method writes the specified Java String
to the SQL stream.
|
Methods with return type java.lang.String | |
String | Returns the name of the SQL type of the elements in this
array. |
String | This method returns the fully qualified name of the SQL structured
type of the referenced item.
|
String | This method returns the name of the catalog in use by this connection,
if any.
|
String | ResultSetMetaData.getCatalogName(int columnIndex) This method returns the name of the catalog containing the specified
column.
|
String | This method returns the separator between the catalog name and the
table name.
|
String | This method returns the vendor's term for "catalog".
|
String | ResultSetMetaData.getColumnClassName(int columnIndex) This method returns the name of the Java class which will be used to
create objects representing the data in this column.
|
String | ResultSetMetaData.getColumnLabel(int columnIndex) This method returns a string that should be used as a caption for this
column for user display purposes.
|
String | ResultSetMetaData.getColumnName(int columnIndex) This method returns the name of the specified column.
|
String | ResultSetMetaData.getColumnTypeName(int columnIndex) This method returns the name of the SQL type for this column.
|
String | This method returns the name of the database cursor used by this
result set.
|
String | This method returns the name of the database product.
|
String | This method returns the version of the database product.
|
String | This method returns the name of the JDBC driver.
|
String | This method returns the version of the JDBC driver.
|
String | This methods returns non-standard characters that can appear in
unquoted identifiers.
|
String | This metohd returns the quote string for SQL identifiers.
|
String | This method returns a comma separated list of math functions.
|
String | ParameterMetaData.getParameterClassName(int param) |
String | ParameterMetaData.getParameterTypeName(int param) |
String | This method returns the vendor's term for "procedure".
|
String | This method returns a comma separated list of all the SQL keywords in
the database that are not in SQL92.
|
String | This method returns the SQLState information associated with this
error. |
String | This method returns the user defined datatype name for this object.
|
String | This method returns the name of the SQL structured type for this
object.
|
String | |
String | ResultSetMetaData.getSchemaName(int columnIndex) This method returns the name of the schema that contains the specified
column.
|
String | This method returns the vendor's term for "schema".
|
String | This method returns the string used to escape wildcards in search strings.
|
String | CallableStatement.getString(int index) This method returns the value of the specified parameter as a Java
String .
|
String | This method returns the value of the specified column as a Java
String .
|
String | This method returns the value of the specified parameter as a Java
String .
|
String | This method returns the value of the specified column as a Java
String .
|
String | This method returns a comma separated list of string functions.
|
String | Clob.getSubString(long start, int count) This method returns the specified portion of this Clob as a
String .
|
String | This method returns a comma separated list of of system functions.
|
String | ResultSetMetaData.getTableName(int columnIndex) This method returns the name of the table containing the specified
column.
|
String | This method returns comma separated list of time/date functions.
|
String | This method returns the URL for this database.
|
String | This method returns the database username for this connection.
|
String | This method converts the specified generic SQL statement into the
native grammer of the database this object is connected to.
|
String | This method reads the next item from the stream a Java
String .
|
String | This method returns this date in JDBC format.
|
String | This method returns this date in JDBC format.
|
String | This method returns this date in JDBC format.
|
Methods with parameter type java.lang.String | |
Socket | Creates a socket connected to a given host on a given port.
|
Socket | Creates a socket connected to a given host on a given port,
connecting locally to the interface with the given address and port.
|
Constructors with parameter type java.lang.String | |
Create the IOR, initialised with the passed data.
|
Fields of type java.lang.String | |
String | The object repository Id.
|
Methods with return type java.lang.String | |
String | Get the CodecFactory repository id.
|
String | Get the int repository id.
|
String | Get the IOR repository id.
|
String | Get the MultipleComponentProfile repository id.
|
String | Get the int repository id.
|
String | Get the ServiceContext repository id.
|
String | Get the ServiceContext[] repository id.
|
String | Get the int repository id.
|
String | Get the TaggedComponent repository id.
|
String | Get the TaggedProfile repository id.
|
Constructors with parameter type java.lang.String | |
Create a new exception with the indicated detail message.
| |
Create a new exception with the indicated detail message.
| |
Create a new exception with the indicated detail message.
| |
Create a new exception with the given detail message.
| |
AppConfigurationEntry.AppConfigurationEntry(String loginModuleName, AppConfigurationEntry.LoginModuleControlFlag controlFlag, final Map | |
Create a new exception with the given detail message.
| |
Create a new exception with the given detail message.
| |
LoginContext.LoginContext(String name, Subject subject, CallbackHandler cbHandler, Configuration config) | |
Create an exception with a message. |
Methods with parameter type java.lang.String | |
AppConfigurationEntry[] |
Methods with return type java.lang.String | |
String | |
String | |
String |
Constructors with parameter type java.lang.String | |
Create an InvocationTargetException using another
exception and an error message.
| |
Construct a ReflectPermission with the given name.
| |
Construct a ReflectPermission with the given name.
| |
Wraps the given checked exception into a RuntimeException, with the
specified detail message. |
Methods with return type java.lang.String | |
String | Gets the name of this constructor (the non-qualified name of the class
it was declared in).
|
String | Gets the name of this field.
|
String | Gets the simple name of this member. |
String | Gets the name of this method.
|
String | Returns the name of the type variable, as written in the source
code.
|
String | |
String | |
String | |
String | Get a String representation of the Constructor. |
String | Get a String representation of the Field. |
String | Get a String representation of the Method. |
String | Get a string representation of all the modifiers represented by the
given int. |
Constructors with parameter type java.lang.String | |
Creates an exception.
|
Methods with parameter type java.lang.String | |
Request | ObjectImpl._create_request(Context context, String operation, NVList parameters, NamedValue returns) Create a request to invoke the method of this object.
|
Request | ObjectImpl._create_request(Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list) Create a request to invoke the method of this object, specifying
context list and the list of the expected exception.
|
OutputStream | Invoke the object method.
|
boolean | Check if this object can be referenced by the given repository id.
|
Request | Create a request to invoke the method of this CORBA object.
|
OutputStream | Create a request to invoke the method of this CORBA object.
|
ServantObject | Returns a servant that should be used for this request.
|
Request | Delegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns) Create a request to invoke the method of this object.
|
Request | Delegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list) Create a request to invoke the method of this object, specifying
context list and the list of the expected exception.
|
boolean | Check if this object can be referenced by the given repository id.
|
Request | Create a request to invoke the method of this CORBA object.
|
OutputStream | Create a request to invoke the method of this CORBA object.
|
ServantObject | Returns a servant that should be used for this request.
|
void | Write CORBA string .
|
void | Write CORBA wstring that is mapped into
java string .
|
Methods with return type java.lang.String | |
String[] | Get the array of interface repository ids, defining this object.
|
String[] | Get the truncatable repository ids.
|
String | Get the CORBA repository Id of the exception.
|
String | Get the repository id of this value type.
|
String | Read a CORBA string that is mapped into java
String .
|
String | Read a CORBA wstring that is mapped into
java String .
|
String | Return the string representation of the passed object.
|
String | Return a string representation of the passed object.
|
Methods with parameter type java.lang.String | |
Class> | Attempts to load the given class using class loaders
supplied by the list. |
Class> |
Attempts to load the given class using class loaders
supplied by the list, stopping when the specified
loader is reached. |
Class> |
Attempts to load the given class using class loaders
supplied by the list, excluding the one specified.
|
Methods with parameter type java.lang.String | |
void | Add a listener that will be notified when a specific property changes.
|
void | BeanContextChildSupport.addPropertyChangeListener(String propertyName, PropertyChangeListener listener) Add a listener that will be notified when a specific property changes.
|
void | Add a listener that will be notified when a specific property
change is requested (a PropertyVetoException may be thrown) as
well as after the change is successfully made.
|
void | BeanContextChildSupport.addVetoableChangeListener(String propertyName, VetoableChangeListener listener) Add a listener that will be notified when a specific property
change is requested (a PropertyVetoException may be thrown) as
well as after the change is successfully made.
|
void | Fire a property change.
|
void | Fire a vetoable property change.
|
URL | Get a resource. |
URL | Get a resource. |
InputStream | Get a resource as a stream. |
InputStream | Get a resource as a stream. |
Object | Instantiate a Bean using this Bean's ClassLoader
and this BeanContext as the parent.
|
Object | This is a convenience method for instantiating a bean inside this
context. |
void | Remove a listener to a certain property.
|
void | BeanContextChildSupport.removePropertyChangeListener(String propertyName, PropertyChangeListener listener) Remove a listener to a certain property.
|
void | Remove a listener to a certain property.
|
void | BeanContextChildSupport.removeVetoableChangeListener(String propertyName, VetoableChangeListener listener) Remove a listener to a certain property.
|
Methods with parameter type java.lang.String | |
Serializable | Read a value type structure, having the given repository id.
|
void | Writes a value type into the output stream, stating it has the given
repository id.
|
Methods with return type java.lang.String | |
String | Returns the codebase for the provided object reference.
|
String | Returns the codebase for the provided object reference.
|
Methods with return type java.lang.String | |
String | Returns the MIME content type. |
Constructors with parameter type java.lang.String | |
This constructor is used to register export the object on the given port. | |
Activatable.Activatable(String codebase, MarshalledObject data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) This constructor is used to register export the object on the given port,
additionally specifying the socket factories. | |
Create an exception with a message.
| |
Create an exception with a message and a cause.
| |
Create the new activation description, assuming the object group is the
ActivationGroup.currentGroupID() .
| |
ActivationDesc.ActivationDesc(String className, String location, MarshalledObject data, boolean restart) Create the new activation description, assuming the object group is the
ActivationGroup.currentGroupID() .
| |
ActivationDesc.ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject data) Create the new activation description. | |
ActivationDesc.ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject data, boolean restart) Create the new activation description, providing full information.
| |
Create an exception with the given message, and cause initialized to null.
| |
Create an exception with the given message and cause.
| |
ActivationGroupDesc.ActivationGroupDesc(String aClassName, String aLocation, MarshalledObject aData, Properties aProperties, ActivationGroupDesc.CommandEnvironment environment) Create the new activation group descriptor.
| |
Create the new command environment.
| |
Create an exception with a message.
| |
Create an exception with an error message.
|
Methods with parameter type java.lang.String | |
ActivationID | Activatable.exportObject(Remote obj, String location, MarshalledObject data, boolean restart, int port) Register and export the object that activatable object that is not derived
from the Activatable super class. |
ActivationID | Activatable.exportObject(Remote obj, String location, MarshalledObject data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) Register and export the object that activatable object that is not derived
from the Activatable super class. |
Methods with return type java.lang.String | |
String | Get the class name of the object being activated
|
String | Get the activation group class name.
|
String[] | Get the additional command options.
|
String | Get the path to the java executable.
|
String | Get the code location URL ("codebase") of the object being activated.
|
String | Get the location, from where the group class will be loaded
|
String | This method returns a message indicating what went wrong, in this
format:
super.getMessage() + (detail == null ? |
String | Get the string representation
|
String | Return the content based string representation.
|
Constructors with parameter type java.lang.String | |
Create a new instance with a specified detailed error message.
| |
Create a new instance with a specified detailed error message.
|
Methods with parameter type java.lang.String | |
ICC_Profile | Returns an ICC_Profile instance from an ICC Profile file.
|
void | Writes the profile data to an ICC profile file.
|
Methods with return type java.lang.String | |
String | ColorSpace.getName(int idx) |
Constructors with parameter type java.lang.String | |
Constructs a ConcurrentModificationException with a detail message.
| |
Creates a new Date from the given string representation. | |
Constructs a new DuplicateFormatFlagsException
which specifies that the supplied set of flags contains a
duplicate.
| |
Constructs a new FormatFlagsConversionMismatchException
which specifies that the flag, f , does
not match its appropriate conversion character, c .
| |
Constructs a new Formatter using the default
locale, with the specified file as the output stream
and the supplied character set.
| |
Constructs a new Formatter using the specified
file as the output stream with the supplied character set
and locale. | |
Constructs a new Formatter using the default
locale, with the specified file output stream and the
supplied character set.
| |
Constructs a new Formatter using the specified
output stream with the supplied character set and locale.
| |
Constructs a new Formatter using the default
locale and character set, with the specified file as the
output stream.
| |
Constructs a new Formatter using the default
locale, with the specified file as the output stream
and the supplied character set.
| |
Constructs a new Formatter using the specified
file as the output stream with the supplied character set
and locale. | |
Constructs a new IllegalFormatFlagsException
for the specified flags.
| |
Constructs a new InputMismatchException
with the supplied error message.
| |
Create an exception with a descriptive error message.
| |
Creates a new locale for a language.
| |
Creates a new locale for the given language and country.
| |
Creates a new locale for the given language and country.
| |
Constructs a new MissingFormatArgumentException
for a format specification, s , which refers
to a non-existent argument.
| |
Constructs a new MissingFormatWidthException
for a format specification, s , which excludes
a required width argument.
| |
Creates a new exception, with the specified parameters.
| |
Constructs a NoSuchElementException with a detail message.
| |
Constructs a PropertyPermission with the specified property. | |
Constructs a new ServiceConfigurationError
with the specified message.
| |
Constructs a new ServiceConfigurationError
with the specified message and cause.
| |
Create a SimpleTimeZone with the given time offset
from GMT and without daylight savings.
| |
SimpleTimeZone.SimpleTimeZone(int rawOffset, String id, int startMonth, int startDayOfWeekInMonth, int startDayOfWeek, int startTime, int endMonth, int endDayOfWeekInMonth, int endDayOfWeek, int endTime) Create a SimpleTimeZone with the given time offset
from GMT and with daylight savings. | |
SimpleTimeZone.SimpleTimeZone(int rawOffset, String id, int startMonth, int startDayOfWeekInMonth, int startDayOfWeek, int startTime, int endMonth, int endDayOfWeekInMonth, int endDayOfWeek, int endTime, int dstSavings) This constructs a new SimpleTimeZone that supports a daylight savings
rule. | |
SimpleTimeZone.SimpleTimeZone(int rawOffset, String id, int startMonth, int startDayOfWeekInMonth, int startDayOfWeek, int startTime, int startTimeMode, int endMonth, int endDayOfWeekInMonth, int endDayOfWeek, int endTime, int endTimeMode, int dstSavings) This constructs a new SimpleTimeZone that supports a daylight savings
rule. | |
Creates a new StringTokenizer for the string str ,
that should split on the default delimiter set (space, tab,
newline, return and formfeed), and which doesn't return the
delimiters.
| |
Create a new StringTokenizer, that splits the given string on
the given delimiter characters. | |
Create a new StringTokenizer, that splits the given string on
the given delimiter characters. | |
Create a new Timer whose Thread has the indicated name. | |
Create a new Timer whose Thread has the indicated name. | |
Constructs a TooManyListenersException with a detail message.
| |
Constructs a new UnknownFormatConversionException
for the specified conversion string.
| |
Constructs a new UnknownFormatFlagsException
which specifies that the supplied set of flags contains a
unknown.
|
Methods with parameter type java.lang.String | |
Formatter | Outputs a formatted string based on the supplied specification,
fmt , and its arguments using the formatter's locale.
|
Formatter | Outputs a formatted string based on the supplied specification,
fmt , and its arguments using the specified locale.
|
UUID | Creates a UUID object from a Sting representation.
|
ResourceBundle | Get the appropriate ResourceBundle for the default locale. |
ResourceBundle | Get the appropriate ResourceBundle for the given locale. |
ResourceBundle | Get the appropriate ResourceBundle for the given locale. |
Currency | Builds the currency corresponding to the specified currency code.
|
Object | Get an object from this resource bundle. |
String | Gets the property with the specified key in this property list.
|
String | Gets the property with the specified key in this property list. |
String | Get a String from this resource bundle. |
String[] | Get an array of Strings from this resource bundle. |
TimeZone | Gets the TimeZone for the given ID.
|
Object | Gets a resource for a given key. |
Object | Called by getObject when a resource is needed. |
Object | Override this method to provide the resource for a keys. |
String | Returns the nextToken, changing the delimiter set to the given
delim . |
long |
Parses a String and returns the time, in milliseconds since the
epoch, it represents. |
void | Sets the identifier of this time zone. |
Object | Adds the given key/value pair to this properties. |
void | Writes the key/value pairs to the given output stream, in a format
suitable for load .If header is not null, this method writes a comment containing the header as first line to the stream. |
void |
Encodes the properties as an XML file using the UTF-8 encoding.
|
void |
Encodes the properties as an XML file using the supplied encoding.
|
@Deprecated | Calls store(OutputStream out, String header) and
ignores the IOException that may be thrown.
|
Methods with return type java.lang.String | |
String | |
String | Returns the action string. |
String[] | Gets all available IDs.
|
String[] | TimeZone.getAvailableIDs(int rawOffset) Gets the available IDs according to the given time zone
offset.
|
String | Gets the name of the resource bundle, for which a resource is missing.
|
String | Returns the conversion string.
|
String | Returns the country code of this locale.
|
String | Returns the ISO4217 currency code of this currency.
|
String | Returns the country name of this locale localized to the
default locale. |
String |
Gets the name of the country specified by this locale, in a form suitable
for display to the user. |
String | Gets the country name suitable for display to the user, formatted
for the default locale. |
String |
Gets the name of the language specified by this locale, in a form suitable
for display to the user. |
String | Gets all local components suitable for display to the user, formatted
for the default locale. |
String | This method returns a string name of the time zone suitable
for displaying to the user. |
String | TimeZone.getDisplayName(boolean dst, int style) This method returns a string name of the time zone suitable
for displaying to the user. |
String | This method returns a string name of the time zone suitable
for displaying to the user. |
String | Returns a localised textual representation of the current value
of the given field using the specified style. |
String | Gets all local components suitable for display to the user, formatted
for a specified locale. |
String | This method returns a string name of the time zone suitable
for displaying to the user. |
String | Returns the variant name of this locale localized to the
default locale. |
String |
Gets the name of the variant specified by this locale, in a form suitable
for display to the user. |
String | Returns the flags which contain a duplicate.
|
String | Returns the mismatching flag.
|
String | Returns the illegal flags.
|
String | Returns the flags which contain a unknown.
|
String | Returns the format specification.
|
String | Returns the format specification.
|
String | Gets the identifier of this time zone. |
String | Returns the three-letter ISO country abbrevation of the locale.
|
String | Returns the three-letter ISO language abbrevation of this locale.
|
String[] | Returns a list of all 2-letter uppercase country codes as defined
in ISO 3166.
|
String[] | Returns a list of all 2-letter lowercase language codes as defined
in ISO 639 (both old and new variant).
|
String | Gets the key of the resource that is missing bundle, this is an empty
string if the whole resource bundle is missing.
|
String | Returns the language code of this locale. |
String | Gets the property with the specified key in this property list.
|
String | Gets the property with the specified key in this property list. |
String | Get a String from this resource bundle. |
String[] | Get an array of Strings from this resource bundle. |
String | This method returns the symbol which precedes or follows a
value in this particular currency in the default locale.
|
String |
This method returns the symbol which precedes or follows a
value in this particular currency. |
String | Returns the variant code of this locale.
|
String | Returns the nextToken of the string.
|
String | Returns the nextToken, changing the delimiter set to the given
delim . |
String |
Returns a string representation of this Date
object using GMT rather than the local timezone.
|
String | Returns a locale-dependent string representation of this
Date object.
|
String | Creates a String representation of the Collection. |
String | Returns a String representation of this map. |
String | This provides a string representation of the entry. |
String | Returns the string representation of this bit set. |
String | Returns a string representation of this object. |
String | Returns the international ISO4217 currency code of this currency.
|
String |
Returns a string representation of this date using
the following date format:
day mon dd hh:mm:ss zz yyyy
where the fields used here are:
|
String | Converts the event to a String. |
String | Returns the result of applying Object.toString()
to the underlying output stream. |
String | Converts this Hashtable to a String, surrounded by braces, and with
key/value pairs listed with an equals sign between, separated by a
comma and space. |
String | Gets the string representation of the current locale. |
String | Returns a textual representation of this
ServiceLoader .
|
String | Returns a string representation of this SimpleTimeZone object.
|
String | Returns a String representation of the UUID.
|
String | Returns a string representation of this Vector in the form
"[element0, element1, ... elementN]".
|
String | Returns a String representation of the argument array. |
String | Returns a String representation of the argument array. |
String | Returns a String representation of the argument array. |
String | Returns a String representation of the argument array. |
String | Returns a String representation of the argument array. |
String | Returns a String representation of the argument array. |
String | Returns a String representation of the argument array. |
String | Returns a String representation of the argument array. |
String | Returns a String representation of the argument array. |
Constructors with parameter type java.lang.String | |
Create an exception with a message.
| |
Create an exception with a message.
|
Methods with return type java.lang.String | |
String | Returns a string representation of the transform, in the format:
"AffineTransform[[" + m00 + ", " + m01 + ", " + m02 + "], ["
+ m10 + ", " + m11 + ", " + m12 + "]]" .
|
String | Returns a string representation of this object. |
String | Returns a string representation of this object. |
String | Returns a string representation of this rectangle. |
String | Returns a string representation of this rectangle. |
Constructors with parameter type java.lang.String | |
Create an exception with a message.
| |
Creates a zip entry with the given name.
| |
Create an exception with a message.
| |
Opens a Zip file with the given name for reading.
|
Methods with parameter type java.lang.String | |
ZipEntry | Creates a new zip entry for the given name. |
ZipEntry | Searches for a zip entry in this archive with the given name.
|
void | Sets the entry comment.
|
void | Set the zip file comment.
|
Methods with return type java.lang.String | |
String | Gets the comment.
|
String | Returns the entry name. |
String | Returns the (path) name of this zip file.
|
String | Gets the string representation of this ZipEntry. |
Methods with parameter type java.lang.String | |
NodeList | With [HTML 4.01] documents, this method returns the (possibly empty) collection
of elements whose name value is given by
elementName . |
Node | This method retrieves a Node using a name. |
Node | This method retrieves a Node using a name. |
void | Color of active links (after mouse-button down, but before mouse-button
up). |
void | Abbreviation for header cells. |
void | A comma-separated list of content types that a server processing this
form will handle correctly. |
void | List of character sets supported by the server. |
void | A single character access key to give access to the form control. |
void | A single character access key to give access to the form control. |
void | A single character access key to give access to the form control. |
void | A single character access key to give access to the form control. |
void | A single character access key to give access to the form control. |
void | A single character access key to give access to the form control. |
void | A single character access key to give access to the form control. |
void | Server-side form handler. |
void | Aligns this object (vertically or horizontally) with respect to its
surrounding text. |
void | Horizontal text alignment. |
void | Horizontal text alignment. |
void | Align the rule on the page. |
void | Aligns this object (vertically or horizontally) with respect to its
surrounding text. |
void | Aligns this object (vertically or horizontally) with respect to its
surrounding text. |
void | Aligns this object (vertically or horizontally) with respect to its
surrounding text. |
void | Text alignment relative to FIELDSET . |
void | Aligns this object (vertically or horizontally) with respect to its
surrounding text. |
void | Horizontal text alignment. |
void | Caption alignment with respect to the table. |
void | Horizontal alignment of data in cell. |
void | Horizontal alignment of cell data in column. |
void | Specifies the table's position with respect to the rest of the
document. |
void | Horizontal alignment of data within cells of this row. |
void | Horizontal alignment of data in cells. |
void | Alternate text for user agents not rendering the normal content of this
element. |
void | Alternate text for user agents not rendering the normal content of this
element. |
void | Alternate text for user agents not rendering the normal content of this
element. |
void | Alternate text for user agents not rendering the normal content of this
element. |
void | Comma-separated archive list. |
void | Space-separated list of archives. |
void | Names group of related headers. |
void | URI [IETF RFC 2396] of the background texture tile image. |
void | Document background color. |
void | Cell background color. |
void | Cell background color. |
void | Background color for rows. |
void | Width of border around image. |
void | Width of border around the object. |
void | The width of the border around the table. |
void | Specifies the horizontal and vertical space between cell content and
cell borders. |
void | Specifies the horizontal and vertical separation between cells. |
void | Alignment character for cells in a column. |
void | Alignment character for cells in a column. |
void | Alignment character for cells in a column. |
void | Alignment character for cells in a column. |
void | Offset of alignment character. |
void | Offset of alignment character. |
void | Offset of alignment character. |
void | Offset of alignment character. |
void | The character encoding of the linked resource. |
void | The character encoding of the resource being linked to. |
void | The character encoding of the linked resource. |
void | A URI [IETF RFC 2396] designating a document that describes the reason for the change.
|
void | A URI [IETF RFC 2396] designating a source document or message. |
void | The class attribute of the element. |
void | Control flow of text around floats. |
void | Applet class file. |
void | Applet class file. |
void | Optional base URI [IETF RFC 2396] for applet. |
void | |
void | Content type for data downloaded via classid attribute.
|
void | Font color. |
void | Font color. |
void | The number of columns of frames in the frameset. |
void | Associated information. |
void | This mutable string attribute denotes persistent state information
that (1) is associated with the current frame or document and (2) is
composed of information described by the cookies
non-terminal of [IETF RFC 2965], Section 4.2.2.
|
void | Comma-separated list of lengths, defining an active region geometry.
|
void | Comma-separated list of lengths, defining an active region geometry.
|
void | A URI [IETF RFC 2396] specifying the location of the object's data. |
void | The date and time of the change. |
void | When the type attribute of the element has the value
"text", "file" or "password", this represents the HTML value
attribute of the element. |
void | Represents the contents of the element. |
void | Specifies the base direction of directionally neutral text and the
directionality of tables. |
void | The content type of the submitted form, generally
"application/x-www-form-urlencoded". |
void | Reserved for future use.
|
void | Font face identifier. |
void | Font face identifier. |
void | Specifies which external table borders to render. |
void | Request frame borders. |
void | Request frame borders. |
void | List of id attribute values for header cells. |
void | Override height. |
void | Frame height. |
void | Override height. |
void | Cell height. |
void | The absolute URI [IETF RFC 2396] of the linked resource. |
void | The URI [IETF RFC 2396] of the linked resource. |
void | The base URI [IETF RFC 2396]. |
void | The URI [IETF RFC 2396] of the linked resource. |
void | Language code of the linked resource. |
void | Language code of the linked resource. |
void | This attribute links this label with another form control by
id attribute. |
void | Reserved for future use.
|
void | HTTP response header name [IETF RFC 2616]. |
void | The element's identifier. |
void | Assigns a label to this option group. |
void | Option label for use in hierarchical menus. |
void | Language code defined in RFC 1766. |
void | Color of links that are not active and unvisited. |
void | URI [IETF RFC 2396] designating a long description of this image or frame. |
void | URI [IETF RFC 2396] designating a long description of this image or frame. |
void | URI [IETF RFC 2396] designating a long description of this image or frame. |
void | Frame margin height, in pixels. |
void | Frame margin height, in pixels. |
void | Frame margin width, in pixels. |
void | Frame margin width, in pixels. |
void | Designed for use with one or more target media. |
void | Designed for use with one or more target media. |
void | HTTP method [IETF RFC 2616] used to submit form. |
void | Anchor name. |
void | The name of the applet. |
void | Form control or object name when submitted with a form. |
void | Names the form.
|
void | The frame name (object of the target attribute). |
void | The frame name (object of the target attribute). |
void | The name of the element (for backwards compatibility).
|
void | Form control or object name when submitted with a form. |
void | Names the map (for use with usemap ). |
void | Meta information name. |
void | Form control or object name when submitted with a form. |
void | The name of a run-time parameter. |
void | Form control or object name when submitted with a form. |
void | Form control or object name when submitted with a form. |
void | The value of the "object" attribute. |
void | URI [IETF RFC 2396] designating a metadata profile. |
void | The prompt message. |
void | Forward link type. |
void | Forward link type. |
void | Reverse link type. |
void | Reverse link type. |
void | The number of rows of frames in the frameset. |
void | Specifies which internal table borders to render. |
void | Select form of content. |
void | Scope covered by header cells. |
void | Specify whether or not the frame should have scrollbars. |
void | Specify whether or not the frame should have scrollbars. |
void | The shape of the active area. |
void | The shape of the active area. |
void | Font size. |
void | The height of the rule. |
void | A URI [IETF RFC 2396] designating the initial frame contents. |
void | A URI [IETF RFC 2396] designating the initial frame contents. |
void | URI [IETF RFC 2396] designating the source of this image. |
void | When the type attribute has the value "image", this
attribute specifies the location of the image to be used to decorate
the graphical submit button. |
void | URI [IETF RFC 2396] designating an external script. |
void | Message to render while loading the object. |
void | Description about the purpose or structure of a table. |
void | Frame to render the resource in. |
void | Frame to render the resource in. |
void | The default target frame. |
void | Frame to render the resource in. |
void | Frame to render the resource in. |
void | Document text color. |
void | The script content of the element.
|
void | The specified title as a string.
|
void | The title of a document as specified by the TITLE element
in the head of the document.
|
void | The element's advisory title. |
void | Advisory content type. |
void | The type of control created (all lower case). |
void | Advisory content type. |
void | List item bullet style. |
void | Content type for data downloaded via data attribute. |
void | Numbering style. |
void | Content type for the value attribute when
valuetype has the value "ref". |
void | The content type of the script language. |
void | The content type of the style sheet language. |
void | Bullet style. |
void | Use client-side image map. |
void | Use client-side image map. |
void | Use client-side image map. |
void | Vertical alignment of data in cell. |
void | Vertical alignment of cell data in column. |
void | Vertical alignment of data within cells of this row. |
void | Vertical alignment of data in cells. |
void | Color of links that have been visited by the user. |
void | The current form control value. |
void | When the type attribute of the element has the value
"text", "file" or "password", this represents the current contents of
the corresponding form control, in an interactive user agent.
|
void | The current form control value. |
void | The value of a run-time parameter. |
void | The current form control value (i.e. the value of the currently
selected option), if multiple options are selected this is the value
of the first selected option.
|
void | Represents the current contents of the corresponding form control, in
an interactive user agent. |
void | Information about the meaning of the value attribute
value. |
void | Version information about the document's DTD. |
void | Override width. |
void | The width of the rule. |
void | Frame width. |
void | Override width. |
void | Cell width. |
void | Default column width. |
void | Specifies the desired table width. |
void | Write a string of text to a document stream opened by
open() . |
void | Write a string of text followed by a newline character to a document
stream opened by open() . |
Methods with return type java.lang.String | |
String | Color of active links (after mouse-button down, but before mouse-button
up). |
String | Abbreviation for header cells. |
String | A comma-separated list of content types that a server processing this
form will handle correctly. |
String | List of character sets supported by the server. |
String | A single character access key to give access to the form control. |
String | A single character access key to give access to the form control. |
String | A single character access key to give access to the form control. |
String | A single character access key to give access to the form control. |
String | A single character access key to give access to the form control. |
String | A single character access key to give access to the form control. |
String | A single character access key to give access to the form control. |
String | Server-side form handler. |
String | Aligns this object (vertically or horizontally) with respect to its
surrounding text. |
String | Horizontal text alignment. |
String | Horizontal text alignment. |
String | Align the rule on the page. |
String | Aligns this object (vertically or horizontally) with respect to its
surrounding text. |
String | Aligns this object (vertically or horizontally) with respect to its
surrounding text. |
String | Aligns this object (vertically or horizontally) with respect to its
surrounding text. |
String | Text alignment relative to FIELDSET . |
String | Aligns this object (vertically or horizontally) with respect to its
surrounding text. |
String | Horizontal text alignment. |
String | Caption alignment with respect to the table. |
String | Horizontal alignment of data in cell. |
String | Horizontal alignment of cell data in column. |
String | Specifies the table's position with respect to the rest of the
document. |
String | Horizontal alignment of data within cells of this row. |
String | Horizontal alignment of data in cells. |
String | Alternate text for user agents not rendering the normal content of this
element. |
String | Alternate text for user agents not rendering the normal content of this
element. |
String | Alternate text for user agents not rendering the normal content of this
element. |
String | Alternate text for user agents not rendering the normal content of this
element. |
String | Comma-separated archive list. |
String | Space-separated list of archives. |
String | Names group of related headers. |
String | URI [IETF RFC 2396] of the background texture tile image. |
String | Document background color. |
String | Cell background color. |
String | Cell background color. |
String | Background color for rows. |
String | Width of border around image. |
String | Width of border around the object. |
String | The width of the border around the table. |
String | Specifies the horizontal and vertical space between cell content and
cell borders. |
String | Specifies the horizontal and vertical separation between cells. |
String | Alignment character for cells in a column. |
String | Alignment character for cells in a column. |
String | Alignment character for cells in a column. |
String | Alignment character for cells in a column. |
String | Offset of alignment character. |
String | Offset of alignment character. |
String | Offset of alignment character. |
String | Offset of alignment character. |
String | The character encoding of the linked resource. |
String | The character encoding of the resource being linked to. |
String | The character encoding of the linked resource. |
String | A URI [IETF RFC 2396] designating a document that describes the reason for the change.
|
String | A URI [IETF RFC 2396] designating a source document or message. |
String | The class attribute of the element. |
String | Control flow of text around floats. |
String | Applet class file. |
String | Applet class file. |
String | Optional base URI [IETF RFC 2396] for applet. |
String | |
String | Content type for data downloaded via classid attribute.
|
String | Font color. |
String | Font color. |
String | The number of columns of frames in the frameset. |
String | Associated information. |
String | This mutable string attribute denotes persistent state information
that (1) is associated with the current frame or document and (2) is
composed of information described by the cookies
non-terminal of [IETF RFC 2965], Section 4.2.2.
|
String | Comma-separated list of lengths, defining an active region geometry.
|
String | Comma-separated list of lengths, defining an active region geometry.
|
String | A URI [IETF RFC 2396] specifying the location of the object's data. |
String | The date and time of the change. |
String | When the type attribute of the element has the value
"text", "file" or "password", this represents the HTML value
attribute of the element. |
String | Represents the contents of the element. |
String | Specifies the base direction of directionally neutral text and the
directionality of tables. |
String | The domain name of the server that served the document, or
null if the server cannot be identified by a domain
name.
|
String | The content type of the submitted form, generally
"application/x-www-form-urlencoded". |
String | Reserved for future use.
|
String | Font face identifier. |
String | Font face identifier. |
String | Specifies which external table borders to render. |
String | Request frame borders. |
String | Request frame borders. |
String | List of id attribute values for header cells. |
String | Override height. |
String | Frame height. |
String | Override height. |
String | Cell height. |
String | The absolute URI [IETF RFC 2396] of the linked resource. |
String | The URI [IETF RFC 2396] of the linked resource. |
String | The base URI [IETF RFC 2396]. |
String | The URI [IETF RFC 2396] of the linked resource. |
String | Language code of the linked resource. |
String | Language code of the linked resource. |
String | This attribute links this label with another form control by
id attribute. |
String | Reserved for future use.
|
String | HTTP response header name [IETF RFC 2616]. |
String | The element's identifier. |
String | Assigns a label to this option group. |
String | Option label for use in hierarchical menus. |
String | Language code defined in RFC 1766. |
String | Color of links that are not active and unvisited. |
String | URI [IETF RFC 2396] designating a long description of this image or frame. |
String | URI [IETF RFC 2396] designating a long description of this image or frame. |
String | URI [IETF RFC 2396] designating a long description of this image or frame. |
String | Frame margin height, in pixels. |
String | Frame margin height, in pixels. |
String | Frame margin width, in pixels. |
String | Frame margin width, in pixels. |
String | Designed for use with one or more target media. |
String | Designed for use with one or more target media. |
String | HTTP method [IETF RFC 2616] used to submit form. |
String | Anchor name. |
String | The name of the applet. |
String | Form control or object name when submitted with a form. |
String | Names the form.
|
String | The frame name (object of the target attribute). |
String | The frame name (object of the target attribute). |
String | The name of the element (for backwards compatibility).
|
String | Form control or object name when submitted with a form. |
String | Names the map (for use with usemap ). |
String | Meta information name. |
String | Form control or object name when submitted with a form. |
String | The name of a run-time parameter. |
String | Form control or object name when submitted with a form. |
String | Form control or object name when submitted with a form. |
String | The value of the "object" attribute. |
String | URI [IETF RFC 2396] designating a metadata profile. |
String | The prompt message. |
String | Returns the URI [IETF RFC 2396] of the page that linked to this page. |
String | Forward link type. |
String | Forward link type. |
String | Reverse link type. |
String | Reverse link type. |
String | The number of rows of frames in the frameset. |
String | Specifies which internal table borders to render. |
String | Select form of content. |
String | Scope covered by header cells. |
String | Specify whether or not the frame should have scrollbars. |
String | Specify whether or not the frame should have scrollbars. |
String | The shape of the active area. |
String | The shape of the active area. |
String | Font size. |
String | The height of the rule. |
String | A URI [IETF RFC 2396] designating the initial frame contents. |
String | A URI [IETF RFC 2396] designating the initial frame contents. |
String | URI [IETF RFC 2396] designating the source of this image. |
String | When the type attribute has the value "image", this
attribute specifies the location of the image to be used to decorate
the graphical submit button. |
String | URI [IETF RFC 2396] designating an external script. |
String | Message to render while loading the object. |
String | Description about the purpose or structure of a table. |
String | Frame to render the resource in. |
String | Frame to render the resource in. |
String | The default target frame. |
String | Frame to render the resource in. |
String | Frame to render the resource in. |
String | Document text color. |
String | The text contained within the option element.
|
String | The script content of the element.
|
String | The specified title as a string.
|
String | The title of a document as specified by the TITLE element
in the head of the document.
|
String | The element's advisory title. |
String | Advisory content type. |
String | The type of button (all lower case). |
String | The type of control created (all lower case). |
String | Advisory content type. |
String | List item bullet style. |
String | Content type for data downloaded via data attribute. |
String | Numbering style. |
String | Content type for the value attribute when
valuetype has the value "ref". |
String | The content type of the script language. |
String | The type of this form control. |
String | The content type of the style sheet language. |
String | The type of this form control. |
String | Bullet style. |
String | The absolute URI [IETF RFC 2396] of the document.
|
String | Use client-side image map. |
String | Use client-side image map. |
String | Use client-side image map. |
String | Vertical alignment of data in cell. |
String | Vertical alignment of cell data in column. |
String | Vertical alignment of data within cells of this row. |
String | Vertical alignment of data in cells. |
String | Color of links that have been visited by the user. |
String | The current form control value. |
String | When the type attribute of the element has the value
"text", "file" or "password", this represents the current contents of
the corresponding form control, in an interactive user agent.
|
String | The current form control value. |
String | The value of a run-time parameter. |
String | The current form control value (i.e. the value of the currently
selected option), if multiple options are selected this is the value
of the first selected option.
|
String | Represents the current contents of the corresponding form control, in
an interactive user agent. |
String | Information about the meaning of the value attribute
value. |
String | Version information about the document's DTD. |
String | Override width. |
String | The width of the rule. |
String | Frame width. |
String | Override width. |
String | Cell width. |
String | Default column width. |
String | Specifies the desired table width. |
Constructors with parameter type java.lang.String | |
Constructor with the specified underlying cause and detail message.
| |
Constructor with the specified detail message.
| |
Constructor with the specified detail message.
|
Methods with parameter type java.lang.String | |
Object | Retrieves the named attribute value from the underlying implementation.
|
boolean | Returns the value of the specified feature.
|
boolean | Returns the specified feature for SAX2 parsers obtained from this
factory.
|
Object | Returns the value of the specified SAX2 parser property.
|
Document | Parse the specified input stream and return a DOM Document.
|
void | Parse the specified input stream, reporting SAX1 events to the given
handler.
|
void | Parse the specified input stream, reporting SAX2 events to the given
handler.
|
Document | Parse the content of the specified URI and return a DOM Document.
|
void | Parse the content of the specified URI, reporting SAX1 events to the
given handler.
|
void | Parse the content of the specified URI, reporting SAX2 events to the
given handler.
|
void | Set the named attribute on the underlying implementation.
|
void | Sets the value of the specified feature.
|
void | Sets the specified feature for SAX2 parsers obtained from this factory.
|
void | Sets the specified SAX2 parser property.
|
Methods with return type java.lang.String | |
String | Returns the message for this error, if any.
|
Constructors with parameter type java.lang.String | |
Constructor with a detail message.
| |
Constructor with detail message and underlyinmg cause.
| |
TransformerConfigurationException.TransformerConfigurationException(String message, SourceLocator locator) Constructor with detail message and locator.
| |
TransformerConfigurationException.TransformerConfigurationException(String message, SourceLocator locator, Throwable e) Constructor with detail message, locator and underlying cause.
| |
Constructor with a detail message.
| |
Constructor with a detail message and underlying cause.
| |
Constructor with a detail message and locator.
| |
Constructor with detail message, locator and underlying cause.
| |
Constructor with an underlying cause and detail message.
| |
Constructor with a detail message.
|
Fields of type java.lang.String | |
String | Whitespace-separated list of element names for which text children
should be output as CDATA sections.
|
String | The public ID to output in the doctype declaration.
|
String | The system ID to output in the doctype declaration.
|
String | The preferred output character encoding.
|
String | Whether to indent the result tree (yes or no).
|
String | The MIME content type of the output data.
|
String | The output method (xml, html, or text).
|
String | Whether not to output an XML declaration (yes or no).
|
String | Constant for the processing instruction sent when the result disables
output escaping.
|
String | Constant for the processing instruction sent when the result enables
output escaping.
|
String | Whether to output a standalone document declaration (yes or no).
|
String | The version of the output method.
|
Methods with parameter type java.lang.String | |
Source | TransformerFactory.getAssociatedStylesheet(Source source, String media, String title, String charset) Returns a source object representing the XML resource specified by the
xml-stylesheet
processing instruction and matching the given criteria.
|
Object | Retrieve the specified named attribute value.
|
boolean | Returns the state of a feature in the factory implementation.
|
String | Returns the value of an output property for the transformation.
|
Object | Returns the specified parameter value.
|
Source | Resolves an xsl:include , xsl:import , or
XPath document() function.
|
void | Set a named attribute on the underlying implementation.
|
void | Sets a feature of transformers and templates obtained from this
factory.
|
void | Sets an output property for the transformation, overriding any property
of the same name defined in the stylesheet.
|
void | Sets a parameter value for the transformation.
|
void | Sets the XML system ID for this result.
|
void | Sets the XML system ID for this source.
|
Methods with return type java.lang.String | |
String | Returns the location information as a string.
|
String | Returns the detail message.
|
String | Returns the exception message with location information appended.
|
String | Returns the value of an output property for the transformation.
|
String | Returns the XML public ID for the document.
|
String | Returns the system ID for this result.
|
String | Returns the system ID for this source.
|
String | Returns the XML system ID for the document.
|
Constructors with parameter type java.lang.String | |
Create a new GSS exception with the given major and minor codes, and a
minor explanation string.
| |
Creates an Oid object from a string representation of its integer
components (e.g. |
Methods with parameter type java.lang.String | |
GSSName | Factory method to convert a contiguous string name from the specified
namespace to a GSSName object. |
GSSName | Factory method to convert a contiguous string name from the specified
namespace to an GSSName object that is a mechanism name (MN). |
void | Used internally by the GSS-API implementation and the underlying
mechanisms to set the minor code and its textual representation.
|
void | MessageProp.setSupplementaryStates(boolean duplicate, boolean old, boolean unseq, boolean gap, int minorStatus, String minorString) This method sets the state for the supplementary information flags
and the minor status in MessageProp. |
Methods with return type java.lang.String | |
String | Returns a string explaining the GSS major error code causing this
exception to be thrown.
|
String | Returns a detailed message of this exception. |
String | Returns a string explaining the mechanism specific error code.
|
String | Returns a string explaining the mechanism specific error code.
|
String | Returns a textual representation of both the major and minor status
codes.
|
String | Returns a textual representation of the GSSName object. |
String | Returns a string representation of the oid's integer components in
dot separated notation (e.g. |
Methods with return type java.lang.String | |
String | Calls the FileChooserUI.getApproveButtonText(JFileChooser) method
for all the UI delegates managed by this MultiFileChooserUI ,
returning the text for the UI delegate from the primary look and
feel.
|
String | Returns a description of the look and feel.
|
String | Calls the FileChooserUI.getDialogTitle(JFileChooser) method
for all the UI delegates managed by this MultiFileChooserUI ,
returning the title for the UI delegate from the primary look and
feel.
|
String | Returns an identifier for the look and feel.
|
String | Returns the name for the look and feel.
|
Constructors with parameter type java.lang.String | |
Create a new relation with a locale independent key, and no related
objects.
| |
Create a new relation with a locale independent key, and a single related
object.
| |
Create a new relation with a locale independent key, and the given
related objects.
| |
Create a new constant with a locale independent key. | |
Create a new constant with a locale independent key. |
Fields of type java.lang.String | |
String | Constant used when supported set of actions has changed. |
String | Constant used when active descendent of a component has changed. |
String | Constant used when the accessibleText caret has changed. |
String | Constant used when children are added or removed. |
String | Constant used when a component's bounds have changed. |
String | Constant used when the accessible description has changed. |
String | Constant used when a hypertext element received focus. |
String | Constant used when the state of child objects changes. |
String | Constant used when the accessible name has changed. |
String | Constant used when the accessibleSelection has changed. |
String | Constant used when the accessibleStateSet has changed. |
String | Constant used when the accessible table caption has changed. |
String | Constant used when the accessible table column description has changed.
|
String | Constant used when the accessible table column header has changed. |
String | Constant used when the accessible table model has changed. |
String | Constant used when the accessible table row description has changed. |
String | Constant used when the accessible table row header has changed. |
String | Constant used when the accessible table summary has changed. |
String | Constant used when the attributes of some text have changed.
|
String | Constant used when the accessibleText has changed. |
String | Constant used when the accessibleValue has changed. |
String | Constant used when the visible data has changed. |
String | Indicates that an object is a child of another object.
|
String | Indicates that the ancestry relationship has changed.
|
String | Indicates an object is controlled by other objects.
|
String | Indicates that the controlling objects have changed. |
String | Indicates an object is a controller for other objects.
|
String | Indicates that the controller target group has changed. |
String | The name of an action which decrements a value.
|
String | Indicates that an object is embedded by another object.
|
String | Indicates that the EMBEDDED_BY property changed.
|
String | Indicates that an object embeds another object.
|
String | Indicates that the EMBEDS property changed.
|
String | Indicates that one object directly follows another object,
as in a paragraph flow.
|
String | Indicates that the FLOWS_FROM property changed.
|
String | Indicates that one object comes directly before another object,
as in a paragraph flow.
|
String | Indicates that the FLOWS_TO property changed.
|
String | The name of an action which increments a value.
|
String | Indicates the object is labeled by other objects.
|
String | Indicates that the labelling objects have changed. |
String | Indicates the object labels other objects.
|
String | Indicates that the label target group has changed. |
String | Indicates an object is a member of a group of target objects.
|
String | Indicates that group membership has changed. |
String | Indicates that one object is a parent window of another object.
|
String | Indicates that the PARENT_WINDOW_OF property changed.
|
String | Indicates that one object is a subwindow of another object.
|
String | Indicates that the SUBWINDOW_OF property changed.
|
String | The name of an action which toggles the expansion of a tree node.
|
String | A localized string describing this object.
|
String | A localized string naming this object.
|
String | The locale independent name of the object. |
String | The text of the sequence.
|
Methods with parameter type java.lang.String | |
boolean | Check if the relation key is in the set.
|
void | Fire an event to report property changes. |
AccessibleRelation | Get the relation that matches the key.
|
void | Inserts the given string at the specified location.
|
void | Replace the text between two points with the given string.
|
void | Set the localized name of the object. |
void | Modify the textual description of the icon and its purpose.
|
void | Set the localized name of the object. |
void | Set the text contents to the given string.
|
String | Obtains the key as a localized string, falling back to the
locale-independent version if necessary.
|
Methods with return type java.lang.String | |
String | Get a description for the specified action. |
String | Get the anchor text of the link, or null if the index is out of bounds.
|
String | Get the localized description of the object. |
String | Returns a textual description of the icon and its purpose.
|
String | Get the localized name of the object. |
String | AccessibleText.getAfterIndex(int part, int index) Returns the section of text after the index, or null if the index or part
is invalid.
|
String | AccessibleText.getAtIndex(int part, int index) Returns the section of text at the index, or null if the index or part
is invalid.
|
String | AccessibleText.getBeforeIndex(int part, int index) Returns the section of text before the index, or null if the index or part
is invalid.
|
String | Return the key for this relation.
|
String | Returns the selected text. |
String | AccessibleEditableText.getTextRange(int start, int end) Return the text between two points.
|
String | AccessibleExtendedText.getTextRange(int start, int end) Return a range of text from the underlying object.
|
String | Returns the title border text for this component.
|
String | Returns the tool-tip text for this component.
|
String | Obtains the key as a localized string, using the default locale.
|
String | Obtains the key as a localized string, falling back to the
locale-independent version if necessary.
|
String | Obtains the key as a localized string, falling back to the
locale-independent version if necessary.
|
String | Obtains the key as a localized string, using the default locale.
|
String | Return a localized, comma-separated string representing all relations
in the set. |
String | Return a localized, comma-separated string representing all states
in the set. |
Constructors with parameter type java.lang.String | |
Constructs a StateEdit , specifying the object whose
state is being edited.
|
Fields of type java.lang.String | |
String | The ID of the Java source file in Sun’s Revision Control
System (RCS). |
String | The ID of the Java source file in Sun’s Revision Control
System (RCS). |
String | The constant string “Redo”, which was returned by
getRedoPresentationName() on early versions of the
platform. |
String | The constant string “Undo”, which was returned by
getUndoPresentationName() on early versions of the
platform. |
String | A human-readable name for this edit action.
|
Methods with parameter type java.lang.String | |
void | Initializes this StateEdit . |
Methods with return type java.lang.String | |
String | Returns a human-readable, localized name that describes this
editing action and can be displayed to the user.
|
String | Returns a human-readable, localized name that describes this
editing action and can be displayed to the user.
|
String | Returns a human-readable, localized name that describes this
editing action and can be displayed to the user.
|
String | Returns a human-readable, localized name that describes this
editing action and can be displayed to the user.
|
String | Calculates a localized name for presenting the redo action to the
user.
|
String | Calculates a localized message text for presenting the redo
action to the user.
|
String | Returns the redo presentation name.
|
String | Calculates a localized text for presenting the redo action
to the user, for example in the form of a menu command.
|
String | Calculates a localized text for presenting the undo or redo
action to the user, for example in the form of a menu command.
|
String | Calculates a localized name for presenting the undo action to the
user.
|
String | Calculates a localized message text for presenting the undo
action to the user.
|
String | Returns the undo presentation name.
|
String | Calculates a localized text for presenting the undo action
to the user, for example in the form of a menu command.
|
String | |
String | Calculates a string that may be useful for debugging.
|
String | Returns a string representation of this object that may be useful
for debugging.
|
String | Returns a string representation for this UndoManager. |
Constructors with parameter type java.lang.String | |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with a message. | |
SearchControls.SearchControls(int scope, long countlim, int timelim, String[] attrs, boolean retobj, boolean deref) | |
SearchResult.SearchResult(String name, String className, Object obj, Attributes attrs, boolean isRelative) |
Fields of type java.lang.String | |
String | The ID of this attribute. |
Methods with parameter type java.lang.String | |
void | |
void | |
DirContext | |
DirContext | |
Attribute | |
Attribute | |
Attributes | |
Attributes | |
Attributes | |
Attributes | |
Attributes | |
Attributes | |
DirContext | |
DirContext | |
DirContext | |
DirContext | |
void | |
void | |
void | |
void | |
Attribute | |
Attribute | |
void | |
void | |
Attribute | |
Attribute | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
void |
Methods with return type java.lang.String | |
String | |
String | |
String[] | |
String | Get a human-readable representation of this Throwable. |
String | Convert this Object to a human-readable String.
|
String | |
String | |
String | Returns the string representation.
|
Constructors with parameter type java.lang.String | |
HyperlinkEvent.HyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, String description) Creates a new HyperlinkEvent with the given arguments.
| |
HyperlinkEvent.HyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, String description, Element element) Creates a new HyperlinkEvent with the given arguments.
|
Methods with return type java.lang.String | |
String | Returns the description of this event.
|
String | Returns a string that indicates the event id. |
String | toString
|
String | Returns a string representation of this object that may be useful
for debugging purposes.
|
String | Returns a String of this object.
|
String | Returns a string representing the state of this event.
|
String | Returns a string representation of the event, typically used for debugging
purposes.
|
String | String representation
|
Methods with parameter type java.lang.String | |
void | Reports the occurrence of a non-fatal error in decoding.
|
void | Reports the occurrence of a non-fatal error in encoding.
|
Constructors with parameter type java.lang.String | |
Create a new instance with the specified descriptive error message.
| |
Create a new instance with the specified detailed error message.
| |
Construct a AWTPermission with the given name.
| |
Create a new permission with the specified name. | |
Initializes a new instance of Button with the specified
label. | |
Initializes a new instance of Checkbox with the specified
label, an initial state of off, and that is not part of any checkbox
group.
| |
Initializes a new instance of Checkbox with the specified
label and initial state, and that is not part of any checkbox
group.
| |
Initializes a new instance of Checkbox with the specified
label, initial state, and checkbox group.
| |
Initializes a new instance of Checkbox with the specified
label, initial state, and checkbox group.
| |
Initializes a new instance of CheckboxMenuItem with the
specified label and an initial state of off.
| |
Initializes a new instance of CheckboxMenuItem with the
specified label and initial state.
| |
This constructor is used internally only.
| |
Initializes a new instance of Dialog with the specified,
parent and title, that is resizable.
| |
Initializes a new instance of Dialog with the specified,
parent, title and modality, that is resizable.
| |
Initializes a new instance of Dialog with the specified,
parent, title, modality and GraphicsConfiguration , that is
resizable.
| |
Initializes a new instance of Dialog with the specified
parent, that is resizable and not modal, and which has the specified
title.
| |
Initializes a new instance of Dialog with the specified,
parent, title, and modality, that is resizable.
| |
Initializes a new instance of Dialog with the specified,
parent, title, modality and GraphicsConfiguration , that is
resizable.
| |
Initialized a new instance of FileDialog with the
specified parent and title. | |
Initialized a new instance of FileDialog with the specified
parent, title, and mode.
| |
Initialized a new instance of FileDialog with the
specified parent and title. | |
Initialized a new instance of FileDialog with the
specified parent, title, and mode.
| |
Initializes a new instance of Font with the specified
attributes.
| |
Create a new instance with the specified detailed error message.
| |
Initializes a new instance of Frame that is not visible
and has the specified title.
| |
Create a new instance with the specified detailed error message.
| |
Create a new instance with the specified detailed error message.
| |
JobAttributes.JobAttributes(int copies, JobAttributes.DefaultSelectionType selection, JobAttributes.DestinationType destination, JobAttributes.DialogType dialog, String filename, int max, int min, JobAttributes.MultipleDocumentHandlingType multiple, int[][] pageRanges, String printer, JobAttributes.SidesType sides) | |
Initializes a new instance of Label with the specified
text that is aligned to the left.
| |
Initializes a new instance of Label with the specified
text and alignment.
| |
Initializes a new instance of Menu that is not a tearoff and
that has the specified label.
| |
Initializes a new instance of Menu with the specified
label and tearoff status.
| |
Initializes a new instance of MenuItem with the specified
label and no shortcut.
| |
Initializes a new instance of MenuItem with the specified
label and shortcut.
| |
Initializes a new instance of PopupMenu with the specified
label.
| |
Initialize a new instance of TextArea that contains
the specified text. | |
Initialize a new instance of TextArea that can
display the specified number of rows and columns of text, without
the need to scroll. | |
Initialize a new instance of TextArea that initially
contains the specified text. | |
Initializes a new instance of TextField containing
the specified text. | |
Initializes a new instance of TextField with the
specified text and number of columns.
|
Fields of type java.lang.String | |
String | The constant indicating the position after the last line of the
layout. |
String | The constant indicating the position after the last item of the
layout. |
String | The constant indicating the position before the first line of the
layout. |
String | The constant indicating the position before the first item of the
layout. |
String | Constant indicating the center of the container
|
String | Constant indicating the right side of the container
|
String | The constant indicating the position after the last item of the
layout. |
String | The constant indicating the position before the first item of the
layout. |
String | Constant indicating the top of the container
|
String | The constant indicating the position after the last line of the
layout. |
String | The constant indicating the position before the first line of the
layout. |
String | Constant indicating the bottom of the container
|
String | Constant indicating the left side of the container
|
String | |
String | The logical name of this font.
|
Methods with parameter type java.lang.String | |
void | Adds the specified item to this choice box.
|
void | This method adds the specified item to the end of the list.
|
void | Add an item with the specified label to this menu.
|
void | Adds the specified item to the specified location in the list.
|
Component | Adds the specified component to the container at the end of the
component list. |
void | Adds the specified item to this choice box.
|
void | This method adds the specified item to the end of the list.
|
void | Adds the specified item to the specified location in the list.
|
void | Adds a component to the layout in the specified constraint position,
which must be one of the string constants defined in this class.
|
void | Add a new component to the layout. |
void | Add a new component to the layout. |
void | Adds the specified component to the layout group.
|
void | Add a new component to the layout. |
void | Adds the specified component to the layout group.
|
void | Adds the specified property listener to this component. |
void | |
void | Registers a property change listener for receiving events relating
to a change to a specified property. |
void | |
void | Registers a vetoable property change listener for receiving events relating
to a vetoable change to a specified property. |
void | Append the specified text to the end of the current text.
|
void | Append the specified text to the end of the current text.
|
void | |
int | Checks how much of a given string can be mapped to glyphs in
this font.
|
Cursor | Creates a new custom cursor object.
|
GlyphVector | Maps characters to glyphs in a one-to-one relationship, returning a new
GlyphVector with a mapped glyph for each input character. |
Image | |
Color | Converts the specified string to a number, using Integer.decode, and
creates a new instance of Color from the value. |
Font | Creates a Font object from the specified string, which
is in one of the following formats:
|
void | Draws a string at the specified location, using the current font.
|
void | Draws the specified string starting at the specified point.
|
void | Draws a string at the specified location, using the current font.
|
void | Report a change in a bound property to any registered property listeners.
|
void | Report a change in a bound property to any registered property listeners.
|
void | Report a change in a bound property to any registered property listeners.
|
void | Report a change in a bound property to any registered property listeners.
|
void | Report a change in a bound property to any registered property listeners.
|
void | Report a change in a bound property to any registered property listeners.
|
void | Report a change in a bound property to any registered property listeners.
|
void | Fires a property change event as a response to a change to
to the specified property. |
void | Report a change in a bound property to any registered property listeners.
|
void | Report a change in a bound property to any registered property listeners.
|
void | Fires a property change event as a response to a vetoable change to
to the specified property. |
AWTKeyStroke | Parses a string and returns the keystroke that it represents. |
Color | Returns a new instance of Color from the value of the
system property named by the specified string. |
Color | Returns a new instance of Color from the value of the
system property named by the specified string. |
Color | Returns a new instance of Color from the value of the
system property named by the specified string. |
Object | |
Font | Returns a Font object from the passed property name.
|
Font | Returns a Font object from the passed property name.
|
FontPeer | Creates a peer object for the specified font name.
|
Image | Returns an image from the specified file, which must be in a
recognized format. |
LineMetrics | Returns a LineMetrics object constructed with the
specified text and the FontRenderContext of the Graphics
object when it is an instance of Graphics2D or a generic
FontRenderContext with a null transform, not anti-aliased and not
using fractional metrics.
|
LineMetrics | Returns a LineMetrics object constructed with the specified
text and FontRenderContext .
|
LineMetrics | Returns a LineMetrics object constructed with the
specified text and the FontRenderContext of the Graphics
object when it is an instance of Graphics2D or a generic
FontRenderContext with a null transform, not anti-aliased and not
using fractional metrics.
|
LineMetrics | Determines the line metrics for a run of text.
|
PrintJob | Returns a instance of PrintJob for the specified
arguments.
|
PrintJob | Returns a instance of PrintJob for the specified
arguments.
|
Object | This method requests a named property for an object. |
String | Returns the value of the property with the specified name, or the
default value if the property does not exist.
|
PropertyChangeListener[] | Returns an array of all specified listeners on the named property that
are registered on this component.
|
PropertyChangeListener[] | Returns the currently registered property change listeners
in array form, which listen for changes to the supplied property.
|
PropertyChangeListener[] | |
Rectangle2D | |
Rectangle2D | Returns the logical bounds of the specified string when rendered with this
font in the specified FontRenderContext . |
Rectangle2D | |
Rectangle2D | Returns the logical bounds of the specified string when rendered with this
font in the specified FontRenderContext . |
Cursor | Retrieves the system specific custom Cursor named Cursor names are,
for example: "Invalid.16x16".
|
VetoableChangeListener[] | Returns the currently registered vetoable property change listeners
in array form, which listen for changes to the supplied property.
|
void | Inserts an item into this Choice. |
void | Inserts an item with the specified label into this menu at the specified
index. |
void | Insert the specified text at the specified position. |
void | Insert the specified text at the specified position. |
Object | |
void | Removes the specified item from the choice box.
|
void | Deletes the first occurrence of the specified item from the list.
|
void | Removes the specified property listener on a particular property from
the component. |
void | Removes the supplied property change listener registered for the
specified property from the list of registered listeners. |
void | |
void | Removes the supplied vetoable property change listener registered
for the specified property from the list of registered listeners.
|
void | Replaces the item at the specified index with the specified item.
|
void | Replace a range of characters with the specified text. |
void | Replace a range of characters with the specified text. |
void | Saves a Serializable listener chain to a serialization stream.
|
void | Saves all Serializable listeners to a serialization stream.
|
void | Forces the named item to be selected.
|
void | Sets the action command name for this button to the specified value.
|
void | Sets the name of the action command in the action events generated by
this menu item.
|
void | |
void | Sets the directory for this file dialog.
|
void | Sets the selected file for this dialog.
|
void | |
void | Sets the label for this button to the specified value.
|
void | Sets the label for this checkbox to the specified value.
|
void | This method sets the label for this menu to the specified value.
|
void | Sets the name of this component to the specified name (this is a bound
property with the name 'name').
|
void | Sets the name of this component to the specified name.
|
void | |
void | Sets the text in this label to the specified value.
|
void | Sets the text in this component to the specified string.
|
void | Sets the title of this dialog box to the specified string.
|
void | Sets this frame's title to the specified value.
|
void | Cause the named component to be shown. |
int | Returns the total width of the specified string
|
Methods with return type java.lang.String | |
String | |
String | Returns a description of the action with the supplied id.
|
String | Returns a description of the action with the supplied id.
|
String | |
String | Returns a brief description of this accessible context. |
String | Returns the accessible name for this menu component. |
String | Returns the accessible name of this component. |
String | Returns the accessible name of this component. |
String | Returns the accessible name for the label. |
String | Returns the accessible name of this component. |
String | |
String | Returns the action command name for this button.
|
String | Returns the name of the action command in the action events
generated by this menu item.
|
String | TextComponent.AccessibleAWTTextComponent.getAfterIndex(int part, int index) |
String | TextComponent.AccessibleAWTTextComponent.getAtIndex(int part, int index) |
String[] | Returns an array of the font family names available in this environment.
|
String[] | Returns an array of the font family names available in this environment,
localized to the current Locale if l is non-null. |
String | TextComponent.AccessibleAWTTextComponent.getBeforeIndex(int part, int index) |
String | Returns the directory for this file dialog.
|
String | Returns the family name of this font. |
String | Returns the family name of this font. |
String | Returns the file that is selected in this dialog.
|
String | |
String[] | Returns the names of the available fonts.
|
String | Returns the font face name of the font. |
String | Returns the font face name of the font. |
String | Returns an identification string for the device. |
String | Returns the item at the specified index in the list.
|
String | Returns the item at the specified index.
|
String[] | Returns the complete list of items.
|
String | Returns the label for this button.
|
String | Returns the label for this checkbox.
|
String | Returns the label for this menu item, which may be null .
|
String | Returns the name of this component.
|
String | |
String | Returns the logical name of the font. |
String | Returns the name of this component.
|
String | Returns the PostScript Name of this font.
|
String | |
String | Returns the value of the property with the specified name, or the
default value if the property does not exist.
|
String | Returns the currently selected item, or null if no item is
selected.
|
String | Returns the item that is currently selected, or null if there
is no item selected. |
String[] | Returns the list of items that are currently selected in this list.
|
String | Returns a string that contains the text that is currently selected.
|
String | |
String | Returns the text displayed in this label.
|
String | Returns the text in this component
|
String | Returns the title of this dialog box.
|
String | Returns this frame's title string.
|
String | Returns the warning string that will be displayed if this window is
popped up by an unsecure applet or application.
|
String | Returns a string representation of the state of this event. |
String | Returns a debugging string for this button.
|
String | Returns a debugging string for this object.
|
String | Returns a debugging string for this object.
|
String | Returns a debugging string for this object.
|
String | Returns a debugging string representing this component. |
String | Returns a string representing the state of this container for
debugging purposes.
|
String | Returns a debugging string for this component.
|
String | |
String | Returns a debugging string for this object.
|
String | Returns a debugging string describing this window.
|
String | Returns a parameter string useful for debugging.
|
String | Returns a debugging string for this object.
|
String | Returns a debugging string for this menu.
|
String | Returns a debugging string for this component
|
String | Returns a debugging string for this object.
|
String | Returns a debugging string for this object.
|
String | Returns a debugging string for this object.
|
String | Returns a debug string for this object.
|
String | |
String | Retrieve a debugging string for this text area.
|
String | Returns a debugging string.
|
String | Returns a debug string for this object.
|
String | Create a string that represents this event in the format
classname[eventstring] on sourcecomponentname .
|
String | Returns a string representation of this keystroke. |
String | Returns a string representation of this layout manager.
|
String | Returns a string representation of this layout manager.
|
String | Returns a string representation of this checkbox group.
|
String | Returns a string representation of this object. |
String | Returns a string representation of this component. |
String | |
String | Returns a string representation of this object. |
String | |
String | Return String description of this object.
|
String | Returns a string representation of this font.
|
String | Returns a string representation of this object.
|
String | Returns a string representation of this object.
|
String | Return a string representation of this GridBagLayout.
|
String | Return String description of this object. |
String | Returns a string representation of this object, which will be non-null.
|
String | |
String | Returns a string representation of this component.
|
String | Returns a string representation of this shortcut.
|
String | |
String | Returns a string representation of this object. |
String | Returns a string representation of this rectangle. |
String | Returns a string representation of this instance.
|
String | Return a string representation of this Robot.
|
String | |
String | Returns a string describing this color. |
Methods with parameter type java.lang.String | |
Class<T> | Load the class. |
Class<T> | |
Serializable | ValueHandler.readValue(InputStream in, int offset, Class<T> clz, String repositoryID, RunTime sender) Read value from the CORBA input stream in the case when the value is not
Streamable or CustomMarshall'ed. |
Methods with return type java.lang.String | |
String | This call is finally delegated to RMIClassLoader.getClassAnnotation(Class>) ;
|
String | |
String | Get CORBA repository Id for the given java class.
|
String | Get the string representation of this Stub.
|
String | Get the string representation of this stub.
|
Constructors with parameter type java.lang.String | |
Create the ForwardRequest with explaining message and
initialising the object reference to the given value.
|
Methods with parameter type java.lang.String | |
OutputStream | Our implementation will not call this method. |
OutputStream | Our implementation will not call this method. |
boolean | Checks if the passed servant is an instance of the given CORBA IDL type.
|
POA | Creates a new POA as a child of the target POA.
|
Object | Create the object reference, encapsulating the given repository Id and
the Object Id, generated by this POA. |
Object | Create the object reference, encapsulating the given repository Id and
the given Object Id. |
POA | Find and optionally activate the child POA with the given name.
|
void | ServantLocatorOperations.postinvoke(byte[] Object_Id, POA poa, String operation, Object cookie, Servant servant) If the POA has the USE_SERVANT_MANAGER and NON_RETAIN policies, it
invokes this method whenever a servant completes a request.
|
void | _ServantLocatorStub.postinvoke(byte[] Object_id, POA poa, String method, Object cookie, Servant servant) It is your responsibility to take the postinvoke actions, if any,
by overriding this method. |
Servant | ServantLocatorOperations.preinvoke(byte[] Object_Id, POA poa, String operation, CookieHolder cookie_holder) If the POA has the USE_SERVANT_MANAGER and NON_RETAIN policies, it
invokes this method whenever the object being requested that is not
inactive. |
Servant | It is your responsibility to take the preinvoke actions, if any,
and also supply an appropriate servant for the current invocation.
|
boolean | This method is invoked when the ORB receives a request for an object
reference that identifies a non-existing target POA, to create it.
|
Methods with return type java.lang.String | |
String[] | Get the repository ids of all interfaces, supported by the
CORBA object, identified by the passed Id. |
String[] | Returns an array of interfaces, supported by the servant activator.
|
String[] | Returns an array of interfaces, supported by the servant locator.
|
String[] | Return the array of repository ids for this object.
|
String[] | Return the array of repository ids for this object, stating that it is
both Servant locator and Servant manager.
|
String | Get the POA Current repository id.
|
String | Get the ForwardRequest repository id.
|
String | Get the POA repository id.
|
String | Get the ServantActivator repository id.
|
String | Get the ServantLocator repository id.
|
String | Return the name of this POA.
|
String | Returns a short string representation.
|
String | Returns a short string representation.
|
String | Returns a short string representation.
|
String | Returns a short string representation.
|
String | Returns a short string representation.
|
String | Returns a short string representation.
|
String | Returns a short string representation.
|
Constructors with parameter type java.lang.String | |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with the given message, and cause initialized to null.
| |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with the given message, and cause initialized to null.
| |
Create an exception with the given message, and cause initialized to null.
|
Constructors with parameter type java.lang.String | |
Create an instance with the given initial values.
| |
Creates the name-value pair, initialising the fields to the passed values.
|
Fields of type java.lang.String | |
String | The name of the named value.
|
String | The name of the structure record.
|
Methods with parameter type java.lang.String | |
void | Insert the FieldName into Any (uses Any.insert_string(String) ).
|
void | Insert the string value into the enclosed Any inside this DynAny
|
void | The remote call of DynAny methods is not possible.
|
void | The remote call of DynAny methods is not possible.
|
void | The remote call of DynAny methods is not possible.
|
void | The remote call of DynAny methods is not possible.
|
void | The remote call of DynAny methods is not possible.
|
void | The remote call of DynAny methods is not possible.
|
void | The remote call of DynAny methods is not possible.
|
void | The remote call of DynAny methods is not possible.
|
void | Insert the wide string (usually UTF-16) into the enclosed Any
inside this DynAny
|
void | The remote call of DynAny methods is not possible.
|
void | The remote call of DynAny methods is not possible.
|
void | The remote call of DynAny methods is not possible.
|
void | The remote call of DynAny methods is not possible.
|
void | The remote call of DynAny methods is not possible.
|
void | The remote call of DynAny methods is not possible.
|
void | The remote call of DynAny methods is not possible.
|
void | The remote call of DynAny methods is not possible.
|
void | Set the current enumeration value, as string.
|
void | The remote call of DynEnum methods is not possible.
|
boolean | Set the value of the enclosed DynFixed, from string.
|
boolean | The remote call of DynAny methods is not possible.
|
void |
Methods with return type java.lang.String | |
String[] | Return the array of repository ids for this object.
|
String[] | Return the array of repository ids for this object.
|
String[] | Return the array of repository ids for this object.
|
String[] | Return the array of repository ids for this object.
|
String[] | Return the array of repository ids for this object.
|
String[] | Return the array of repository ids for this object.
|
String[] | Return the array of repository ids for this object.
|
String[] | Return the array of repository ids for this object.
|
String[] | Return the array of repository ids for this object.
|
String | Get the name of the structure field at the current position.
|
String | Get the name of the current member.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | Extract the FieldName from Any ((uses Any.extract_string() ).
|
String | Get the current enumeration value, as string.
|
String | The remote call of DynEnum methods is not possible.
|
String | Extract the string value that is expected to be stored in this DynAny.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | Get the value of the enclosed DynFixed, as string.
|
String | The remote call of DynAny methods is not possible.
|
String | Extract the wide (usually UFT-16) string that is expected to be stored in
this DynAny.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | The remote call of DynAny methods is not possible.
|
String | Get the AnySeq repository id.
|
String | Get the DynAnyFactory repository id.
|
String | Get the DynAny repository id.
|
String | Get the DynAnySeq repository id.
|
String | Get the DynArray repository id.
|
String | Get the DynEnum repository id.
|
String | Get the DynFixed repository id.
|
String | Get the DynSequence repository id.
|
String | Get the DynStruct repository id.
|
String | Get the DynUnion repository id.
|
String | Get the DynValue repository id.
|
String | Return the FieldName repository id.
|
String | Get the NameDynAnyPair repository id.
|
String | Get the NameDynAnyPairSeq repository id.
|
String | Get the NameValuePair repository id.
|
String | Get the NameValuePairSeq repository id.
|
String | Returns the name of the currently active union member.
|
String | The remote call of DynAny methods is not possible.
|
String | Calls InputStream.read_string() .
|
Constructors with parameter type java.lang.String | |
Constructs a new instance of AuthenticationException with a
detailed message. | |
Constructs a new instance of AuthenticationException with a
detailed message and a root exception.
| |
Constructs an instance of AuthorizeCallback .
| |
Constructs a RealmCallback with a prompt.
| |
Constructs a RealmCallback with a prompt and default realm
information.
| |
RealmChoiceCallback.RealmChoiceCallback(String prompt, String[] choices, int defaultChoice, boolean multiple) Constructs a RealmChoiceCallback with a prompt, a list of
choices and a default choice.
| |
Constructs a new instance of SaslException with a detailed
message. | |
Constructs a new instance of SaslException with a detailed
message and a root exception. |
Fields of type java.lang.String | |
String | The name of a property that specifies the maximum size of the receive
buffer in bytes of SaslClient /SaslServer . |
String | The name of a property that specifies whether mechanisms that implement
forward secrecy between sessions are required. |
String | The name of a property that specifies whether mechanisms susceptible to
active (non-dictionary) attacks are not permitted. |
String | The name of a property that specifies whether mechanisms that accept
anonymous login are not permitted. |
String | The name of a property that specifies whether mechanisms susceptible to
passive dictionary attacks are not permitted. |
String | The name of a property that specifies whether mechanisms susceptible
to simple plain passive attacks (e.g., "PLAIN") are not permitted. |
String | The name of a property that specifies whether mechanisms that pass client
credentials are required. |
String | The name of a property that specifies the quality-of-protection to use.
|
String | The name of a property that specifies the maximum size of the raw send
buffer in bytes of SaslClient /SaslServer . |
String | The name of a property that specifies whether to reuse previously
authenticated session information. |
String | The name of a property that specifies whether the server must authenticate
to the client. |
String | The name of a property that specifies the cipher strength to use. |
Methods with parameter type java.lang.String | |
SaslClient | Sasl.createSaslClient(String[] mechanisms, String authorizationID, String protocol, String serverName, Map Creates a SaslClient for the specified mechanism.
|
SaslClient | SaslClientFactory.createSaslClient(String[] mechanisms, String authorizationID, String protocol, String serverName, Map Creates a SaslClient using the parameters supplied.
|
SaslServer | Sasl.createSaslServer(String mechanism, String protocol, String serverName, Map Creates a SaslServer for the specified mechanism.
|
SaslServer | SaslServerFactory.createSaslServer(String mechanism, String protocol, String serverName, Map Creates a SaslServer instance using the parameters supplied. |
Object | Retrieves the negotiated property. |
Object | Retrieves the negotiated property. |
void | Sets the ID of the authorized entity. |
Methods with return type java.lang.String | |
String | Returns the authentication ID to check.
|
String | Returns the authorization ID to check.
|
String | Reports the authorization ID in effect for the client of this session This
method can only be called if isComplete() returns true .
|
String | Returns the ID of the authorized user.
|
String | Returns the IANA-registered mechanism name of this SASL client. (e.g.
|
String | Returns the IANA-registered mechanism name of this SASL server (e.g.
|
String[] | Returns an array of names of mechanisms that match the specified mechanism
selection policies.
|
String[] | Returns an array of names of mechanisms that match the specified mechanism
selection policies.
|
String | Returns the string representation of this exception. |
Methods with parameter type java.lang.String | |
CharBuffer | Relative put method.
|
CharBuffer | Relative put method.
|
Methods with return type java.lang.String | |
String | Returns a string summarizing the state of this buffer.
|
String | Returns a string representation of the byte order.
|
String | Returns the remaining content of the buffer as a string.
|
Constructors with parameter type java.lang.String | |
Create an exception with a message.
| |
Create an exception with a message.
|
Methods with parameter type java.lang.String | |
byte[] | ClassFileTransformer.transform(ClassLoader loader, String className, Class> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) Implementation of this method transforms a class by redefining its
bytecodes. |
Constructors with parameter type java.lang.String | |
Constructs the exception, explaining the reason of throwing it.
| |
Constructs the exception, explaining the reason of throwing it.
|
Constructors with parameter type java.lang.String | |
Create the attribute with the given name and value.
| |
AttributeChangeNotification.AttributeChangeNotification(Object source, long sequenceNumber, long timeStamp, String msg, String name, String type, Object oldVal, Object newVal) Constructs a new AttributeChangeNotification
with the specified source, sequence number, timestamp,
message, and the attribute name, type, old value and
new value.
| |
Constructs a new AttributeNotFoundException
with the specified message.
| |
Constructs a new AttributeValueExp using the
specified attribute.
| |
Constructs a new BadStringOperationException
using the specified object to represent the invalid string
operation.
| |
Constructs a new InstanceAlreadyExistsException
with the specified message.
| |
Constructs a new InstanceNotFoundException
with the specified message.
| |
Constructs a new IntrospectionException
with the specified message.
| |
Constructs a new InvalidAttributeValueException
with the specified message.
| |
Constructs a new JMException
with the specified message.
| |
Constructs a new JMRuntimeException
with the specified message.
| |
Constructs a new ListenerNotFoundException
with the specified message.
| |
MBeanAttributeInfo.MBeanAttributeInfo(String name, String type, String desc, boolean isReadable, boolean isWritable, boolean isIs) Constructs a new MBeanAttributeInfo using the specified
name, description and type with the given settings for the accessor
and mutator methods.
| |
Constructs a new MBeanAttributeInfo using the specified
name and description, with the given accessor and mutator
methods. | |
Constructs a @link{MBeanConstructorInfo} with the specified
name, description and parameter information. | |
Constructs a @link{MBeanConstructorInfo} with the specified
description using the given constructor. | |
Constructs a new MBeanException wrapping
the specified exception and using the supplied message.
| |
Constructs a new MBeanFeatureInfo with the specified
name and description.
| |
MBeanInfo.MBeanInfo(String name, String desc, MBeanAttributeInfo[] attribs, MBeanConstructorInfo[] cons, MBeanOperationInfo[] ops, MBeanNotificationInfo[] notifs) Constructs a new MBeanInfo using the supplied
class name and description with the given attributes,
operations, constructors and notifications. | |
Constructs a new MBeanNotificationInfo with the
specified name, description and notification types. | |
MBeanOperationInfo.MBeanOperationInfo(String name, String desc, MBeanParameterInfo[] sig, String type, int impact) Constructs a @link{MBeanOperationInfo} with the specified name,
description, parameter information, return type and impact. | |
Constructs a @link{MBeanOperationInfo} with the specified
description using the given method. | |
Constructs a new MBeanParameterInfo using the specified
name, description and type.
| |
Constructs a new MBeanPermission with the specified name
and actions. | |
Constructs a new MBeanPermission with the specified class name,
member, object name and actions. | |
Constructs a new MBeanRegistrationException wrapping
the specified exception and using the supplied message.
| |
MBeanServerNotification.MBeanServerNotification(String type, Object source, long seqNo, ObjectName name) Constructs a new MBeanServerNotification of the specified
type for an event relating to the supplied bean, with the given
source and sequence number.
| |
Constructs a new MBeanServerPermission with
the given name. | |
Constructs a new MBeanServerPermission with
the given name and actions. | |
Constructs a MBeanTrustPermission with the given target.
| |
Constructs a MBeanTrustPermission with the given target
and actions. | |
Constructs a new MalformedObjectNameException
with the specified message.
| |
Constructs a new NotCompliantMBeanException
with the specified message.
| |
Creates a new Notification object with the specified type,
source and sequence number. | |
Creates a new Notification object with the specified type,
source, sequence number and message. | |
Creates a new Notification object with the specified type,
source, sequence number and timestamp.
| |
Notification.Notification(String type, Object source, long sequenceNumber, long timeStamp, String message) Creates a new Notification object with the specified type,
source, sequence number, timestamp and message.
| |
Constructs a new ObjectInstance for the specified bean
with the supplied class name. | |
Constructs a new ObjectInstance for the specified bean
with the supplied class name. | |
Constructs an ObjectName instance from the given string,
which should be of the form
<domain>:<properties><wild>. | |
Constructs an ObjectName instance using the given
domain and properties.
| |
Constructs an ObjectName instance using the given
domain and the one specified property.
| |
Constructs a new OperationsException
with the specified message.
| |
Constructs a new ReflectionException wrapping
the specified exception and using the supplied message.
| |
Constructs a new RuntimeErrorException wrapping
the specified error and using the supplied message.
| |
Constructs a new RuntimeMBeanException wrapping
the specified exception and using the supplied message.
| |
Constructs a new RuntimeOperationsException
wrapping the specified exception and using the supplied
message.
| |
Constructs a new ServiceNotFoundException
with the specified message.
| |
Constructs a new StringValueExp using the
specified value.
|
Fields of type java.lang.String | |
String | The attribute type for attribute change
notifications.
|
String | The name of the defaultValue field.
|
String | The name of the immutableInfo field.
|
String | The name of the interfaceClassName field.
|
String | The name of the legalValues field.
|
String | The name of the maxValue field.
|
String | The name of the minValue field.
|
String | The name of the mxbean field.
|
String | The name of the openType field.
|
String | The name of the originalType field.
|
String | Notification type for the registration event.
|
String | Notification type for the de-registration event.
|
String | A description of the feature in human-readable form.
|
String | The name of the feature. |
Methods with parameter type java.lang.String | |
AttributeValueExp | Returns a value expression for the value of the
named attribute. |
AttributeValueExp | Returns a value expression for the value of the
named attribute from the specified class. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance |
Instantiates a new instance of the specified management bean
using the default constructor and registers it with the server
under the supplied name. |
ObjectInstance | MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
ObjectInstance | MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean
using the given constructor and registers it with the server
under the supplied name. |
MBeanServer | Returns a server implementation using the default domain name
given, or "DefaultDomain" if this is null .
|
ObjectInputStream | Deserializes a byte array using the same class loader for its context
as was used to load the given class. |
ObjectInputStream | Deserializes a byte array using the same class loader for its context
as was used to load the given class. |
void | Removes the specified attribute name from the list
of enabled attributes, thus preventing
AttributeChangeNotification s for this attribute
from passing through the filter. |
void | Removes the specified type prefix from the list
of enabled types, thus preventing matching types
from passing through the filter. |
void | Adds the specified attribute name to the list
of enabled attributes, thus allowing
AttributeChangeNotification s for this attribute
to pass through the filter. |
void | Adds the specified type prefix to the list
of enabled types, thus allowing
types starting with this string to pass through
the filter. |
ArrayList | Returns the specified server, or, if id is null ,
a list of all registered servers. |
Object | Obtains the value of the specified attribute of the
management bean. |
Object | Obtains the value of the specified attribute of the
management bean. |
Object | Returns the value of the supplied attribute from the specified
management bean.
|
Object | Returns the value of the supplied attribute from the specified
management bean.
|
AttributeList | Obtains the values of each of the specified attributes
of the management bean. |
AttributeList | Obtains the values of each of the specified attributes
of the management bean. |
AttributeList | Returns the values of the named attributes from the specified
management bean.
|
AttributeList | Returns the values of the named attributes from the specified
management bean.
|
Object | Returns the value of the specified field, or null
if no value is present for the given field name.
|
ObjectName | Returns an ObjectName instance for the specified name, represented
as a String . |
ObjectName | Returns an ObjectName instance for the specified name, represented
as a domain String and a table of properties. |
ObjectName | Returns an ObjectName instance for the specified name, represented
as a series of String objects for the domain and a single
property, as a key-value pair. |
String | Returns the property value corresponding to the given key.
|
Object |
Creates an instance of the specified class using the list of
class loaders from the Class Loader
Repository . |
Object | Creates an instance of the specified class using the list of
class loaders from the Class Loader
Repository . |
Object |
Creates an instance of the specified class using the supplied
class loader. |
Object | Creates an instance of the specified class using the supplied
class loader. |
Object | Invokes the specified action on the management bean using
the supplied parameters. |
Object | Invokes the specified action on the management bean using
the supplied parameters. |
Object | Invokes the supplied operation on the specified management
bean. |
Object | Invokes the supplied operation on the specified management
bean. |
boolean |
Returns true if the specified management bean is an instance
of the supplied class.
|
boolean |
Returns true if the specified management bean is an instance
of the supplied class.
|
Class<T> | Attempts to load the given class using class loaders
supplied by the repository of each MBeanServer .
|
Class<T> |
Attempts to load the given class using class loaders
supplied by the repository of each MBeanServer .
|
MBeanServer | Returns a server implementation using the default domain name
given, or "DefaultDomain" if this is null .
|
MBeanServer | MBeanServerBuilder.newMBeanServer(String defaultDomain, MBeanServer outer, MBeanServerDelegate delegate)
Creates a new MBeanServer implementation with the specified
default domain, delegate and outer server. |
String |
Returns a quoted version of the supplied string. |
void | Removes a field from the descriptor. |
void | Attempts to set the specified field to the supplied
value. |
void | Sets the field named in the first array to the corresponding
value specified in the second. |
String | Unquotes the supplied string. |
StringValueExp | Returns a value expression wrapping the specified string.
|
Methods with return type java.lang.String | |
String | Returns the list of actions in alphabetical order.
|
String | Returns the name of the attribute that changed.
|
String | Returns the attribute name.
|
String | Returns the type of the attribute that changed.
|
String | Returns the property list in canonical form. |
String |
Returns the name as a string in canonical form. |
String | Returns the class name of the management bean.
|
String | Returns the class name of the bean.
|
String | Returns the class name that will be used in the MBeanInfo
instance. |
String | Returns the default domain this server applies to beans that have
no specified domain.
|
String | Returns the default domain this server applies to beans that have
no specified domain.
|
String | Returns a description of this feature.
|
String | Returns a description of the management bean.
|
String | Returns the description of the attribute that will be used in
the supplied MBeanAttributeInfo instance. |
String | Returns the description of the constructor that will be used in
the supplied MBeanConstructorInfo instance. |
String | Returns the description of the nth parameter of the constructor
that will be used in the supplied MBeanParameterInfo
instance. |
String | Returns the description of the supplied feature that
will be used in the supplied MBeanFeatureInfo
instance. |
String | Returns the description of the bean that will be used in the
supplied MBeanInfo instance. |
String | Returns the description of the operation that will be used in
the supplied MBeanOperationInfo instance. |
String | Returns the description of the nth parameter of the operation
that will be used in the supplied MBeanParameterInfo
instance. |
String | Returns the domain part of the object name.
|
String[] | Returns an array containing all the domains used by beans registered
with this server. |
String[] | Returns an array containing all the domains used by beans registered
with this server. |
String[] | Returns the field names of the descriptor. |
String[] |
Returns all the field name and value pairs, in the
form name=value . |
String | Returns the name of this Java Management eXtensions (JMX) implementation.
|
String | Returns the name of this Java Management eXtensions (JMX) implementation.
|
String | Returns the vendor of this Java Management eXtensions (JMX) implementation.
|
String | Returns the vendor of this Java Management eXtensions (JMX) implementation.
|
String | Returns the version of this Java Management eXtensions (JMX) implementation.
|
String | Returns the version of this Java Management eXtensions (JMX) implementation.
|
String | Returns the property value corresponding to the given key.
|
String | Returns a String representation of the property
list. |
String | Returns the unique identifier for this management server.
|
String | Returns the unique identifier for this management server.
|
String | Returns the message contained in this notification. |
String | Returns the attribute name.
|
String | Returns the name of this feature.
|
String[] | Returns the notification types that the management bean may emit.
|
String | Returns the name of the nth parameter of the constructor
that will be used in the supplied MBeanParameterInfo
instance. |
String | Returns the name of the nth parameter of the operation
that will be used in the supplied MBeanParameterInfo
instance. |
String | Returns the return type of the operation, as the class
name.
|
String | Returns the name of this Java Management eXtensions (JMX) specification.
|
String | Returns the name of this Java Management eXtensions (JMX) specification.
|
String | Returns the vendor of this Java Management eXtensions (JMX) specification.
|
String | Returns the vendor of this Java Management eXtensions (JMX) specification.
|
String | Returns the version of this Java Management eXtensions (JMX) specification.
|
String | Returns the version of this Java Management eXtensions (JMX) specification.
|
String | Returns the type of this attribute, in the form of its class name.
|
String | Returns the type of this attribute, in the form of its class name.
|
String | Returns the type of this notification. |
String | Returns the value.
|
String |
Returns a quoted version of the supplied string. |
String | Returns the attribute name, quoted.
|
String | Returns a textual representation of this instance. |
String | Returns a textual representation of this instance. |
String | Returns a textual representation of this instance. |
String | Returns a textual representation of this instance. |
String |
Returns a textual representation of this instance. |
String |
Returns a textual representation of this instance. |
String |
Returns a textual representation of this instance. |
String |
Returns a textual representation of this instance. |
String |
Returns a textual representation of this instance. |
String |
Returns a textual representation of this instance. |
String |
Returns a textual representation of this instance. |
String | A textual representation of the notification.
|
String | Returns a textual representation of the object name.
|
String | Returns the value in quotes.
|
String | Unquotes the supplied string. |
Constructors with parameter type java.lang.String | |
Create an exception with the specified message.
| |
Create an exception with the specified message and cause.
| |
Create operation with the given name.
| |
Create an exception with a message.
| |
Create an exception with a message and a cause.
| |
Create an exception with a message.
| |
Create an exception with the specified message.
| |
Create an exception with the specified message.
| |
Create an exception with the specified message and cause.
| |
Create an exception with the specified message.
| |
Create an exception with the specified message and cause.
|
Fields of type java.lang.String | |
String | For binary compatibility with the JDK, the string "sun.rmi.server".
|
String | For binary compatibility with the JDK, the string "sun.rmi.server".
|
Methods with parameter type java.lang.String | |
Socket | |
Socket | |
ClassLoader | Gets a classloader for the given codebase and with the current
context classloader as parent.
|
ClassLoader | |
Class> | |
Class> | |
Class> | |
Class> | |
Class> | |
Class> | |
Class> | Loads a class from codeBase .
|
Class> | |
Class> | |
LogStream | |
int |
Methods with return type java.lang.String | |
String | RMIClassLoader.getClassAnnotation(Class> cl) Returns a string representation of the network location where a remote
endpoint can get the class-definition of the given class.
|
String | RMIClassLoaderSpi.getClassAnnotation(Class> cl) |
String | Get the host of the calling client. |
String | |
String | This method returns a message indicating what went wrong, in this
format:
super.getMessage() + (detail == null ? |
String | Get the name of the operation.
|
String | Returns the class name of the reference type that must be written to the
given stream. |
String | Get the string representation of this remote reference.
|
String | |
String | Get the string representation.
|
String | Return the name of the operation.
|
String | Get the string representation of this remote object.
|
String | Get the string representation of this UID.
|
Constructors with parameter type java.lang.String | |
Create an exception with explaining message.
|
Methods with parameter type java.lang.String | |
void | Just inserts string into this Any .
|
void | Just inserts string into this Any .
|
void | Just inserts string into this Any .
|
void | Delegates functionality to OutputStream.write_string(String) .
|
void | Delegates functionality to OutputStream.write_string(String) .
|
void | Delegates functionality to OutputStream.write_string(String) .
|
Methods with return type java.lang.String | |
String | Just extracts string from this Any .
|
String | Just extracts string from this Any .
|
String | Just extracts string from this Any .
|
String | Get repository id.
|
String | Return the exception repository id.
|
String | Get repository id.
|
String | Get repository id.
|
String | Delegates functionality to InputStream.read_string() .
|
String | Delegates functionality to InputStream.read_string() .
|
String | Delegates functionality to InputStream.read_string() .
|
Methods with parameter type java.lang.String | |
String | Returns the localized name for the specified ISO 3166
country in the supplied Locale .
|
String | Returns the localized name for the specified ISO 639
language in the supplied Locale .
|
String | Returns a name for the specified time zone identifier
localized to the supplied Locale .
|
String | Returns the localized name for the specified variant
in the supplied Locale . |
String |
This method returns the symbol which precedes or follows a
value in this particular currency. |
Methods with return type java.lang.String | |
String | Returns the localized name for the specified ISO 3166
country in the supplied Locale .
|
String | Returns the localized name for the specified ISO 639
language in the supplied Locale .
|
String | Returns a name for the specified time zone identifier
localized to the supplied Locale .
|
String | Returns the localized name for the specified variant
in the supplied Locale . |
String |
This method returns the symbol which precedes or follows a
value in this particular currency. |
Methods with parameter type java.lang.String | |
Applet | Returns the applet in the document for this object that has the
specified name.
|
AudioClip | Returns an audio clip from the specified absolute URL, and relative path
from that URL. |
Image | Returns an image from the specified absolute URL, and relative path
from that URL. |
String | Returns the value of the specified parameter that was specified in
the <APPLET> tag for this applet.
|
String | Returns the value of the specified parameter that was specified in
the <APPLET> tag for this applet.
|
InputStream | Return the stream associated with a given key in this applet context, or
null if nothing is associated. |
void | Loads and plays the audio clip pointed to by the specified absolute URL,
and relative path from that URL. |
void | Associate a stream to a key for this applet context, possibly replacing
the old value. |
void | Displays the web page pointed to be the sepcified URL in the window
with the specified name. |
void | Displays the specified message in the status window if that window
exists.
|
void | Displays the specified message in the status window if that window
exists.
|
Methods with return type java.lang.String | |
String | Returns a descriptive string with applet defined information. |
String | Returns the value of the specified parameter that was specified in
the <APPLET> tag for this applet.
|
String | Returns the value of the specified parameter that was specified in
the <APPLET> tag for this applet.
|
String[][] | Returns a list of parameters this applet supports. |
Fields of type java.lang.String | |
String | The namespace declaration URI as a constant.
|
String | The XML Namespace URI as a constant.
|
Methods with parameter type java.lang.String | |
void | Add an attribute to an attribute list.
|
void | Add an attribute to the end of the list.
|
XMLReader | Attempt to create an XML reader from a class name.
|
boolean | Declare a Namespace prefix. |
void | Adapter implementation method; do not call.
|
void | Receive notification of the end of an element.
|
void | Filter an end element event.
|
void | Adapt a SAX2 end element event.
|
void | Receive notification of the end of a Namespace mapping.
|
void | Filter an end Namespace prefix mapping event.
|
void | Adapt a SAX2 end prefix mapping event.
|
boolean | Check a parser feature flag.
|
boolean | Look up the value of a feature.
|
int | Look up an attribute's index by qualified (prefixed) name.
|
int | Look up an attribute's index by Namespace name.
|
String | Return one of the prefixes mapped to a Namespace URI.
|
Enumeration<E> | Return an enumeration of all prefixes for a given URI whose
declarations are active in the current context.
|
Object | Get a parser property.
|
Object | Look up the value of a property.
|
String | Get the type of an attribute (by name).
|
String | Look up an attribute's type by qualified (prefixed) name.
|
String | Look up an attribute's type by Namespace-qualified name.
|
String | Look up a prefix and get the currently-mapped Namespace URI.
|
String | Get the value of an attribute (by name).
|
String | Look up an attribute's value by qualified (prefixed) name.
|
String | Look up an attribute's value by Namespace-qualified name.
|
Parser | Create a new SAX parser object using the class name provided.
|
void | Receive notification of a notation declaration.
|
void | Filter a notation declaration event.
|
void | Parse an XML document.
|
void | Parse a document.
|
void | Parse the document.
|
String[] | Process a raw XML qualified name, after all declarations in the
current context have been handled by declarePrefix() .
|
void | Receive notification of a processing instruction.
|
void | Adapter implementation method; do not call.
|
void | Filter a processing instruction event.
|
void | Adapt a SAX2 processing instruction event.
|
void | Remove an attribute from the list.
|
InputSource | Resolve an external entity.
|
InputSource | Filter an external entity resolution.
|
void | AttributesImpl.setAttribute(int index, String uri, String localName, String qName, String type, String value) Set an attribute in the list.
|
void | Set a feature flag for the parser.
|
void | Set the value of a feature.
|
void | Set the local name of a specific attribute.
|
void | Set a parser property.
|
void | Set the value of a property.
|
void | Set the public identifier for this locator.
|
void | Set the qualified name of a specific attribute.
|
void | Set the system identifier for this locator.
|
void | Set the type of a specific attribute.
|
void | Set the Namespace URI of a specific attribute.
|
void | Set the value of a specific attribute.
|
void | Receive notification of a skipped entity.
|
void | Filter a skipped entity event.
|
void | Adapt a SAX2 skipped entity event.
|
void | Receive notification of the start of an element.
|
void | Filter a start element event.
|
void | Adapt a SAX2 start element event.
|
void | Adapter implementation method; do not call.
|
void | Receive notification of the start of a Namespace mapping.
|
void | Filter a start Namespace prefix mapping event.
|
void | Adapt a SAX2 start prefix mapping event.
|
void | DefaultHandler.unparsedEntityDecl(String name, String publicId, String systemId, String notationName) Receive notification of an unparsed entity declaration.
|
void | XMLFilterImpl.unparsedEntityDecl(String name, String publicId, String systemId, String notationName) Filter an unparsed entity declaration event.
|
Methods with return type java.lang.String | |
String | AttributesImpl.getLocalName(int index) Return an attribute's local name.
|
String | AttributeListImpl.getName(int i) Get the name of an attribute (by position).
|
String | Return one of the prefixes mapped to a Namespace URI.
|
String | Return the saved public identifier.
|
String | AttributesImpl.getQName(int index) Return an attribute's qualified (prefixed) name.
|
String | Return the saved system identifier.
|
String | AttributeListImpl.getType(int i) Get the type of an attribute (by position).
|
String | AttributesImpl.getType(int index) Return an attribute's type by index.
|
String | Get the type of an attribute (by name).
|
String | Look up an attribute's type by qualified (prefixed) name.
|
String | Look up an attribute's type by Namespace-qualified name.
|
String | AttributesImpl.getURI(int index) Return an attribute's Namespace URI.
|
String | Look up a prefix and get the currently-mapped Namespace URI.
|
String | AttributeListImpl.getValue(int i) Get the value of an attribute (by position).
|
String | AttributesImpl.getValue(int index) Return an attribute's value by index.
|
String | Get the value of an attribute (by name).
|
String | Look up an attribute's value by qualified (prefixed) name.
|
String | Look up an attribute's value by Namespace-qualified name.
|
String[] | Process a raw XML qualified name, after all declarations in the
current context have been handled by declarePrefix() .
|
Constructors with parameter type java.lang.String | |
Create an exception with a message.
|
Constructors with parameter type java.lang.String | |
Create an exception with a message. | |
Create an exception with a message and a cause.
|
Fields of type java.lang.String | |
String | JAXP 1.3 default implementation class name.
|
String | JAXP 1.3 default property name.
|
Methods with parameter type java.lang.String | |
Duration | Returns a new duration from its string representation.
|
Duration | Returns a new dayTimeDuration from its string representation.
|
Duration | Returns a new yearMonthDuration from its string representation.
|
XMLGregorianCalendar | Returns a new XMLGregorianCalendar from a string representation.
|
Methods with return type java.lang.String | |
String | Convert this Object to a human-readable String.
|
String | Returns the lexical representation of this duration.
|
String | |
String | Returns the XML Schema lexical representation of this calendar.
|
Methods with parameter type java.lang.String | |
CSSStyleSheet | Creates a new CSSStyleSheet .
|
CSSStyleDeclaration | This method is used to get the computed style as it is defined in [CSS2].
|
CSSStyleDeclaration | This method is used to retrieve the override style declaration for a
specified element and a specified pseudo-element.
|
CSSValue | Used to retrieve the object representation of the value of a CSS
property if it has been explicitly set within this declaration block.
|
String | Used to retrieve the priority of a CSS property (e.g. the
"important" qualifier) if the priority has been
explicitly set in this declaration block.
|
String | Used to retrieve the value of a CSS property if it has been explicitly
set within this declaration block.
|
int | Used to insert a new rule into the media block.
|
int | Used to insert a new rule into the style sheet. |
String | Used to remove a CSS property if it has been explicitly set within
this declaration block.
|
void | See the azimuth property definition in CSS2.
|
void | See the background property definition in CSS2.
|
void | See the background-attachment property definition in CSS2.
|
void | See the background-color property definition in CSS2.
|
void | See the background-image property definition in CSS2.
|
void | See the background-position property definition in CSS2.
|
void | See the background-repeat property definition in CSS2.
|
void | See the border property definition in CSS2.
|
void | See the border-bottom property definition in CSS2.
|
void | See the border-bottom-color property definition in CSS2.
|
void | See the border-bottom-style property definition in CSS2.
|
void | See the border-bottom-width property definition in CSS2.
|
void | See the border-collapse property definition in CSS2.
|
void | See the border-color property definition in CSS2.
|
void | See the border-left property definition in CSS2.
|
void | See the border-left-color property definition in CSS2.
|
void | See the border-left-style property definition in CSS2.
|
void | See the border-left-width property definition in CSS2.
|
void | See the border-right property definition in CSS2.
|
void | See the border-right-color property definition in CSS2.
|
void | See the border-right-style property definition in CSS2.
|
void | See the border-right-width property definition in CSS2.
|
void | See the border-spacing property definition in CSS2.
|
void | See the border-style property definition in CSS2.
|
void | See the border-top property definition in CSS2.
|
void | See the border-top-color property definition in CSS2.
|
void | See the border-top-style property definition in CSS2.
|
void | See the border-top-width property definition in CSS2.
|
void | See the border-width property definition in CSS2.
|
void | See the bottom property definition in CSS2.
|
void | See the caption-side property definition in CSS2.
|
void | See the clear property definition in CSS2.
|
void | See the clip property definition in CSS2.
|
void | See the color property definition in CSS2.
|
void | See the content property definition in CSS2.
|
void | See the counter-increment property definition in CSS2.
|
void | See the counter-reset property definition in CSS2.
|
void | See the float property definition in CSS2.
|
void | The parsable textual representation of the rule. |
void | The parsable textual representation of the declaration block
(excluding the surrounding curly braces). |
void | A string representation of the current value.
|
void | See the cue property definition in CSS2.
|
void | See the cue-after property definition in CSS2.
|
void | See the cue-before property definition in CSS2.
|
void | See the cursor property definition in CSS2.
|
void | See the direction property definition in CSS2.
|
void | See the display property definition in CSS2.
|
void | See the elevation property definition in CSS2.
|
void | See the empty-cells property definition in CSS2.
|
void | The encoding information used in this @charset rule.
|
void | See the font property definition in CSS2.
|
void | See the font-family property definition in CSS2.
|
void | See the font-size property definition in CSS2.
|
void | See the font-size-adjust property definition in CSS2.
|
void | See the font-stretch property definition in CSS2.
|
void | See the font-style property definition in CSS2.
|
void | See the font-variant property definition in CSS2.
|
void | See the font-weight property definition in CSS2.
|
void | See the height property definition in CSS2.
|
void | See the left property definition in CSS2.
|
void | See the letter-spacing property definition in CSS2.
|
void | See the line-height property definition in CSS2.
|
void | See the list-style property definition in CSS2.
|
void | See the list-style-image property definition in CSS2.
|
void | See the list-style-position property definition in CSS2.
|
void | See the list-style-type property definition in CSS2.
|
void | See the margin property definition in CSS2.
|
void | See the margin-bottom property definition in CSS2.
|
void | See the margin-left property definition in CSS2.
|
void | See the margin-right property definition in CSS2.
|
void | See the margin-top property definition in CSS2.
|
void | See the marker-offset property definition in CSS2.
|
void | See the marks property definition in CSS2.
|
void | See the max-height property definition in CSS2.
|
void | See the max-width property definition in CSS2.
|
void | See the min-height property definition in CSS2.
|
void | See the min-width property definition in CSS2.
|
void | See the orphans property definition in CSS2.
|
void | See the outline property definition in CSS2.
|
void | See the outline-color property definition in CSS2.
|
void | See the outline-style property definition in CSS2.
|
void | See the outline-width property definition in CSS2.
|
void | See the overflow property definition in CSS2.
|
void | See the padding property definition in CSS2.
|
void | See the padding-bottom property definition in CSS2.
|
void | See the padding-left property definition in CSS2.
|
void | See the padding-right property definition in CSS2.
|
void | See the padding-top property definition in CSS2.
|
void | See the page property definition in CSS2.
|
void | See the page-break-after property definition in CSS2.
|
void | See the page-break-before property definition in CSS2.
|
void | See the page-break-inside property definition in CSS2.
|
void | See the pause property definition in CSS2.
|
void | See the pause-after property definition in CSS2.
|
void | See the pause-before property definition in CSS2.
|
void | See the pitch property definition in CSS2.
|
void | See the pitch-range property definition in CSS2.
|
void | See the play-during property definition in CSS2.
|
void | See the position property definition in CSS2.
|
void | Used to set a property value and priority within this declaration
block. |
void | See the quotes property definition in CSS2.
|
void | See the richness property definition in CSS2.
|
void | See the right property definition in CSS2.
|
void | The parsable textual representation of the page selector for the rule.
|
void | The textual representation of the selector for the rule set. |
void | See the size property definition in CSS2.
|
void | See the speak property definition in CSS2.
|
void | See the speak-header property definition in CSS2.
|
void | See the speak-numeral property definition in CSS2.
|
void | See the speak-punctuation property definition in CSS2.
|
void | See the speech-rate property definition in CSS2.
|
void | See the stress property definition in CSS2.
|
void | A method to set the string value with the specified unit. |
void | See the table-layout property definition in CSS2.
|
void | See the text-align property definition in CSS2.
|
void | See the text-decoration property definition in CSS2.
|
void | See the text-indent property definition in CSS2.
|
void | See the text-shadow property definition in CSS2.
|
void | See the text-transform property definition in CSS2.
|
void | See the top property definition in CSS2.
|
void | See the unicode-bidi property definition in CSS2.
|
void | See the vertical-align property definition in CSS2.
|
void | See the visibility property definition in CSS2.
|
void | See the voice-family property definition in CSS2.
|
void | See the volume property definition in CSS2.
|
void | See the white-space property definition in CSS2.
|
void | See the widows property definition in CSS2.
|
void | See the width property definition in CSS2.
|
void | See the word-spacing property definition in CSS2.
|
void | See the z-index property definition in CSS2.
|
Methods with return type java.lang.String | |
String | See the azimuth property definition in CSS2.
|
String | See the background property definition in CSS2.
|
String | See the background-attachment property definition in CSS2.
|
String | See the background-color property definition in CSS2.
|
String | See the background-image property definition in CSS2.
|
String | See the background-position property definition in CSS2.
|
String | See the background-repeat property definition in CSS2.
|
String | See the border property definition in CSS2.
|
String | See the border-bottom property definition in CSS2.
|
String | See the border-bottom-color property definition in CSS2.
|
String | See the border-bottom-style property definition in CSS2.
|
String | See the border-bottom-width property definition in CSS2.
|
String | See the border-collapse property definition in CSS2.
|
String | See the border-color property definition in CSS2.
|
String | See the border-left property definition in CSS2.
|
String | See the border-left-color property definition in CSS2.
|
String | See the border-left-style property definition in CSS2.
|
String | See the border-left-width property definition in CSS2.
|
String | See the border-right property definition in CSS2.
|
String | See the border-right-color property definition in CSS2.
|
String | See the border-right-style property definition in CSS2.
|
String | See the border-right-width property definition in CSS2.
|
String | See the border-spacing property definition in CSS2.
|
String | See the border-style property definition in CSS2.
|
String | See the border-top property definition in CSS2.
|
String | See the border-top-color property definition in CSS2.
|
String | See the border-top-style property definition in CSS2.
|
String | See the border-top-width property definition in CSS2.
|
String | See the border-width property definition in CSS2.
|
String | See the bottom property definition in CSS2.
|
String | See the caption-side property definition in CSS2.
|
String | See the clear property definition in CSS2.
|
String | See the clip property definition in CSS2.
|
String | See the color property definition in CSS2.
|
String | See the content property definition in CSS2.
|
String | See the counter-increment property definition in CSS2.
|
String | See the counter-reset property definition in CSS2.
|
String | See the float property definition in CSS2.
|
String | The parsable textual representation of the rule. |
String | The parsable textual representation of the declaration block
(excluding the surrounding curly braces). |
String | A string representation of the current value.
|
String | See the cue property definition in CSS2.
|
String | See the cue-after property definition in CSS2.
|
String | See the cue-before property definition in CSS2.
|
String | See the cursor property definition in CSS2.
|
String | See the direction property definition in CSS2.
|
String | See the display property definition in CSS2.
|
String | See the elevation property definition in CSS2.
|
String | See the empty-cells property definition in CSS2.
|
String | The encoding information used in this @charset rule.
|
String | See the font property definition in CSS2.
|
String | See the font-family property definition in CSS2.
|
String | See the font-size property definition in CSS2.
|
String | See the font-size-adjust property definition in CSS2.
|
String | See the font-stretch property definition in CSS2.
|
String | See the font-style property definition in CSS2.
|
String | See the font-variant property definition in CSS2.
|
String | See the font-weight property definition in CSS2.
|
String | See the height property definition in CSS2.
|
String | The location of the style sheet to be imported. |
String | This attribute is used for the identifier of the counter.
|
String | See the left property definition in CSS2.
|
String | See the letter-spacing property definition in CSS2.
|
String | See the line-height property definition in CSS2.
|
String | This attribute is used for the style of the list.
|
String | See the list-style property definition in CSS2.
|
String | See the list-style-image property definition in CSS2.
|
String | See the list-style-position property definition in CSS2.
|
String | See the list-style-type property definition in CSS2.
|
String | See the margin property definition in CSS2.
|
String | See the margin-bottom property definition in CSS2.
|
String | See the margin-left property definition in CSS2.
|
String | See the margin-right property definition in CSS2.
|
String | See the margin-top property definition in CSS2.
|
String | See the marker-offset property definition in CSS2.
|
String | See the marks property definition in CSS2.
|
String | See the max-height property definition in CSS2.
|
String | See the max-width property definition in CSS2.
|
String | See the min-height property definition in CSS2.
|
String | See the min-width property definition in CSS2.
|
String | See the orphans property definition in CSS2.
|
String | See the outline property definition in CSS2.
|
String | See the outline-color property definition in CSS2.
|
String | See the outline-style property definition in CSS2.
|
String | See the outline-width property definition in CSS2.
|
String | See the overflow property definition in CSS2.
|
String | See the padding property definition in CSS2.
|
String | See the padding-bottom property definition in CSS2.
|
String | See the padding-left property definition in CSS2.
|
String | See the padding-right property definition in CSS2.
|
String | See the padding-top property definition in CSS2.
|
String | See the page property definition in CSS2.
|
String | See the page-break-after property definition in CSS2.
|
String | See the page-break-before property definition in CSS2.
|
String | See the page-break-inside property definition in CSS2.
|
String | See the pause property definition in CSS2.
|
String | See the pause-after property definition in CSS2.
|
String | See the pause-before property definition in CSS2.
|
String | See the pitch property definition in CSS2.
|
String | See the pitch-range property definition in CSS2.
|
String | See the play-during property definition in CSS2.
|
String | See the position property definition in CSS2.
|
String | Used to retrieve the priority of a CSS property (e.g. the
"important" qualifier) if the priority has been
explicitly set in this declaration block.
|
String | Used to retrieve the value of a CSS property if it has been explicitly
set within this declaration block.
|
String | See the quotes property definition in CSS2.
|
String | See the richness property definition in CSS2.
|
String | See the right property definition in CSS2.
|
String | The parsable textual representation of the page selector for the rule.
|
String | The textual representation of the selector for the rule set. |
String | This attribute is used for the separator of the nested counters.
|
String | See the size property definition in CSS2.
|
String | See the speak property definition in CSS2.
|
String | See the speak-header property definition in CSS2.
|
String | See the speak-numeral property definition in CSS2.
|
String | See the speak-punctuation property definition in CSS2.
|
String | See the speech-rate property definition in CSS2.
|
String | See the stress property definition in CSS2.
|
String | This method is used to get the string value. |
String | See the table-layout property definition in CSS2.
|
String | See the text-align property definition in CSS2.
|
String | See the text-decoration property definition in CSS2.
|
String | See the text-indent property definition in CSS2.
|
String | See the text-shadow property definition in CSS2.
|
String | See the text-transform property definition in CSS2.
|
String | See the top property definition in CSS2.
|
String | See the unicode-bidi property definition in CSS2.
|
String | See the vertical-align property definition in CSS2.
|
String | See the visibility property definition in CSS2.
|
String | See the voice-family property definition in CSS2.
|
String | See the volume property definition in CSS2.
|
String | See the white-space property definition in CSS2.
|
String | See the widows property definition in CSS2.
|
String | See the width property definition in CSS2.
|
String | See the word-spacing property definition in CSS2.
|
String | See the z-index property definition in CSS2.
|
String | CSSStyleDeclaration.item(int index) Used to retrieve the properties that have been explicitly set in this
declaration block. |
String | Used to remove a CSS property if it has been explicitly set within
this declaration block.
|
Fields of type java.lang.String | |
String | Factory feature indicating that SAX results are supported.
|
String | Factory feature indicating that SAX sources are supported.
|
String | Factory feature indicating that the factory can be cast to this class.
|
String | Factory feature indicating that this factory can create new XMLFilters.
|
Methods with parameter type java.lang.String | |
void | Sets the system ID which this result represents.
|
void | Sets the system ID for this source.
|
void | Sets the system ID for the templates object created by this processor.
|
void | Sets the system ID relative to which URLs will be resolved.
|
Methods with return type java.lang.String | |
String | Returns the system ID which this result represnts.
|
String | Returns the system ID for this source.
|
String | Returns the system ID for the templates object created by this processor.
|
String | Returns the system ID relative to which URLs will be resolved.
|
Constructors with parameter type java.lang.String | |
Methods with parameter type java.lang.String | |
LSParser | Create a new LSParser . |
Document | Parse an XML document from a location identified by a URI reference [IETF RFC 2396]. |
LSInput | LSResourceResolver.resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI) Allow the application to resolve external resources.
|
void | The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for
resolving a relative systemId to an absolute URI.
|
void | The character encoding, if known. |
void | The character encoding to use for the output. |
void | The end-of-line sequence of characters to be used in the XML being
written out. |
void | The public identifier for this input source. |
void | String data to parse. |
void | The system identifier, a URI reference [IETF RFC 2396], for this
input source. |
void | The system identifier, a URI reference [IETF RFC 2396], for this
output destination.
|
boolean | A convenience method that acts as if LSSerializer.write
was called with a LSOutput with no encoding specified
and LSOutput.systemId set to the uri
argument.
|
Methods with return type java.lang.String | |
String | The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for
resolving a relative systemId to an absolute URI.
|
String | The character encoding, if known. |
String | The character encoding to use for the output. |
String | The end-of-line sequence of characters to be used in the XML being
written out. |
String | The public identifier for this input source. |
String | String data to parse. |
String | The system identifier, a URI reference [IETF RFC 2396], for this
input source. |
String | The system identifier, a URI reference [IETF RFC 2396], for this
output destination.
|
String | Serialize the specified node as described above in the general
description of the LSSerializer interface. |
Methods with parameter type java.lang.String | |
String | |
String | |
Object | |
Object | |
void |
Methods with return type java.lang.String | |
String | ReaderDelegate.getAttributeLocalName(int index) |
String | ReaderDelegate.getAttributeNamespace(int index) |
String | ReaderDelegate.getAttributePrefix(int index) |
String | ReaderDelegate.getAttributeType(int index) |
String | ReaderDelegate.getAttributeValue(int index) |
String | |
String | |
String | |
String | |
String | |
String | |
String | ReaderDelegate.getNamespacePrefix(int index) |
String | |
String | ReaderDelegate.getNamespaceURI(int index) |
String | |
String | |
String | |
String | |
String | |
String |
Fields of type java.lang.String | |
String |
Methods with parameter type java.lang.String | |
Object | |
Object | |
Object |
Methods with return type java.lang.String | |
String[] | |
String[] | |
String[] |
Constructors with parameter type java.lang.String | |
Create the AdapterAlreadyExists with explaining
message.
| |
Create the AdapterNonExistent with explaining
message.
| |
Create the InvalidPolicy with explaining
message and initialisintg index to the passed value.
| |
Create the NoServant with explaining
message.
| |
Create the ObjectAlreadyActive with explaining
message.
| |
Create the ObjectNotActive with explaining
message.
| |
Create the ServantAlreadyActive with explaining
message.
| |
Create the ServantNotActive with explaining
message.
| |
Create the WrongAdapter with explaining
message.
| |
Create the WrongPolicy with explaining
message.
|
Methods with return type java.lang.String | |
String | Adds index to the super.getMessage().
|
String | Get the AdapterAlreadyExists repository id.
|
String | Get the AdapterNonExistent repository id.
|
String | Get the InvalidPolicy repository id.
|
String | Get the NoServant repository id.
|
String | Get the ObjectAlreadyActive repository id.
|
String | Get the ObjectNotActive repository id.
|
String | Get the ServantAlreadyActive repository id.
|
String | Get the ServantNotActive repository id.
|
String | Get the WrongAdapter repository id.
|
String | Get the WrongPolicy repository id.
|
Methods with parameter type java.lang.String | |
void | This method sets the name of the ACL
|
Methods with return type java.lang.String | |
String | This method returns the name of this ACL.
|
String | This method returns the ACL as a String
|
String | This method returns this object as a String .
|
String | This method returns this Permission as a String .
|
Constructors with parameter type java.lang.String | |
Creates the new tree cancel editing action.
| |
Creates a new TreeHomeAction instance.
| |
Creates a new TreeIncrementAction.
| |
Constructor
| |
Creates a new TreeToggleAction.
| |
Constructor
|
Fields of type java.lang.String | |
String | The action command for the Close action. |
String | The action command for the Minimize action. |
String | The action command for the Maximize action. |
String | The action command for the Move action. |
String | The constraints object used when adding the non-continuous divider to the
JSplitPane.
|
String | The action command for the Restore action. |
String | The action command for the Size action. |
String | The localised text for the cancel button. |
String | The localised tool tip text for the cancel button. |
String | The last known BorderLayout constraint before floating. |
String | The localised text for the open button. |
String | The localised tool tip text for the open button. |
String | The key that is used to store the document base in a JComponent's client
properties. |
String | The localised text for the "help" button. |
String | The localised tool tip text for the help button. |
String | The localised text for the "open" button. |
String | The localised tool tip text for the "open" button. |
String | The key that is used to store a HTML view in a JComponent's client
properties.
|
String | The localised text for the "save" button. |
String | The localised tool tip text for the save button. |
String | The localised text for the "update" button. |
String | The localised tool tip text for the "update" button. |
Methods with parameter type java.lang.String | |
void | Adds a component to the layout. |
void | This method is called when adding a Component to the Container.
|
void | This method is called when the given Component is added to the
JInternalFrame.
|
void | This method is called when a component is added to the container.
|
void | This method adds a component to the layout.
|
void | This method is called when a Component is added.
|
void | This method is called to add a Component to the JSplitPane. |
void | This method is called when a component is added to the JTabbedPane.
|
void | This method creates instances of d (recursively if necessary based on
maxll) and adds to c.
|
View | |
void | Draws a String at the given location, underlining the first
occurence of a specified character. |
void | BasicGraphicsUtils.drawStringUnderlineCharAt(Graphics g, String text, int underlinedIndex, int x, int y) Draws a String at the given location, underlining the character
at the specified index. |
Point | BasicProgressBarUI.getStringPlacement(Graphics g, String progressString, int x, int y, int width, int height) This method returns the point (the top left of the bounding box)
where the text should be painted.
|
String | This method returns the title string based on the available width and the
font metrics.
|
boolean | Returns true if s is HTML, false
otherwise.
|
String | BasicLabelUI.layoutCL(JLabel label, FontMetrics fontMetrics, String text, Icon icon, Rectangle viewR, Rectangle iconR, Rectangle textR) This method is simply calls SwingUtilities's layoutCompoundLabel.
|
void | BasicTabbedPaneUI.layoutLabel(int tabPlacement, FontMetrics metrics, int tabIndex, String title, Icon icon, Rectangle tabRect, Rectangle iconRect, Rectangle textRect, boolean isSelected) This method lays out the tab and finds the location to paint the icon
and text.
|
void | Populates the defaults table with the system colors. |
void | Paints the text if the label is disabled. |
void | Paints the text if the label is enabled. |
void | BasicTabbedPaneUI.paintText(Graphics g, int tabPlacement, Font font, FontMetrics metrics, int tabIndex, String title, Rectangle textRect, boolean isSelected) This method paints the text for the given tab.
|
void | Paints the "text" property of an AbstractButton .
|
void | Paints the "text" property of an AbstractButton .
|
void | Paints label for the given menu item
|
void | Sets the directory name (NOT IMPLEMENTED).
|
void | Sets the file name.
|
void | Stores a HTML renderer in c 's client property if
text is HTML, otherwise it clears the corresponding client
property. |
Methods with return type java.lang.String | |
String | Returns the approve button text.
|
String | Returns the tool tip text for the approve (open/save) button. |
String | Returns a description for this filter.
|
String | Returns a description of the given file/directory. |
String | Returns the dialog title.
|
String | Returns the current directory name.
|
String | Returns the current file name.
|
String | Returns the name of the keymap for this type of TextUI.
|
String | Returns the name for the given file/directory.
|
String | Returns the prefix for the UI defaults property for this UI class.
|
String | Returns the prefix for entries in the UIDefaults table.
|
String | Returns the prefix for entries in the UIManager defaults table
("CheckBox." in this case).
|
String | Returns the property prefix to be used by this UI class. |
String | Returns the prefix for entries in the UIDefaults table.
|
String | Returns the prefix for entries in the UIDefaults table.
|
String | Returns the prefix for entries in the UIDefaults table.
|
String | Returns the prefix for entries in the UIDefaults table.
|
String | Returns the prefix for entries in the UIDefaults table.
|
String | Returns the prefix used for UIDefaults properties. |
String | Returns the prefix for entries in the UIDefaults table.
|
String | Returns the prefix for entries in the UIDefaults table.
|
String | Returns the prefix for entries in the UIDefaults table.
|
String | Returns the property prefix by which the text component's UIDefaults
are looked up.
|
String | Returns the prefix for entries in the UIManager defaults table
("ToggleButton." in this case).
|
String | This method returns the title string based on the available width and the
font metrics.
|
String | Returns a localised description for the type of file/directory.
|
String | BasicLabelUI.layoutCL(JLabel label, FontMetrics fontMetrics, String text, Icon icon, Rectangle viewR, Rectangle iconR, Rectangle textR) This method is simply calls SwingUtilities's layoutCompoundLabel.
|
Constructors with parameter type java.lang.String | |
Creates a SetOfIntegerSyntax object.
| |
Creates a TextSyntax object with the given value
and locale.
| |
Creates a UnmodifiableSetException
with the given message.
|
Methods with parameter type java.lang.String | |
String | Returns the string representation for this object.
|
String | Returns the string representation for this object.
|
Methods with return type java.lang.String | |
String | Returns the descriptive name of the attribute category.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String | Returns the value of this syntax object.
|
String | Returns the string representation for this object.
|
String | Returns the string representation for this object.
|
String | Returns the string representation for this object.
|
String | Returns the string representation for this object.
|
String | Returns the string representation for this object.
|
String | Returns the string representation for this object.
|
String | Returns a string representing the object. |
String | Returns the string representation for this object.
|
String | Returns the string representation for this object.
|
String | Returns the string representation for this object.
|
Constructors with parameter type java.lang.String | |
Constructor ExpandVetoException
|
Fields of type java.lang.String | |
String | The name of the selection mode property.
|
Methods with parameter type java.lang.String | |
void | For performance reasons, this method is overridden to do nothing.
|
void | For performance reasons, this method is overridden to do nothing.
|
void | For performance reasons, this method is overridden to do nothing.
|
void | For performance reasons, this method is overridden to do nothing.
|
void | For performance reasons, this method is overridden to do nothing.
|
void | For performance reasons, this method is overridden to do nothing.
|
void | For performance reasons, this method is overridden to do nothing.
|
void | For performance reasons, this method is overridden to do nothing.
|
void | For performance reasons, this method is overridden to do nothing.
|
Methods with return type java.lang.String | |
String | Returns a string representation of the node. |
String | Returns a string that shows this object's properties.
|
String | Returns a string representation of this path.
|
Constructors with parameter type java.lang.String | |
Create the initialised instance
|
Fields of type java.lang.String | |
String | The environment property into which getContinuationContext() stores the
value of the CannotProceedException parameter. |
Methods with parameter type java.lang.String | |
void | Append the name to the end of the resolved name.
|
Context |
Creates the URL context for the given URL scheme id.
|
ResolveResult |
Constructors with parameter type java.lang.String | |
IIOInvalidTreeException.IIOInvalidTreeException(String message, Throwable cause, Node offendingNode) | |
IIOMetadata.IIOMetadata(boolean standardMetadataFormatSupported, String nativeMetadataFormatName, String nativeMetadataFormatClassName, String[] extraMetadataFormatNames, String[] extraMetadataFormatClassNames) Construct an IIOMetadata object.
| |
Construct a blank IIOMetadataFormatImpl with the given root name
and child policy.
| |
Construct a blank IIOMetadataFormatImpl with the given root name,
a child policy of CHILD_POLICY_REPEAT and the given minimum and
maximum limits on the number of root element children.
| |
Fields of type java.lang.String | |
String[] | |
String[] | |
String | |
String | |
String | The standard metadata format name constant set to
"javax_imageio_1.0".
|
Methods with parameter type java.lang.String | |
void | IIOMetadataFormatImpl.addAttribute(String elementName, String attrName, int dataType, boolean required, int listMinLength, int listMaxLength) |
void | IIOMetadataFormatImpl.addAttribute(String elementName, String attrName, int dataType, boolean required, String defaultValue) |
void | IIOMetadataFormatImpl.addAttribute(String elementName, String attrName, int dataType, boolean required, String defaultValue, List |
void | IIOMetadataFormatImpl.addAttribute(String elementName, String attrName, int dataType, boolean required, String defaultValue, String minValue, String maxValue, boolean minInclusive, boolean maxInclusive) |
void | IIOMetadataFormatImpl.addBooleanAttribute(String elementName, String attrName, boolean hasDefaultValue, boolean defaultValue) |
void | |
void | |
void | IIOMetadataFormatImpl.addElement(String elementName, String parentName, int minChildren, int maxChildren) |
void | IIOMetadataFormatImpl.addObjectValue(String elementName, Class> classType, int arrayMinLength, int arrayMaxLength) |
boolean | |
boolean | |
IIOMetadataFormatImpl.extends Object & Comparable super T>>
void addObjectValue(String elementName, Class | |
Node | |
String | Retrieves an attribute value by name.
|
int | |
int | |
String | |
String | |
String | |
String | |
String[] | |
String[] | |
int | |
int | |
int | |
int | |
String | |
String | |
String | |
String | |
String | Retrieves an attribute value by local name and namespace URI.
|
String[] | |
String[] | |
Attr | Retrieves an attribute node by name.
|
Attr | Retrieves an Attr node by local name and namespace URI.
|
int | |
int | |
String[] | |
String[] | |
int | |
int | |
String | |
String | |
int | |
int | |
int | |
int | |
NodeList | Returns a NodeList of all descendant Elements
with a given tag name, in document order.
|
NodeList | Returns a NodeList of all the descendant
Elements with a given local name and namespace URI in
document order.
|
Object | |
IIOMetadataFormat | |
int | |
int | |
int | |
int | |
Class> | |
Class> | |
Object | |
Object | |
Object[] | |
Object[] | |
Comparable> | |
Comparable> | |
Comparable> | |
Comparable> | |
int | |
int | |
Object | |
boolean | Returns true when an attribute with a given name is
specified on this element or has a default value, false
otherwise.
|
boolean | Returns true when an attribute with a given local name and
namespace URI is specified on this element or has a default value,
false otherwise.
|
boolean | |
boolean | |
boolean | |
boolean | |
String | |
String | |
void | |
void | Removes an attribute by name. |
void | |
void | Removes an attribute by local name and namespace URI. |
void | |
void | |
void | Adds a new attribute. |
void | Adds a new attribute. |
void | |
void | If the parameter isId is true , this method
declares the specified attribute to be a user-determined ID attribute
. |
void | If the parameter isId is true , this method
declares the specified attribute to be a user-determined ID attribute
. |
void | |
void | |
void | |
void | |
Object | |
IIOMetadataFormatImpl.void addObjectValue(String elementName, Class | |
IIOMetadataFormatImpl.void addObjectValue(String elementName, Class |
Methods with return type java.lang.String | |
String | Retrieves an attribute value by name.
|
String | |
String | |
String | |
String | |
String[] | |
String[] | |
String | |
String | |
String | |
String | |
String | Retrieves an attribute value by local name and namespace URI.
|
String[] | |
String[] | |
String | |
String[] | |
String[] | |
String | |
String | |
String[] | |
String | |
String[] | |
String | |
String | |
String | |
String | |
String | |
String | |
String | |
String | |
String | The name of the element. |
String | |
String | |
String |
Constructors with parameter type java.lang.String | |
Create the AdapterInactive with explaining
message.
|
Methods with return type java.lang.String | |
String | Get the AdapterInactive repository id.
|
String | Returns a short string representation.
|
Methods with return type java.lang.String | |
String[] | Retrieve an array of compression quality descriptions. |
String | Create a string representation of this JPEG Huffman table.
|
String | Create a string representing this JPEG quantization table.
|
Constructors with parameter type java.lang.String | |
Creates an exception with the given message, and cause
initialized to null.
| |
Creates an exception with the given message and cause.
| |
Creates an exception with the given message, and cause
initialized to null.
| |
Creates an exception with the given message and cause.
| |
Creates an exception with the given message, and cause
initialized to null.
| |
Creates an exception with the given message and cause.
|
Constructors with parameter type java.lang.String | |
Creates the exception
| |
Creates the exception
|
Methods with parameter type java.lang.String | |
ByteBuffer | |
Charset | Returns the Charset instance for the charset of the given name.
|
void | |
boolean | |
CharsetDecoder |
Methods with return type java.lang.String | |
String | |
String | |
String | Retrieves the illegal charset name
|
String | Retrieves the illegal charset name
|
String | Returns the detail message string of this throwable
|
String | Returns the detail message string of this throwable
|
String | |
String | |
String | Convert this Object to a human-readable String.
|
String | |
String | Returns the name of the CodingErrorAction.
|
Constructors with parameter type java.lang.String | |
KeyManagerFactory.KeyManagerFactory(KeyManagerFactorySpi kmfSpi, Provider provider, String algorithm) Create a new key manager factory.
| |
Create a new SSL context.
| |
Creates a new SSLEngine with the specified peer host name and
port number.
| |
Create a new instance with a descriptive error message.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Create a new instance with a descriptive error message.
| |
Create a new instance with a descriptive error message.
| |
Create a new instance with the specified permission name. | |
Create a new instance with the specified permission name. | |
Creates a new binding event.
| |
TrustManagerFactory.TrustManagerFactory(TrustManagerFactorySpi tmfSpi, Provider provider, String algorithm) Creates a new trust manager factory.
|
Methods with parameter type java.lang.String | |
void | Checks if a certificate chain sent by the client is trusted.
|
void | Checks if a certificate chain sent by the server is trusted.
|
String | Choose an alias for client-side authentication.
|
String | X509ExtendedKeyManager.chooseEngineClientAlias(String[] keyTypes, Principal[] issuers, SSLEngine engine) Return a client alias given a list of key types, a list of
allowable issuers, and the SSLEngine being used.
|
String | X509ExtendedKeyManager.chooseEngineServerAlias(String keyType, Principal[] issuers, SSLEngine engine) Return a server alias given a key type, a list of allowable
issuers, and the SSLEngine being used.
|
String | Choose an alias for server-side authentication.
|
SSLEngine | Creates a new SSLEngine for this context, with a given
host name and port number.
|
Socket | Creates a SSL socket wrapped around an existing socket.
|
SSLEngine | Returns a new SSLEngine for this context, for the given
host name and port number.
|
X509Certificate[] | Gets the X.509 certificate chain associated with the given alias.
|
String[] | Returns all client aliases that support the given key type.
|
KeyManagerFactory | Create an instance of the named key manager factory, from the first
provider that implements it.
|
SSLContext | Get an instance of a context for the specified protocol from the first
provider that implements it.
|
TrustManagerFactory | Returns an instance of a trust manager factory for the given algorithm from
the first provider that implements it.
|
KeyManagerFactory | Create an instance of the named key manager factory, from the named
provider.
|
SSLContext | Get an instance of a context for the specified protocol from the named
provider.
|
TrustManagerFactory | Returns an instance of a trust manager factory for the given algorithm from
the named provider.
|
KeyManagerFactory | Create an instance of the named key manager factory, from the given
provider.
|
SSLContext | Get an instance of a context for the specified protocol from the specified
provider.
|
TrustManagerFactory | Returns an instance of a trust manager factory for the given algorithm from
the specified provider.
|
PrivateKey | Gets the private key associated with the given alias.
|
String[] | Returns all server aliases that support the given key type.
|
Object | Returns the object bound to the given name.
|
void | Binds a value to this session, with the given name.
|
void | Un-binds a value.
|
void | Sets the list of enabled cipher suites. |
void | Sets the list enabled cipher suites.
|
void | Sets the list of enabled cipher suites.
|
void | Sets the list of enabled protocol versions. |
void | Sets the list of enabled protocols.
|
void | Sets the list of enabled SSL protocols.
|
boolean | Verifies a hostname given a particular SSL session. |
Methods with return type java.lang.String | |
String | Choose an alias for client-side authentication.
|
String | X509ExtendedKeyManager.chooseEngineClientAlias(String[] keyTypes, Principal[] issuers, SSLEngine engine) Return a client alias given a list of key types, a list of
allowable issuers, and the SSLEngine being used.
|
String | X509ExtendedKeyManager.chooseEngineServerAlias(String keyType, Principal[] issuers, SSLEngine engine) Return a server alias given a key type, a list of allowable
issuers, and the SSLEngine being used.
|
String | Choose an alias for server-side authentication.
|
String | Returns the name of this key manager factory algorithm.
|
String | Returns the name of this trust manager algorithm.
|
String | Returns the name of the cipher that was negotiated in this
connection.
|
String | Returns the cipher name negotiated for this connection.
|
String | Returns this session's cihper suite.
|
String[] | Returns all client aliases that support the given key type.
|
String | Get the default algorithm name. |
String | Returns the default algorithm for trust manager factories. |
String[] | Returns the list of cipher suites that will be enabled in server sockets
created by this factory.
|
String[] | Returns the list of cipher suites that will be enabled in sockets
created by this factory.
|
String[] | Returns a list of SSL cipher suite names this SSLEngine is
configured to use.
|
String[] | Returns the list of cihper suites that are currently enabled in this
server socket. |
String[] | Returns the list of currently enabled cipher suites.
|
String[] | Returns a list of SSL protocol version names this SSLEngine is
configured to use.
|
String[] | Returns the list of enabled protocols, such as "SSLv3" and "TLSv1".
|
String[] | Returns the list of enabled SSL protocols.
|
String | Returns the name the object was bound under.
|
String | Returns the peer host name this SSL session is connected to, or
null if this value was not set.
|
String | Returns the remote host's name.
|
String | Returns the protocol name of this context.
|
String | Returns the protocol this session uses.
|
String[] | Returns all server aliases that support the given key type.
|
String[] | Returns a list of SSL cipher suite names this SSLEngine
implementation supports.
|
String[] | Returns a list of cipher suites that this server socket supports.
|
String[] | Returns the list of all cipher suites supported by this factory.
|
String[] | Returns the list of cipher suites supported by this socket.
|
String[] | Returns the list of all cipher suites supported by this factory.
|
String[] | Returns a list of SSL protocol version names this SSLEngine
implementation supports. |
String[] | Returns a list of SSL protocols supported by this server socket.
|
String[] | Returns the list of protocols supported by this socket.
|
String[] | Returns the names of all values bound to this session.
|
String | Convert this Object to a human-readable String.
|
Constructors with parameter type java.lang.String | |
Create the UnknownEncoding with explaining message.
|
Methods with return type java.lang.String | |
String | Get the UnknownEncoding repository id.
|
Constructors with parameter type java.lang.String | |
Create an exception with a descriptive error message.
| |
Create an exception with a descriptive error message.
| |
This method initializes a new File object to represent
a file in the specified directory. | |
This method initializes a new File object to represent
a file with the specified path.
| |
This method initializes a new File object to represent
a file in the specified named directory. | |
This method initializes a FileInputStream to read from the
specified named file. | |
Create an exception with a descriptive error message.
| |
This method initializes a FileOutputStream object to write
to the named file. | |
This method initializes a FileOutputStream object to write
to the named file. | |
Create a new FilePermission.
| |
This method initializes a FileReader instance to read from
the specified named file.
| |
This method intializes a new FileWriter object to
write to the
specified named file.
| |
This method intializes a new FileWriter object to
write to the
specified named file. | |
Create an exception with a descriptive error message.
| |
This method initializes a new instance of InputStreamReader
to read from the specified stream using a caller supplied character
encoding scheme. | |
Create an exception with a descriptive error message.
| |
Create an exception with a descriptive error message, but a null
classname.
| |
Create an exception with a descriptive error message, and the name of
the class that caused the problem.
| |
Create an exception with a descriptive error message String. | |
Create an exception with a descriptive error message.
| |
Create an exception with a descriptive error message, which should
be the name of the class.
| |
Create an exception with a descriptive error message.
| |
This constructor creates an ObjectStreamField instance
which represents a field named name and is
of the type type .
| |
This constructor creates an ObjectStreamField instance
which represents a field named name and is
of the type type .
| |
This method initializes a new instance of OutputStreamWriter
to write to the specified stream using a caller supplied character
encoding scheme. | |
This method initializes a new PrintStream object to write
to the specified output File. | |
This method initializes a new PrintStream object to write
to the specified output sink. | |
This method initializes a new PrintStream object to write
to the specified output File. | |
This method initializes a new PrintStream object to write
to the specified output File. | |
This initializes a new PrintWriter object to write to the specified
file. | |
This initializes a new PrintWriter object to write to the specified
file. | |
This initializes a new PrintWriter object to write to the specified
file. | |
This method initializes a new instance of RandomAccessFile
to read from the specified File object with the specified
access mode. | |
This method initializes a new instance of RandomAccessFile
to read from the specified file name with the specified access mode.
| |
This method initializes a new instance of
SerializablePermission
that has the specified name.
| |
This method initializes a new instance of
SerializablePermission
that has the specified name and action list. | |
Create an exception with a descriptive error message.
| |
Create a new StringBufferInputStream that will read bytes
from the passed in String . | |
Create a new StringReader that will read chars from the
passed in String . | |
Create an exception with a descriptive error message.
| |
Create a new UTFDataFormatException with a descriptive error message.
| |
Create an exception with a descriptive error message.
| |
Create a new WriteAbortedException with a specified message and
cause.
|
Fields of type java.lang.String | |
String | The String which is the input to this stream. |
String | The name of the class which encountered the error.
|
String | This is the string that is used to separate the host name from the
path name in paths that include the host name. |
String | This is the path separator string for the current host. |
String | The String associated with word and string tokens. |
Methods with parameter type java.lang.String | |
boolean | This method determines whether or not a given file should be included
in a directory listing.
|
File | This method creates a temporary file in the system temporary directory.
|
File | This method creates a temporary file in the specified directory. |
boolean | |
PrintStream | |
PrintWriter | |
PrintStream | |
PrintWriter | |
boolean | |
byte | |
char | |
double | |
float | |
int | |
Object | |
long | |
short | |
ObjectStreamField | |
void | This method prints a String to the stream. |
void | This method prints a String to the stream. |
PrintStream | |
PrintWriter | |
PrintStream | |
PrintWriter | |
void | This method prints a String to the stream. |
void | This method prints a String to the stream. |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
Class> | |
String | Returns the bytes in the internal array as a String . |
void | This method writes the contents of the specified String
to the underlying stream.
|
void | This method writes the characters in the specified String
to the stream by appending them to the end of the internal buffer.
|
void | This method writes all the characters in a String to the
output.
|
void | This method writes len chars from the String
str starting at position offset in the string.
|
void | This method writes len chars from the passed in
String buf starting at index
offset into the internal buffer.
|
void | This method writes len chars from the String
starting at position offset .
|
void | This method writes count bytes from the specified
String starting at position offset into the
String .
|
void | This method writes count chars from the specified
String to the output starting at character position
offset into the String
|
void | This method writes out len characters of the specified
String to the stream starting at character position
offset into the stream. |
void | This method writes len chars from the String
starting at position offset .
|
void | This method writes all the bytes in a String out to the
stream. |
void | This method writes all the bytes in a String out to the
stream. |
void | |
void | This method writes all the bytes in a String out to the
stream. |
void | This method writes all the characters of a String to an
output stream as an array of char 's. |
void | This method writes all the characters of a String to an
output stream as an array of char 's. |
void | |
void | This method writes all the characters in a String to the
stream. |
void | This method writes a Java String to the stream in a modified
UTF-8 format. |
void | This method writes a Java String to the stream in a modified
UTF-8 format. |
void | |
void | This method writes a Java String to the stream in a modified
UTF-8 format. |
Methods with return type java.lang.String | |
String | This method returns the path of this file as an absolute path name.
|
String | Get the actions this FilePermission supports.
|
String | This method returns a canonical representation of the pathname of
this file. |
String | This method returns the name of the encoding that is currently in use
by this object. |
String | This method returns the name of the character encoding scheme currently
in use by this stream. |
String | Returns the descriptive error message for this exception. |
String | This method returns a message indicating what went wrong, in this
format:
super.getMessage() + (detail == null ? |
String | This method returns the name of the file. |
String | Returns the name of the class that this
ObjectStreamClass represents.
|
String | This method returns the name of the field represented by the
ObjectStreamField instance.
|
String | This method returns a String the represents this file's
parent. |
String | Returns the path name that represents this file. |
String | This method returns a more explicit type name than
getTypeCode() in the case the type is a real
class (and not a primitive).
|
String[] | This method returns a array of String 's representing the
list of files is then directory represented by this object. |
String[] | This method returns a array of String 's representing the
list of files is then directory represented by this object. |
String | This method reads a single line of text from the input stream, returning
it as a String . |
String | This method reads the next line of text data from an input stream.
|
String | This method reads the next line of text data from an input
stream. |
String | This method reads a line of text from the input stream and returns
it as a String . |
String | |
String | This method reads the next line of text data from an input stream.
|
String | This method reads a String from an input stream that is
encoded in a modified UTF-8 format. |
String | This method reads a String from an input stream that
is encoded in a modified UTF-8 format. |
String | |
String | This method reads a String from an input stream that
is encoded in
a modified UTF-8 format. |
String | This method reads a String encoded in UTF-8 format from the
specified DataInput source.
|
String | Returns the bytes in the internal array as a String . |
String | Returns the chars in the internal array as a String . |
String | This method returns a String that is the path name of the
file as returned by getPath .
|
String | Returns a textual representation of this
ObjectStreamClass object including the name of the
class it represents as well as that class's serial version
stream-unique identifier.
|
String | Returns a string representing this object.
|
String | This method returns the current token value as a String in
the form "Token[x], line n", where 'n' is the current line numbers and
'x' is determined as follows.
|
String | This method returns the contents of the internal StringBuffer
as a String .
|
String | ByteArrayOutputStream.toString(int hibyte) This method returns the bytes in the internal array as a
String . |
String | Returns the bytes in the internal array as a String . |
Constructors with parameter type java.lang.String | |
X500PrivateCredential.X500PrivateCredential(X509Certificate certificate, PrivateKey key, String alias) Creates a new private credential with a keystore alias.
|
Fields of type java.lang.String | |
String | |
String | |
String |
Methods with parameter type java.lang.String | |
String |
Methods with return type java.lang.String | |
String | Returns the keystore alias of this credential, or null if not present.
|
String | This method returns a String that names this
Principal .
|
String | |
String | This method returns a String representation of this
Principal .
|
Constructors with parameter type java.lang.String | |
Initializes a new instance of this class with the specified name.
| |
Creates a new instance of AttributedString
that represents the specified String with no attributes.
| |
AttributedString.AttributedString(String str, extends AttributedCharacterIterator.Attribute, ?> attributes) Creates a new instance of AttributedString
that represents that specified String with the specified
attributes over the entire length of the String .
| |
Create a new Bidi object using the contents of the given String
as the text.
| |
This method initializes a new instance of ChoiceFormat that
will use the specified range terminators and format strings.
| |
This method initializes a new instance of ChoiceFormat that
generates its range terminator and format string arrays from the
specified pattern. | |
Constructs a DecimalFormat which uses the given
pattern and the default symbols for formatting and parsing.
| |
Constructs a DecimalFormat using the given pattern
and formatting symbols. | |
Initializes a new instance of this class with the specified name.
| |
Create a Field instance with the specified field name.
| |
Creates a new MessageFormat object with
the specified pattern
| |
Creates a new MessageFormat object with
the specified pattern
| |
This method initializes a new instance of ParseException
with a detailed error message and a error position.
| |
This method initializes a new instance of RuleBasedCollator
with the specified collation rules. | |
Creates a date formatter using the specified non-localized pattern,
with the default DateFormatSymbols for the default locale.
| |
Creates a date formatter using the specified non-localized
pattern. | |
Creates a date formatter using the specified non-localized pattern,
with the default DateFormatSymbols for the given locale.
| |
This method initializes a new instance of
StringCharacterIterator to iterate over the entire
text of the specified String . | |
This method initializes a new instance of
StringCharacterIterator to iterate over the entire
text of the specified String . | |
This method initializes a new instance of
StringCharacterIterator that iterates over the text
in a subrange of the specified String . |
Methods with parameter type java.lang.String | |
void | Apply the given localized patern to the current DecimalFormat object.
|
void | This method sets the formatting pattern that should be used by this
object. |
void | This method sets new range terminators and format strings for this
object based on the specified pattern. |
void | Apply the given localized pattern to the current DecimalFormat object.
|
void | Applies the specified pattern to this MessageFormat.
|
void | This method sets the formatting pattern that should be used by this
object. |
int | This method compares the two String 's and returns an
integer indicating whether or not the first argument is less than,
equal to, or greater than the second argument. |
int | This method returns an integer which indicates whether the first
specified String is less than, greater than, or equal to
the second. |
boolean | This method tests whether the specified String 's are equal
according to the collation rules for the locale of this object and
the current strength and decomposition settings.
|
String | A convinience method to format patterns.
|
CollationElementIterator | This method returns an instance for CollationElementIterator
for the specified String under the collation rules for this
object.
|
CollationKey | This method transforms the specified String into a
CollationKey for faster comparisons. |
CollationKey | This method returns an instance of CollationKey for the
specified String . |
Date | This method parses the specified date/time string.
|
Object[] | |
Number | This method parses the specified string into a Number . |
Number | I'm not sure what this method is really supposed to do, as it is
not documented.
|
Date | This method parses the specified String into a
Date . |
Number | This method parses the specified string into a Number .
|
Object[] | Parse a string sourceStr against the pattern specified
to the MessageFormat constructor.
|
Number | This method parses the specified string into a Number . |
Date | This method parses the specified string into a date.
|
Object | This method parses a String and converts the parsed
contents into an Object .
|
Object | This method is identical to parse(String, ParsePosition) ,
but returns its result as an Object instead of a
Date .
|
Object | This method parses a String and converts the parsed
contents into an Object .
|
Object | |
Object | This method parses the specified string into an Object . |
void | This method sets the list of strings used to display AM/PM values to
the specified list.
|
void | This method sets new range terminators and format strings for this
object.
|
void | This method sets the currency symbol to the specified value.
|
void | This method sets the list of strings used to display time eras to
to the specified list.
|
void | This method sets the string used to represents infinity.
|
void | This method sets the international currency symbol to the
specified value. |
void | This method sets the list of characters used to specific date/time
formatting strings.
|
void | This method sets the list of strings used to display month names.
|
void | This method sets the string used to represent the NaN (not a
number) value.
|
void | Sets the negative prefix.
|
void | Sets the negative suffix.
|
void | Sets the positive prefix.
|
void | Sets the new positive suffix.
|
void | This method sets the list of strings used to display abbreviated month
names.
|
void | This method sets the list of strings used to display abbreviated
weekday names.
|
void | This method sets the text string to iterate over.
|
void | This method sets the String that it is iterating over
to the specified String .
|
void | This method allows other classes in java.text to change the value
of the underlying text being iterated through.
|
void | This method sets the list of strings used to display weekday names.
|
void | This method sets the list of display strings for time zones.
|
Methods with return type java.lang.String | |
String | NumberFormat.format(double number) This method is a specialization of the format method that performs
a simple formatting of the specified double number.
|
String | This method formats an Object into a String .
|
String | A convinience method to format patterns.
|
String | Formats the date argument according to the pattern specified.
|
String | NumberFormat.format(long number) This method is a specialization of the format method that performs
a simple formatting of the specified long number.
|
String[] | This method returns the list of strings used for displaying AM or PM.
|
String | This method returns the currency symbol in local format. |
String[] | This method returns the list of strings used for displaying eras
(e.g., "BC" and "AD"). |
String | This method returns the character used to represent infinity.
|
String | This method returns the ISO 4217 currency code for
the currency used.
|
String | This method returns the pattern character information for this
object. |
String[] | This method returns the list of strings used for displaying month
names (e.g., "January" and "February"). |
String | This method returns the string used to represent the NaN (not a number)
value.
|
String | Returns the name of this attribute.
|
String | Gets the negative prefix.
|
String | Gets the negative suffix.
|
String | Gets the positive prefix.
|
String | Gets the positive suffix.
|
String | This method returns a String containing the collation rules
for this object.
|
String[] | This method returns the list of strings used for displaying abbreviated
month names (e.g., "Jan" and "Feb"). |
String[] | This method returns the list of strings used for displaying abbreviated
weekday names (e.g., "Sun" and "Mon"). |
String | This method returns the String that this object was created
from.
|
String[] | This method returns the list of strings used for displaying weekday
names (e.g., "Sunday" and "Monday"). |
String[][] | This method returns this list of localized timezone display strings.
|
String | This method returns a string with the formatting pattern being used
by this object. |
String | This method returns a string with the formatting pattern being used
by this object. |
String | This method returns the range terminator list and format string list
as a String suitable for using with the
applyPattern method.
|
String | This method returns a string with the formatting pattern being used
by this object. |
String | Returns the pattern.
|
String | This method returns a string with the formatting pattern being used
by this object. |
String | This method returns a String representation of this
object.
|
String | Returns a String representation of this object.
|
String | Return a String describing the internal state of this object.
|
String | This method returns a String representation of this
object.
|
String | This method returns a String representation of this
object.
|
String | Returns a string representation of this
class.
|
Constructors with parameter type java.lang.String | |
Created Invalid exception, providing the explaining message.
| |
Created InvalidSeq exception, providing the explaining message.
| |
Created InvalidValue exception, providing the explaining message.
| |
Created TypeMismatch exception, providing the explaining message.
|
Constructors with parameter type java.lang.String | |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with a message. |
Methods with parameter type java.lang.String | |
void | Verifies the signature of this certificate, using the specified security
provider.
|
Methods with return type java.lang.String | |
String | Returns the name of this certificate's signature algorithm.
|
String | Returns the object identifier (OID) of this certificate's signature
algorithm. |
String | Returns a printable representation of this certificate.
|
Constructors with parameter type java.lang.String | |
Constructs a new ManagementPermission
for one of the two permission targets, "monitor"
and "control".
| |
Constructs a new ManagementPermission
for one of the two permission targets, "monitor"
and "control". | |
Constructs a new MemoryNotificationInfo object using the
specified pool name, usage level and threshold crossing count.
| |
MonitorInfo.MonitorInfo(String className, int identityHashCode, int stackDepth, StackTraceElement stackFrame) Constructs a new MonitorInfo using the specified
lock class name and identity hash code, and the given
stack depth and frame.
|
Fields of type java.lang.String | |
String | The object name for the class loading bean.
|
String | The object name for the compilation bean.
|
String | The domain for the garbage collecting beans.
|
String | The type of notification emitted when the collection usage threshold
is exceeded, following a garbage collection cycle. |
String | The domain for the memory manager beans.
|
String | The object name for the memory bean.
|
String | The domain for the memory pool beans.
|
String | The type of notification emitted when the usage threshold is exceeded.
|
String | The object name for the operating system bean.
|
String | The object name for the runtime bean.
|
String | The object name for the threading bean.
|
Methods with parameter type java.lang.String | |
ManagementFactory.T newPlatformMXBeanProxy(MBeanServerConnection connection, String mxbeanName, Class
Returns a proxy for the specified platform bean. |
Methods with return type java.lang.String | |
String | Returns the name of the underlying system architecture. |
String |
Returns the boot classpath used by the virtual machine. |
String | Returns the class name of the lock object.
|
String | Returns the classpath used by the system classloader. |
String | Returns the library path. |
String |
Returns a String representation of
the lock on which this thread is blocked. |
String | Returns the name of the thread which owns the
monitor lock this thread is waiting for. |
String | Returns the version of the management specification
implemented by the virtual machine.
|
String[] | Returns the names of the memory managers associated with this
pool. |
String[] | Returns an array containing the names of the memory pools
this memory manager manages.
|
String | Returns the name of the Just-In-Time (JIT) compiler.
|
String | Returns the name of the memory manager.
|
String | Returns the name of the memory pool.
|
String | Returns the name of the underlying operating system. |
String | Returns the name of this virtual machine. |
String | Returns the name of the pool which has crossed a threshold.
|
String | Returns the specification name of the virtual machine.
|
String | Returns the specification vendor of the virtual machine.
|
String | Returns the specification version of the virtual machine.
|
String | Returns the name of the thread associated with
this instance of ThreadInfo .
|
String | Returns the version of the underlying operating system. |
String | Returns the implementation name of the virtual machine.
|
String | Returns the implementation vendor of the virtual machine.
|
String | Returns the implementation version of the virtual machine.
|
String | Returns a textual representation of the lock,
constructed by concatenating the class name,
'@' and the identity hash code
in unsigned hexadecimal form.
|
String | Returns a String representation of
this MemoryUsage object. |
String | Returns a String representation of
this ThreadInfo object. |
Constructors with parameter type java.lang.String | |
HTMLFrameHyperlinkEvent.HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, String frame) Creates a new hypertext link event.
| |
HTMLFrameHyperlinkEvent.HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, String description, String frame) Creates a new hypertext link event.
| |
HTMLFrameHyperlinkEvent.HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, String description, Element element, String frame) Creates a new hypertext link event.
| |
HTMLFrameHyperlinkEvent.HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, Element element, String frame) Creates a new hypertext link event.
| |
Constructor
| |
HTMLEditorKit.InsertHTMLTextAction.InsertHTMLTextAction(String name, String html, HTML.Tag parentTag, HTML.Tag addTag) Initializes all fields.
| |
HTMLEditorKit.InsertHTMLTextAction.InsertHTMLTextAction(String name, String html, HTML.Tag parentTag, HTML.Tag addTag, HTML.Tag alternateParentTag, HTML.Tag alternateAddTag) Initializes all fields and calls super
| |
Creates a new instance.
| |
Creates a new Tag with the specified id, and with causesBreak
and isBlock set to false.
| |
Creates a new Tag with the specified tag name and
causesBreak and isBlock properties.
| |
Creates a new UnknownTag with the specified name
|
Fields of type java.lang.String | |
String | A key for document properies. |
String | The bold action identifier.
|
String | The color action indentifier
(passing the color as an argument).
|
String | Default cascading stylesheed file ("default.css").
|
String | The increase font action identifier.
|
String | The decrease font action identifier.
|
String | Align images at the bottom.
|
String | Align images at the middle.
|
String | Align images at the top.
|
String | Align images at the border.
|
String | The italic action identifier.
|
String | The "logical style" action identifier, passing that style as parameter.
|
String | This value is returned for attributes without value that have no
default value defined in the DTD.
|
String | The "ident paragraph left" action.
|
String | The "ident paragraph right" action.
|
String | If the value attribute of an <input type="reset">>
tag is not specified, then this string is used.
|
String | If the value attribute of an <input type="submit">>
tag is not specified, then this string is used.
|
String | HTML to insert.
|
Methods with parameter type java.lang.String | |
void | Adds a CSS attribute to the given set.
|
boolean | Adds a CSS attribute to the given set.
|
void | Adds a set of rules to the sheet. |
CSS.Attribute | Returns an a given CSS attribute.
|
HTML.Attribute | Returns an htl attribute constant for the given attribute name.
|
AttributeSet | Translates a CSS declaration into an AttributeSet. |
Element | Returns the element that has the given id Attribute (for instance, <p id
='my paragraph >'). |
float | Given the string of the size, returns the point size value.
|
Style | Gets the rule that best matches the selector. selector is a space
separated String of element names. |
HTML.Tag | Returns a HTML tag constant for the given HTML attribute name.
|
void | This is invoked after the stream has been parsed but before it has been
flushed.
|
void | Notifies about the character sequences, used to separate lines in
this document. |
void | Handle the error.
|
void | Submits the form data in response to a click on a
<input type="image"> element.
|
void | Inserts the string after the end of the given element.
|
void | Inserts the string at the start of the element.
|
void | HTMLEditorKit.InsertHTMLTextAction.insertAtBoundary(JEditorPane editor, HTMLDocument doc, int offset, Element insertElement, String html, HTML.Tag parentTag, HTML.Tag addTag) Invoked when inserting at a boundary. |
void | HTMLEditorKit.InsertHTMLTextAction.insertAtBoundry(JEditorPane editor, HTMLDocument doc, int offset, Element insertElement, String html, HTML.Tag parentTag, HTML.Tag addTag) Invoked when inserting at a boundary. |
void | Inserts the string at the end of the element. |
void | Inserts the string before the start of the given element. |
void | HTMLEditorKit.InsertHTMLTextAction.insertHTML(JEditorPane editor, HTMLDocument doc, int offset, String html, int popDepth, int pushDepth, HTML.Tag addTag) HTMLEditorKit.insertHTML is called. |
void | HTMLEditorKit.insertHTML(HTMLDocument doc, int offset, String html, int popDepth, int pushDepth, HTML.Tag insertTag) Inserts HTML into an existing document.
|
void | Removes a style previously added.
|
void | Sets the base font size from the String. |
void | Replaces the children of the given element with the contents of
the string. |
void | Sets the label to use for this <option> tag.
|
void | Replaces the given element in the parent with the string. |
void | Starts a span tag.
|
Color | Convert the color string represenation into java.awt.Color. |
void | Submits the form data. |
void | Write an ending tag and decrement the indent.
|
void | Write a start tag and increment the indent.
|
Methods with return type java.lang.String | |
String | Get the text that should be shown as the image replacement and also as the
image tool tip text. |
String | Gets the content type that the kit supports.
|
String | Returns the submit data.
|
String | Returns the default value of this attribute if one exists,
null otherwise.
|
String | Returns the label of this <option> tag.
|
String | Gets the name of the element.
|
String | Gets the name of the element.
|
String | Returns the name of the style.
|
String | Gets the string, passed as the target frame identifier.
|
String | Get the tool tip text. |
String | Returns the string associated with the value attribute or
the label, if no such attribute is specified.
|
String | Returns the string representation of this attribute as specified
in the CSS specification.
|
String | Returns the attribute name. |
String | Returns the tag name. |
String | Returns a string representation of this <option> tag.
|
Methods with parameter type java.lang.String | |
void | |
Registry | |
Registry | |
Registry | |
Remote | Find and return the reference to the object that was previously bound
to the registry by this name. |
void | |
Registry | |
void |
Methods with return type java.lang.String | |
String[] |
Constructors with parameter type java.lang.String | |
Create a new instance with a descriptive error message.
| |
Create a new instance with a descriptive error message.
|
Methods with parameter type java.lang.String | |
StreamPrintServiceFactory[] | Find and return 2D image stream print services.
|
void | Sets the name of the print job.
|
Methods with return type java.lang.String | |
String | Returns the name of the print job.
|
String | Returns the printing user name.
|
Constructors with parameter type java.lang.String | |
Create a new secret key spec from part of a byte array.
| |
Create a new secret key spec from an entire byte array.
|
Methods with return type java.lang.String | |
String | Return the name of the algorithm associated with this secret key.
|
String | This key's format, which is always "RAW".
|
Constructors with parameter type java.lang.String | |
Creates a new attribute.
| |
TextLayout.TextLayout(String string, extends AttributedCharacterIterator.Attribute, ?> attributes, FontRenderContext frc) | |
Constructs a TextLayout.
|
Methods with parameter type java.lang.String | |
byte[] | |
byte[] | |
int |
Methods with return type java.lang.String | |
String[] | |
String | |
String | |
String |
Constructors with parameter type java.lang.String | |
Methods with parameter type java.lang.String | |
void | This method allows the registration of event listeners on the event
target. |
Event | |
void | The initEvent method is used to initialize the value of an
Event created through the DocumentEvent
interface. |
void | MouseEvent.initMouseEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg, int screenXArg, int screenYArg, int clientXArg, int clientYArg, boolean ctrlKeyArg, boolean altKeyArg, boolean shiftKeyArg, boolean metaKeyArg, short buttonArg, EventTarget relatedTargetArg) The initMouseEvent method is used to initialize the value
of a MouseEvent created through the
DocumentEvent interface. |
void | MutationEvent.initMutationEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, Node relatedNodeArg, String prevValueArg, String newValueArg, String attrNameArg, short attrChangeArg) The initMutationEvent method is used to initialize the
value of a MutationEvent created through the
DocumentEvent interface. |
void | UIEvent.initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg) The initUIEvent method is used to initialize the value of
a UIEvent created through the DocumentEvent
interface. |
void | This method allows the removal of event listeners from the event
target. |
Methods with return type java.lang.String | |
String | attrName indicates the name of the changed
Attr node in a DOMAttrModified event.
|
String | newValue indicates the new value of the Attr
node in DOMAttrModified events, and of the CharacterData
node in DOMCharacterDataModified events.
|
String | prevValue indicates the previous value of the
Attr node in DOMAttrModified events, and of the
CharacterData node in DOMCharacterDataModified events.
|
String | The name of the event (case-insensitive). |
Constructors with parameter type java.lang.String | |
Methods with parameter type java.lang.String | |
String | Returns the namespace URI currently bound to the given prefix.
|
String | Returns the prefix currently bound to the given namespace URI.
|
Iterator<E> | Returns all the prefixes currently bound to the given namespace URI.
|
QName |
Methods with return type java.lang.String | |
String | |
String | |
String | Returns the namespace URI currently bound to the given prefix.
|
String | |
String | Returns the prefix currently bound to the given namespace URI.
|
String |
Fields of type java.lang.String | |
String | The system property to specify the
DOMImplementationSource class names.
|
Methods with parameter type java.lang.String | |
DOMImplementation | Return the first implementation that has the desired
features, or null if none is found.
|
DOMImplementationList | Return a list of implementations that support the
desired features.
|
Constructors with parameter type java.lang.String | |
Constructs a FileHandler given the pattern for the
location and name of the produced log files, the size limit, the
number of log files thorough which the handler will rotate, and
the append property. | |
Creates a logging level given a name and an integer value.
| |
Create a logging level given a name, an integer value and a name
of a resource bundle for localizing the level name. | |
Constructs a LogRecord given a severity level and
an unlocalized message text. | |
Constructs a Logger for a subsystem. | |
Creates a new LoggingPermission.
| |
Constructs a SocketHandler that publishes log
records to a TCP/IP socket. |
Fields of type java.lang.String | |
String | The object name for the logging management bean.
|
Methods with parameter type java.lang.String | |
void | Logs a message with severity level CONFIG. |
void | |
void | |
void | |
void | Reports an error that occured upon logging. |
void | |
void | |
void | Logs a message with severity level FINE. |
void | Logs a message with severity level FINER. |
void | Logs a message with severity level FINEST. |
Logger | Creates a new, unnamed logger. |
Logger | Finds a registered logger for a subsystem, or creates one in
case no logger has been registered yet.
|
Logger | Returns a Logger given its name.
|
Logger | Finds a registered logger for a subsystem, or creates one in case
no logger has been registered yet.
|
String | Return the name of the logging level given the name of
a logger. |
String | Return the name of the parent of the indicated logger.
|
String | Returns the value of a configuration property as a String.
|
void | Logs a message with severity level INFO. |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
Level | Returns one of the standard Levels given either its name or its
integer value. |
void | |
void | Sets the character encoding which this handler uses for publishing
log records. |
void | Sets the character encoding which this handler uses for publishing
log records. |
void | Sets the logging level for a particular logger.
|
void | Sets the name of the logger where this LogRecord
has originated.
|
void | Sets the message for this LogRecord .
|
void | Sets the name of the resource bundle that is used when the
message of this LogRecord needs to be localized.
|
void | Sets the name of the class where the event being logged
has had its origin.
|
void | Sets the name of the method where the event being logged
has had its origin.
|
void | Logs a message with severity level SEVERE, indicating a serious
failure that prevents normal program execution. |
void | |
void | Logs a message with severity level WARNING, indicating a
potential problem that does not prevent normal program execution.
|
Methods with return type java.lang.String | |
String | Formats a LogRecord into a string. |
String | Formats a log record into a String.
|
String | Formats a LogRecord into a string. |
String | Formats the message part of a log record.
|
String | Returns the character encoding which this handler uses for publishing
log records.
|
String | Returns a string that handlers are supposed to emit before
the first log record. |
String | Returns a string that handlers are supposed to emit before
the first log record. |
String | Returns the name of the Level after localizing it, for example
"WARNUNG".
|
String | Return the name of the logging level given the name of
a logger. |
String | Returns the name of the logger where this LogRecord
has originated.
|
String | Returns the message for this LogRecord before
any localization or parameter substitution.
|
String | Returns the name of the Level without localizing it, for example
"WARNING".
|
String | Returns the name of this logger.
|
String | Return the name of the parent of the indicated logger.
|
String | Returns the value of a configuration property as a String.
|
String | Returns the name of the resource bundle used for localizing the
level name.
|
String | Returns the name of the resource bundle that is being used for
localizing messages.
|
String | Returns the name of the resource bundle that is used when the
message of this LogRecord needs to be localized.
|
String | Returns the name of the class where the event being logged
has had its origin. |
String | Returns the name of the method where the event being logged
has had its origin. |
String | Returns a string that handlers are supposed to emit after
the last log record. |
String | Returns a string that handlers are supposed to emit after
the last log record. |
String | Returns the name of the Level without localizing it, for example
"WARNING".
|
Constructors with parameter type java.lang.String | |
Constructor with a system ID.
| |
Constructor with an input stream and system ID.
| |
Constructor with a reader and system ID.
| |
Constructor with a system ID.
|
Fields of type java.lang.String | |
String | Factory feature indicating that stream results are supported.
|
String | Factory feature indicating that stream sources are supported.
|
Methods with parameter type java.lang.String | |
void | Sets the public ID for this source.
|
void | Sets the system ID.
|
void | Sets the system ID for this source.
|
Methods with return type java.lang.String | |
String | Returns the public ID for this source.
|
String | Returns the system ID.
|
String | Returns the system ID for this source.
|
Constructors with parameter type java.lang.String | |
Methods with parameter type java.lang.String | |
void | Append the string to the end of the character data of the node. |
boolean | Check if setting a parameter to a specific value is supported.
|
boolean | Test if a string is part of this DOMStringList .
|
boolean | Test if a name is part of this NameList .
|
boolean | Test if the pair namespaceURI/name is part of this
NameList .
|
Attr | Creates an Attr of the given name. |
Attr | Creates an attribute of the given qualified name and namespace URI.
|
CDATASection | Creates a CDATASection node whose value is the specified
string.
|
Comment | Creates a Comment node given the specified string.
|
Document | Creates a DOM Document object of the specified type with its document
element.
|
DocumentType | Creates an empty DocumentType node. |
Element | Creates an element of the type specified. |
Element | Creates an element of the given qualified name and namespace URI.
|
EntityReference | Creates an EntityReference object. |
ProcessingInstruction | Creates a ProcessingInstruction node given the specified
name and data strings.
|
Text | Creates a Text node given the specified string.
|
String | Retrieves an attribute value by name.
|
String | Retrieves an attribute value by local name and namespace URI.
|
Attr | Retrieves an attribute node by name.
|
Attr | Retrieves an Attr node by local name and namespace URI.
|
DOMImplementation | A method to request the first DOM implementation that supports the
specified features.
|
DOMImplementationList | A method to request a list of DOM implementations that support the
specified features and versions, as specified in .
|
Element | Returns the Element that has an ID attribute with the
given value. |
NodeList | Returns a NodeList of all the Elements in
document order with a given tag name and are contained in the
document.
|
NodeList | Returns a NodeList of all descendant Elements
with a given tag name, in document order.
|
NodeList | Returns a NodeList of all the Elements with a
given local name and namespace URI in document order.
|
NodeList | Returns a NodeList of all the descendant
Elements with a given local name and namespace URI in
document order.
|
Object | This method returns a specialized object which implements the
specialized APIs of the specified feature and version, as specified
in . |
Object | This method returns a specialized object which implements the
specialized APIs of the specified feature and version, as specified
in . |
Node | Retrieves a node specified by name.
|
Node | Retrieves a node specified by local name and namespace URI.
|
Object | Return the value of a parameter if known.
|
Object | Retrieves the object associated to a key on a this node. |
void | This method is called whenever the node for which this handler is
registered is imported or cloned.
|
boolean | Returns true when an attribute with a given name is
specified on this element or has a default value, false
otherwise.
|
boolean | Returns true when an attribute with a given local name and
namespace URI is specified on this element or has a default value,
false otherwise.
|
boolean | Test if the DOM implementation implements a specific feature and
version, as specified in .
|
void | Insert a string at the specified 16-bit unit offset.
|
boolean | This method checks if the specified namespaceURI is the
default namespace or not.
|
boolean | This method returns if there is a derivation between the reference
type definition, i.e. the TypeInfo on which the method
is being called, and the other type definition, i.e. the one passed
as parameters.
|
boolean | Tests whether the DOM implementation implements a specific feature and
that feature is supported by this node, as specified in .
|
String | Look up the namespace URI associated to the given prefix, starting from
this node.
|
String | Look up the prefix associated to the given namespace URI, starting from
this node. |
void | Removes an attribute by name. |
void | Removes an attribute by local name and namespace URI. |
Node | Removes a node specified by name. |
Node | Removes a node specified by local name and namespace URI. |
Node | Rename an existing node of type ELEMENT_NODE or
ATTRIBUTE_NODE .
|
void | Replace the characters starting at the specified 16-bit unit offset
with the specified string.
|
Text | Replaces the text of the current node and all logically-adjacent text
nodes with the specified text. |
void | Adds a new attribute. |
void | Adds a new attribute. |
void | The character data of the node that implements this interface. |
void | The content of this processing instruction. |
void | The location of the document or null if undefined or if
the Document was created using
DOMImplementation.createDocument . |
void | If the parameter isId is true , this method
declares the specified attribute to be a user-determined ID attribute
. |
void | If the parameter isId is true , this method
declares the specified attribute to be a user-determined ID attribute
. |
void | The value of this node, depending on its type; see the table above.
|
void | Set the value of a parameter.
|
void | The namespace prefix of this node, or null if it is
unspecified. |
void | This attribute returns the text content of this node and its
descendants. |
Object | Associate an object to a key on this node. |
void | On retrieval, the value of the attribute is returned as a string.
|
void | An attribute specifying, as part of the XML declaration, the version number of this document. |
Methods with return type java.lang.String | |
String | Retrieves an attribute value by name.
|
String | Retrieves an attribute value by local name and namespace URI.
|
String | The absolute base URI of this node or null if the
implementation wasn't able to obtain an absolute URI. |
String | The character data of the node that implements this interface. |
String | The content of this processing instruction. |
String | The location of the document or null if undefined or if
the Document was created using
DOMImplementation.createDocument . |
String | An attribute specifying the encoding used for this document at the time
of the parsing. |
String | An attribute specifying the encoding used for this entity at the time
of parsing, when it is an external parsed entity. |
String | The internal subset as a string, or null if there is none.
|
String | Returns the local part of the qualified name of this node.
|
String | An implementation specific string describing the error that occurred.
|
String | Returns the name of this attribute. |
String | The name of DTD; i.e., the name immediately following the
DOCTYPE keyword.
|
String | Returns the index th name item in the collection.
|
String | The namespace URI of this node, or null if it is
unspecified (see ).
|
String | NameList.getNamespaceURI(int index) Returns the index th namespaceURI item in the collection.
|
String | The name of this node, depending on its type; see the table above.
|
String | The value of this node, depending on its type; see the table above.
|
String | For unparsed entities, the name of the notation for the entity. |
String | The namespace prefix of this node, or null if it is
unspecified. |
String | The public identifier of the external subset.
|
String | The public identifier associated with the entity if specified, and
null otherwise.
|
String | The public identifier of this notation. |
String | The system identifier of the external subset. |
String | The system identifier associated with the entity if specified, and
null otherwise. |
String | The system identifier of this notation. |
String | The name of the element. |
String | The target of this processing instruction. |
String | This attribute returns the text content of this node and its
descendants. |
String | A DOMString indicating which related data is expected in
relatedData . |
String | The name of a type declared for the associated element or attribute,
or null if unknown.
|
String | The namespace of the type declared for the associated element or
attribute or null if the element does not have
declaration or if no namespace information is available.
|
String | The URI this locator is pointing to, or null if no URI is
available.
|
String | On retrieval, the value of the attribute is returned as a string.
|
String | Returns all text of Text nodes logically-adjacent text
nodes to this node, concatenated in document order.
|
String | An attribute specifying, as part of the XML declaration, the encoding of this document. |
String | An attribute specifying, as part of the text declaration, the encoding
of this entity, when it is an external parsed entity. |
String | An attribute specifying, as part of the XML declaration, the version number of this document. |
String | An attribute specifying, as part of the text declaration, the version
number of this entity, when it is an external parsed entity. |
String | DOMStringList.item(int index) Returns the index th item in the collection. |
String | Look up the namespace URI associated to the given prefix, starting from
this node.
|
String | Look up the prefix associated to the given namespace URI, starting from
this node. |
String | CharacterData.substringData(int offset, int count) Extracts a range of data from the node.
|
Fields of type java.lang.String | |
String | Dummy namespace prefix indicating that there is no namespace.
|
String | DOM feature for secure processing.
|
String | Dummy namespace URI indicating that there is no namespace.
|
String | The RELAX NG Namespace URI.
|
String | The XML Schema Instance (XSI) namespace URI.
|
String | The XML Schema (XSD) namespace URI.
|
String | The XPath 2.0 datatypes namespace URI.
|
String | The XML Namespace declaration attribute.
|
String | The XML Namespace declaration URI.
|
String | The XML DTD namespace URI.
|
String | The XML Namespace prefix.
|
String | The XML Namespace URI.
|
Methods with parameter type java.lang.String | |
File | Creates a new file object with the given name in the specified directory.
|
File | Creates a new file object from the specified path.
|
File | DOCUMENT ME!
|
Methods with return type java.lang.String | |
String | Returns a description of the files that will be selected by the filter
(for example, "Java source files"). |
String | Returns a description for the specified file. |
String | Returns the name for the specified file. |
String | Returns the name of a file as it would be displayed by the underlying
system.
|
String | Returns the type description of a file that would be displayed by the
underlying system. |
String | Returns a description for the type of the specified file. |
Constructors with parameter type java.lang.String | |
Constructs a new FontUIResource given
the name, style and size of the font.
| |
Constructs a TitledBorderUIResource given the text of its title.
| |
Constructs a TitledBorder given its border and title text.
| |
BorderUIResource.TitledBorderUIResource.TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition) Constructs a TitledBorderUIResource given its border, title
text, horizontal alignment, and vertical position.
| |
BorderUIResource.TitledBorderUIResource.TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont) Constructs a TitledBorder given its border, title text,
horizontal alignment, vertical position, and font.
| |
BorderUIResource.TitledBorderUIResource.TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) Constructs a TitledBorder given its border, title text,
horizontal alignment, vertical position, font, and color.
|
Methods with return type java.lang.String | |
String | Determines which text is appropriate for the approve button
according to the design guidelines of the implemented
look and feel.
|
String | Determines which text is appropriate for the title bar of a
JFileChooser according to the design guidelines of
the implemented look and feel.
|
String | Returns a String for presenting a tool tip at the specified
location.
|
Constructors with parameter type java.lang.String | |
Constructor for doc flavor objects with the given MIME type
and a print data representation class name of "[B".
| |
Constructor for doc flavor objects with the given MIME type
and a print data representation class name of "[C".
| |
Constructs a DocFlavor object with the given MIME type and
representation class name.
| |
Constructor for doc flavor objects with the given MIME type
and a print data representation class name of "java.io.InputStream".
| |
Construct a print exception.
| |
Construct a print exception.
| |
Constructor for doc flavor objects with the given MIME type
and a print data representation class name of "java.io.Reader".
| |
Constructor for doc flavor objects with a MIME type of
"application/x-java-jvm-local-objectref" and the given
print data representation classname.
| |
Constructor for doc flavor objects with the given MIME type
and a print data representation class name of "java.lang.String".
| |
Constructor for doc flavor objects with the given MIME type
and a print data representation class name of "java.net.URL".
|
Fields of type java.lang.String | |
String | Identifies a UI provided as an AWT dialog. |
String | Identifies a UI provided as a Swing JComponent. |
String | Identifies a UI provided as a Swing JDialog. |
String | Identifies a UI provided as an AWT Panel. |
String | The string representing the host encoding. |
Methods with parameter type java.lang.String | |
String | Returns the value for an optional parameter of the mime type of this
flavor object.
|
Object | Returns an UI object which may be cast to the requested UI type.
|
StreamPrintServiceFactory[] | StreamPrintServiceFactory.lookupStreamPrintServiceFactories(DocFlavor flavor, String outputMimeType) Searches for matching factories providing stream print services that
support the printing of documents with the given document flavor into
the given output mime type.
|
Methods with return type java.lang.String | |
String | Returns the media subtype of this flavor object.
|
String | Returns the media type of this flavor object.
|
String | Returns the mime type of this flavor object.
|
String | Returns the name of this print service.
|
String | Returns the document format emitted by this print service.
|
String | Returns the output format supported by this factory.
|
String | Returns the value for an optional parameter of the mime type of this
flavor object.
|
String | Returns the name of the representation class of this flavor object.
|
String[] | ServiceUIFactory.getUIClassNamesForRole(int role) Returns the UI types supported by this factory for an UI role.
|
String | Returns a string representation of this doc flavor object.
|
Fields of type java.lang.String | |
String | The name for the cellRenderer property.
|
String | The name for the columnWidth property (this field is
obsolete and no longer used). |
String | The name for the headerRenderer property.
|
String | The name for the headerValue property.
|
Methods with parameter type java.lang.String | |
int | Return the index of the specified column, or -1 if there is
no column with the specified name.
|
void | DefaultTableCellRenderer.firePropertyChange(String propertyName, boolean oldValue, boolean newValue) Overriden for performance.
|
void | Overriden for performance.
|
void | |
void |
Methods with return type java.lang.String | |
String | Returns the accessible description.
|
String | Returns the accessible name.
|
String | AbstractTableModel.getColumnName(int columnIndex) Returns the name of the specified column. |
String | DefaultTableModel.getColumnName(int column) Get the name of the column. |
String | TableModel.getColumnName(int columnIndex) Returns the name of a column in the model.
|
String | Get the value of the UIClassID property. |
String | Return a string representation for this component, for use in
debugging.
|
Constructors with parameter type java.lang.String | |
Constructs a general IIOServiceProvider , given the
vendor name and a version string.
| |
Constructs a service provider for image input streams, given the
vendor name and a version string.
| |
Constructs a service provider for image output streams, given the
vendor name, a version string and the kind of producable output.
| |
ImageReaderSpi.ImageReaderSpi(String vendorName, String version, String[] names, String[] suffixes, String[] MIMETypes, String readerClassName, Class<T>[] inputTypes, String[] writerSpiNames, boolean supportsStandardStreamMetadataFormat, String nativeStreamMetadataFormatName, String nativeStreamMetadataFormatClassName, String[] extraStreamMetadataFormatNames, String[] extraStreamMetadataFormatClassNames, boolean supportsStandardImageMetadataFormat, String nativeImageMetadataFormatName, String nativeImageMetadataFormatClassName, String[] extraImageMetadataFormatNames, String[] extraImageMetadataFormatClassNames) | |
ImageReaderWriterSpi.ImageReaderWriterSpi(String vendorName, String version, String[] names, String[] suffixes, String[] MIMETypes, String pluginClassName, boolean supportsStandardStreamMetadataFormat, String nativeStreamMetadataFormatName, String nativeStreamMetadataFormatClassName, String[] extraStreamMetadataFormatNames, String[] extraStreamMetadataFormatClassNames, boolean supportsStandardImageMetadataFormat, String nativeImageMetadataFormatName, String nativeImageMetadataFormatClassName, String[] extraImageMetadataFormatNames, String[] extraImageMetadataFormatClassNames) Constructs an ImageReaderWriteSpi instance,
specifying a number of parameters.
| |
Constructs a service provider for image metadata transcoders,
given the vendor name and a version string.
| |
ImageWriterSpi.ImageWriterSpi(String vendorName, String version, String[] names, String[] suffixes, String[] MIMETypes, String writerClassName, Class<T>[] outputTypes, String[] readerSpiNames, boolean supportsStandardStreamMetadataFormat, String nativeStreamMetadataFormatName, String nativeStreamMetadataFormatClassName, String[] extraStreamMetadataFormatNames, String[] extraStreamMetadataFormatClassNames, boolean supportsStandardImageMetadataFormat, String nativeImageMetadataFormatName, String nativeImageMetadataFormatClassName, String[] extraImageMetadataFormatNames, String[] extraImageMetadataFormatClassNames) |
Fields of type java.lang.String | |
String[] | The MIME types of the supported image formats. |
String[] | |
String[] | |
String[] | |
String[] | |
String[] | The human-readable, localized names of the supported image
formats. |
String | |
String | The name of the format that allows encoding all image metadata
without loss, or null if this plug-in does not
provide a format that preserves all image metadata.
|
String | |
String | The name of the format that allows encoding all stream metadata
without loss, or null if this plug-in does not
provide a format that preserves all stream metadata.
|
String | The fully qualified name of the class that implements the ImageReader or ImageWriter
interface. |
String[] | |
String[] | The file suffixes of the supported image formats. |
String | The vendor of this service provider, or null if the
subclass constructor did not set this field.
|
String | The version of this service provider, or null if the
subclass constructor did not set this field.
|
String[] |
Methods with parameter type java.lang.String | |
IIOMetadataFormat | Returns an IIOMetadataFormat object that represents the requested
image metadata format or null if the given format is supported
but no IIOMetadataFormat can be created for it.
|
IIOMetadataFormat | Returns an IIOMetadataFormat object that represents the requested
stream metadata format or null if the given format is supported
but no IIOMetadataFormat can be created for it.
|
Methods with return type java.lang.String | |
String | Returns a short description of this service provider that can be
presented to a human user.
|
String[] | |
String[] | |
String[] | Returns the file suffixes of the supported image formats, for
example [“tiff”, “tif”,
“png”] .
|
String[] | Returns the human-readable, localized names of the supported
image formats. |
String[] | |
String[] | |
String[] | Returns the MIME types of the supported image formats, for
example [“image/tiff”,
“image/png”] .
|
String | Returns the name of the format that allows encoding all image
metadata without loss, or null if this plug-in does
not provide a format that preserves all image metadata.
|
String | Returns the name of the format that allows encoding all stream
metadata without loss, or null if this plug-in does
not provide a format that preserves all stream metadata.
|
String | Returns the fully qualified name of the class that implements the
ImageReader or ImageWriter interface.
|
String | |
String | Returns the name of the vendor of this service provider.
|
String | Returns an identifier string for the version of this service
provider.
|
String |
Methods with parameter type java.lang.String | |
JFrame | Creates a top-level Swing JFrame for use by the input method. |
Window | Creates a top-level window for use by the input method. |
Methods with return type java.lang.String | |
String | Returns a user visible name of the input locale, displayed in the
specified locale. |
Constructors with parameter type java.lang.String | |
SslRMIServerSocketFactory.SslRMIServerSocketFactory(String[] enabledCipherSuites, String[] enabledProtocols, boolean needClientAuth) Creates a new SslRMIServerSocketFactory with a given set of socket
cipher suites and protocols. needClientAuth specifies if client
authorization is required.
|
Methods with parameter type java.lang.String | |
Socket | Creates an SSLSocket on a given port
|
Methods with return type java.lang.String | |
String[] | Returns the enabled cipher suites, or null
if the defaults are to be used.
|
String[] | Returns the enabled protocols, or null if the defaults are
to be used.
|
Constructors with parameter type java.lang.String | |
Constructs an InvalidKeySpecException with a message string.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Constructs an InvalidParameterSpecException with a message string.
|
Methods with return type java.lang.String | |
String | Returns the name of the key format used.
|
String | Returns the name of the key format used which is "PKCS#8"
|
String | Returns the name of the key format used which is "X.509"
|
Constructors with parameter type java.lang.String | |
Create the NoContext with explaining message.
|
Methods with return type java.lang.String | |
String | Get the NoContext repository id.
|
Constructors with parameter type java.lang.String | |
Constructors with parameter type java.lang.String | |
Create an Info object for a MIDI device
| |
Create a new Instrument.
| |
Create an InvalidMidiDataException object.
| |
Create an MidiUnavailableException object.
| |
Create a SoundbankResource object.
| |
Create a new SyncMode object
|
Methods with return type java.lang.String | |
String | Get the device description
|
String | Get the sound bank description.
|
String | Get the device name.
|
String | Get the sound bank name.
|
String | Get the name of this resource.
|
String | Get the device vendor.
|
String | Get the sound bank vendor.
|
String | get the device version
|
String | Get the sound bank version.
|
String | Simple return the name of the device.
|
String | Use the SyncMode name as the string representation.
|
Constructors with parameter type java.lang.String | |
Create the InconsistentTypeCode with explaining message.
|
Methods with return type java.lang.String | |
String | Get the InconsistentTypeCode repository id.
|
Methods with parameter type java.lang.String | |
Connection | |
PooledConnection | |
XAConnection | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void |
Methods with return type java.lang.String | |
String | |
String | |
String | |
String | |
String |
Methods with parameter type java.lang.String | |
Reader | Constructs a reader that decodes bytes from the given channel according to
the named charset.
|
Writer | Constructs a writer that encodes characters according to the named charset
and writes the resulting bytes to the given channel.
|
Methods with return type java.lang.String | |
String | Returns a string representation of the MapMode object.
|
String | Returns a string describing the range, type, and validity of this lock.
|
Constructors with parameter type java.lang.String | |
Create the DuplicateName without explaining message and and field
name initialised to the given value.
| |
Create the DuplicateName with explaining message and field name
initialised to the given value.
| |
Create the InvalidName with explaining message.
|
Fields of type java.lang.String | |
String | The name that appears to be duplicate.
|
Methods with parameter type java.lang.String | |
void | Insert the Object Id into Any (uses Any.insert_string(String) ).
|
void |
Methods with return type java.lang.String | |
String | Extract the Object Id from Any (uses Any.extract_string() ).
|
String | Get the DuplicateName repository id.
|
String | Get the InvalidName repository id.
|
String | Return the Object Id repository id.
|
String | Calls InputStream.read_string() .
|
Constructors with parameter type java.lang.String | |
Create a new instance with the given name.
| |
Create a new instance with the given name and actions.
| |
Construct a new key with the indicated principal and a password.
| |
Create a new instance with the given name and a type of
KRB_NT_PRINCIPAL .
| |
Create a new instance with the given name and type. | |
Create a new service permission with the indicated name and actions.
|
Methods with return type java.lang.String | |
String | Return a string representing the actions.
|
String | Return the name of the algorithm used to create this key.
|
String | Return the format of this key. |
String | Return the name of this principal.
|
String | Return the realm of this principal.
|
String | |
String | |
String |
Constructors with parameter type java.lang.String | |
Constructs the exception, explaining the reason of throwing it.
| |
Constructs the exception, explaining the reason of throwing it.
|
Constructors with parameter type java.lang.String | |
OpenMBeanAttributeInfoSupport. Constructs a new OpenMBeanAttributeInfo using the
specified name, description, open type and default value. | |
OpenMBeanAttributeInfoSupport.
Constructs a new OpenMBeanAttributeInfo using the
specified name, description, open type, access properties,
default, maximum and minimum values. | |
OpenMBeanAttributeInfoSupport.
Constructs a new OpenMBeanAttributeInfo using the
specified name, description, open type, access properties, default
value and set of legal values. | |
OpenMBeanParameterInfoSupport. Constructs a new OpenMBeanParameterInfo using the
specified name, description, open type and default value. | |
OpenMBeanParameterInfoSupport.
Constructs a new OpenMBeanParameterInfo using the
specified name, description, open type, default, maximum and
minimum values. | |
OpenMBeanParameterInfoSupport.
Constructs a new OpenMBeanParameterInfo using the
specified name, description, open type, default value and
set of legal values. | |
Constructs a new CompositeDataSupport instance with the
specified type using the supplied arrays of field names and
values. | |
CompositeType.CompositeType(String name, String desc, String[] names, String[] descs, OpenType>[] types)
Constructs a new CompositeType instance for the given
type name with the specified field names, descriptions and types.
| |
Constructs a new InvalidKeyException
with the specified message.
| |
Constructs a new InvalidOpenTypeException
with the specified message.
| |
Constructs a new KeyAlreadyExistsException
with the specified message.
| |
Constructs a new OpenDataException
with the specified message.
| |
OpenMBeanAttributeInfoSupport.OpenMBeanAttributeInfoSupport(String name, String desc, OpenType> type, boolean isReadable, boolean isWritable, boolean isIs) Constructs a new OpenMBeanAttributeInfo using the
specified name, description, open type and access properties.
| |
OpenMBeanConstructorInfoSupport.OpenMBeanConstructorInfoSupport(String name, String desc, OpenMBeanParameterInfo[] sig) Constructs a @link{OpenMBeanConstructorInfo} with the specified
name, description and parameter information. | |
OpenMBeanInfoSupport.OpenMBeanInfoSupport(String name, String desc, OpenMBeanAttributeInfo[] attribs, OpenMBeanConstructorInfo[] cons, OpenMBeanOperationInfo[] ops, MBeanNotificationInfo[] notifs) Constructs a new OpenMBeanInfo using the supplied
class name and description with the given attributes,
operations, constructors and notifications. | |
OpenMBeanOperationInfoSupport.OpenMBeanOperationInfoSupport(String name, String desc, OpenMBeanParameterInfo[] sig, OpenType> type, int impact) Constructs a @link{OpenMBeanOperationInfo} with the specified name,
description, parameter information, open return type and impact. | |
OpenMBeanParameterInfoSupport.OpenMBeanParameterInfoSupport(String name, String desc, OpenType> type) Constructs a new OpenMBeanParameterInfo using the specified
name, description and open type. | |
Constructs a new OpenType for the specified class
with the given name and description. | |
Constructs a new TabularType instance for the given
type name, description, row type and index names. |
Methods with parameter type java.lang.String | |
boolean | Returns true if this CompositeData instance contains
the specified key. |
boolean | Returns true if this CompositeData instance contains
the specified key. |
boolean | Returns true if this composite data type has a field
with the given name.
|
Object | Retrieves the value for the specified key.
|
Object | Retrieves the value for the specified key.
|
Object[] | Returns the appropriate value for each key in the given array,
using the same ordering.
|
Object[] | Returns the appropriate value for each key in the given array,
using the same ordering.
|
String | Returns the description for the given field name,
or null if the field name does not
exist within this composite data type.
|
OpenType> | Returns the type for the given field name,
or null if the field name does not
exist within this composite data type.
|
Methods with return type java.lang.String | |
String | Returns the class name of the management bean.
|
String | Returns the name of the Java class this type represents. |
String | Returns a description of this constructor.
|
String | Returns a description of this operation.
|
String | Returns a description of this operation.
|
String | Returns a description of this parameter.
|
String | Returns a description of this open type.
|
String | Returns the description for the given field name,
or null if the field name does not
exist within this composite data type.
|
String | Returns the name of this constructor.
|
String | Returns the name of this operation.
|
String | Returns the name of this parameter.
|
String | Returns the return type of the operation, as the class
name. |
String | Returns the name of this open type.
|
String |
Returns a textual representation of this instance. |
String | Returns a textual representation of this instance. |
String | Returns a textual representation of this instance. |
String |
Returns a textual representation of this instance. |
String | Returns a textual representation of this instance. |
String |
Returns a textual representation of this instance. |
String | Returns a textual representation of this instance. |
String |
Returns a textual representation of this instance. |
String | Returns a textual representation of this instance. |
String |
Returns a textual representation of this instance. |
String | Returns a textual representation of this instance. |
String |
Returns a textual representation of this instance. |
String | Returns a textual representation of this instance. |
String |
Returns a textual representation of this instance. |
String | Returns a textual representation of this type.
|
String |
Returns a textual representation of this instance. |
String | Returns a textual representation of this instance. |
String | Returns a textual representation of this instance. |
String |
Returns a textual representation of this instance. |
Constructors with parameter type java.lang.String | |
This constructor allows to specify which Bean properties appear
in the constructor.
| |
EventHandler.EventHandler(Object target, String action, String eventPropertyName, String listenerMethodName) Creates a new EventHandler instance.
| |
EventSetDescriptor.EventSetDescriptor(Class> eventSourceClass, String eventSetName, Class> listenerType, String listenerMethodName) Creates a new EventSetDescriptor <.> | |
EventSetDescriptor.EventSetDescriptor(Class> eventSourceClass, String eventSetName, Class> listenerType, String[] listenerMethodNames, String addListenerMethodName, String removeListenerMethodName) Creates a new EventSetDescriptor .
| |
EventSetDescriptor.EventSetDescriptor(Class> eventSourceClass, String eventSetName, Class> listenerType, String[] listenerMethodNames, String addListenerMethodName, String removeListenerMethodName, String getListenerMethodName) Creates a new EventSetDescriptor .
| |
EventSetDescriptor.EventSetDescriptor(String eventSetName, Class> listenerType, MethodDescriptor[] listenerMethodDescriptors, Method addListenerMethod, Method removeListenerMethod) Creates a new EventSetDescriptor .
| |
EventSetDescriptor.EventSetDescriptor(String eventSetName, Class> listenerType, Method[] listenerMethods, Method addListenerMethod, Method removeListenerMethod) Creates a new EventSetDescriptor .
| |
EventSetDescriptor.EventSetDescriptor(String eventSetName, Class> listenerType, Method[] listenerMethods, Method addListenerMethod, Method removeListenerMethod, Method getListenerMethod) Creates a new EventSetDescriptor.
This variant of the constructor allows you to specify the names of the
methods and adds no new constraints on top of the rules already described
at the top of the class.
| |
Constructor Constructs an Expression representing the invocation of
object.methodName(arg[0], arg[1], ...); However, it will never be executed.
| |
Constructor Constructs an Expression representing the invocation of
object.methodName(arg[0], arg[1], ...);
| |
IndexedPropertyChangeEvent.IndexedPropertyChangeEvent(Object source, String name, Object oldValue, Object newValue, int index) Create a new IndexedPropertyChangeEvent.
| |
Create a new IndexedPropertyDescriptor by introspection.
| |
IndexedPropertyDescriptor.IndexedPropertyDescriptor(String name, Class> beanClass, String getMethodName, String setMethodName, String getIndexName, String setIndexName) Create a new IndexedPropertyDescriptor by introspection.
| |
IndexedPropertyDescriptor.IndexedPropertyDescriptor(String name, Method getMethod, Method setMethod, Method getIndex, Method setIndex) Create a new PropertyDescriptor using explicit Methods.
| |
Instantiate this exception with the given message.
| |
PropertyChangeEvent.PropertyChangeEvent(Object source, String propertyName, Object oldVal, Object newVal) Create a new PropertyChangeEvent. | |
PropertyChangeListenerProxy.PropertyChangeListenerProxy(String propertyName, PropertyChangeListener listener) Create a new proxy which filters property change events and only passes
changes to the named property on to the delegate. | |
Create a new PropertyDescriptor by introspection.
| |
PropertyDescriptor.PropertyDescriptor(String name, Class> beanClass, String getMethodName, String setMethodName) Create a new PropertyDescriptor by introspection.
| |
Create a new PropertyDescriptor using explicit Methods.
| |
Instantiate this exception with the given message and property change.
| |
Constructs a statement representing the invocation of
object.methodName(arg[0], arg[1], ...);
If the argument array is null it is replaced with an
array of zero length.
| |
VetoableChangeListenerProxy.VetoableChangeListenerProxy(String propertyName, VetoableChangeListener listener) Create a new proxy which filters property change events and only passes
changes to the named property on to the delegate.
|
Fields of type java.lang.String | |
String | Use this name when firing PropertyChangeEvent s from your Bean.
|
Methods with parameter type java.lang.String | |
Constructs an implementation of listenerInterface
to dispatch events.
You can use such an implementation to simply call a public
no-argument method of an arbitrary target object or to forward
the first argument of the listener method to the target method.
Call this method like:
button.addActionListener((ActionListener)
EventHandler.create(ActionListener.class, target, "dispose"));
to achieve the following behavior:
button.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent ae) {
target.dispose();
}
});
That means if you need a listener implementation that simply calls a
a no-argument method on a given instance for each
method of the listener interface.
Note: The action is interpreted as a method name. | |
EventHandler.T create(Class Constructs an implementation of listenerInterface
to dispatch events.
Use this method if you want to create an implementation that retrieves
a property value from the first argument of the listener method
and applies it to the target's property or method. | |
EventHandler.T create(Class Constructs an implementation of listenerInterface
to dispatch events.
Besides the functionality described for create(Class, Object, String)
and create(Class, Object, String, String) this method allows you
to filter the listener method that should have an effect. | |
void | Adds a PropertyChangeListener listening on the specified property. |
void | Adds a VetoableChangeListener listening on the specified property. |
String | A helper method to convert a name to standard Java
naming conventions: anything with two capitals as the
first two letters remains the same, otherwise the
first letter is decapitalized. |
void | PropertyChangeSupport.fireIndexedPropertyChange(String name, int index, boolean oldValue, boolean newValue) Fire an indexed property change event. |
void | Fire an indexed property change event. |
void | PropertyChangeSupport.fireIndexedPropertyChange(String name, int index, Object oldValue, Object newValue) Fire an indexed property change event. |
void | Fire a PropertyChangeEvent containing the old and new values of the
property to all the global listeners, and to all the listeners for the
specified property name. |
void | Fire a PropertyChangeEvent containing the old and new values of the
property to all the global listeners, and to all the listeners for the
specified property name. |
void | Fire a PropertyChangeEvent containing the old and new values of the
property to all the global listeners, and to all the listeners for the
specified property name. |
void | Fire a PropertyChangeEvent containing the old and new values of the
property to all the global listeners, and to all the listeners for the
specified property name. |
void | Fire a PropertyChangeEvent containing the old and new values of the
property to all the global listeners, and to all the listeners for the
specified property name. |
void | Fire a PropertyChangeEvent containing the old and new values of the
property to all the global listeners, and to all the listeners for the
specified property name. |
PropertyChangeListener[] | Returns an array of all property change listeners registered under the
given property name. |
Object | Get an arbitrary value set with setValue().
|
VetoableChangeListener[] | Returns an array of all vetoable change listeners registered under the
given property name. |
boolean | Tell whether the specified property is being listened on or not. |
boolean | Tell whether the specified property is being listened on or not. |
Object | Creates a bean.
|
Object | Creates a bean.
|
Object | Beans.instantiate(ClassLoader cl, String beanName, BeanContext beanContext, AppletInitializer initializer) Instantiates a bean according to Beans 1.0.
|
Image | Helper method to load an image using the Bean class
getResource() method on the BeanInfo class (using
getClass(), since you'll extend this class to get
the BeanInfo). |
void | Removes a PropertyChangeListener from listening to a specific property.
|
void | Removes a VetoableChangeListener from listening to a specific property.
|
void | Set the value of this property using a String.
|
void | Sets the value as text.
|
void | Set the search path for BeanInfo classes.
|
void | Set the localized (display) name of this feature.
|
void | Set the editor search path.
|
void | Set the programmatic name of this feature.
|
void | Set the localized short description for this feature.
|
void | Set an arbitrary string-value pair with this feature.
|
Methods with return type java.lang.String | |
String | A helper method to convert a name to standard Java
naming conventions: anything with two capitals as the
first two letters remains the same, otherwise the
first letter is decapitalized. |
String | Returns the action method name.
|
String | Get the value of this property in String format.
|
String | Gets the value as text.
|
String[] | Get the search path for BeanInfo classes.
|
String | Get the localized (display) name of this feature.
|
String[] | Get the editor search path.
|
String | Returns the event property name.
|
String | Get a Java language-specific String which could be used to create an Object
of the specified type. |
String | Gets the Java initialization String for the current
value of the Object. |
String | Returns the listener's method name.
|
String | Return the statement method name. |
String | Get the programmatic name of this feature.
|
String | Get the property name. |
String | Gets the name of the property this proxy is filtering on.
|
String | Gets the name of the property this proxy is filtering on.
|
String | Get the localized short description for this feature.
|
String[] | Get a list of possible Strings which this property type can have.
|
String[] | Returns a list of possible choices for the value.
|
String | Return a string representation of this expression.
|
String | Returns a string representation of this Statement .
|
String[] | Contains the name of the accessor methods associated
with each constructor parameter.
|
Methods with parameter type java.lang.String | |
Object | Should return a defintion of the value type as described
in the interface repository.
|
ValueFactory | This should find a suitable value factory to create an instance
of the value type when is being read (unmarshaled) from the
stream.
|
ValueFactory | This should register the given value factory under the given
repository id.
|
void | This should unregister the given value factory under the given
repository id.
|
Constructors with parameter type java.lang.String | |
Create an exception with a message.
| |
Create an exception with a message and a cause.
| |
Create an exception with a message.
| |
Create an exception with a message.
| |
Create an exception with a message and a cause.
| |
Create an exception with a message.
| |
Create an exception with a message and a cause.
| |
Create an exception with a message.
| |
Create an exception with a message and a cause.
| |
Create an exception with a message.
| |
Create an exception with a message.
| |
Create an exception with a message.
| |
Create an exception with a message and a cause.
| |
Create an exception with the given message, and cause initialized to null.
| |
Create an exception with the given message and cause.
| |
Create an exception with a message and a cause.
| |
Create an exception with a message.
| |
Create an exception with a message and a cause.
| |
Create an exception with a message and a cause.
| |
Create an exception with a message.
| |
Create an exception with a message and a cause.
| |
Create an exception with a message.
| |
Create an exception with a message and a cause.
| |
Create an exception with a message.
| |
Create an exception with a message and a cause.
| |
Create an exception with a message.
| |
Create an exception with a message and a cause.
|
Methods with parameter type java.lang.String | |
void | Try to bind the given object to the given service name.
|
String[] | Lists all services at the named registry.
|
Remote | Looks for the remote object that is associated with the named service.
|
void | Forces the binding between the given Remote-object and the given service
name, even if there was already an object bound to this name.
|
void | Remove a binding for a given service name.
|
Methods with return type java.lang.String | |
String | This method returns a message indicating what went wrong, in this
format:
super.getMessage() + (detail == null ? |
String[] | Lists all services at the named registry.
|
Constructors with parameter type java.lang.String | |
Creates a new PatternSyntaxException.
|
Methods with parameter type java.lang.String | |
Matcher | |
Pattern | |
Pattern | |
boolean | |
String | |
String |
Methods with return type java.lang.String | |
String | Returns a human readable escription of the syntax error.
|
String | Returns a string containing a line with the description, a line with
the original pattern and a line indicating with a ^ which character is
probably the first invalid character in the pattern if the index is not
negative.
|
String | Returns the original pattern that contained the syntax error.
|
String | |
String | Returns the substring of the input which was matched. |
String | |
String | MatchResult.group(int group) Returns the substring of the input which was matched by the
given sub-match group.
|
String | |
String | |
String | |
String[] | |
String[] | |
String | |
String | Return the regular expression used to construct this object.
|
Methods with parameter type java.lang.String | |
void | Add an attribute to the end of the list, setting its
"specified" flag to true. |
void | Report an attribute type declaration.
|
void | Report an attribute type declaration.
|
void | Report an element type declaration.
|
void | Report an element type declaration.
|
void | Report the end of an entity.
|
void | Report the end of an entity.
|
void | Report a parsed external entity declaration.
|
void | Report a parsed external entity declaration.
|
InputSource | Tells the parser that if no external subset has been declared
in the document text, none should be used.
|
InputSource | Allows applications to provide an external subset for documents
that don't explicitly define one. |
void | Report an internal entity declaration.
|
void | Report an internal entity declaration.
|
boolean | Returns false unless the attribute was declared in the DTD.
|
boolean | Returns the current value of the attribute's "declared" flag.
|
boolean | Returns false unless the attribute was declared in the DTD.
|
boolean | Returns the current value of the attribute's "declared" flag.
|
boolean | Returns true unless the attribute value was provided
by DTD defaulting.
|
boolean | Returns the current value of an attribute's "specified" flag.
|
boolean | Returns true unless the attribute value was provided
by DTD defaulting.
|
boolean | Returns the current value of an attribute's "specified" flag.
|
InputSource | Invokes
EntityResolver2.resolveEntity()
with null entity name and base URI.
|
InputSource | Tells the parser to resolve the systemId against the baseURI
and read the entity text from that resulting absolute URI.
|
InputSource | Allows applications to map references to external entities into input
sources, or tell the parser it should use conventional URI resolution.
|
void | Assigns the current value of the encoding property.
|
void | Assigns the current value of the version property.
|
void | Report the start of DTD declarations, if any.
|
void | Report the start of DTD declarations, if any.
|
void | Report the beginning of some internal and external XML entities.
|
void | Report the beginning of some internal and external XML entities.
|
Methods with return type java.lang.String | |
String | Returns the name of the character encoding for the entity.
|
String | Returns the current value of the encoding property.
|
String | Returns the version of XML used for the entity. |
String | Returns the current value of the version property.
|
Constructors with parameter type java.lang.String | |
Creates a new bad padding exception with a detail message.
| |
Create a cipher.
| |
Create a new EncryptedPrivateKeyInfo from the cipher
name and the encrytpedData.
| |
ExemptionMechanism.ExemptionMechanism(ExemptionMechanismSpi emSpi, Provider provider, String mechanism) | |
Create a new exception with a detail message.
| |
Create a new key generator.
| |
Creates a new Mac instance.
| |
Create an exception with a message. | |
Create a new secret key factory.
| |
Create an exception with a message. |
Methods with parameter type java.lang.String | |
SecretKey | Generate the shared secret and return it as a SecretKey .
|
void | Set the mode in which this cipher is to run.
|
void | Set the method with which the input is to be padded.
|
Key | Unwraps a previously-wrapped key.
For compatibility this method is not declared
abstract , and the default implementation will throw an
UnsupportedOperationException .
|
SecretKey | Generate the shared secret and return it as an appropriate SecretKey .
|
Cipher | Creates a new cipher instance for the given transformation.
|
ExemptionMechanism | Create an instance of ExemptionMechanism for a designated
mechanism from the first Security Provider offering it.
|
KeyAgreement | Get an implementation of an algorithm from the first provider that
implements it.
|
KeyGenerator | Create a new key generator, returning the first available implementation.
|
Mac | Create an instance of the named algorithm from the first provider with an
appropriate implementation.
|
SecretKeyFactory | Create a new secret key factory from the first appropriate instance.
|
Cipher | Creates a new cipher instance for the given transformation and the named
provider.
|
ExemptionMechanism | Create an instance of ExemptionMechanism for a designated
mechanism from a named provider .
|
KeyAgreement | Return an implementation of an algorithm from a named provider.
|
KeyGenerator | Create a new key generator from the named provider.
|
Mac | Create an instance of the named algorithm from the named provider.
|
SecretKeyFactory | Create a new secret key factory from the named provider.
|
Cipher | Creates a new cipher instance for a given transformation from a given
provider.
|
ExemptionMechanism | Create an instance of ExemptionMechanism for a designated
mechanism from a designated provider .
|
KeyAgreement | Return an implementation of an algorithm from a specific provider.
|
KeyGenerator | Create a new key generator from the supplied provider.
|
Mac | Create an instance of the named algorithm from a provider.
|
SecretKeyFactory | Create a new secret key factory from the specified provider.
|
Object | Unseal and deserialize this sealed object with the specified key,
using a cipher from the named provider.
|
Key | Unwrap a previously-wrapped key.
|
Methods with return type java.lang.String | |
String | Return the name of the cipher used to encrypt this key.
|
String | Get the name that this cipher instance was created with; this is
equivalent to the "transformation" argument given to any of the
getInstance() methods.
|
String | Return the name of this key-agreement algorithm.
|
String | Return the name of this key generator.
|
String | Returns the name of this MAC algorithm.
|
String | Get the name of the algorithm used to seal this object.
|
String | Get the algorithm name.
|
String |
Methods with parameter type java.lang.String | |
void | Adds the medium newMedium to the end of the list. |
void | Deletes the medium indicated by oldMedium from the list.
|
void | The parsable textual representation of the media list. |
Methods with return type java.lang.String | |
String | If the style sheet is a linked style sheet, the value of its attribute
is its location. |
String | The parsable textual representation of the media list. |
String | The advisory title. |
String | This specifies the style sheet language for this style sheet. |
String | Returns the index th in the list. |
Constructors with parameter type java.lang.String | |
Initializes a new instance of Clipboard with the
specified name.
| |
Initializes a new instance of DataFlavor . | |
Initializes a new instance of DataFlavor with the specified
MIME type. | |
Initializes a new instance of DataFlavor with the
specified MIME type and description. | |
Initializes a new instance of DataFlavor with the
specified MIME type and description. | |
Create a new instance with a specified detailed error message.
| |
Transfer the specfied string as text.
|
Fields of type java.lang.String | |
String | This is the MIME type used to transfer a Java object reference within
the same JVM. |
String | This is the MIME type used to transfer a link to a remote object.
|
String | This is the MIME type used for transferring a serialized object.
|
Methods with parameter type java.lang.String | |
Map Maps the specified native type names to DataFlavor 's.
| |
Map Maps the specified native type names to DataFlavor 's.
| |
void | Adds a mapping from a single String native to a single
DataFlavor . |
void | Adds a mapping from the specified DataFlavor (and all
DataFlavor s equal to the specified DataFlavor )
to the specified String native.
|
DataFlavor | Returns the data flavor given the native type name
or null when no such data flavor exists.
|
String | Decodes a String native for use as a Java MIME type.
|
String | Encodes a MIME type for use as a String native. |
boolean | Tests whether or not the specified string is equal to the MIME type
of this object.
|
List | Returns a list of flavors corresponding to the given String native. |
List | Returns a List of DataFlavors to which the specified
String native can be translated by the data transfer
subsystem. |
String | Returns the value of the named MIME type parameter, or null
if the parameter does not exist.
|
boolean | Returns true if the native type name can be represented as
a java mime type. |
boolean | Tests the MIME type of this object for equality against the specified
MIME type. |
String | This method exists for backward compatibility. |
String | This method exists for backward compatibility. |
void | Discards the current mappings for the specified String
native, and creates new mappings to the specified
DataFlavor s. |
void | Sets the human presentable name to the specified value.
|
void | Discards the current mappings for the specified DataFlavor
and all DataFlavor s equal to the specified
DataFlavor , and creates new mappings to the
specified String natives.
|
Class> | This method attempts to load the named class. |
Methods with return type java.lang.String | |
String | Decodes a String native for use as a Java MIME type.
|
String | Encodes a DataFlavor for use as a String
native. |
String | Encodes a MIME type for use as a String native. |
String | XXX - Currently returns java.io.InputStream .
|
String | Returns the human presentable name for this flavor.
|
String | Returns the MIME type of this flavor.
|
String | Returns the name of the clipboard.
|
String | Returns the value of the named MIME type parameter, or null
if the parameter does not exist.
|
String | Returns the primary MIME type for this flavor.
|
String | Returns the MIME subtype for this flavor.
|
String | This method exists for backward compatibility. |
String | This method exists for backward compatibility. |
String | Returns a string representation of this DataFlavor. |
Constructors with parameter type java.lang.String | |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with a message. | |
Create an exception with a message. |
Fields of type java.lang.String | |
String | The default object model URI.
|
String | The default property name according to the JAXP specification.
|
String | The URL for the JAXP DOM object model.
|
Methods with parameter type java.lang.String | |
XPathExpression | Compiles an XPath expression for future evaluation.
|
String | Evaluates an expression and returns the result as a string.
|
Object | Evaluates an expression.
|
String | Evaluates an expression and returns the result as a string.
|
Object | Evaluates an expression.
|
boolean | Returns the state of the named feature.
|
boolean | Indicates whether the specified object model URI is supported by
this factory.
|
XPathFactory | Returns a new factory for the given object model URI.
|
void | Sets the state of the named feature.
|
Methods with return type java.lang.String | |
String | Evaluates this expression against the specified context, returning the
result as a string.
|
String | Evaluates an expression and returns the result as a string.
|
String | Evaluates an expression and returns the result as a string.
|
String | Evaluates this expression against the specified context, returning the
result as a string.
|
Methods with parameter type java.lang.String | |
String | Returns the namespace URI associated with the given prefix.
|
Methods with return type java.lang.String | |
String | Returns the base URI for the entity.
|
String | Returns the character encoding of the document.
|
String | Returns the character data assocated with this event.
|
String | Returns the processing instruction data.
|
String | Returns the body of the DTD, including the internal DTD subset.
|
String | Returns the name of the entity.
|
String | Returns the entity name.
|
String | Returns the name of the notation.
|
String | Returns the namespace URI.
|
String | Returns the namespace URI associated with the given prefix.
|
String | Returns the name of the associated notation.
|
String | Returns the namespace prefix, if any.
|
String | Returns the public identifier of the entity.
|
String | Returns the public identifier of the notation.
|
String | Returns the replacement text for the entity.
|
String | Returns the system identifier of the entity.
|
String | Returns the system identifier of the notation.
|
String | Returns the system identifier of the document entity.
|
String | Returns the processing instruction target.
|
String | Returns the comment text.
|
String | Returns the normalized value of this attribute.
|
String | Returns the XML version of the document.
|
Methods with return type java.lang.String | |
String[] | Returs the array of repository ids, implemented by this object.
|
Fields of type java.lang.String | |
String | The name for the 'free standing' property. |
String | The key ( JInternalFrame.isPalette ) for the client property
that controls whether the internal frame is displayed using the palette
style.
|
String | A key to look up the filledSlider setting in the UIManager . |
Methods with parameter type java.lang.String | |
void | Draws the text for a disabled label, using the color defined in the
UIManager defaults with the key
Label.disabledForeground .
|
void | Paints the button text.
|
void | Paints the text for the button.
|
void | Sets the file name in the text field.
|
Methods with return type java.lang.String | |
String | Returns a string representing the accelerator key (if there is one) for
the component that the tool tip belongs to.
|
String | Returns a string describing the look and feel. |
String | Returns the file name in the text field.
|
String | Returns the look and feel identifier.
|
String | Returns the name of the theme.
|
String | Returns the look and feel name.
|
String | Returns the name of the theme.
|
String | Returns the name of this theme, "Ocean"
|
String | Returns the prefix for properties defined in the UIDefaults table.
|
Constructors with parameter type java.lang.String | |
Creates a DocumentName object.
| |
Creates a JobMessageFromOperator object.
| |
Creates a JobName object.
| |
Creates a JobOriginatingUserName object.
| |
Creates a OutputDeviceAssigned object.
| |
Constructs a PageRanges object with a set
of ranges to be printed in string array form.
| |
Creates a PrinterInfo object.
| |
Creates a PrinterLocation object.
| |
Creates a PrinterMakeAndModel object.
| |
Creates a PrinterMessageFromOperator object.
| |
Creates a PrinterName object.
| |
Creates a RequestingUserName object.
|
Methods with parameter type java.lang.String | |
String | Returns the string representation for this object in units of millimeters..
|
Methods with return type java.lang.String | |
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String | Returns the name of this attribute.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String[] | Returns a table with the enumeration values represented as strings
for this object.
|
String | Returns the string representation for this object in units of millimeters..
|
String | Returns the string representation for this object in units of millimeters..
|
Constructors with parameter type java.lang.String | |
Initializes a new instance of ActionEvent with the
specified source, id, and command. | |
Initializes a new instance of ActionEvent with the
specified source, id, command, and modifiers. | |
Initializes a new instance of ActionEvent with the
specified source, id, command, and modifiers, and timestamp. |
Methods with return type java.lang.String | |
String | Returns the command string associated with this action.
|
String | KeyEvent.getKeyModifiersText(int modifiers) Returns a string describing the modifiers, such as "Shift" or
"Ctrl+Button1".
|
String | KeyEvent.getKeyText(int keyCode) Returns the text name of key code, such as "HOME", "F1", or "A".
|
String | InputEvent.getModifiersExText(int modifiers) Convert the extended modifier bitmask into a String, such as "Shift" or
"Ctrl+Button1".
|
String | MouseEvent.getMouseModifiersText(int modifiers) Returns a string describing the modifiers, such as "Shift" or
"Ctrl+Button1".
|
String | Returns a string that identifies the action event. |
String | Returns a string that describes the event. |
String | This method returns a string identifying this event. |
String | This method returns a string identifying this event. |
String | Returns a string identifying this event. |
String | This method returns a string identifying this event. |
String | This method returns a string identifying the event. |
String | This method returns a string identifying this event. |
String | Returns a string identifying this event. |
String | Returns a string identifying the event. |
String | Returns a string identifying this event. |
String | Returns a string identifying this event. |
String | Returns a string identifying this event.
|
String | Returns a string identifying this event. |
String | Returns a string that identifies this event. |
Constructors with parameter type java.lang.String | |
Constructs a TitledBorder given the text of its title.
| |
Constructs a TitledBorder given its border and title text.
| |
Constructs a TitledBorder given its border, title text, horizontal
alignment, and vertical position.
| |
TitledBorder.TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) Constructs a TitledBorder given its border, title text, horizontal
alignment, vertical position, and font.
| |
TitledBorder.TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) Constructs a TitledBorder given its border, title text, horizontal
alignment, vertical position, font, and color.
|
Fields of type java.lang.String | |
String | The title, or null to display no title.
|
Methods with parameter type java.lang.String | |
void | Sets the text of the title.
|
Methods with return type java.lang.String | |
String | Returns the text of the title.
|
Constructors with parameter type java.lang.String | |
Fields of type java.lang.String | |
String | |
String | The assigned object identifier for this response.
|
String | The assigned object identifier for this response.
|
Methods with parameter type java.lang.String | |
ExtendedResponse | |
ExtendedResponse | Create a new extended reponse object, using the standard service
provider approach to load a provider. |
void | Set the list of cipher suites to use.
|
Methods with return type java.lang.String | |
String | |
String | |
String | |
String | Return the response identifier. |
String | Return the response identifier. |
String[] |
Constructors with parameter type java.lang.String | |
Creates a new CRL for the specified type. | |
Constructs an CRLException with a message string.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Create a certificate path with the given type. | |
Creates a new CertPathBuilder.
| |
Create an exception with a message. | |
Create an exception with a cause and a message.
| |
Create the new serial representation.
| |
CertPathValidator.CertPathValidator(CertPathValidatorSpi validatorSpi, Provider provider, String algorithm) Creates a new CertPathValidator.
| |
Create an exception with a message. | |
Create an exception with a cause and a message. | |
CertPathValidatorException.CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index) Create an exception with a cause, message, failed object, and index of
failure in that CertPath.
| |
CertStore.CertStore(CertStoreSpi storeSpi, Provider provider, String type, CertStoreParameters params) Create a new CertStore.
| |
Create an exception with a message. | |
Create an exception with a cause and a message.
| |
Constructs a new certificate of the specified type. | |
Constructs an exception with a message string.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Constructs an exception with a message string.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Constructs an exception with a message string.
| |
CertificateFactory.CertificateFactory(CertificateFactorySpi certFacSpi, Provider provider, String type) Creates an instance of CertificateFactory.
| |
Constructs an exception with a message string.
| |
Constructs an exception with a message string.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Create an alternative representation of this certificate. | |
Create a new LDAPCertStoreParameters object, with a specified
server name and a port of 389.
| |
Create a new LDAPCertStoreParameters object, with a specified
server name and port.
| |
Create a new trust anchor from a certificate authority's
distinguished name, public key, and (optional) name constraints.
|
Methods with parameter type java.lang.String | |
void | Add an issuer name to the set of issuer names criteria, as a
String representation.
|
void | Add a name to match in the NameConstraints extension. |
void | Add a name to the subject alternative names criterion. |
CertPath | Generate a CertPath and initialize it with data parsed from
the input stream, using the specified encoding.
|
CertPath | Generate a CertPath and initialize it with data parsed from
the input stream, using the specified encoding.
|
byte[] | Returns the encoded form of this path, via the specified encoding.
|
byte[] | Returns the DER encoded OCTET string for the specified
extension value identified by a OID. |
CertificateFactory | Returns an instance of a CertificateFactory representing the
specified certificate factory type.
|
CertPathBuilder | Returns an instance of a named CertPathBuilder from the
first provider that implements it.
|
CertPathValidator | Returns an instance of the given validator from the first provider that
implements it.
|
CertificateFactory | Returns an instance of a CertificateFactory representing the
specified certificate factory type from the named provider.
|
CertPathBuilder | Returns an instance of a named CertPathBuilder from a named
provider.
|
CertPathValidator | Returns an instance of the given validator from the named provider.
|
CertificateFactory | Returns an instance of a CertificateFactory representing the
specified certificate factory type from the designated provider.
|
CertPathBuilder | Returns an instance of a named CertPathBuilder from the
specified provider.
|
CertPathValidator | Returns an instance of the given validator from the given provider.
|
CertStore | Returns an instance of the given certificate store type from the first
installed provider.
|
CertStore | Returns an instance of the given certificate store type from a named
provider.
|
CertStore | Returns an instance of the given certificate store type from a given
provider.
|
void | Sets the issuer, specified as a string representation of the issuer's
distinguished name. |
void | Sets the signature algorithm provider, or null if there is no
preferred provider.
|
void | Sets the subject, specified as a string representation of the
subject's distinguished name. |
void | Sets the public key algorithm ID that matching certificates must have.
|
void | Verifies that this Certificate was properly signed with the
PublicKey that corresponds to its private key and uses
the signature engine provided by the provider.
|
void | Verifies that this CRL was properly signed with the
PublicKey that corresponds to its private key and uses
the signature engine provided by the provider.
|
Methods with return type java.lang.String | |
String | Return the name of this CertPathBuilder algorithm.
|
String | Return the name of this validator.
|
String | Return the certificate authority's distinguished name, or null if
none was specified.
|
String | Get the default cert path builder type.
|
String | Returns the default validator type.
|
String | Returns the default certificate store type.
|
String | Returns the issuer criterion as a string, or null if this
value was not set.
|
String | Get the detail message.
|
String | Get the detail message.
|
String | Get the detail message.
|
String | Returns the policyQualifierId field of this structure,
as a dotted-decimal representation of the object identifier.
|
String | Return the server name.
|
String | Returns the signature algorithm used to sign the CRL.
|
String | Returns the signature algorithm used to sign the CRL.
|
String | Returns the OID for the signature algorithm used.
|
String | Returns the OID for the signature algorithm used.
|
String | Returns the signature algorithm provider, or null if not set.
|
String | Returns the subject criterion as a string, of null if
this value was not set.
|
String | Returns the public key algorithm ID that matching certificates must have,
or null if this criterion was not set.
|
String | Returns the Certificate type.
|
String | Returns the type of the certificate this factory creates.
|
String | Get the (non-null) type of all certificates in the path.
|
String | Return the type of certificate store this instance represents.
|
String | Returns the CRL type.
|
String | Get the policy OID this node represents. |
String | Returns a string representing the Certificate.
|
String | |
String | Convert this to a string, including its cause.
|
String | Convert this to a string, including its cause.
|
String | Convert this to a string, including its cause.
|
String | Return a string representation of these parameters.
|
String | Returns a string representing the CRL.
|
String | Return a string representation of these parameters.
|
String | Returns a printable representation of these parameters.
|
String | Returns a printable string representation of this result.
|
String | Returns a printable string representation of this result.
|
String | Returns a printable representation of these parameters.
|
String | Returns a printable string representation of this object.
|
String | Return a printable representation of this trust anchor.
|
String | |
String | Returns a string that represents this X509CRLEntry.
|
String | Returns a string representation of this selector. |
Constructors with parameter type java.lang.String | |
Create a new instance with a descriptive error message, such as the
text from strerror(3).
| |
Create a new instance with a descriptive error message, such as the
text from strerror(3).
| |
Constructs an InetSocketAddress instance.
| |
Create a new instance with a descriptive error message.
| |
Initializes a new instance of NetPermission with the
specified name.
| |
Initializes a new instance of NetPermission with the
specified name and perms. | |
Create an instance with a descriptive error message, such as the text
from strerror(3).
| |
Creates a new PasswordAuthentication object from the
specified username and password.
| |
Create a new instance with a descriptive error message.
| |
Create a new instance with a descriptive error message.
| |
Initializes a new instance of Socket and connects to the
hostname and port specified as arguments.
| |
Initializes a new instance of Socket and connects to the
hostname and port specified as arguments. | |
Initializes a new instance of Socket that connects to the
named host on the specified port and binds to the specified local address
and port.
| |
Create a new instance with a descriptive error message.
| |
Initializes a new instance of SocketPermission with the
specified host/port combination and actions string.
| |
Create a new instance with a descriptive error message.
| |
Creates an URI from the given string
| |
Create an URI from the given components
| |
URI.URI(String scheme, String userInfo, String host, int port, String path, String query, String fragment) Create an URI from the given components
| |
Create an URI from the given components
| |
Create an URI from the given components
| |
Create an exception from the invalid string, with the index set to -1.
| |
Create an exception from the invalid string, with the index of the
point of failure.
| |
Initializes a URL from a complete string specification such as
"http://www.urbanophile.com/arenn/". | |
Constructs a URL and loads a protocol handler for the values passed as
arguments.
| |
This method initializes a new instance of URL with the
specified protocol, host, port, and file. | |
Constructs a URL and loads a protocol handler for the values passed in
as arugments. | |
This method parses a String representation of a URL within the
context of an existing URL. | |
Creates an URL from given arguments
This method parses a String representation of a URL within the
context of an existing URL. | |
Create a new instance with a descriptive error message, such as the
name of the host that could not be resolved.
| |
Create a new instance with a descriptive error message.
|
Fields of type java.lang.String | |
String | The requested method in use for this connection. |
String | The response message string received from the server.
|
Methods with parameter type java.lang.String | |
void | Adds a new request property by a key/value pair.
|
void | Connects to the remote hostname and port specified as arguments.
|
URI | Create an URI from the given string
|
ContentHandler | This method is passed a MIME type as a string and is responsible for
returning the appropriate ContentHandler object.
|
URLStreamHandler | This method maps the protocol portion of a URL to a
URLStreamHandler object.
|
InetSocketAddress | Creates an unresolved InetSocketAddress object.
|
String | This method translates the passed in string from x-www-form-urlencoded
format using the default encoding "UTF-8" to decode the hex encoded
unsafe characters.
|
String | This method translates the passed in string from x-www-form-urlencoded
format using the given character encoding to decode the hex encoded
unsafe characters.
|
Package | Defines a Package based on the given name and the supplied manifest
information. |
String | This method translates the passed in string into x-www-form-urlencoded
format using the default encoding. |
String | This method translates the passed in string into x-www-form-urlencoded
format using the character encoding to hex-encode the unsafe characters.
|
Class> | Finds (the first) class by name from one of the locations. |
URL | Finds the first occurrence of a resource that can be found.
|
Enumeration | Finds all the resources with a particular name from all the locations.
|
InetAddress[] | Returns an array of InetAddress objects representing all the host/ip
addresses of a given host, given the host's name. |
InetAddress | Creates an InetAddress based on the provided host name and IP address.
|
Inet6Address | Creates a scoped Inet6Address where the scope has an integer id.
|
Inet6Address | Creates a scoped Inet6Address where the scope is a given
NetworkInterface.
|
InetAddress | Returns an InetAddress object representing the IP address of the given
hostname. |
NetworkInterface | Returns an network interface by name
|
String | This method is passed a filename and is responsible for determining
the appropriate MIME type for that file.
|
String | Returns the default value of a request property. |
String | Returns a String representing the value of the header field having
the named key. |
long | Returns the value of the named field parsed as date
|
long | Returns the value of the named header field as a date. |
int | Returns the value of the named header field as an int. |
String | Returns the value of the named request property.
|
String | Returns the MIME type of a file based on the name of the file. |
void | This method parses the string passed in as a URL and set's the
instance data fields in the URL object passed in to the various values
parsed out of the string. |
PasswordAuthentication | Authenticator.requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme) This method is called whenever a username and password for a given
network operation is required. |
PasswordAuthentication | Authenticator.requestPasswordAuthentication(InetAddress addr, int port, String protocol, String prompt, String scheme) This method is called whenever a username and password for a given
network operation is required. |
URI | Resolves the given URI string against this URI
|
void | Sets the specified fields of the URL. |
void | URL.set(String protocol, String host, int port, String authority, String userInfo, String path, String query, String ref) Sets the specified fields of the URL. |
void | Sets the default value of a request property. |
void | Set the method for the URL request, one of:
GET POST HEAD OPTIONS PUT DELETE TRACE are legal
|
void | Sets the value of the named request property.
|
void | This methods sets the instance variables representing the various fields
of the URL to the values passed in.
|
void | URLStreamHandler.setURL(URL u, String protocol, String host, int port, String authority, String userInfo, String path, String query, String ref) Sets the fields of the URL argument to the indicated values
|
Methods with return type java.lang.String | |
String | This method translates the passed in string from x-www-form-urlencoded
format using the default encoding "UTF-8" to decode the hex encoded
unsafe characters.
|
String | This method translates the passed in string from x-www-form-urlencoded
format using the given character encoding to decode the hex encoded
unsafe characters.
|
String | This method translates the passed in string into x-www-form-urlencoded
format using the default encoding. |
String | This method translates the passed in string into x-www-form-urlencoded
format using the character encoding to hex-encode the unsafe characters.
|
String | Returns the list of permission actions in this object in canonical
order. |
String | Returns the decoded authority part of this URI
|
String | Returns the authority of the URL
|
String | Returns the canonical hostname represented by this InetAddress
|
String | Returns the value of the content-encoding field or null if it is not
known or not present.
|
String | Returns the the content-type of the data pointed to by the URL. |
String | This method is passed a filename and is responsible for determining
the appropriate MIME type for that file.
|
String | Returns the default value of a request property. |
String | Returns the display name of the interface
|
String | Returns the "entry name" portion of the jar URL. |
String | Returns the file portion of the URL.
|
String | Returns the fragment of the URI
|
String | URLConnection.getHeaderField(int index) Return a String representing the header value at the specified index.
|
String | Returns a String representing the value of the header field having
the named key. |
String | URLConnection.getHeaderFieldKey(int index) Returns a String representing the header key at the specified index.
|
String | Returns the hostname of the URI
|
String | Returns the host of the URL
|
String | Returns the address as string
|
String | Returns the IP address string in textual presentation
|
String | Returns the IP address of this object as a String.
|
String | Returns the hostname for this address. |
String | Returns hostname
|
String | Returns the bad input string.
|
String | Returns a message describing the parse error, as if by
getReason() + (getIndex() >= 0 ? |
String | Returns the name of the network interface
|
String | Returns the path of the URI
|
String | Returns the path of the URL. |
String | Returns the protocol of the URL
|
String | Returns the query of the URI
|
String | Returns the query of the URL. |
String | Returns the raw authority part of this URI
|
String | Return the raw fragment part of this URI
|
String | Returns the raw path part of this URI
|
String | Returns the raw query part of this URI
|
String | Returns the raw scheme specific part of this URI.
|
String | Returns the raw user info part of this URI
|
String | Returns the reason for the failure.
|
String | Returns the ref (sometimes called the "# reference" or "anchor") portion
of the URL.
|
String | The request method currently in use for this connection.
|
String | Returns the value of the named request property.
|
String | Returns the hostname of the host or proxy requesting authorization,
or null if not available.
|
String | Returns the prompt that should be used when requesting authentication
information from the user
|
String | This method returns the requesting protocol of the operation that is
requesting authentication
|
String | This method returns the authentication scheme in use
|
String | Gets the HTTP response message, if any, returned along with the
response code from a server. |
String | Returns the scheme of the URI
|
String | Returns the decoded scheme specific part of this URI.
|
String | Returns the decoded user info part of this URI
|
String | Returns the user information of the URL. |
String | Returns the username associated with this object
|
String | Returns the MIME type of a file based on the name of the file. |
String | Returns the MIME type of a stream based on the first few characters
at the beginning of the stream. |
String | Returns the URI as US-ASCII string. |
String | Returns a String representing this URL. |
String | This method converts a URL object into a String. |
String | Converts this address to a String. |
String | Returns the InetSocketAddress as string
|
String | Returns a string representation of the interface
|
String | Returns a string representation of this Proxy object.
|
String | Returns the value of this socket as a String .
|
String | Converts this Socket to a String .
|
String | Returns a String representing the remote host and port of
this socket.
|
String | Returns the URI as a String. |
String | Returns a String representing this URL. |
String | Returns a String representation of this URLClassLoader giving the
actual Class name, the URLs that are searched and the parent
ClassLoader.
|
String | The methods prints the value of this object as a String by calling the
toString() method of its associated URL. |
Constructors with parameter type java.lang.String | |
Creates a new action with the specified name. | |
Creates a new action with the specified name and icon. | |
Creates a new instance of DateEditor for the specified
JSpinner using the specified date format
pattern.
| |
Creates an ImageIcon from the given byte array and sets the given
description.
| |
Creates an ImageIcon from the given Image and sets the given
description.
| |
Constructs an ImageIcon given a filename. | |
Constructs an ImageIcon from the given filename, setting its
description to the given description. | |
Creates an ImageIcon from the given URL and sets the given
description.
| |
Creates a new button with the specified text and no icon.
| |
Creates a new button with the specified text and icon.
| |
Constructs an unselected toggle button using the supplied text
and no icon.
| |
Constructs a toggle button with the supplied text and state.
| |
Constructs an unselected toggle button with the supplied text
and icon.
| |
Constructs a toggle button with the supplied text, icon and state.
| |
Creates a new JCheckBoxMenuItem with given label
| |
Creates a new JCheckBoxMenuItem object using specified label and marked as
checked if given 'state' is true.
| |
Creates a new JCheckBoxMenuItem object with given label and icon
| |
Creates a new JCheckBoxMenuItem object with given label, icon, and marked
as checked if given 'state' is true.
| |
Creates a new non-modal JDialog using the
given title and owner.
| |
Creates a new JDialog using the given modal
settings, title, and owner.
| |
Creates a new JDialog using the given modal
settings, title, owner and graphics configuration.
| |
Creates a new non-modal JDialog using the
given title and owner.
| |
Creates a new JDialog using the given modal
settings, title, and owner.
| |
Creates a new JDialog using the given modal
settings, title, owner and graphics configuration.
| |
Creates a new JFileChooser object.
| |
Creates a new JFileChooser object with the specified
directory and FileSystemView .
| |
Creates a new JFrame with the specified title.
| |
Creates a new JFrame in the specified GraphicsConfiguration
and with the specified title.
| |
Creates a new JInternalFrame object with the given title and is
non-resizable, non-maximizable, non-iconifiable, and non-closable.
| |
Creates a new JInternalFrame object with the given title and resizable
properties. | |
Creates a new JInternalFrame object with the given title, resizable, and
closable properties. | |
JInternalFrame.JInternalFrame(String title, boolean resizable, boolean closable, boolean maximizable) Creates a new JInternalFrame object with the given title, resizable,
closable and maximizable properties. | |
JInternalFrame.JInternalFrame(String title, boolean resizable, boolean closable, boolean maximizable, boolean iconifiable) Creates a new JInternalFrame object with the given title, resizable,
closable, maximizable and iconifiable properties.
| |
Creates a new horizontally leading and vertically centered JLabel
object with no icon and the given text.
| |
Creates a new vertically centered JLabel object with no icon and the
given text and horizontal alignment.
| |
Creates a new vertically centered JLabel object with the given text,
icon, and horizontal alignment.
| |
Creates a new JMenu with the specified label.
| |
Creates a new JMenu with specified label and an option
for this menu to be tear-off menu.
| |
Creates a new JMenuItem with the given label.
| |
Creates a new JMenuItem object.
| |
Creates a new JMenuItem with specified text and icon.
| |
Creates a JPasswordField object.
| |
Creates a JPasswordField object.
| |
Creates a JPasswordField object.
| |
Creates a new JPopupMenu with specified label
| |
Constructs an unselected radio button using the supplied text
and no icon.
| |
Constructs a radio button with the supplied text and state.
| |
Constructs an unselected radio button with the supplied text
and icon.
| |
Constructs a radio button with the supplied text, icon and state.
| |
Creates a new JRadioButtonMenuItem with specified label
| |
Creates a new JRadioButtonMenuItem with specified label
and marked selected if 'selected' is true.
| |
Creates a new JRadioButtonMenuItem with specified label and icon
| |
Creates a new JRadioButtonMenuItem with specified label,
icon and selected state.
| |
Creates a new JTextArea object.
| |
Creates a new JTextArea object.
| |
Creates a new JTextArea object.
| |
Creates a new instance of JTextField .
| |
Creates a new instance of JTextField .
| |
Creates a new instance of JTextField .
| |
Constructs an unselected toggle button using the supplied text
and no icon.
| |
Constructs a toggle button with the supplied text and state.
| |
Constructs an unselected toggle button with the supplied text
and icon.
| |
Constructs a toggle button with the supplied text, icon and state.
| |
This method creates a new JToolBar object with the given name and
horizontal orientation.
| |
This method creates a new JToolBar object with the given name and
orientation.
| |
Creates a new instance.
| |
Creates a new NumberEditor object.
| |
ProgressMonitor.ProgressMonitor(Component component, Object message, String note, int minimum, int maximum) Creates a new ProgressMonitor instance. | |
Creates a new exception instance with the specified message.
|
Fields of type java.lang.String | |
String | A key to access the KeyStroke used as the accelerator for the
action.
|
String | The name of the 'accept all file filter used' property.
|
String | The name of the 'accessory' property.
|
String | A key to access the action command string for the action.
|
String | |
String | The name of the property for the approve button mnemonic.
|
String | The name of the property for the approve button text.
|
String | The name of the property for the approve button tool tip text.
|
String | Action command string for approving the current selection.
|
String | Fired in a PropertyChangeEvent when the "borderPainted" property changes.
|
String | |
String | The constraints string used to add components to the bottom. |
String | Action command string for cancelling the current selection.
|
String | |
String | |
String | The name of the 'choosable file filters' property.
|
String | The property fired by the JColorChooser when the chooserPanels property
changes.
|
String | COLUMN_HEADER
|
String | Fired in a PropertyChangeEvent when the "contentAreaFilled" property
changes.
|
String | The property fired in a PropertyChangeEvent when the contentPane property
changes.
|
String | The property fired when the continuousLayout property changes. |
String | The name of the property for control button visibility.
|
String | A key to access the default property for the action (this is not used).
|
String | The name of the 'dialog title' property.
|
String | The name of the 'dialog type' property.
|
String | The name of the property for the current directory.
|
String | Fired in a PropertyChangeEvent when the "disabledIcon" property changes.
|
String | Fired in a PropertyChangeEvent when the "disabledSelectedIcon" property
changes.
|
String | The property fired when the divider property changes. |
String | The property fired when the divider location property changes. |
String | The property fired when the divider size property changes. |
String | The right edge of a component. |
String | |
String | |
String | The name of the 'file filter' property.
|
String | The name of the 'file hiding enabled' property.
|
String | The name of the 'file selection mode' property.
|
String | The name of the 'file system view' property.
|
String | The name of the 'file view' property.
|
String | FOCUS_MANAGER_CLASS_PROPERTY
|
String | Fired in a PropertyChangeEvent when the "focusPainted" property changes.
|
String | The property fired in a PropertyChangeEvent when the frameIcon property
changes.
|
String | The property fired in a PropertyChangeEvent when the glassPane property
changes.
|
String | Fired in a PropertyChangeEvent when the "horizontalAlignment" property
changes.
|
String | HORIZONTAL_SCROLLBAR
|
String | HORIZONTAL_SCROLLBAR_POLICY
|
String | Fired in a PropertyChangeEvent when the "horizontalTextPosition" property
changes.
|
String | Fired in a PropertyChangeEvent when the "icon" property changes. |
String | The identifier for the propertyChangeEvent when the icon property
changes.
|
String | The identifier for the propertyChangeEvent when the initialSelectionValue
property changes.
|
String | The identifier for the propertyChangeEvent when the initialValue property
changes.
|
String | The identifier for the propertyChangeEvent when the inputValue property
changes.
|
String | |
String | The property fired in a PropertyChangeEvent when the closed property
changes.
|
String | The property fired in a PropertyChangeEvent when the icon property
changes.
|
String | The property fired in a PropertyChangeEvent when the maximum property
changes.
|
String | The property fired in a PropertyChangeEvent when the selected property
changes.
|
String | |
String | The property fired when the last divider location property changes. |
String | The property fired in a PropertyChangeEvent when the layeredPane property
changes.
|
String | |
String | |
String | The constraints string used to add components to the left. |
String | A key to access the long description for the action.
|
String | LOWER_LEADING_CORNER
|
String | LOWER_LEFT_CORNER
|
String | LOWER_RIGHT_CORNER
|
String | LOWER_TRAILING_CORNER
|
String | Fired in a PropertyChangeEvent when the "margin" property changes. |
String | The property fired in a PropertyChangeEvent when the jMenuBar property
changes.
|
String | The identifier for the propertyChangeEvent when the message property
changes.
|
String | The identifier for the propertyChangeEvent when the messageType property
changes.
|
String | Fired in a PropertyChangeEvent when the "mnemonic" property changes. |
String | A key to access the mnemonic for the action.
|
String | Fired in a PropertyChangeEvent when the "model" property changes. |
String | The name of the property for multi-selection.
|
String | A key to access the name for the action.
|
String | The top edge of a component. |
String | The property fired when the one touch expandable property changes. |
String | The identifier for the propertyChangeEvent when the options property
changes.
|
String | The identifier for the propertyChangeEvent when the optionType property
changes.
|
String | The property fired when the orientation property changes. |
String | Fired in a PropertyChangeEvent when the "pressedIcon" property changes. |
String | The property fired by the JColorChooser when the previewPanel property
changes.
|
String | The property fired when the resize weight property changes. |
String | The constraints string used to add components to the right. |
String | Fired in a PropertyChangeEvent when the "rolloverEnabled" property
changes.
|
String | Fired in a PropertyChangeEvent when the "rolloverIcon" property changes.
|
String | Fired in a PropertyChangeEvent when the "rolloverSelectedIcon" property
changes.
|
String | The property fired in a PropertyChangeEvent when the rootPane property
changes.
|
String | |
String | ROW_HEADER
|
String | |
String | |
String | The name of the property for the selected files.
|
String | The name of the property for the selected file.
|
String | Fired in a PropertyChangeEvent when the "selectedIcon" property changes.
|
String | The property fired by the JColorChooser when the selectionModel property
changes.
|
String | |
String | The identifier for the propertyChangeEvent when the selectionValues
property changes.
|
String | A key to access the short description for the action (the short
description is typically used as the tool tip text).
|
String | |
String | A key to access the icon for the action.
|
String | The bottom edge of a component. |
String | Fired in a PropertyChangeEvent when the "text" property changes. |
String | The property fired in a PropertyChangeEvent when the title property
changes.
|
String | |
String | |
String | The constraints string used to add components to the top. |
String | |
String | UPPER_LEADING_CORNER
|
String | UPPER_LEFT_CORNER
|
String | UPPER_RIGHT_CORNER
|
String | UPPER_TRAILING_CORNER
|
String | The identifier for the propertyChangeEvent when the value property
changes.
|
String | Fired in a PropertyChangeEvent when the "verticalAlignment" property
changes.
|
String | VERTICAL_SCROLLBAR
|
String | VERTICAL_SCROLLBAR_POLICY
|
String | Fired in a PropertyChangeEvent when the "verticalTextPosition" property
changes.
|
String | VIEWPORT
|
String | |
String | The identifier for the propertyChangeEvent when the wantsInput property
changes.
|
String | The left edge of a component. |
String | The string used as the "command" property of any ActionEvent this model
sends.
|
String | This actionCommand is used in ActionEvent that is fired to JComboBox's
ActionListeneres.
|
String | Name of the action that gets sent when the content of the text field
gets accepted.
|
String | A custom string for display in the progress bar. |
String | The title on the TitlePane of the JInternalFrame. |
Methods with parameter type java.lang.String | |
JMenuItem | Adds JMenuItem constructed with the specified label to this menu
|
JMenuItem | Constructs menu item with a specified label and adds it to
popup menu
|
Component | This method adds a tab to the JTabbedPane. |
void | Adds a component to the layout. |
void | DOCUMENT ME!
|
void | This method does nothing. |
void | This method is not used in this layout manager.
|
void | Add the specified component to the layout.
|
void | Adds a layout component and a constraint object to this layout.
|
void | The method is not used with this manager.
|
void | Adds a ResourceBundle for localized values.
|
Style | Adds a style into the style hierarchy. |
void | This method adds a tab to the JTabbedPane.
|
void | This method adds a tab to the JTabbedPane.
|
void | This method adds a tab to the JTabbedPane.
|
void | Appends the supplied text to the current contents
of the document model.
|
int | Verifies that a particular key is one of the valid constants used for
describing horizontal alignment and positioning. |
int | Checks the specified key to ensure that it is valid as a horizontal
alignment, throwing an IllegalArgumentException if the key is
invalid. |
int | Verifies that a particular key is one of the valid constants used for
describing vertical alignment and positioning. |
int | Checks the specified key to ensure that it is valid as a vertical
alignment, throwing an IllegalArgumentException if the key is
invalid. |
int | Calculates the width of a given string.
|
JDialog | This method creates a new JDialog that is either centered around the
parent's frame or centered on the screen (if the parent is null). |
JDialog | JColorChooser.createDialog(Component component, String title, boolean modal, JColorChooser chooserPane, ActionListener okListener, ActionListener cancelListener) This method will take the given JColorChooser and place it in a JDialog
with the given modal property. |
EditorKit | Creates and returns an EditorKit that is appropriate for the given
content type. |
JInternalFrame | This method creates a new JInternalFrame that is in the JLayeredPane
which contains the parentComponent given. |
TitledBorder | Create a new title border specifying the text of the title, using the
default border (etched), using the default text position (sitting on the
top line) and default justification (left) and using the default font and
text color determined by the current look and feel.
|
TitledBorder | Add a title to an existing border, specifying the text of the title, using
the default positioning (sitting on the top line) and default
justification (left) and using the default font and text color determined
by the current look and feel.
|
TitledBorder | BorderFactory.createTitledBorder(Border border, String title, int titleJustification, int titlePosition) Add a title to an existing border, specifying the text of the title along
with its positioning, using the default font and text color determined by
the current look and feel.
|
TitledBorder | BorderFactory.createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) Add a title to an existing border, specifying the text of the title along
with its positioning and font, using the default text color determined by
the current look and feel.
|
TitledBorder | BorderFactory.createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) Add a title to an existing border, specifying the text of the title along
with its positioning, font, and color.
|
void | drawString
|
Class | Returns the ComponentUI class that renders a component. |
Class | Returns the ComponentUI class that renders a component. |
void | Sends an @link {ActionEvent} to all registered listeners.
|
void | |
void | Fires a property change for a primitive boolean property.
|
void | |
void | |
void | |
void | |
void | |
void | Fires a property change for a primitive integer property.
|
void | Sends a PropertyChangeEvent for the named property to all
registered listeners.
|
void | |
void | Fires a PropertyChangeEvent.
|
void | |
void | |
void | Call VetoableChangeListener.vetoableChange(PropertyChangeEvent) on all listeners
registered to listen to a given property. |
Container | Returns the least ancestor of comp which has the
specified name.
|
Spring | Returns the constraint for the edge with the edgeName .
|
Spring | Returns the constraint of the edge named by edgeName .
|
Component | |
Component | Returns the Component at the specified corner.
|
Object | Returns the value of Toolkit.getDefaultToolkit()
.getDesktopProperty(systemPropertyName) , or
fallbackValue if no such property is defined.
|
String | Returns the class name of the EditorKit associated with the given
content type.
|
EditorKit | Returns the EditorKit to use for the given content type. |
KeyStroke | Returns the KeyStroke according to getAWTKeyStroke() .
|
int | Returns the index of the next list element (beginning at
startIndex and moving in the specified direction through the
list, looping around if necessary) that starts with prefix
(ignoring case).
|
TreePath | Returns the next table element (beginning from the row
startingRow that starts with prefix .
|
Style | Looks up and returns a named Style .
|
void | If a key is requested in #get(key) that has no value, this method
is called before returning null .
|
Object | Returns the value associated with the specified key.
|
Object | Returns the value associated with the specified key.
|
int | This method finds the index of a tab given the title.
|
void | |
void | Initializes this menu item
|
void | Creates JMenuItem with the specified text and inserts it in the
at the specified index
|
void | Inserts the supplied text at the specified position. |
void | This method inserts tabs into JTabbedPane. |
void | Convenience method for installing a component's default Border
object on the specified component if either the border is currently
null or already an instance of UIResource .
|
void | Convenience method for initializing a component's foreground and
background color properties with values from the current defaults table.
|
void | LookAndFeel.installColorsAndFont(JComponent component, String defaultBgName, String defaultFgName, String defaultFontName) Convenience method for initializing a component's foreground, background
and font properties with values from the current defaults table.
|
void | Creates a new look and feel and adds it to the current array.
|
void | This methods installs a UI property if it hasn't already been set by an
application. |
String | SwingUtilities.layoutCompoundLabel(FontMetrics fm, String text, Icon icon, int verticalAlignment, int horizontalAlignment, int verticalTextPosition, int horizontalTextPosition, Rectangle viewR, Rectangle iconR, Rectangle textR, int textIconGap) Layout a "compound label" consisting of a text string and an icon
which is to be placed near the rendered text. |
String | SwingUtilities.layoutCompoundLabel(JComponent c, FontMetrics fm, String text, Icon icon, int verticalAlignment, int horizontalAlignment, int verticalTextPosition, int horizontalTextPosition, Rectangle viewR, Rectangle iconR, Rectangle textR, int textIconGap) Layout a "compound label" consisting of a text string and an icon
which is to be placed near the rendered text. |
Object | Utility method that creates a UIDefaults.LazyValue that creates an
ImageIcon UIResource for the specified gifFile filename.
|
void | Attaches the edge e1 of component c1 to
the edge e2 of component c2 width the
fixed strut pad .
|
void | |
void | Sets the value associated with the specified key and sends a
PropertyChangeEvent to all registered listeners.
|
void | Sets the value associated with the specified key and sends a
PropertyChangeEvent to all registered listeners.
|
void | Establishes a binding between type and classname. |
void | Establishes the default bindings of type to classname.
|
void | An obsolete method to register a keyboard action on this component.
|
void | Removes a ResourceBundle.
|
void | Removes a named Style from the style hierarchy.
|
void | |
void | Replaces the currently selected content with new content represented
by the given string.
|
void | Replaces the currently selected text with the specified
content . |
void | Scrolls the view to the given reference location (that is, the value
returned by the UL.getRef method for the URL being displayed).
|
void | Set the accessible description of this object.
|
void | Sets the accessible icon description. |
void | Set the localized accessible name of this object.
|
void | Sets the action command string for this button's model.
|
void | Sets the action command for the button. |
void | Set the value of the model's "actionCommand" property. |
void | This method sets actionCommand to the specified string. |
void | Sets the command string used in action events.
|
void | Sets the approve button text and fires a PropertyChangeEvent
(with the property name APPROVE_BUTTON_TEXT_CHANGED_PROPERTY ) to
all registered listeners.
|
void | Sets the tool tip text for the approve button and sends a
PropertyChangeEvent (with the property name
APPROVE_BUTTON_TOOL_TIP_TEXT_CHANGED_PROPERTY ) to all
registered listeners.
|
void | Sets a constraint for the specified edge. |
void | |
void | |
void | Sets a human readable description for this ImageIcon. |
void | Sets the dialog title and sends a PropertyChangeEvent (with the
property name DIALOG_TITLE_CHANGED_PROPERTY ) to all
registered listeners.
|
void | Explicitly sets an EditorKit to be used for the given content type.
|
void | Set the button's "label" property. |
void | Sets label for this popup menu. |
void | Set the current default look and feel using a class name.
|
void | Set the message shown in the progess dialog.
Changing the note while the progress dialog is visible
is possible.
|
void | Sets the current URL being displayed.
|
void | Sets the string to display within the progress bar and, if the new value
is different to the old value, sends a PropertyChangeEvent (with
the property name "string" ) to all registered listeners. |
void | Set the button's "text" property. |
void | Sets the text of the JEditorPane. |
void | Sets the text for the label and sends a PropertyChangeEvent (with
the name 'text') to all registered listeners. |
void | Sets the text to be displayed by the tool tip and sends a
PropertyChangeEvent (with the property name 'tiptext') to all
registered listeners.
|
void | Sets the title for the JInternalFrame and sends a
PropertyChangeEvent (with the property name
TITLE_PROPERTY ) to all registered listeners.
|
void | This method sets the title of the tab.
|
void | Set the tooltip text for this component. |
void | This method sets the tooltip text of the tab.
|
int | JOptionPane.showConfirmDialog(Component parentComponent, Object message, String title, int optionType) This method shows a confirmation dialog with the given message,
optionType and title. |
int | JOptionPane.showConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType) This method shows a confirmation dialog with the given message, title,
messageType and optionType. |
int | JOptionPane.showConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon) This method shows a confirmation dialog with the given message, title,
optionType, messageType and icon. |
int | Displays the file chooser in a modal dialog using the
CUSTOM_DIALOG type.
|
Color | This method shows a JColorChooser inside a JDialog. |
String | JOptionPane.showInputDialog(Component parentComponent, Object message, String title, int messageType) This method displays a new input dialog with the given message, title and
messageType. |
Object | JOptionPane.showInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue) This method shows an input dialog with the given message, title,
messageType, icon, selectionValues, and initialSelectionValue. |
int | JOptionPane.showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType) This method shows an internal confirmation dialog with the given message,
optionType and title. |
int | JOptionPane.showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType) This method shows an internal confirmation dialog with the given message,
title, optionTypes and icon for the given message type. |
int | JOptionPane.showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon) This method shows an internal confirmation dialog with the given message,
title, option type, message type, and icon. |
String | JOptionPane.showInternalInputDialog(Component parentComponent, Object message, String title, int messageType) This method shows an internal input dialog with the given message, title
and message type. |
Object | JOptionPane.showInternalInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue) This method shows an internal input dialog with the given message, title
message type, icon, selection value list and initial selection value.
|
void | JOptionPane.showInternalMessageDialog(Component parentComponent, Object message, String title, int messageType) This method shows an internal message dialog with the given message,
title and message type. |
void | JOptionPane.showInternalMessageDialog(Component parentComponent, Object message, String title, int messageType, Icon icon) This method shows an internal message dialog with the given message,
title, message type and icon. |
int | JOptionPane.showInternalOptionDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon, Object[] options, Object initialValue) This method displays an internal option dialog with the given message,
title, option type, message type, icon, option list, and initial option
value. |
void | JOptionPane.showMessageDialog(Component parentComponent, Object message, String title, int messageType) This method shows a message dialog with the given message, title and
messageType.
|
void | JOptionPane.showMessageDialog(Component parentComponent, Object message, String title, int messageType, Icon icon) This method shows a message dialog with the given message, title,
messageType and icon.
|
int | JOptionPane.showOptionDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon, Object[] options, Object initialValue) This method shows an option dialog with the given message, title,
optionType, messageType, icon, options and initialValue. |
Object | Parses text to return a corresponding Object.
|
Methods with return type java.lang.String | |
String | JTree.convertValueToText(Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) Converts the specified value to a String. |
String | AbstractButton.AccessibleAbstractButton.getAccessibleActionDescription(int actionIndex) Returns a description for the action with the specified index or
null if such action does not exist.
|
String | JComboBox.AccessibleJComboBox.getAccessibleActionDescription(int actionIndex) Returns the description of the specified action. |
String | Returns the description of the action at action index i .
|
String | Return a description of the specified action of the tree node.
|
String | Returns the localized description of this object.
|
String | Returns a description of this AccessibleJEditorPane . |
String | Returns a description for the accessible component.
|
String | Get the accessible description of this object.
|
String | Returns the accessible icon description. |
String | Returns the accessible name for the button.
|
String | Returns the localized name for this object. |
String | Returns the frame title.
|
String | Returns the accessible name.
|
String | Get the accessible name of this object.
|
String | Returns the action command string for this button's model.
If the action command was set to null , the button's
text (label) is returned instead.
|
String | Returns the action command of the button.
|
String | Returns the current value of the model's "actionCommand" property.
|
String | Returns actionCommand associated with the ActionEvent fired by the
JComboBox to its registered ActionListeners.
|
String | AbstractButton.AccessibleAbstractButton.getAfterIndex(int part, int index) Returns the character, word or sentence after the specified index. |
String | JLabel.AccessibleJLabel.getAfterIndex(int part, int index) Returns the character, word or sentence after the specified index. |
String | Returns the approve button text.
|
String | Returns the tool tip text for the approve button.
|
String | AbstractButton.AccessibleAbstractButton.getAtIndex(int part, int index) Returns the character, word or sentence at the specified index. |
String | JLabel.AccessibleJLabel.getAtIndex(int part, int index) Returns the character, word or sentence at the specified index. |
String | AbstractButton.AccessibleAbstractButton.getBeforeIndex(int part, int index) Returns the character, word or sentence before the specified index. |
String | JLabel.AccessibleJLabel.getBeforeIndex(int part, int index) Returns the character, word or sentence before the specified index. |
String | Recursivly searches a border hierarchy (starting at border) for
a titled border and returns the title if one is found, null
otherwise.
|
String | Returns the fully qualified class name for the LookAndFeel .
|
String | JTable.getColumnName(int column) Get the name of the column. |
String | |
String | The fully qualified class name of the cross platform (Metal) look and feel.
|
String | Returns a human readable description for this ImageIcon or null
when no description is set or available.
|
String | Returns a description of the look and feel.
|
String | Returns the description of the file, generated by the current (or default)
FileView .
|
String | Returns the dialog title.
|
String | Returns the class name of the EditorKit associated with the given
content type.
|
String | Returns an identifier for the look and feel.
|
String | Return the button's "label" property. |
String | Returns label for this popup menu
|
String | Returns the link text of the link at index i , or
null , if there is no link at the specified position.
|
String | Returns the name for the look and feel.
|
String | Returns the name of the look and feel.
|
String | Returns the name of the file, generated by the current (or default)
FileView .
|
String | Returns a message which is shown in the progress dialog.
|
String | Returns the selected text. |
String | Returns the selected text. |
String | |
String | Returns a string entry for the default locale.
|
String | Returns the String associated with the given key. |
String | Returns a string entry for a specic locale.
|
String | Returns the String associated with the given key. |
String | Returns the name of the LookAndFeel class that implements the
native systems look and feel if there is one, otherwise the name
of the default cross platform LookAndFeel class.
|
String | Return the button's "text" property. |
String | |
String | Returns the text displayed by the label.
|
String | Returns the text contained in this TextComponent. |
String | JPasswordField.getText(int offset, int length) Fetches a portion of the text represented by the component.
|
String | Returns the text displayed by the tool tip.
|
String | Returns the frame's title.
|
String | JTabbedPane.getTitleAt(int index) This method returns the tab title given the index.
|
String | Returns the title of the border of this accessible component if
this component has a titled border, otherwise returns null .
|
String | Returns the current tooltip text for this component, or null
if none has been set.
|
String | Returns the tooltip text for this accessible component.
|
String | Returns the tooltip text for this component for a particular mouse
event. |
String | This method returns the tooltip text given a mouse event.
|
String | JTabbedPane.getToolTipTextAt(int index) This method returns the tooltip string for the tab.
|
String | Returns the type description for the file, generated by the current (or
default) FileView .
|
String | Returns the suffix ( "ButtonUI" in this case) used to
determine the class name for a UI delegate that can provide the look and
feel for a JButton .
|
String | Returns a string that specifies the name of the Look and Feel class
that renders this component.
|
String | This method returns a name to identify which look and feel class will be
the UI delegate for the menuItem.
|
String | This method returns a String identifier for the UI Class to be used with
the JColorChooser.
|
String | This method returns the String identifier for the UI class to the used
with the JComboBox.
|
String | Get the value of the UIClassID property. |
String | This method returns a String identifier that allows the UIManager to know
which class will act as JDesktopPane's UI.
|
String | |
String | Returns the UI delegate class identifier.
|
String | Get the value of the UIClassID property. |
String | This method returns a String identifier that is used to determine which
class acts as the JInternalFrame's UI.
|
String | This method returns the String identifier that is used to determine
which class is used for JDesktopIcon's UI.
|
String | Returns a name to identify which look and feel class will be
the UI delegate for this label.
|
String | Return the class identifier for the list's UI property. |
String | This method returns a name to identify which look and feel class will be
the UI delegate for the menu.
|
String | This method returns a name to identify which look and feel class will be
the UI delegate for the menu bar.
|
String | This method returns a name to identify which look and feel class will be
the UI delegate for the menuItem.
|
String | This method returns an identifier to determine which UI class will act as
the UI.
|
String | Returns the suffix ( "PanelUI" in this case) used to
determine the class name for a UI delegate that can provide the look and
feel for a JPanel .
|
String | Returns the UIClassID
|
String | This method returns a name to identify which look and feel class will be
the UI delegate for the menuItem.
|
String | Returns the suffix ( "SeparatorUI" in this case) used to
determine the class name for a UI delegate that can provide the look and
feel for a JSeparator .
|
String | Returns the suffix ( "ProgressBarUI" in this case) used to
determine the class name for a UI delegate that can provide the look and
feel for a JProgressBar .
|
String | Returns a string specifying the name of the Look and Feel UI class
that renders this component.
|
String | This method returns a name to identify which look and feel class will be
the UI delegate for the menuItem.
|
String | DOCUMENT ME!
|
String | This method returns an identifier to
choose the correct UI delegate for the
scrollbar.
|
String | |
String | Returns the suffix ( "SeparatorUI" in this case) used to
determine the class name for a UI delegate that can provide the look and
feel for a JSeparator .
|
String | Returns the suffix ( "SliderUI" in this case) used to
determine the class name for a UI delegate that can provide the look and
feel for a JSlider .
|
String | Returns the ID that identifies which look and feel class will be
the UI delegate for this spinner.
|
String | This method returns a string identifier to determine which UI class it
needs.
|
String | This method returns a string identifier that is used to determine which
UI will be used with the JTabbedPane.
|
String | |
String | Returns the UI class ID string.
|
String | Returns the class ID for the UI.
|
String | Returns the UI class ID. |
String | Returns a string that specifies the name of the Look and Feel
class that renders this component.
|
String | This method returns the String identifier for the UI class to the used
with the JToolBar.
|
String | This method returns the String ID of the UI class of Separator.
|
String | Returns the string suffix used to identify the UI class, in this case
"ToolTipUI" .
|
String | This method returns the String ID of the UI class of Separator.
|
String | This method returns the String ID of the UI class of Separator.
|
String | This method returns null.
|
String | SwingUtilities.layoutCompoundLabel(FontMetrics fm, String text, Icon icon, int verticalAlignment, int horizontalAlignment, int verticalTextPosition, int horizontalTextPosition, Rectangle viewR, Rectangle iconR, Rectangle textR, int textIconGap) Layout a "compound label" consisting of a text string and an icon
which is to be placed near the rendered text. |
String | SwingUtilities.layoutCompoundLabel(JComponent c, FontMetrics fm, String text, Icon icon, int verticalAlignment, int horizontalAlignment, int verticalTextPosition, int horizontalTextPosition, Rectangle viewR, Rectangle iconR, Rectangle textR, int textIconGap) Layout a "compound label" consisting of a text string and an icon
which is to be placed near the rendered text. |
String | Returns a string, used only for debugging, which identifies or somehow
represents this button. |
String | Returns a string representing the state of this container for
debugging purposes.
|
String | Returns an implementation-dependent string describing the attributes of
this JButton .
|
String | Returns a textual representation of this component for debugging.
|
String | Returns a string describing the attributes for the
JCheckBoxMenuItem component, for use in debugging. |
String | This method returns a String describing the JColorChooser.
|
String | Returns an implementation-dependent string describing the attributes of
this JComboBox .
|
String | Return a string representation for this component, for use in
debugging.
|
String | Returns an implementation-dependent string describing the attributes of
this JDesktopPane .
|
String | This method returns a String describing the JDialog.
|
String | |
String | Returns a string describing the attributes for the
JFileChooser component, for use in debugging. |
String | Returns a string describing the attributes for the JFrame ,
for use in debugging. |
String | An implementation dependent string describing the current state of this
JInternalFrame instance.
|
String | Returns a string describing the attributes for the JLabel
component, for use in debugging. |
String | Returns a string describing the attributes for the JList
component, for use in debugging. |
String | A string that describes this JMenu. |
String | A string that describes this JMenuBar. |
String | Returns a string describing the attributes for the JMenuItem
component, for use in debugging. |
String | This method returns a String that describes this JOptionPane.
|
String | Returns an implementation-dependent string describing the attributes of
this JPanel .
|
String | Returns a string representation of this JPasswordField. |
String | A string that describes this JPopupMenu. |
String | Returns an implementation-dependent string describing the attributes of
this JProgressBar .
|
String | Returns a string representation of this component for debugging use.
|
String | Returns a string describing the attributes for the
JRadioButtonMenuItem component, for use in debugging. |
String | Returns a string describing the attributes for the JScrollBar
component, for use in debugging. |
String | Returns an implementation-dependent string describing the attributes of
this JSeparator .
|
String | Returns an implementation-dependent string describing the attributes of
this JSlider .
|
String | Returns an implementation-dependent string describing the attributes of
this JSplitPane .
|
String | Returns a string describing the attributes for the
JTabbedPane component, for use in debugging. |
String | Returns a param string that can be used for debugging.
|
String | Returns a textual representation of this component for debugging.
|
String | Returns a string describing the attributes for the JToolBar
component, for use in debugging. |
String | Returns a string describing the attributes for the JToolTip
component, for use in debugging. |
String | A String representation of this JTree. |
String | Returns a string representing the state of this container for
debugging purposes.
|
String | This method will show a QUESTION_MESSAGE input dialog with the given
message. |
String | JOptionPane.showInputDialog(Component parentComponent, Object message, Object initialSelectionValue) This method will show a QUESTION_MESSAGE type input dialog with the given
message and initialSelectionValue. |
String | JOptionPane.showInputDialog(Component parentComponent, Object message, String title, int messageType) This method displays a new input dialog with the given message, title and
messageType. |
String | This method shows a QUESTION_MESSAGE type input dialog. |
String | This method shows a QUESTION_MESSAGE type input dialog. |
String | This method shows an internal input dialog with the given message. |
String | JOptionPane.showInternalInputDialog(Component parentComponent, Object message, String title, int messageType) This method shows an internal input dialog with the given message, title
and message type. |
String | Returns a string with all relevant properties of this range
model.
|
String | Convert the list to a string representation.
|
String | Returns a string that displays and identifies this object's properties.
|
String | Convert this Object to a human-readable String.
|
String | Returns a String representation of this SizeRequirements object,
containing information about the minimum, preferred, maximum and
alignment value.
|
String | Returns a String representation of the LookAndFeelInfo object.
|
String | Returns a String to be displayed, based on the Object
value .
|
Methods with parameter type java.lang.String | |
boolean | Checks if the passed servant is an instance of the given CORBA IDL type.
|
Methods with return type java.lang.String | |
String | Returns synchronization scope repository id.
|
Methods with parameter type java.lang.String | |
Charset | Returns the named charset, by canonical name or alias.
|
Constructors with parameter type java.lang.String | |
Construct an AudioPermission with the given name.
| |
Construct an AudioPermission with the given name.
| |
BooleanControl.BooleanControl(BooleanControl.Type type, boolean init, String trueLabel, String falseLabel) Create a new boolean control, with the indicated Type, initial
value, and labels.
| |
Create a new encoding descriptor, given its name.
| |
FloatControl.FloatControl(FloatControl.Type type, float min, float max, float prec, int update, float init, String units) Create a new FloatControl given its type and various parameters.
| |
FloatControl.FloatControl(FloatControl.Type type, float min, float max, float prec, int update, float init, String units, String minLabel, String midLabel, String maxLabel) Create a new FloatControl given its type and various parameters.
| |
Create a new Info object, given the line's class, the name,
and an argument indicating whether this is an input or an output.
| |
Create a new mixer description.
| |
Create a new LineUnavailableException with the given message.
| |
ReverbType.ReverbType(String name, int earlyDelay, float earlyInten, int lateDelay, float lateInten, int decay) Create a new ReverbType given its attributes.
| |
Create a new Type given its name.
| |
Create a new Type given its name.
| |
Create a new Type given its name.
| |
Create a new Type given its name.
| |
Create a new type given its name.
| |
Create a new type with the indicated name.
| |
Create a new Type given its name and file extension.
| |
Create a new UnsupportedAudioFileException with the indicated message.
|
Methods with parameter type java.lang.String | |
Object | Return the value of a property defined in this format.
|
Object | Given a key, return a property associated with this format;
or null if this property is not set.
|
Methods with return type java.lang.String | |
String | Return the mixer's description.
|
String | Return the extension associated with this Type.
|
String | Return the label for the minimum value of this control.
|
String | Return the label for the midpoint of this control.
|
String | Return the label for the minimum value of this control.
|
String | Return the name of the mixer.
|
String | Return the name of this object.
|
String | Return the name of this ReverbType.
|
String | BooleanControl.getStateLabel(boolean state) Return the label corresponding to the indicated state.
|
String | Return the name of the units for this control.
|
String | Return the mixer's vendor.
|
String | Return the mixer's version.
|
String | Return a description of this AudioFileFormat.
|
String | Return the name of this Type.
|
String | Return a description of this format.
|
String | Return the name of this encoding.
|
String | Return a string describing this control.
|
String | Return a string description of this compound control.
|
String | Return a String descrsibing this control. |
String | Return the name of this Type.
|
String | Return a description of this Info object.
|
String | Return a string describing this control.
|
String | Return a string describing this control.
|
String | Return a description of this Info object.
|
String | Return a description of this event.
|
String | Return the name of this Type.
|
String | |
String | Return a description of this Info object.
|
String | Return a description of this ReverbType.
|
Constructors with parameter type java.lang.String | |
Create the FormatMismatch with explaining message and all fields
initialised to the given values.
| |
Create the InvalidTypeForEncoding with explaining message.
| |
Create the TypeMismatch with explaining message.
|
Methods with return type java.lang.String | |
String | Get the FormatMismatch repository id.
|
String | Get the InvalidTypeForEncoding repository id.
|
String | Get the TypeMismatch repository id.
|
Constructors with parameter type java.lang.String | |
ChoiceCallback.ChoiceCallback(String prompt, String[] choices, int defaultChoice, boolean multipleSelectionsAllowed) Construct a ChoiceCallback with a prompt, a list of choices,
a default choice, and a boolean specifying whether or not multiple
selections from the list of choices are allowed.
| |
Construct a ConfirmationCallback with a message type, a
list of options and a default option.
Underlying security services use this constructor if they require a
confirmation different from the available preset confirmations provided
(for example, CONTINUE/ABORT or STOP/GO). | |
ConfirmationCallback.ConfirmationCallback(String prompt, int messageType, int optionType, int defaultOption) Construct a ConfirmationCallback with a prompt, message
type, an option type and a default option.
Underlying security services use this constructor if they require
either a YES/NO, YES/NO/CANCEL or OK/CANCEL confirmation.
| |
ConfirmationCallback.ConfirmationCallback(String prompt, int messageType, String[] options, int defaultOption) Construct a ConfirmationCallback with a prompt, message
type, a list of options and a default option.
Underlying security services use this constructor if they require a
confirmation different from the available preset confirmations provided
(for example, CONTINUE/ABORT or STOP/GO). | |
Construct a NameCallback with a prompt.
| |
Construct a NameCallback with a prompt and default name.
| |
Construct a PasswordCallback with a prompt and a boolean
specifying whether the password should be displayed as it is being typed.
| |
Construct a TextInputCallback with a prompt.
| |
Construct a TextInputCallback with a prompt and default
input value.
| |
Construct a TextOutputCallback with a message type and
message to be displayed.
| |
Constructs an UnsupportedCallbackException with the specified
detail message. |
Methods with parameter type java.lang.String | |
void | Set the retrieved name.
|
void | Set the retrieved text.
|
Methods with return type java.lang.String | |
String[] | Get the list of choices.
|
String | Get the default name.
|
String | Get the default text.
|
String | Returns the message to be displayed.
|
String | Get the retrieved name.
|
String[] | Get the confirmation options.
|
String | Get the prompt.
|
String | Get the prompt.
|
String | Get the prompt.
|
String | Get the prompt.
|
String | Get the prompt.
|
String | Get the retrieved text.
|
Constructors with parameter type java.lang.String | |
Create the ForwardRequest with explaining
message and all fields initialised to the given values.
| |
Create the InvalidSlot with explaining message.
|
Methods with parameter type java.lang.String | |
void | Insert the ORB Id into Any (uses Any.insert_string(String) ).
|
void | Insert the Server Id into Any (uses Any.insert_string(String) ).
|
void | Insert into the given adapter name ( String[] ) into the
given Any .
|
Object | Create an object with the given repository and object ids. |
void | Register the initial reference. |
Object | Identical to ORB.resolve_initial_references(String) .
|
boolean | Checks if the servant is the given repository id.
|
void | |
void | |
void | Writes the String[] into the given stream.
|
Methods with return type java.lang.String | |
String[] | Get the name of this adapter. |
String[] | Returns the name of the adapter that is handling the current request.
|
String[] | Returns the arguments passed to the ORB.init.
|
String[] | Returns the names of all contexts of the operation being invoked.
|
String[] | Extract the adapter name ( String[] ) from the given Any .
|
String | Extract the ORB Id from Any ((uses Any.extract_string() ).
|
String | Extract the Server Id from Any ((uses Any.extract_string() ).
|
String | Get the adapter manager id repository id.
|
String | Returns the agreed Id.
|
String | Get the adapter state repository id.
|
String | Get the Current repository id.
|
String | Get the ForwardRequest repository id.
|
String | Get the InvalidSlot repository id.
|
String | Get the IORInterceptor_3_0 repository id.
|
String | Return the Object Id repository id.
|
String | Get the ObjectReferenceFactory repository id.
|
String | Get the ObjectReferenceTemplate repository id.
|
String | Returns the object reference template sequence repository Id.
|
String | Return the ORB Id repository id.
|
String | Return the Server Id repository id.
|
String | All interceptors of the same type, registered on the single ORB, must
either have different names or be anonymous. |
String | Get the name of the operation being invoked.
|
String[] | Get the names of the service contexts being sent on the request.
|
String | The id of the ORB of this adapter.
|
String | Returns the ID of the ORB being initialized.
|
String | Returns the id of the ORB that is handling the current request. |
String[] | Reads the String[] from the CORBA input stream.
|
String | Calls InputStream.read_string() .
|
String | Calls InputStream.read_string() .
|
String | Returns the repository id of the remote exception that was thrown on the
server side.
|
String | Get the server id of of this adapter. |
String | Returs the id of the server that is handling the current request. |
String | Get the most derived (most specific) repository Id of the servant.
|
Constructors with parameter type java.lang.String | |
Creates a new authentication permission for the given target name.
| |
Creates a new authentication permission for the given target name.
| |
Creates a new DestroyFailedException with a detail message.
| |
Create a new private credential permission.
| |
Create a new RefreshFailedException with a detail message.
|
Methods with return type java.lang.String | |
String | Returns the actions this permission encompasses. |
String | Returns the credential class name that was embedded in this permission's
target name.
|
String[][] | Returns the principal list that was embedded in this permission's target
name.
|
String |
Constructors with parameter type java.lang.String | |
Constructs a new AnnotationFormatError
using the specified message to give details of the error.
| |
Constructs a new AnnotationFormatError
using the specified message to give details of the error.
| |
Constructs an AnnotationTypeMismatchException
which is due to a mismatched type in the annotation
element, m . | |
Constructs a new IncompleteAnnotationException
which indicates that the element, name , was missing
from the annotation, type at compile time and does
not have a default value.
|
Methods with return type java.lang.String | |
String | Returns the name of the missing annotation element.
|
String | Returns the erroneous type used by the element,
represented as a String . |
String | Returns a textual representation of the annotation. |
Constructors with parameter type java.lang.String | |
Creates a new JarEntry with the specified name and no attributes or
or certificates. | |
Create a new JarException with a descriptive error message indicating
what went wrong. | |
Creates a new JarFile. | |
Creates a new JarFile. | |
Creates a new Name from the given String.
|
Fields of type java.lang.String | |
String | The name of the manifest entry: META-INF/MANIFEST.MF |
Methods with parameter type java.lang.String | |
ZipEntry | Creates a JarEntry for a particular name and consults the manifest
for the Attributes of the entry.
|
Attributes | Returns the Attributes associated with the Entry.
|
ZipEntry | XXX
It actually returns a JarEntry not a zipEntry
|
JarEntry | Returns the JarEntry that belongs to the name if such an entry
exists in the JarFile. |
String | Gets the value of an attribute name given as a String.
|
String | Stores an attribute name (represented by a String) and value in this
Attributes map.
|
Methods with return type java.lang.String | |
String | Gets the value of an attribute name given as a String.
|
String | Gets the value of the given attribute name.
|
String | Stores an attribute name (represented by a String) and value in this
Attributes map.
|
String | Returns the string representation of this Name as given to the
constructor (not neccesarily the lower case representation).
|
Constructors with parameter type java.lang.String | |
Creates ACTIVITY_COMPLETED with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created ACTIVITY_COMPLETED exception, providing full information.
| |
Creates ACTIVITY_REQUIRED with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created ACTIVITY_REQUIRED exception, providing full information.
| |
Creates a BAD_CONTEXT with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created BAD_CONTEXT exception, providing full information.
| |
Creates a BAD_INV_ORDER with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created BAD_INV_ORDER exception, providing full information.
| |
Creates a BAD_OPERATION with the default minor code of 0, completion state
COMPLETED_NO and the given explaining message.
| |
Created BAD_OPERATION exception, providing full information.
| |
Creates BAD_PARAM with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created BAD_PARAM exception, providing full information.
| |
Creates BAD_QOS with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created BAD_QOS exception, providing full information.
| |
Creates a BAD_TYPECODE with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created BAD_TYPECODE exception, providing full information.
| |
Constructs a Bounds exception using the specified
message as the reason for throwing it.
| |
Creates CODESET_INCOMPATIBLE with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created CODESET_INCOMPATIBLE exception, providing full information.
| |
Creates a COMM_FAILURE with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created COMM_FAILURE exception, providing full information.
| |
Creates a DATA_CONVERSION with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created DATA_CONVERSION exception, providing full information.
| |
Creates a FREE_MEM with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created FREE_MEM exception, providing full information.
| |
Creates a IMP_LIMIT with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created IMP_LIMIT exception, providing full information.
| |
Creates a INITIALIZE with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created INITIALIZE exception, providing full information.
| |
Creates a INTERNAL with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created INTERNAL exception, providing full information.
| |
Creates a INTF_REPOS with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created INTF_REPOS exception, providing full information.
| |
Creates INVALID_ACTIVITY with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created INVALID_ACTIVITY exception, providing full information.
| |
Creates a INVALID_TRANSACTION with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created INVALID_TRANSACTION exception, providing full information.
| |
Creates a INV_FLAG with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created INV_FLAG exception, providing full information.
| |
Creates a INV_IDENT with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created INV_IDENT exception, providing full information.
| |
Creates a INV_OBJREF with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created INV_OBJREF exception, providing full information.
| |
Creates a INV_POLICY with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created INV_POLICY exception, providing full information.
| |
Creates a MARSHAL with the default minor code of 0, completion state
COMPLETED_NO and the given explaining message.
| |
Created MARSHAL exception, providing full information.
| |
Creates a NO_IMPLEMENT with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created NO_IMPLEMENT exception, providing full information.
| |
Creates a NO_MEMORY with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created NO_MEMORY exception, providing full information.
| |
Creates a NO_PERMISSION with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created NO_PERMISSION exception, providing full information.
| |
Creates a NO_RESOURCES with the default minor code of 0, completion state
COMPLETED_NO and the given explaining message.
| |
Created NO_RESOURCES exception, providing full information.
| |
Creates a NO_RESPONSE with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created NO_RESPONSE exception, providing full information.
| |
Creates the name-value pair, initialising the fields to the passed
values.
| |
Creates a OBJECT_NOT_EXIST with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created OBJECT_NOT_EXIST exception, providing full information.
| |
Creates a OBJ_ADAPTER with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created OBJ_ADAPTER exception, providing full information.
| |
Creates a PERSIST_STORE with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created PERSIST_STORE exception, providing full information.
| |
Constructs the policy error with the given reason code and the
detailed message.
| |
Creates REBIND with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created REBIND exception, providing full information.
| |
Constructs an instance of StringHolder,
initializing value to the given String .
| |
Constructs an instance of StringSeqHolder,
initializing value to the given String .
| |
Creates a structure member.
| |
Constructs an instance of the CORBA standard exception.
| |
Creates TIMEOUT with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created TIMEOUT exception, providing full information.
| |
Creates TRANSACTION_MODE with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created TRANSACTION_MODE exception, providing full information.
| |
Creates a TRANSACTION_REQUIRED with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created TRANSACTION_REQUIRED exception, providing full information.
| |
Creates a TRANSACTION_ROLLEDBACK with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created TRANSACTION_ROLLEDBACK exception, providing full information.
| |
Creates TRANSACTION_UNAVAILABLE with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
TRANSACTION_UNAVAILABLE.TRANSACTION_UNAVAILABLE(String reason, int minor, CompletionStatus completed) Created TRANSACTION_UNAVAILABLE exception, providing full information.
| |
Creates a TRANSIENT with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created TRANSIENT exception, providing full information.
| |
Creates a UNKNOWN with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
| |
Created UNKNOWN exception, providing full information.
| |
Creates a union member.
| |
Constructs the exception, explaining the reason of throwing it.
| |
ValueMember.ValueMember(String a_name, String an_id, String is_defined_in, String a_version, TypeCode a_type, IDLType a_type_def, short an_access) Create the value member, specifying the field values.
| |
Constructs an instance of WStringSeqHolder,
initializing value to the given String .
| |
Constructs a WrongTransaction exception using the specified
message as the reason for throwing it.
|
Fields of type java.lang.String | |
String | The repository ID of the value for that this member is defined
|
String | The name of the structure record.
|
String | The repository ID of this value member itself.
|
String | The name of the structure member.
|
String | The name of the union member.
|
String | The name of the value member. |
String | The String (CORBA string ) value,
held by this StringHolder.
|
String[] | The String[] (CORBA string[] ) value,
held by this StringSeqHolder.
|
String[] | The String[] (CORBA wstring[] ) value,
held by this WStringSeqHolder.
|
String | The version of the value in which this member is defined.
|
Methods with parameter type java.lang.String | |
Request | LocalObject._create_request(Context context, String operation, NVList parameters, NamedValue returns) This method is not appropriate for the local objects and just
throws an exception.
|
Request | Create a request to invoke the method of this object.
|
Request | LocalObject._create_request(Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list) This method is not appropriate for the local objects and just
throws an exception.
|
Request | Object._create_request(Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list) Create a request to invoke the method of this object, specifying
context list and the list of the expected exception.
|
boolean | This method is not appropriate for the local objects and just
throws an exception.
|
boolean | Check if this object can be referenced by the given repository id.
|
Request | This method is not appropriate for the local objects and just
throws an exception.
|
Request | Create a request to invoke the method of this CORBA object.
|
OutputStream | This method is not appropriate for the local objects and just
throws an exception.
|
ServantObject | This method is called from rmic generated stubs if the
Util.isLocal(Stub) , called passing this as parameter,
returns true. |
void | Add a name object
|
NamedValue | Create and add the new named value object with the given
names, given flags and the null value.
|
Any | Add the named input parameter that passes value to
the method being invoked. |
Any | Add the named input/output parameter that passes value both to and from
the method being invoked. |
Any | Add the named output parameter that passes value from
the method being invoked. |
NamedValue | Create and add the named value object with the given name,
value and flags.
|
TypeCode | Create a typecode for an abstract interface. |
TypeCode | Create alias typecode for the given typecode.
|
Context | Create a child of this Context, giving it a name.
|
TypeCode | Create a typecode, defining the given enumeration.
|
TypeCode | Create the exception typecode.
|
TypeCode | Creates a typecode, representing the IDL interface.
|
NamedValue | Create a new named value.
|
TypeCode | Create a typecode for a native interface.
|
TypeCode | Create a typecode which serves as a placeholder for typcode, containing
recursion.
|
TypeCode | Create the typecode, defining the given IDL structure.
|
TypeCode | Create the typecode, defining the given IDL union.
|
TypeCode | Create value box typecode.
|
TypeCode | ORB.create_value_tc(String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members) Create IDL value type code.
|
void | Delete one or several (identically named) given properties.
|
NVList | Search the values.
|
ORB | Creates the working instance of ORB for a standalone application.
|
void | Insert the FieldName into Any (uses Any.insert_string(String) ).
|
void | Insert the Identifier into Any (uses Any.insert_string(String) ).
|
void | Insert the Repository Id into Any (uses Any.insert_string(String) ).
|
void | Insert the string into the given Any. |
void | Insert the VersionSpec into Any (uses Any.insert_string(String) ).
|
void | Insert the wide string into the given Any. |
void | Insert into the given String[] into the
given Any . |
void | Insert into the given String[] into the
given Any . |
void | Insert the CORBA string into this Any
|
void | Insert the string value into the enclosed
Any inside this DynAny
|
void | Insert the CORBA wstring into this Any
|
void | Insert the wide string (usually UTF-16) into the enclosed
Any inside this DynAny
|
void | Renames the currently focused member.
|
Object | Find and return the easily accessible CORBA object, addressed
by name. |
void | Set a property.
|
void | Set the ORB parameters. |
Object | Find and return the CORBA object, addressed by the given
string representation. |
void | Set the value of this object.
|
void | |
void | |
void | |
void | Writes a string as a value type.
|
void | |
void | Writes a wide string as a value type.
|
void | Writes the String[] into the given stream.
|
void | Writes the String[] into the given stream.
|
void | Write narrow (usually 8 bits per character) string to the output stream.
|
void | Write wide (usually 16 bits per character) string to the output stream.
|
Methods with return type java.lang.String | |
String[] | Returns the array of the repository ids, supported by this object.
|
String[] | Return the array of repository ids of the IDL type.
|
String[] | Return the array of repository ids for this object.
|
String | Get the context name.
|
String | Get the name of the structure field that would be returned by
DynAny.current_component() .
|
String | Get the name of the member, pointed by the internal pointer.
|
String | Extract the FieldName from Any ((uses Any.extract_string() ).
|
String | Extract the Identifier from Any ((uses Any.extract_string() ).
|
String | Extract the Repository Id from Any ((uses Any.extract_string() ).
|
String[] | Extract the String[] from the
given Any . |
String | Extract the string from the given Any. |
String | Extract the VersionSpec from Any ((uses Any.extract_string() ).
|
String[] | Extract the String[] from the
given Any . |
String | Extract the wide string from the given Any. |
String | Extract the CORBA string from this Any .
|
String | Extract the CORBA wstring from this Any
|
String | Returns the String Value repository Id.
|
String | Returns the String Value repository Id.
|
String | Extract the string value that is expected to be
stored in this DynAny.
|
String | Extract the wide (usually UFT-16) string that is expected to be
stored in this DynAny.
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Returns the agreed Id.
|
String | Get the Current repository id.
|
String | Get the definition kind repository id.
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Return the FieldName repository id.
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Return the Identifier repository id.
|
String | Return the IDLType repository id.
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Return the NameValuePair repository id.
|
String | Get the object repository id.
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Get the parameter mode repository id.
|
String | Returns policy error code repository id.
|
String | Get the PolicyError repository id.
|
String | Get the Policy repository id.
|
String | Get the Policy[] repository id.
|
String | Get the int repository id.
|
String | Return the Repository Id repository id.
|
String | Get the service detail repository id.
|
String | Get the service information repositroy id.
|
String | Get the definition kind repository id.
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Returns the String Value repository Id.
|
String | Return the StructMember repository id.
|
String | Returns the RepositoryId globally identifying the type, defined by
this TypeCode.
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Return the UnionMember repository id.
|
String | Get the UnknownUserException repository id.
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Return the value base helper repository id.
|
String | Return the ValueMember repository id.
|
String | Return the VersionSpec repository id.
|
String | Get the Visibility repository id.
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Get the WrongTransaction repository id.
|
String | Returns the agreed Id, delegating functionality to
the type() .id().
|
String | Returns the String Value repository Id.
|
String | ContextList.item(int at) Return the name at the given index.
|
String[] | List the initially available CORBA objects (services).
|
String | Returns the name of the currently focused member.
|
String | TypeCode.member_name(int index) Retrieves the simple name of the member identified by the given index.
|
String | Get the name of this parameter.
|
String | Retrieves the simple name identifying this TypeCode object
within its enclosing scope.
|
String | Get the IOR reference string for the given object.
|
String | This method is deprecated, use operation() (same parameter).
|
String | Get the name of the method being invoked.
|
String | Should return the name of the operation (method) being invoked.
|
String | Calls InputStream.read_string() .
|
String | Calls InputStream.read_string() .
|
String | Calls InputStream.read_string() .
|
String[] | Reads the String[] from the CORBA input stream.
|
String | Reads a string as a value type.
|
String | Calls InputStream.read_string() .
|
String[] | Reads the String[] from the CORBA input stream.
|
String | Reads a wide string as a value type.
|
String | Read narrow string (usually 8 bits per character).
|
String | Read wide string (usually 16 bits per character).
|
String | Returns a short string representation.
|
String | Returns a short string representation.
|
String | Get the value of this object.
|
Constructors with parameter type java.lang.String | |
Creates the attribute with the given name, initializing other fields
to the default values ( 0 and null ).
| |
AttributeList.AttributeList(String a_name, int a_type, int a_modifier, String a_default, Vector> allowed_values, AttributeList a_next) Creates the attribute with the given properties.
| |
Create a new DTD with the specified name. | |
Create a new entity
|
Fields of type java.lang.String | |
String | The name of the attribute. |
String | The name of this DTD.
|
String | The element name.
|
String | The entity name.
|
String | The default value of this attribute. |
Methods with parameter type java.lang.String | |
DTD | Registers the user - written DTD under the given name, also
making it default for the subsequent parsings. |
AttributeList | DTD.defAttributeList(String name, int type, int modifier, String default_value, String allowed_values, AttributeList atts) Creates and returns new attribute (not an attribute list).
|
Element | DTD.defElement(String name, int type, boolean headless, boolean tailless, ContentModel content, String[] exclusions, String[] inclusions, AttributeList attributes) Defines a new element and adds it to the element table.
|
Entity | Creates, adds into the entity table and returns the
character entity like <
(means '< ' );
|
Entity | Creates, intializes and adds to the entity table the new
entity.
|
void | Define the attributes for the element with the given name.
|
Element | DTD.defineElement(String name, int type, boolean headless, boolean tailless, ContentModel content, BitSet exclusions, BitSet inclusions, AttributeList attributes) Defines the element and adds it to the element table. |
Entity | Creates, intializes and adds to the entity table the new
entity.
|
void | Invokes the error handler. |
void | Invokes the error handler. |
void | Invokes the error handler. |
void | Invokes the error handler. |
AttributeList | Get the element attribute by name.
|
AttributeList | Get the element attribute by its value.
|
DTD | Get this DTD by name. |
Element | Get the element by the element name. |
Entity | Get the named entity by its name.
|
void | |
void | |
int | Converts a string value, representing a valid SGLM attribute type,
into the corresponding value, defined in DTDConstants.
|
int | Converts the string representation of the element type
into its unique integer identifier, defined in DTDConstants.
|
int | Converts a given string to the corresponding entity type.
|
void | Place this DTD into the DTD table. |
Methods with return type java.lang.String | |
String | Get the name of the attribute.
|
String | Get the name of this instance of DTD
|
String | Get the element name.
|
String | Get the entity name.
|
String | Returns a data as String
|
String | Get the default value of this attribute.
|
String | Parses DTD markup declaration. |
String | Returns the attribute name.
|
String | Returns a string representation (an expression) of this content model.
|
String | Returns the name of this instance of DTD.
|
String | Returns the name of this element.
|
String | Returns string representation of this object.
|
String | AttributeList.type2name(int type) Converts a value from DTDConstants into the string representation.
|
Methods with return type java.lang.String | |
String | Get the string representation of this lease
|
String | Get the string representation of this VMID.
|
Constructors with parameter type java.lang.String | |
Creates the exception, explaining the reason.
| |
Create an exception with the initialised fields and explaining
message.
| |
Creates an exception with explanation, why the name is invalid.
| |
Create an exception with explaining message.
| |
Creates the exception, intialising the fields to the given values and
also providing the explaining string.
|
Methods with return type java.lang.String | |
String | Return the exception repository id.
|
String | Return the exception repository id.
|
String | Return the exception repository id.
|
String | Return the exception repository id.
|
String | Return the exception repository id.
|
String | Return the exception repository id.
|
Constructors with parameter type java.lang.String | |
Constructs a BigDecimal from the String val according to the same
rules as the BigDecimal(String) constructor and then rounds
according to the MathContext mc.
| |
Constructs a MathContext from a String that has the same form as one
produced by the toString() method.
|
Methods with return type java.lang.String | |
String | Returns the String representation of this BigDecimal, using engineering
notation if necessary. |
String | Returns a String representation of this BigDecimal without using
scientific notation. |
String | Returns the String representation of this BigDecimal, using scientific
notation if necessary. |
String | |
String | Returns "precision=p roundingMode=MODE" where p is an int giving the
precision and MODE is UP, DOWN, HALF_UP, HALF_DOWN, HALF_EVEN, CEILING,
FLOOR, or UNNECESSARY corresponding to rounding modes.
|
String | BigInteger.toString(int radix) |
Constructors with parameter type java.lang.String | |
Create the initialised name component.
|
Fields of type java.lang.String | |
String | The name component identifier.
|
String | The name component kind (this conception is similar to
the file type conception.
|
Methods with parameter type java.lang.String | |
OutputStream | Call the required method.
|
OutputStream | |
OutputStream | The server calls this method after receiving the request message from
client. |
OutputStream | Call the required method.
|
OutputStream | Invoke the object method.
|
OutputStream | The server calls this method after receiving the request message
from client. |
void | Insert the IString into Any (uses Any.insert_string(String) ).
|
Object | Resolve the name, represented in the form of the string.
|
Object | |
NameComponent[] | Converts the name, represented in the form of the string,
into the older name representation (array of the name
components).
|
NameComponent[] | Converts the string name representation into the array
name representation.
|
String | |
String | |
void |
Methods with return type java.lang.String | |
String[] | |
String[] | |
String[] | |
String[] | Return the list of repository ids.
|
String[] | Get an array of repository ids for this object.
|
String[] | Return the array of repository ids for this object.
|
String[] | Return the array of repository ids for this object.
|
String[] | Return the array of repository ids.
|
String[] | Return the array of repository ids for this object.
|
String | Extract the IString from Any ((uses Any.extract_string() ).
|
String | Return the binding repository id.
|
String | Return the binding iterator repository id.
|
String | Get the binding list repository id.
|
String | Return the binding type repository id.
|
String | Return the IString repository id.
|
String | Get the repository Id of the NameComponent .
|
String | NameHelper.id() Get the Name repository Id.
|
String | Get the NamingContextExt repository id.
|
String | Get the NamingContext repository id.
|
String | Calls InputStream.read_string() .
|
String | Get a string representation (id.kind).
|
String | Converts the older representation for the name (array
of the name components) into the string form of the name.
|
String | Convert the name array representation to the name string
representation.
|
String | |
String |
Constructors with parameter type java.lang.String | |
Create an error with a message.
| |
Create an exception with a message.
| |
Create an exception with a message.
| |
Create an exception with a message.
| |
Creates a Boolean object representing the primitive
true if and only if s matches
the string "true" ignoring case, otherwise the object will represent
the primitive false . | |
Create a Byte object representing the value specified
by the String argument
| |
Create an exception with a message.
| |
Create an error with a message.
| |
Create an error with a message.
| |
Create an exception with a message. | |
Create an exception with a message and chain it to the exception
which occurred while loading the class.
| |
Create an exception with a message.
| |
Create a Double from the specified String .
| |
This constructor is used by the compiler to create enumeration constants.
| |
Create a new EnumConstantNotPresentException with the indicated
enum type and enum constant name.
| |
Create an error with a message. | |
Create an error with a message and a cause.
| |
Create an exception with a message. | |
Create an exception with a message and a cause.
| |
Create an error with a message. | |
Create a Float from the specified String .
| |
Create an error with a message.
| |
Create an exception with a message.
| |
Create an exception with a message.
| |
Constructs a IllegalArgumentException using
the specified error message, which should give further details
as to the reason for this exception. | |
Create an exception with a message.
| |
Create an exception with a message.
| |
Constructs a IllegalStateException using
the specified error message, which should give further details
as to the reason for this exception. | |
Create an exception with a message.
| |
Create an error with a message.
| |
Create an exception with a message.
| |
Create an error with a message.
| |
Create an exception with a message.
| |
Create an Integer object representing the value of the
argument after conversion to an int .
| |
Create an error with a message.
| |
Create an exception with a message.
| |
Create an error with a message.
| |
Create a Long object representing the value of the
argument after conversion to a long .
| |
Create an exception with a message.
| |
Create an error with a message.
| |
Create an error with a message.
| |
Create an exception with a message.
| |
Create an error with a message.
| |
Create an exception with a message.
| |
Create an exception with a message.
| |
Create an exception with a message.
| |
Create an error with a message.
| |
Create an exception with a message. | |
Create an exception with a message and a cause.
| |
Create a new permission with the specified name.
| |
Create a new permission with the specified name. | |
Create an exception with a message.
| |
Constructs a SecurityException using
the specified error message, which should give further details
as to the reason for this exception. | |
Create a Short object representing the value of the
argument after conversion to a short .
| |
Create an error with a message.
| |
StackTraceElement.StackTraceElement(String className, String methodName, String fileName, int lineNumber) Create a new StackTraceElement representing a given source location.
| |
Creates a new String using the portion of the byte array starting at the
offset and ending at offset + count. | |
Creates a new String using the byte array. | |
Copies the contents of a String to a new String. | |
Create a new StringBuffer with the characters in the
specified String . | |
Create a new StringBuilder with the characters in the
specified String . | |
Create an exception with a message.
| |
Construct a new subset of characters.
| |
Allocates a new Thread object. | |
Allocates a new Thread object. | |
Allocate a new Thread object, with the specified ThreadGroup and name, and
using the specified Runnable object's run() method to
execute. | |
Allocate a new Thread object, as if by
Thread(group, null, name) , and give it the specified stack
size, in bytes. | |
Allocates a new Thread object. | |
Create a new ThreadGroup using the given name and the current thread's
ThreadGroup as a parent. | |
Create a new ThreadGroup using the given name and parent group. | |
Instantiate this Throwable with the given message. | |
Instantiate this Throwable with the given message and cause. | |
Constructs a TypeNotPresentException for
the supplied type. | |
Create an error with a message.
| |
Create an error with a message.
| |
Create an error with a message.
| |
Create an exception with a message.
| |
Constructs a UnsupportedOperationException using
the specified error message, which should give further details
as to the reason for this exception. | |
Create an error with a message.
| |
Create an error with a message.
|
Methods with parameter type java.lang.String | |
StringBuffer | Append the String to this StringBuffer . |
StringBuilder | Append the String to this StringBuilder . |
void | Check if the current thread is allowed to accept a connection from a
particular host on a particular port. |
void | Check if the current thread is allowed to connect to a given host on a
given port. |
void | Check if the current thread is allowed to connect to a given host on a
given port, using the given security context. |
void | Check if the current thread is allowed to delete the given file. |
void | Check if the current thread is allowed to execute the given program. |
void | Check if the current thread is allowed to link in the given native
library. |
void | Check if the current thread is allowed to access the specified package
at all. |
void | Check if the current thread is allowed to define a class into the
specified package. |
void | Check if the current thread is allowed to read a particular system
property (writes are checked directly via checkPermission). |
void | Check if the current thread is allowed to read the given file. |
void | Check if the current thread is allowed to read the given file. using the
given security context. |
void | Test whether a particular security action may be taken. |
void | Check if the current thread is allowed to write the given file. |
int | Get the depth of a particular class on the execution stack.
|
String | Remove a single system property by name. |
int | Compares this String and another String (case sensitive,
lexicographically). |
int | Compares this String and another String (case insensitive). |
boolean | Compile the classes whose name matches classNames .
|
String | Concatenates a String to this String. |
Byte | Convert the specified String into a Byte .
|
Integer | Convert the specified String into an Integer .
|
Long | Convert the specified String into a Long .
|
Short | Convert the specified String into a Short .
|
Class> | Helper to define a class using a string of bytes without a
ProtectionDomain. |
Class> | Helper to define a class using a string of bytes. |
Class> | Helper to define a class using the contents of a byte buffer. |
Package | ClassLoader.definePackage(String name, String specTitle, String specVendor, String specVersion, String implTitle, String implVendor, String implVersion, URL sealed) Defines a new package and creates a Package object. |
boolean | Predicate which determines if this String ends with a given suffix.
|
boolean | Compares a String to this String, ignoring case. |
Process | Create a new subprocess with the specified command line. |
Process | Create a new subprocess with the specified command line and environment.
|
Process | Create a new subprocess with the specified command line, environment, and
working directory. |
Process | Create a new subprocess with the specified command line, already
tokenized. |
Process | Create a new subprocess with the specified command line, already
tokenized, and specified environment. |
Process | Create a new subprocess with the specified command line, already
tokenized, and the specified environment and working directory. |
Class> | Called for every class name that is needed but has not yet been
defined by this classloader or one of its parents. |
String | Called by Runtime.loadLibrary() to get an absolute path
to a (system specific) library that was requested by a class loaded
by this classloader. |
Class> | Helper to find an already-loaded class in this ClassLoader.
|
URL | Called whenever a resource is needed that could not be provided by
one of the parents of this classloader. |
Enumeration | Called whenever all locations of a named resource are needed.
|
Class> | Helper to find a Class using the system classloader, possibly loading it.
|
Character.UnicodeBlock |
Returns the UnicodeBlock with the given name, as defined
by the Unicode standard. |
Class> | Use the classloader of the current class to load, link, and initialize
a class. |
Class> | Use the specified classloader to load and link a class. |
String | |
String | |
boolean | If the value of the system property name matches
"true" ignoring case then the function returns true .
|
byte[] | Converts the Unicode characters in this String to a byte array. |
Field | Get a field declared in this class, where name is its simple name. |
Method | Get a method declared in this class, where name is its simple name. |
Field | Get a public field declared or inherited in this class, where name is
its simple name. |
Integer | Get the specified system property as an Integer . |
Integer | Get the specified system property as an Integer , or use a
default int value if the property is not found or is not
decodable. |
Integer | Get the specified system property as an Integer , or use a
default Integer value if the property is not found or is
not decodable. |
Long | Get the specified system property as a Long . |
Long | Get the specified system property as a Long , or use a
default Long value if the property is not found or is
not decodable. |
Long | Get the specified system property as a Long , or use a
default long value if the property is not found or is not
decodable. |
Method | Get a public method declared or inherited in this class, where name is
its simple name. |
Package | Returns the Package object for the requested package name. |
Package | Returns the named package if it is known by the callers class loader.
|
String | Get a single system property by name. |
String | Get a single system property by name. |
URL | Get a resource URL using this class's package using the
getClassLoader().getResource() method. |
URL | Get the URL to a resource using this classloader or one of its parents.
|
InputStream | Get a resource using this class's package using the
getClassLoader().getResourceAsStream() method. |
InputStream | Get a resource as stream using this classloader or one of its parents.
|
Enumeration | Returns an Enumeration of all resources with a given name that can
be found by this classloader and its parents. |
URL | Get the URL to a resource using the system classloader.
|
InputStream | Get a resource using the system classloader.
|
Enumeration | Get an Enumeration of URLs to resources with a given name using the
the system classloader. |
String | Gets the value of an environment variable.
|
boolean | Tell whether the specified class is on the execution stack.
|
int | Finds the first instance of a String in this String.
|
int | Finds the first instance of a substring in this StringBuffer.
|
int | Finds the first instance of a substring in this StringBuilder.
|
int | Finds the first instance of a String in this String, starting at
a given index. |
int | Finds the first instance of a String in this StringBuffer, starting at
a given index. |
int | Finds the first instance of a String in this StringBuilder, starting at
a given index. |
StringBuffer | Insert the String argument into this
StringBuffer . |
StringBuilder | Insert the String argument into this
StringBuilder . |
boolean | Checks if the version of the specification is higher or at least as high
as the desired version. |
int | Finds the last instance of a String in this String.
|
int | Finds the last instance of a substring in this StringBuffer.
|
int | Finds the last instance of a substring in this StringBuilder.
|
int | Finds the last instance of a String in this String, starting at
a given index. |
int | Finds the last instance of a String in this StringBuffer, starting at a
given index. |
int | Finds the last instance of a String in this StringBuilder, starting at a
given index. |
void | Load a native library using the system-dependent filename. |
void | Load a code file using its explicit system-dependent filename. |
Class> | Load a class using this ClassLoader or its parent, without resolving
it. |
Class> | Load a class using this ClassLoader or its parent, possibly resolving
it as well using resolveClass() . |
void | Load a native library using a system-independent "short name" for the
library. |
void | Load a library using its explicit system-dependent filename. |
String | Convert a library name to its platform-specific variant.
|
boolean | Test if this String matches a regular expression. |
boolean | If the String argument is "true", ignoring case, return true.
|
byte | Converts the specified String into a byte .
|
byte | Converts the specified String into an int
using the specified radix (base). |
double | Parse the specified String as a double . |
float | Parse the specified String as a float . |
int | Converts the specified String into an int .
|
int | Converts the specified String into an int
using the specified radix (base). |
long | Converts the specified String into a long .
|
long | Converts the specified String into an int
using the specified radix (base). |
short | Converts the specified String into a short .
|
short | Converts the specified String into a short
using the specified radix (base). |
boolean | Predicate which determines if this String matches another String
starting at a specified offset for each String and continuing
for a specified length, optionally ignoring case. |
boolean | Predicate which determines if this String matches another String
starting at a specified offset for each String and continuing
for a specified length. |
StringBuffer | Replace characters between index start (inclusive) and
end (exclusive) with str . |
StringBuilder | Replace characters between index start (inclusive) and
end (exclusive) with str . |
String | Replaces all matching substrings of the regular expression with a
given replacement. |
String | Replaces the first substring match of the regular expression with a
given replacement. |
void | Set the default assertion status for a class. |
void | Set this Thread's name. |
void | Set the default assertion status for packages, used unless overridden
by a class request. |
String | Set a single system property by name. |
String[] | Split this string around the matches of a regular expression. |
String[] | Split this string around the matches of a regular expression. |
boolean | Predicate which determines if this String starts with a given prefix.
|
boolean | Predicate which determines if this String contains the given prefix,
beginning comparison at toffset. |
Boolean | Returns the Boolean TRUE if and only if the given
String is equal, ignoring case, to the the String "true", otherwise
it will return the Boolean FALSE .
|
Byte | Creates a new Byte object using the String ,
assuming a radix of 10.
|
Double | Create a new Double object using the String .
|
Float | Creates a new Float object using the String .
|
Integer | Creates a new Integer object using the String ,
assuming a radix of 10.
|
Long | Creates a new Long object using the String ,
assuming a radix of 10.
|
Short | Creates a new Short object using the String ,
assuming a radix of 10.
|
Byte | Creates a new Byte object using the String
and specified radix (base).
|
Integer | Creates a new Integer object using the String
and specified radix (base).
|
Long | Creates a new Long object using the String
and specified radix (base).
|
Short | Creates a new Short object using the String
and specified radix (base).
|
Methods with return type java.lang.String | |
String | Remove a single system property by name. |
String | Concatenates a String to this String. |
String | Return the name of the missing constant.
|
String | String.copyValueOf(char[] data) Returns a String representation of a character array. |
String | String.copyValueOf(char[] data, int offset, int count) Returns a String representing the character sequence of the char array,
starting at the specified offset, and copying chars up to the specified
count. |
String | Called by Runtime.loadLibrary() to get an absolute path
to a (system specific) library that was requested by a class loaded
by this classloader. |
String | |
String | |
String |
Returns the canonical name of this class, as defined by section
6.7 of the Java language specification. |
String | Returns the fully qualified class name, or null if unknown.
|
String | Returns the name of the file, or null if unknown. |
String | Returns the name of the implementation, or null if unknown.
|
String | Returns the vendor that wrote this implementation, or null if unknown.
|
String | Returns the version of this implementation, or null if unknown.
|
String | Get a localized version of this Throwable's error message.
|
String | Get the message associated with this Throwable.
|
String | Returns the method name in the class, or null if unknown. |
String | Get the name of this class, separated by dots for package separators.
|
String | Returns the Package name in dot-notation.
|
String | Get this Thread's name.
|
String | Get the name of this ThreadGroup.
|
String | Get a single system property by name. |
String | Get a single system property by name. |
String | Returns the simple name for this class, as used in the source
code. |
String | Returns the name of the specification, or null if unknown.
|
String | Returns the name of the specification designer, or null if unknown.
|
String | Returns the version of the specification, or null if unknown.
|
String | Gets the value of an environment variable.
|
String | If two Strings are considered equal, by the equals() method,
then intern() will return the same String instance. ie.
|
String | Convert a library name to its platform-specific variant.
|
String | Returns the name of this enumeration constant.
|
String | Replaces every instance of a character in this String with a new
character. |
String | Returns a string that is this string with all instances of the sequence
represented by target replaced by the sequence in
replacement .
|
String | Replaces all matching substrings of the regular expression with a
given replacement. |
String | Replaces the first substring match of the regular expression with a
given replacement. |
String | Set a single system property by name. |
String[] | Split this string around the matches of a regular expression. |
String[] | Split this string around the matches of a regular expression. |
String | Creates a substring of this String, starting at a specified index
and ending at the end of this String.
|
String | StringBuffer.substring(int beginIndex) Creates a substring of this StringBuffer, starting at a specified index
and ending at the end of this StringBuffer.
|
String | StringBuilder.substring(int beginIndex) Creates a substring of this StringBuilder, starting at a specified index
and ending at the end of this StringBuilder.
|
String | Creates a substring of this String, starting at a specified index
and ending at one character before a specified index.
|
String | StringBuffer.substring(int beginIndex, int endIndex) Creates a substring of this StringBuffer, starting at a specified index
and ending at one character before a specified index.
|
String | StringBuilder.substring(int beginIndex, int endIndex) Creates a substring of this StringBuilder, starting at a specified index
and ending at one character before a specified index.
|
String | Integer.toBinaryString(int i) Converts the int to a String assuming it is
unsigned in base 2.
|
String | Long.toBinaryString(long l) Converts the long to a String assuming it is
unsigned in base 2.
|
String | Double.toHexString(double d) Convert a double value to a hexadecimal string. |
String | Float.toHexString(float f) Convert a float value to a hexadecimal string. |
String | Integer.toHexString(int i) Converts the int to a String assuming it is
unsigned in base 16.
|
String | Long.toHexString(long l) Converts the long to a String assuming it is
unsigned in base 16.
|
String | Lowercases this String. |
String | Lowercases this String according to a particular locale. |
String | Integer.toOctalString(int i) Converts the int to a String assuming it is
unsigned in base 8.
|
String | Long.toOctalString(long l) Converts the long to a String assuming it is
unsigned in base 8.
|
String | Returns "true" if the value of this object is true and
returns "false" if the value of this object is false .
|
String | Converts the Byte value to a String and
assumes a radix of 10.
|
String | Converts the wrapped character into a String.
|
String | Returns the name of the subset.
|
String | Returns the complete CharSequence as a String .
|
String | Return the human-readable form of this Object. |
String | Convert the double value of this Double
to a String . |
String | Returns a textual representation of this enumeration constant.
|
String | Convert the float value of this Float
to a String . |
String | Converts the Integer value to a String and
assumes a radix of 10.
|
String | Converts the Long value to a String and
assumes a radix of 10.
|
String | Convert this Object to a human-readable String.
|
String | Returns a string representation of this package. |
String | Converts the Short value to a String and
assumes a radix of 10.
|
String | Returns a string representation of this stack trace element. |
String | Returns this, as it is already a String!
|
String | Convert this StringBuffer to a String . |
String | Convert this StringBuilder to a String . |
String | Returns a string representation of this thread, including the
thread's name, priority, and thread group.
|
String | Return a human-readable String representing this ThreadGroup. |
String | Get a human-readable representation of this Throwable. |
String | Returns "true" if the value of the give boolean is true and
returns "false" if the value of the given boolean is false .
|
String | Converts the byte to a String and assumes
a radix of 10.
|
String | Returns a String of length 1 representing the specified character.
|
String | Convert the double to a String .
|
String | Convert the float to a String .
|
String | Converts the int to a String and assumes
a radix of 10.
|
String | Converts the int to a String using
the specified radix (base). |
String | Converts the long to a String and assumes
a radix of 10.
|
String | Converts the long to a String using
the specified radix (base). |
String | Converts the short to a String and assumes
a radix of 10.
|
String | Uppercases this String. |
String | Uppercases this String according to a particular locale. |
String | Trims all characters less than or equal to '\u0020'
(' ' ) from the beginning and end of this String. |
String | Returns the name of the missing type.
|
String[] | The list of warnings to suppress.
|
String | Returns a String representing a boolean.
|
String | Returns a String representing a character.
|
String | Returns a String representation of a character array. |
String | Returns a String representing the character sequence of the char array,
starting at the specified offset, and copying chars up to the specified
count. |
String | Returns a String representing a double.
|
String | Returns a String representing a float.
|
String | Returns a String representing an integer.
|
String | Returns a String representation of an Object. |
String | Returns a String representing a long.
|
Constructors with parameter type java.lang.String | |
Create a new input source with a system identifier.
| |
Create a new SAXException.
| |
Create a new SAXException from an existing exception.
| |
Construct a new exception with the given message.
| |
Construct a new exception with the given message.
| |
SAXParseException.SAXParseException(String message, String publicId, String systemId, int lineNumber, int columnNumber) Create a new SAXParseException.
| |
SAXParseException.SAXParseException(String message, String publicId, String systemId, int lineNumber, int columnNumber, Exception e) Create a new SAXParseException with an embedded exception.
| |
Create a new SAXParseException from a message and a Locator.
| |
Wrap an existing exception in a SAXParseException.
|
Methods with parameter type java.lang.String | |
void | Receive notification of the end of an element.
|
void | Receive notification of the end of an element.
|
void | Receive notification of the end of an element.
|
void | End the scope of a prefix-URI mapping.
|
boolean | Look up the value of a feature flag.
|
int | Look up the index of an attribute by XML qualified (prefixed) name.
|
int | Look up the index of an attribute by Namespace name.
|
Object | Look up the value of a property.
|
String | Return the type of an attribute in the list (by name).
|
String | Look up an attribute's type by XML qualified (prefixed) name.
|
String | Look up an attribute's type by Namespace name.
|
String | Return the value of an attribute in the list (by name).
|
String | Look up an attribute's value by XML qualified (prefixed) name.
|
String | Look up an attribute's value by Namespace name.
|
void | Receive notification of a notation declaration event.
|
void | Receive notification of a notation declaration.
|
void | Parse an XML document from a system identifier (URI).
|
void | Parse an XML document from a system identifier (URI).
|
void | Receive notification of a processing instruction.
|
void | Receive notification of a processing instruction.
|
void | Receive notification of a processing instruction.
|
InputSource | Allow the application to resolve external entities.
|
InputSource | Resolve an external entity.
|
void | Set the character encoding, if known.
|
void | Set the value of a feature flag.
|
void | Set the value of a property.
|
void | Set the public identifier for this input source.
|
void | Set the system identifier for this input source.
|
void | Receive notification of a skipped entity.
|
void | Receive notification of the beginning of an element.
|
void | Receive notification of the beginning of an element.
|
void | Receive notification of the start of an element.
|
void | Begin the scope of a prefix-URI Namespace mapping.
|
void | Receive notification of an unparsed entity declaration event.
|
void | Receive notification of an unparsed entity declaration.
|
Methods with return type java.lang.String | |
String | Get the character encoding for a byte stream or URI.
|
String | Attributes.getLocalName(int index) Look up an attribute's local name by index.
|
String | Return a detail message for this exception.
|
String | AttributeList.getName(int i) Return the name of an attribute in this list (by position).
|
String | Get the public identifier for this input source.
|
String | Return the public identifier for the current document event.
|
String | Get the public identifier of the entity where the exception occurred.
|
String | Attributes.getQName(int index) Look up an attribute's XML qualified (prefixed) name by index.
|
String | Get the system identifier for this input source.
|
String | Return the system identifier for the current document event.
|
String | Get the system identifier of the entity where the exception occurred.
|
String | AttributeList.getType(int i) Return the type of an attribute in the list (by position).
|
String | Attributes.getType(int index) Look up an attribute's type by index.
|
String | Return the type of an attribute in the list (by name).
|
String | Look up an attribute's type by XML qualified (prefixed) name.
|
String | Look up an attribute's type by Namespace name.
|
String | Attributes.getURI(int index) Look up an attribute's Namespace URI by index.
|
String | AttributeList.getValue(int i) Return the value of an attribute in the list (by position).
|
String | Attributes.getValue(int index) Look up an attribute's value by index.
|
String | Return the value of an attribute in the list (by name).
|
String | Look up an attribute's value by XML qualified (prefixed) name.
|
String | Look up an attribute's value by Namespace name.
|
String | Override toString to pick up any embedded exception.
|
Methods with parameter type java.lang.String | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void |
Methods with return type java.lang.String | |
String |
Methods with parameter type java.lang.String | |
boolean | |
boolean | |
boolean | |
Object | |
Object | |
Object | |
boolean | Indicates whether the specified schema language is supported.
|
SchemaFactory | |
SchemaFactory | Returns an implementation of SchemaFactory that supports
the specified schema language.
|
void | |
void | |
void | |
void | |
void | |
void |
Constructors with parameter type java.lang.String | |
Methods with parameter type java.lang.String | |
XPathExpression | Creates a parsed XPath expression with resolved namespaces. |
Object | XPathEvaluator.evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) Evaluates an XPath expression string and returns a result of the
specified type if possible.
|
String | Look up the namespace URI associated to the given namespace prefix. |
Methods with return type java.lang.String | |
String | The value of this string result.
|
String | Look up the namespace URI associated to the given namespace prefix. |
Constructors with parameter type java.lang.String | |
Create a new instance with a descriptive error message.
| |
Create a new instance with a descriptive error message.
|
Methods with parameter type java.lang.String | |
Object | Returns the value of the specified property, or
Image.UndefinedProperty if the property is not defined.
|
Object | |
Object | This method requests a named property for an object. |
Methods with return type java.lang.String | |
String[] | Returns null always.
|
String[] | |
String | Creates a String with some information about this SampleModel.
|
String | Convert this Object to a human-readable String.
|
String | |
String | |
String | Creates a String with some information about this SampleModel.
|
String | Create a String representing the state of this Raster.
|
String | Creates a String with some information about this SampleModel.
|
Constructors with parameter type java.lang.String | |
Constructor with the node to append to and the system ID.
| |
Constructor with the node to append to, the child node before which
the result should be appended, and the system ID.
| |
Constructor with a context node and system ID.
|
Fields of type java.lang.String | |
String | Factory feature indicating that DOM results are supported.
|
String | Factory feature indicating that DOM sources are supported.
|
Methods with parameter type java.lang.String | |
void | Sets the system ID used to resolve external entities.
|
void | Sets the base URI to use as the context for resolving entities.
|
Methods with return type java.lang.String | |
String | Returns the system ID used to resolve external entities.
|
String | Returns the base URI to use as the context for resolving entities.
|
Constructors with parameter type java.lang.String | |
Create a new instance with a descriptive error message, and a null
Permission object.
| |
Create a new instance with a descriptive error message and an associated
Permission object.
| |
AlgorithmParameterGenerator.AlgorithmParameterGenerator(AlgorithmParameterGeneratorSpi paramGenSpi, Provider provider, String algorithm) Constructs a new instance of AlgorithmParameterGenerator .
| |
AlgorithmParameters.AlgorithmParameters(AlgorithmParametersSpi paramSpi, Provider provider, String algorithm) Constructs a new instance of AlgorithmParameters .
| |
Create a new AllPermission object. | |
Create a new instance with the specified permission name. | |
Create a new instance with the specified permission name. | |
Create a new instance with a descriptive error message.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Create a new instance with a descriptive error message.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Constructs a new instance of Identity with the specified
name and no scope.
| |
Constructs a new instance of Identity with the specified
name and scope.
| |
Constructs a new instance of IdentityScope with the
specified name and no scope.
| |
Constructs a new instance of IdentityScope with the
specified name and IdentityScope .
| |
Construct an exception with a message.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Construct an exception with a message.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Construct an exception with a message.
| |
This method initializes a new instance of KeyException
with a descriptive message.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Constructs a new instance of KeyFactory with the specified
parameters.
| |
Create a new instance with a descriptive error message.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Constructs a new instance of KeyPairGenerator .
| |
Creates an instance of KeyStore
| |
Create a new instance with a detailed error message.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Constructs a new instance of MessageDigest representing the
specified algorithm.
| |
Create a new instance with a descriptive error message.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Create a new instance with a descriptive error message.
| |
Create an instance with the specified name.
| |
This method initializes a new instance of Provider to have
the specified name, version, and description information.
| |
Create an instance with a descriptive error message.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Create a new instance with the specified name.
| |
Create a new instance with the specified name. | |
Constructs a new Signature instance for a designated digital
signature algorithm.
| |
Create an instance with a descriptive error message.
| |
Create a new instance with a descriptive error message and
a cause.
| |
Constructs a new instance of Signer with the specified
identity name.
| |
Constructs a new instance of Signer with the specified
identity name and IdentityScope .
| |
Create an instance with a descriptive error message.
| |
UnresolvedPermission.UnresolvedPermission(String type, String name, String actions, Certificate[] certs) Create a new instance with all the information necessary to resolve it
to an instance of the proper class at a future time.
|
Methods with parameter type java.lang.String | |
boolean | Determines if the keystore contains the specified alias.
|
Class> | Creates a class using an array of bytes and a
CodeSource.
|
Class> | Creates a class using an ByteBuffer and a
CodeSource.
|
void | Deletes the entry for the specified entry.
|
boolean | Determines if the keystore contains the specified alias.
|
void | Deletes the entry for the specified entry.
|
Certificate | Gets a Certificate for the specified alias.
|
Certificate[] | Gets a Certificate chain for the specified alias.
|
Date | Gets entry creation date for the specified alias.
|
byte[] | Returns the parameters in the specified encoding format.
|
Key | Returns the key associated with given alias using the
supplied password.
|
Object | Returns the value for the specified algorithm parameter.
|
void | Initializes the engine with the specified
parameters stored in the byte array and decodes them
according to the specified decoding specification.
|
boolean | Determines if the keystore contains a certificate entry for
the specified alias.
|
boolean | Determines if the keystore contains a key entry for
the specified alias.
|
void | Assign the certificate to the alias in the keystore. |
void | Assign the key to the alias in the keystore. |
void | Assign the key to the alias in the keystore, protecting it
with the given password. |
void | Sets the specified algorithm parameter to the specified value.
|
String | Returns the value associated to a designated property name for a given
algorithm.
|
Set | For a given service (e.g. |
Certificate | Gets a Certificate for the specified alias.
|
Certificate[] | Gets a Certificate chain for the specified alias.
|
Date | Gets entry creation date for the specified alias.
|
byte[] | Returns the parameters in the specified encoding format. |
Identity | Returns the specified Identity , by name, within this scope.
|
AlgorithmParameterGenerator | Returns a new AlgorithmParameterGenerator instance which
generates algorithm parameters for the specified algorithm.
|
AlgorithmParameters | Returns a new instance of AlgorithmParameters representing
the specified algorithm parameters.
|
KeyFactory | Returns a new instance of KeyFactory representing the
specified key factory.
|
KeyPairGenerator | Returns a new instance of KeyPairGenerator which generates
key-pairs for the specified algorithm.
|
KeyStore | Returns an instance of a KeyStore representing the specified
type, from the first provider that implements it.
|
MessageDigest | Returns a new instance of MessageDigest representing the
specified algorithm.
|
SecureRandom | Returns an instance of a SecureRandom from the first provider
that implements it.
|
Signature | Returns an instance of Signature representing the specified
signature.
|
AlgorithmParameterGenerator | Returns a new AlgorithmParameterGenerator instance which
generates algorithm parameters for the specified algorithm.
|
AlgorithmParameters | Returns a new instance of AlgorithmParameters representing
the specified algorithm parameters from a named provider.
|
KeyFactory | Returns a new instance of KeyFactory representing the
specified key factory from the specified provider.
|
KeyPairGenerator | Returns a new instance of KeyPairGenerator which generates
key-pairs for the specified algorithm from a named provider.
|
KeyStore | Returns an instance of a KeyStore representing the specified
type, from the named provider.
|
MessageDigest | Returns a new instance of MessageDigest representing the
specified algorithm from a named provider.
|
SecureRandom | Returns an instance of a SecureRandom for the specified
algorithm from the named provider.
|
Signature | Returns an instance of Signature representing the specified
signature from the named provider.
|
AlgorithmParameterGenerator | Returns a new AlgorithmParameterGenerator instance which
generates algorithm parameters for the specified algorithm.
|
AlgorithmParameters | Returns a new instance of AlgorithmParameters representing
the specified algorithm parameters from the specified Provider .
|
KeyFactory | Returns a new instance of KeyFactory representing the
specified key factory from the designated Provider .
|
KeyPairGenerator | Returns a new instance of KeyPairGenerator which generates
key-pairs for the specified algorithm from a designated Provider .
|
KeyStore | Returns an instance of a KeyStore representing the specified
type, from the specified provider.
|
MessageDigest | Returns a new instance of MessageDigest representing the
specified algorithm from a designated Provider .
|
SecureRandom | Returns an instance of a SecureRandom for the specified
algorithm from the given provider.
|
Signature | Returns an instance of Signature representing the specified
signature from the specified Provider .
|
Key | Returns the key associated with given alias using the
supplied password.
|
Object | Returns the value for the specified algorithm parameter.
|
String | Returns the value associated with a Security propery.
|
Provider | Returns an already installed Provider given its name.
|
Provider[] | Returns an array of currently installed Provider s, ordered
according to their installation preference order, which satisfy a given
selection criterion.
|
void | Initializes the engine with the specified parameters stored in the byte
array and decodes them according to the specified decoding specification.
|
boolean | Determines if the keystore contains a certificate entry for
the specified alias.
|
boolean | Determines if the keystore contains a key entry for
the specified alias.
|
void | |
void | Assign the certificate to the alias in the keystore. |
void | Sets the general information string.
|
void | Assign the key to the alias in the keystore. |
void | Assign the key to the alias in the keystore, protecting it
with the given password. |
void | Sets the specified algorithm parameter to the specified value.
|
void | Sets or changes a designated Security property to a designated value.
|
Methods with return type java.lang.String | |
String | Determines if the keystore contains the specified certificate
entry and returns the alias.
|
String | Returns a string describing the parameters in the
AlgorithmParametersSpi class.
|
String | This method returns the list of actions associated with this object.
|
String | This method returns a list of the actions associated with this
permission. |
String | This method returns the list of actions for this Permission
as a String . |
String | This method returns the list of actions associated with this
permission.
|
String | |
String | |
String | This method returns the name of the algorithm for this key. |
String | Returns the name of the algorithm used.
|
String | Returns the name of the algorithm used.
|
String | Returns the name of message digest algorithm.
|
String | Returns the algorithm name used or "unknown" when the algorithm
used couldn't be determined (as when constructed by the protected
2 argument constructor).
|
String | Returns the name of the algorithm currently used. |
String | Returns the name of the signature algorithm.
|
String | Returns the value associated to a designated property name for a given
algorithm.
|
String | Determines if the keystore contains the specified certificate
entry and returns the alias.
|
String | Returns the default KeyStore type. |
String | This method returns the encoding format of the certificate (e.g., "PGP",
"X.509"). |
String | This method returns the name of the encoding format for this key. |
String | |
String | This method returns a textual description of the Provider .
|
String | |
String | Get the name of this Permission .
|
String | This method returns a String that names this
Principal .
|
String | This method returns the name assigned to this Provider .
|
String | Returns the value associated with a Security propery.
|
String | Returns the type of the KeyStore supported
|
String | Return the actions of the unresolved permission, or null
if there are no actions.
|
String | Return the name of the unresolved permission.
|
String | Return the name of the class of the unresolved permission.
|
String | Returns a string representation of the encoded form.
|
String | This method returns a String that represents this object.
|
String | Converts the input stream and underlying message digest to a string.
|
String | Converts the output stream and underlying message digest to a string.
|
String | Returns a string representation of this Identity.
|
String | Returns a string representing this instance. |
String | Returns a string representation of this instance.
|
String | This method returns a String representation of this
Permission object. |
String | This method returns a String representation of this
collection. |
String | This method returns a String representation of this
Principal .
|
String | Convert this to a String.
|
String | Returns a string representation of this object. |
String | This method returns a String representation of this
object. |
String | Returns a rstring representation of this instance.
|
String | |
String | This method returns a String representation of this
class. |
String | Certificate.toString(boolean detail) This method returns a String representation of the contents
of this certificate.
|
String | Returns a detailed string representation of this Identity.
|
Constructors with parameter type java.lang.String | |
Methods with return type java.lang.String | |
String | Returns the contents of a Range as a string. |
Constructors with parameter type java.lang.String | |
Creates a new instance of AlignmentAction to set the
alignment to a .
| |
Constructs a BadLocationException
| |
Constructs a new char set exception with two additional parameters,
defining the circumstances under that the exception was raised.
| |
Creates a new instance of FontFamilyAction to set the
font family to family .
| |
Creates a new instance of FontSizeAction to set the
font size to size .
| |
Creates a new instance of ForegroundAction to set the
foreground color to fg .
| |
Creates a new KeyBinding instance.
| |
Creates a MaskFormatter with the specified mask.
| |
Creates a new instance of StyledTextAction .
| |
Constructor TextAction
|
Fields of type java.lang.String | |
String | Standard error message to indicate a bad location.
|
String | Standard name for unidirectional Element s.
|
String | |
String | Standard name for content Element s. |
String | |
String | The name of the default style.
|
String | Attribute key for storing the element name.
|
String | When a document is read and an CRLF is encountered, then we add a property
with this name and a value of "\r\n".
|
String | |
String | |
String | Standard name for paragraph Element s. |
String | Standard name for section Element s. |
String | The key for the property that describes the source of a document.
|
String | The key for the property that is the title of a document.
|
String | |
String | The name of the Action that moves the caret one character
backwards.
|
String | The name of the Action that creates a beep in the speaker.
|
String | The name of the Action that moves the caret to the beginning
of the Document .
|
String | The name of the Action that moves the caret to the beginning
of the current line.
|
String | The name of the Action that moves the caret to the beginning
of the current paragraph.
|
String | The name of the Action that moves the caret to the beginning
of the current word.
|
String | The name of the Action that copies the selected content
into the system clipboard.
|
String | The name of the Action that copies the selected content
into the system clipboard and removes the selection.
|
String | The name of the Action that is performed by default if
a key is typed and there is no keymap entry.
|
String | The name of the Action that deletes the character that
follows the current caret position.
|
String | The name of the Action that deletes the character that
precedes the current caret position.
|
String | The name of the Action that moves the caret one line down.
|
String | The name of the Action that moves the caret to the end
of the Document .
|
String | The name of the Action that moves the caret to the end
of the current line.
|
String | The name of the Action that moves the caret to the end
of the current paragraph.
|
String | The name of the Action that moves the caret to the end
of the current word.
|
String | The name of the Action that moves the caret one character
forward.
|
String | The name of the Action that inserts a line break.
|
String | The name of the Action that inserts some content.
|
String | The name of the Action that inserts a TAB.
|
String | |
String | The name of the Action that moves the caret to the beginning
of the next word.
|
String | The name of the Action that moves the caret one page down.
|
String | The name of the Action that moves the caret one page up.
|
String | The name of the Action that copies content from the system
clipboard into the document.
|
String | The name of the Action that moves the caret to the beginning
of the previous word.
|
String | The name of the Action that sets the editor in read only
mode.
|
String | The name of the Action that selects the whole document.
|
String | The name of the Action that selects the line around the
caret.
|
String | The name of the Action that selects the paragraph around the
caret.
|
String | The name of the Action that selects the word around the
caret.
|
String | The name of the Action that moves the caret one character
backwards, possibly extending the current selection.
|
String | The name of the Action that moves the caret to the beginning
of the document, possibly extending the current selection.
|
String | The name of the Action that moves the caret to the beginning
of the current line, possibly extending the current selection.
|
String | The name of the Action that moves the caret to the beginning
of the current paragraph, possibly extending the current selection.
|
String | The name of the Action that moves the caret to the beginning
of the current word, possibly extending the current selection.
|
String | The name of the Action that moves the caret one line down,
possibly extending the current selection.
|
String | The name of the Action that moves the caret to the end
of the document, possibly extending the current selection.
|
String | The name of the Action that moves the caret to the end
of the current line, possibly extending the current selection.
|
String | The name of the Action that moves the caret to the end
of the current paragraph, possibly extending the current selection.
|
String | The name of the Action that moves the caret to the end
of the current word, possibly extending the current selection.
|
String | The name of the Action that moves the caret one character
forwards, possibly extending the current selection.
|
String | The name of the Action that moves the caret to the beginning
of the next word, possibly extending the current selection.
|
String | The name of the Action that moves the caret to the beginning
of the previous word, possibly extending the current selection.
|
String | The name of the Action that moves the caret one line up,
possibly extending the current selection.
|
String | |
String | The name of the Action that moves the caret one line up.
|
String | The name of the Action that sets the editor in read-write
mode.
|
Methods with parameter type java.lang.String | |
Keymap | Create a new Keymap with a specific name and parent, and add the new
Keymap to the global keymap table. |
Style | Adds a style into the style hierarchy. |
Style | |
Style | addStyle
|
Font | |
Keymap | Get a Keymap from the global keymap table, by name.
|
Style | Looks up and returns a named Style .
|
Style | Get the style from the style table. |
Style | getStyle
|
UndoableEdit | Inserts a string into the content model.
|
UndoableEdit | Inserts a string at the specified position.
|
UndoableEdit | Inserts str at the given position and returns an
UndoableEdit that enables undo/redo support.
|
void | Inserts a String into this Document at the specified
position and assigning the specified attributes to it.
|
void | Inserts a piece of text with an AttributeSet at the specified
offset .
|
void | |
void | Inserts a string into the document. |
void | DocumentFilter.insertString(DocumentFilter.FilterBypass fb, int offset, String string, AttributeSet attr) |
void | Inserts the text at the given index.
|
Keymap | Remove a Keymap from the global Keymap table, by name.
|
void | Removes a named Style from the style hierarchy.
|
void | |
void | removeStyle
|
void | Replaces a piece of content in this Document with
another piece of content.
|
void | |
void | DocumentFilter.replace(DocumentFilter.FilterBypass fb, int offset, int length, String text, AttributeSet attr) |
void | |
void | Replaces the text between two indexes with the given text.
|
void | Adds a font family attribute to the specified set.
|
void | Sets characters that are not valid for input. |
void | Set the current line separator.
|
void | Sets the mask for this MaskFormatter.
|
void | |
void | Sets the string to use if the value does not completely fill in the mask.
|
void | |
void | Sets the text contents.
|
void | Sets characters that are valid for input. |
Object | Converts a String (from the JFormattedTextField input) to a value.
|
Object | Converts a String (from the JFormattedTextField input) to a value.
|
Object | Parses the text using the mask, valid characters, and invalid characters
to determine the appropriate Object to return. |
void | Write a String.
|
Methods with return type java.lang.String | |
String | Returns the description of the i-th action. |
String | JTextComponent.AccessibleJTextComponent.getAfterIndex(int part, int index) Gets the text located after index. null is returned if the index
or part is invalid.
|
String | JTextComponent.AccessibleJTextComponent.getAtIndex(int part, int index) Gets the text located at index. null is returned if the index
or part is invalid.
|
String | JTextComponent.AccessibleJTextComponent.getBeforeIndex(int part, int index) Gets the text located before index. null is returned if the index
or part is invalid.
|
String | Get the value of the first parameter, previously passed to the
constructor.
|
String | Returns the content type that this EditorKit supports.
|
String | |
String | Returns the font family specified in the given attributes, or
Monospaced if no font family is specified.
|
String | Returns a String containing the characters that are not valid for input
for this MaskFormatter.
|
String | Return the current line separator.
|
String | Returns the mask used in this MaskFormatter.
|
String | Returns the name of this element.
|
String | Returns the name of this element. |
String | Returns the name of this Element . |
String | Returns the name of the element. |
String | |
String | |
String | Returns the name of the style.
|
String | |
String | Returns the place holder String that is used in place of missing
characters when the value doesn't completely fill in the spaces
in the mask.
|
String | Retrieves the currently selected text in this text document.
|
String | Retrieve the current text selection. |
String | AbstractDocument.Content.getString(int where, int len) Returns a piece of content.
|
String | GapContent.getString(int where, int len) Returns a piece of content as String.
|
String | StringContent.getString(int where, int len) Returns a new String containing the characters in the
specified range.
|
String | Retrieves the current text in this text document.
|
String | AbstractDocument.getText(int offset, int length) Returns a piece of this Document 's content.
|
String | Returns the textual content starting at offset with
a length of length .
|
String | JTextComponent.getText(int offset, int length) Retrieves a part of the current text in this document.
|
String | Return the text of the Document that is associated with the given
Element. |
String | JTextComponent.AccessibleJTextComponent.getTextRange(int start, int end) Gets the text between two indexes.
|
String | |
String | Returns the tooltip text for this text component for the given mouse
event. |
String | Returns a string that specifies the name of the Look and Feel class
that renders this component.
|
String | Returns a String containing the characters that are valid for input
for this MaskFormatter.
|
String | Returns a string representation of this JTextComponent.
|
String | Returns a string representation of this element.
|
String | Returns a String description of the change event. |
String | Returns a string representation of this Element .
|
String | Returns a String representation of this ElementSpec
describing the type, direction and length of this
ElementSpec .
|
String | |
String | Returns a String containing the same characters as this
Segment .
|
String | Returns a string representation of this instance, typically used for
debugging purposes.
|
String | Returns a string representation of the attribute key.
|
String | Returns a string representation of this StyleContext.
|
String | |
String | |
String | Returns a string representation of this TabSet .
|
String | Returns a string describing this TabStop .
|
String | Converts a value object into a String. |
String | Converts a value object into a String. |
String | Returns a String representation of the Object value based on the mask.
|
Constructors with parameter type java.lang.String | |
Create an error with a message. | |
Create an exception with a message. | |
Create an exception with a message and a cause.
| |
Fields of type java.lang.String | |
String | Property used to control the event allocator implementation.
|
String | Property used to control whether to coalesce adjacent text events.
|
String | Property used to control namespace support.
|
String | Property used to control whether to default namespace prefixes.
|
String | Property used to control whether to replace entity references with
their replacement text.
|
String | Property used to control whether to resolve external entities.
|
String | Property used to control DTD validation.
|
String | Property used to control the error reporter implementation.
|
String | Property used to control the entity resolver implementation.
|
String | Property used to indicate whether to support DTDs.
|
Methods with parameter type java.lang.String | |
Attribute | Create an attribute event.
|
Attribute | Create an attribute event.
|
Attribute | Create an attribute event.
|
Characters | Create a text event of type CDATA section.
|
Characters | Create a text event.
|
Comment | Create a comment event.
|
DTD | Create a DOCTYPE declaration event.
|
EndElement | Create an end-element event.
|
EndElement | XMLEventFactory.createEndElement(String prefix, String namespaceUri, String localName, Iterator<E> namespaces) Create an end-element event.
|
EntityReference | Create an entity reference event.
|
Characters | Create a text event of type ignorable whitespace.
|
Namespace | Create a namespace declaration event.
|
Namespace | Create a namespace declaration event.
|
ProcessingInstruction | Create a processing instruction event.
|
Characters | Create a text event of type whitespace.
|
StartDocument | Create a start-document event.
|
StartDocument | Create a start-document event.
|
StartDocument | Create a start-document event.
|
StartElement | Create a start-element event.
|
StartElement | XMLEventFactory.createStartElement(String prefix, String namespaceUri, String localName, Iterator<E> attributes, Iterator<E> namespaces) Create a start-element event.
|
StartElement | XMLEventFactory.createStartElement(String prefix, String namespaceUri, String localName, Iterator<E> attributes, Iterator<E> namespaces, NamespaceContext context) Create a start-element event.
|
XMLEventReader | Creates a new event reader.
|
XMLEventReader | Creates a new event reader.
|
XMLEventReader | Creates a new event reader.
|
XMLEventWriter | Creates a new event writer.
|
XMLStreamReader | Creates a new stream reader.
|
XMLStreamReader | Creates a new stream reader.
|
XMLStreamReader | Creates a new stream reader.
|
XMLStreamWriter | Creates a new stream writer.
|
String | Returns the normalized attribute value for the given attribute.
|
String | Returns the namespace URI for the given prefix.
|
String | Returns the namespace prefix the specified URI is currently associated
with.
|
String | Returns the prefix associated with the given namespace URI.
|
Object | Returns the implementation-specific feature or property of the given
name.
|
Object | Returns the implementation-specific property of the given name.
|
Object | Returns the implementation-specific property of the given name.
|
Object | Returns the implementation-specific feature or property of the given
name.
|
Object | Returns the implementation-specific feature or property of the given
name.
|
boolean | Indicates whether the specified property is supported.
|
boolean | Indicates whether the specified property is supported.
|
XMLInputFactory | Creates a new factory instance.
|
XMLInputFactory | Creates a new input factory.
|
void | Reports an error.
|
void | Tests whether the current event is of the given type and namespace.
|
Object | Returns an input source from which the specified external entity can be
read. |
void | Sets the current default namespace URI.
|
void | Sets the URI for the default namespace.
|
void | Associates the given namespace prefix and URI.
|
void | Sets the prefix for the given namespace URI.
|
void | Sets the implementation-specific property of the given name.
|
void | Sets the implementation-specific property of the given name.
|
void | Write an attribute.
|
void | Write an attribute.
|
void | Write an attribute.
|
void | Write a CDATA section.
|
void | Write the specified text.
|
void | Write a comment.
|
void | Write a DOCTYPE declaration.
|
void | Write a default namespace declaration.
|
void | Write an empty tag.
|
void | Write an empty tag.
|
void | Write an empty tag.
|
void | Write an entity reference.
|
void | Write a namespace declaration.
|
void | Write a processing instruction.
|
void | Write a processing instruction.
|
void | Write an XML declaration with the specified XML version.
|
void | Write an XML declaration with the specifed XML version and encoding.
|
void | Write the start of a tag.
|
void | Write the start of a tag.
|
void | Write the start of a tag.
|
Methods with return type java.lang.String | |
String | XMLStreamReader.getAttributeLocalName(int index) Returns the local-name of the attribute at the given index.
|
String | XMLStreamReader.getAttributeNamespace(int index) Returns the namespace URI of the attribute at the given index.
|
String | XMLStreamReader.getAttributePrefix(int index) Returns the namespace prefix of the attribute at the given index.
|
String | XMLStreamReader.getAttributeType(int index) Returns the type of the attribute at the specified index.
|
String | XMLStreamReader.getAttributeValue(int index) Returns the normalized value of the attribute at the given index.
|
String | Returns the normalized attribute value for the given attribute.
|
String | Returns the encoding declared in the XML declaration.
|
String | Reads the text context of an element.
|
String | Returns the text content of a text-only element.
|
String | Returns the input encoding.
|
String | Returns the local-name of the current element.
|
String | Get the message associated with this Throwable.
|
String | XMLStreamReader.getNamespacePrefix(int index) Returns the prefix of the namespace at the given index, or null if this
is the default namespace declaration.
|
String | Returns the namespace URI of the current element.
|
String | XMLStreamReader.getNamespaceURI(int index) Returns the URI of the namespace at the given index.
|
String | Returns the namespace URI for the given prefix.
|
String | Returns the data of the current processing instruction event.
|
String | Returns the target of the current processing instruction event.
|
String | Returns the namespace prefix of the current element.
|
String | Returns the namespace prefix the specified URI is currently associated
with.
|
String | Returns the prefix associated with the given namespace URI.
|
String | Returns the public identifier for this location, if any.
|
String | Returns the system identifier for the underlying source.
|
String | Returns the string value of the current event.
|
String | Returns the XML version declared in the XML declaration.
|
Constructors with parameter type java.lang.String | |
Creates a new AbstractPreferences node with the given parent and name.
| |
Creates a new exception with a descriptive message.
| |
Creates a new exception with a descriptive message. | |
InvalidPreferencesFormatException.InvalidPreferencesFormatException(String message, Throwable cause) Creates a new exception with a descriptive message and a cause.
| |
Creates a new PreferenceChangeEvent.
|
Methods with parameter type java.lang.String | |
AbstractPreferences | Returns a child note with the given name.
|
String | Returns the value associated with the key in this preferences node. |
String | Returns the value associated with the key in this preferences node. |
boolean | Convenience method for getting the given entry as a boolean.
|
boolean | Convenience method for getting the given entry as a boolean.
|
byte[] | Convenience method for getting the given entry as a byte array.
|
byte[] | Convenience method for getting the given entry as a byte array.
|
AbstractPreferences | Returns the child sub node if it exists in the backing store or null
if it does not exist. |
double | Convenience method for getting the given entry as a double.
|
double | Convenience method for getting the given entry as a double.
|
float | Convenience method for getting the given entry as a float.
|
float | Convenience method for getting the given entry as a float.
|
int | Convenience method for getting the given entry as an integer.
|
int | Convenience method for getting the given entry as an integer.
|
long | Convenience method for getting the given entry as a long.
|
long | Convenience method for getting the given entry as a long.
|
String | Returns the value associated with the key in this preferences node or
null when the key does not exist in this preferences node.
|
Preferences | Returns a sub node of this preferences node if the given path is
relative (does not start with a '/') or a sub node of the root
if the path is absolute (does start with a '/').
|
Preferences | Returns a sub node of this preferences node if the given path is
relative (does not start with a '/') or a sub node of the root
if the path is absolute (does start with a '/').
|
boolean | Returns true if the node that the path points to exists in memory or
in the backing store. |
boolean | Returns true if the node that the path points to exists in memory or
in the backing store. |
void | Sets the value of the given preferences entry for this node.
|
void | Sets the value of the given preferences entry for this node.
|
void | Convenience method for setting the given entry as a boolean.
|
void | Convenience method for setting the given entry as a boolean.
|
void | Convenience method for setting the given entry as an array of bytes.
|
void | Convenience method for setting the given entry as an array of bytes.
|
void | Convenience method for setting the given entry as a double.
|
void | Convenience method for setting the given entry as a double.
|
void | Convenience method for setting the given entry as a float.
|
void | Convenience method for setting the given entry as a float.
|
void | Convenience method for setting the given entry as an integer.
|
void | Convenience method for setting the given entry as an integer.
|
void | Convenience method for setting the given entry as a long.
|
void | Convenience method for setting the given entry as a long.
|
void | Sets the value of the given preferences entry for this node.
|
void | Removes the preferences entry from this preferences node.
|
void | Removes the preferences entry from this preferences node.
|
void | Removes the given key entry from this preferences node.
|
Methods with return type java.lang.String | |
String | Returns the absolute path name of this preference node.
|
String | Returns the absolute path name of this preference node.
|
String[] | Returns all the direct sub nodes of this preferences node.
|
String[] | Returns all the direct sub nodes of this preferences node.
|
String[] | Returns the names of the sub nodes of this preference node.
|
String | Returns the value associated with the key in this preferences node. |
String | Returns the value associated with the key in this preferences node. |
String | Returns the key of the entry that was added, changed or removed.
|
String | Returns the new value of the entry that was added or changed, or
returns null when the entry was removed.
|
String | Returns the value associated with the key in this preferences node or
null when the key does not exist in this preferences node.
|
String[] | Returns an (possibly empty) array with all the keys of the preference
entries of this node.
|
String[] | Returns an (possibly empty) array with all the keys of the preference
entries of this node.
|
String[] | Returns an (possibly empty) array with all the keys of the preference
entries of this node.
|
String | Returns the name of this preferences node. |
String | Returns the name of this preferences node. |
String | Returns the String given by
(isUserNode() ? |
String | Returns the String given by
(isUserNode() ? |
Constructors with parameter type java.lang.String | |
Creates a new Color color type with the specified
description.
| |
Creates a new Region with the specified name and ui ID.
|
Methods with parameter type java.lang.String | |
int | Returns the width of the string text for the specified font
and font metrics.
|
Dimension | SynthGraphicsUtils.getMaximumSize(SynthContext ctx, Font font, String text, Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition, int iconTextGap, int mnemonicIndex) Calculates the maximum size that is needed to render the label with
text and icon correctly.
|
Dimension | SynthGraphicsUtils.getMinimumSize(SynthContext ctx, Font font, String text, Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition, int iconTextGap, int mnemonicIndex) Calculates the minimums size that is needed to render the label with
text and icon correctly.
|
Dimension | SynthGraphicsUtils.getPreferredSize(SynthContext ctx, Font font, String text, Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition, int iconTextGap, int mnemonicIndex) Calculates the preferred size that is needed to render the label with
text and icon correctly.
|
String | A convenience method to fetch a String property.
|
String | SynthGraphicsUtils.layoutText(SynthContext ctx, FontMetrics fm, String text, Icon icon, int hAlign, int vAlign, int hTextPos, int vTextPos, Rectangle viewR, Rectangle iconR, Rectangle textR, int iconTextGap) Lays out a label and (if non-null) an icon. |
void | SynthGraphicsUtils.paintText(SynthContext ctx, Graphics g, String text, int x, int y, int mnemonicIndex) Renders the specified text at the specified location.
|
void | SynthGraphicsUtils.paintText(SynthContext ctx, Graphics g, String text, Rectangle bounds, int mnemonicIndex) Renders the specified text within the bounds .
|
void | SynthGraphicsUtils.paintText(SynthContext ctx, Graphics g, String text, Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition, int iconTextGap, int mnemonicIndex, int textOffset) |
Methods with return type java.lang.String | |
String | Returns a textual description of the Synth look and feel. |
String | Returns the ID of the Synth look and feel. |
String | Returns the name of the region.
|
String | Returns the name of the Synth look and feel. |
String | A convenience method to fetch a String property.
|
String | SynthGraphicsUtils.layoutText(SynthContext ctx, FontMetrics fm, String text, Icon icon, int hAlign, int vAlign, int hTextPos, int vTextPos, Rectangle viewR, Rectangle iconR, Rectangle textR, int iconTextGap) Lays out a label and (if non-null) an icon. |
String | Returns the textual description of the color type.
|
String | Returns the name of the region.
|
Methods with return type java.lang.String | |
String | Returns a string representation of this object.
|
Methods with return type java.lang.String | |
String | This method returns the name displayed in the tab for this chooser panel.
|
Methods with parameter type java.lang.String | |
void | |
void | EventDirContext.addNamingListener(String target, String filter, Object[] filterArgs, SearchControls ctls, NamingListener l) |
void | EventDirContext.addNamingListener(String target, String filter, SearchControls ctls, NamingListener l) |
void | EventDirContext.addNamingListener(Name target, String filter, Object[] filterArgs, SearchControls ctls, NamingListener l) |
void | EventDirContext.addNamingListener(Name target, String filter, SearchControls ctls, NamingListener l) |
GNU Classpath (0.95) |