Frames | No Frames |
Classes derived from java.lang.Object | |
class | This exception is thrown by dynamic any operations when a bad DynAny or Any is passed as a parameter.
|
class | This exception is thrown by by dynamic any operations when a bad sequence is passed as a parameter.
|
class | This expception in response to insert the inapproriate value into dynamic Any, usually by the DynAny.insert_*(value) method group.
|
class | This exception is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed.
|
Classes derived from java.lang.Object | |
class | Base class for event reader filters.
|
class | Base class for XML stream reader filters.
|
Methods with return type java.lang.Object | |
Object | Returns the implementation-specific feature or property of the given
name.
|
Object | Returns the implementation-specific feature or property of the given
name.
|
Object | Obtain the next element in the collection.
|
Classes derived from java.lang.Object | |
class | A DOM LS exception incorporating a cause.
|
class | Specification of XML input to parse.
|
class | Specification of XML output to produce.
|
class | Parser implementation for GNU DOM.
|
class | Serialize a DOM node to a stream.
|
class | Character stream wrapper.
|
class | A SAX content and lexical handler used to construct a DOM document.
|
class | Character stream wrapper.
|
Methods with parameter type java.lang.Object | |
boolean | |
boolean | |
void | |
void |
Methods with return type java.lang.Object | |
Object | |
Object |
Classes derived from java.lang.Object | |
class | A BreakIteratorProvider provides localized
instances of BreakIterator .
|
class | A CollatorProvider provides localized
instances of Collator .
|
class | A DateFormatProvider provides localized
instances of DateFormat .
|
class | A DateFormatSymbolsProvider provides localized
instances of DateFormatSymbols .
|
class | A DecimalFormatSymbolsProvider provides localized
instances of DecimalFormatSymbols .
|
class | A NumberFormatProvider provides localized
instances of NumberFormat .
|
Classes derived from java.lang.Object | |
class | A BeanInfoEmbryo accumulates information about a Bean
while it is in the process of being created, and then
when you are done accumulating the information, the
getBeanInfo() method may be called to create a BeanInfo
object based on the information.
This class is not well-synchronized. |
class | The DefaultExceptionListener is the default implementation of the
ExceptionListener interface. |
class | Placeholder implementation of AppletStub providing no functionality.
|
class | ExplicitBeanInfo lets you specify in the constructor
all the various parts of the BeanInfo.
|
class | IntrospectionIncubator takes in a bunch of Methods, and
Introspects only those Methods you give it. See addMethod(Method) for details which rules apply to
the methods.
|
Classes derived from java.lang.Object | |
class | SslRMIClientSocketFactory
This class implements an RMIClientSocketFactory for SSL sockets.
|
class | SslRMIServerSocketFactory
This class implements an RMIServerSocketFactory for SSL sockets.
|
Methods with parameter type java.lang.Object | |
boolean | Compare two SslRMIServerSocketFactor instances
|
boolean | Compare two SslRMIServerSocketFactor instances
|
Classes derived from java.lang.Object | |
class | A DSSI MIDI device provider.
|
class | DSSI soft-synth support.
|
class |
Classes derived from java.lang.Object | |
class | This class handles security requests for classes in the Sound API.
|
class | Defines a common set of permission allowed by the specification.
|
Classes derived from java.lang.Object | |
class | A common superclass for bean implementations.
|
class | Provides access to information about the class loading
behaviour of the current invocation of the virtual
machine. |
class | Provides access to information about the JIT
compiler of the virtual machine, if one exists.
|
class | Provides access to information about one of the garbage
collectors used by the current invocation of the
virtual machine. |
class | Provides access to information about one of the memory
managers used by the current invocation of the
virtual machine. |
class | Provides access to information about the memory
management of the current invocation of the virtual
machine. |
class | Provides access to information about one of the memory
resources or pools used by the current invocation of the
virtual machine. |
class | Provides access to information about the underlying operating
system.
|
class | Provides access to information about the virtual machine.
|
class | Provides access to information about the threads
of the virtual machine. |
Methods with parameter type java.lang.Object | |
void | MemoryMXBeanImpl.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object passback) Registers the specified listener as a new recipient of
notifications from this bean. |
void | MemoryMXBeanImpl.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from this bean. |
Methods with return type java.lang.Object | |
Object |
Classes derived from java.lang.Object | |
class | An abstract base implementation for the Document interface.
|
class | An abstract base implementation of the Element interface.
|
class | |
class | Stores the changes when a Document is beeing modified.
|
class | An implementation of DocumentEvent.ElementChange to be added
to AbstractDocument.DefaultDocumentEvent s.
|
class | An implementation of Element that represents a leaf in the
document structure. |
class | This is an abstract base class for writing Document instances to a
Writer. |
class | A View implementation that lays out its child views in a box, either
vertically or horizontally. |
class | Manages the effective position of child views. |
class | Represents the layout state of a child view.
|
class | Indicates that an invalid location within a Document has been
accessed.
|
class | An implementation of CompositeView that arranges its children in
a box along one axis. |
class | The exception is thrown when the document charset is changed.
|
class | |
class | An abstract base implementation of View that manages child
View s.
|
class | DateFormatter is an InternationalFormatter
that implements value to string and string to value conversion via
an instance of DateFormat .
|
class | The default implementation of the Caret interface.
|
class | The default implementation of EditorKit . |
class | Creates a beep on the PC speaker.
|
class | Copies the selected content into the system clipboard.
|
class | Copies the selected content into the system clipboard and deletes the
selection.
|
class | This action is executed as default action when a KEY_TYPED
event is received and no keymap entry exists for that. |
class | This action inserts a newline character into the document
of the text component. |
class | Places content into the associated editor. |
class | Inserts a TAB character into the text editor.
|
class | Copies content from the system clipboard into the editor.
|
class | The DefaultFormatter is a concrete formatter for use in
JFormattedTextField s.
|
class | This class is Swing's only concrete implementation of
JFormattedTextField.AbstractFormatterFactory. |
class | The default highlight for Swing text components. |
class | |
class | The default implementation of StyledDocument . |
class | An UndoableEdit that can undo attribute changes to an element.
|
class | Performs all structural changes to the Element
hierarchy. |
class | Carries specification information for new Element s that should be
created in DefaultStyledDocument.ElementBuffer . |
class | An element type for sections. |
class | This class is deprecated and should not be used anymore. |
class | |
class | |
class | |
class | |
class | |
class | A View that can flows it's children into it's layout space.
|
class | A strategy for translating the logical views of a FlowView
into the real views.
|
class | This implementation of AbstractDocument.Content uses a gapped buffer.
|
class | Renders a run of styled text. |
class | An abstract base implementation for a glyph painter for
GlyphView .
|
class | A View that can render an icon. |
class | This extends DefaultFormatter so that the value to string
conversion is done via a Format object. |
class | |
class | AccessibleJTextComponent implements accessibility hooks for
JTextComponent. |
class | |
class | A GlyphView that caches the textattributes for most effective
rendering.
|
class | |
class | |
class | This is a queue which holds Runnable objects. |
class | |
class | |
class | |
class | NumberFormatter is an InternationalFormatter
that implements value to string and string to value conversion via
an instance of NumberFormat .
|
class | A FlowView that flows it's children horizontally and boxes the rows
vertically.
|
class | |
class | A simple document class which maps lines to Element s.
|
class | |
class | |
class | A text fragment represented by a sequence of characters stored in an array.
|
class | A set of attributes.
|
class | An implementation of the AbstractDocument.Content
interface useful for small documents or debugging. |
class | Represents standard attribute keys. |
class | A set of keys for attributes that apply to characters.
|
class | A set of keys for attributes that relate to colors.
|
class | A set of keys for attributes that apply to fonts.
|
class | A set of keys for attributes that apply to paragraphs.
|
class | |
class | |
class | |
class | An EditorKit that supports editing styled text.
|
class | Sets the alignment attribute on the selected text.
|
class | Toggles the bold attribute for the selected text.
|
class | Sets the font family attribute on the selected text.
|
class | Sets the font size attribute on the selected text.
|
class | Sets the foreground color attribute on the selected text.
|
class | Toggles the italic attribute for the selected text.
|
class | The abstract superclass of all styled TextActions. |
class | Toggles the underline attribute for the selected text.
|
class | A View implementation for rendering tables inside styled text.
|
class | This class is deprecated and not used anymore. |
class | A view implementation that renders a row of a TableView .
|
class | A set of tab stops. |
class | Represents a tab position in some text.
|
class | TextAction
|
class | A set of utilities to deal with text. |
class | |
class | |
class | A View implementation that delays loading of sub views until they are
needed for display or internal transformations. |
Constructors with parameter type java.lang.Object | |
Fields of type java.lang.Object | |
Object | An alias for StyleConstants.ParagraphConstants.Alignment . |
Object | A key for the alignment paragraph attribute. |
Object | An alias for StyleConstants.CharacterConstants.Background . |
Object | An alias for StyleConstants.ColorConstants.Background . |
Object | A key for the background color attribute. |
Object | An alias for StyleConstants.CharacterConstants.BidiLevel . |
Object | A key for the bidi level character attribute. |
Object | An alias for StyleConstants.CharacterConstants.Bold . |
Object | An alias for StyleConstants.FontConstants.Bold . |
Object | A key for the bold font attribute. |
Object | An alias for StyleConstants.CharacterConstants.ComponentAttribute . |
Object | A key for the component character attribute. |
Object | |
Object | An alias for StyleConstants.CharacterConstants.Family . |
Object | An alias for StyleConstants.FontConstants.Family . |
Object | A key for the family font attribute. |
Object | An alias for StyleConstants.ParagraphConstants.FirstLineIndent . |
Object | A key for the first line indentation paragraph attribute. |
Object | An alias for StyleConstants.CharacterConstants.Family . |
Object | An alias for StyleConstants.CharacterConstants.Size . |
Object | An alias for StyleConstants.CharacterConstants.Foreground . |
Object | An alias for StyleConstants.ColorConstants.Foreground . |
Object | A key for the foreground color attribute. |
Object | An alias for StyleConstants.CharacterConstants.IconAttribute . |
Object | A key for the icon character attribute. |
Object | An alias for StyleConstants.CharacterConstants.Italic . |
Object | A key for the italic character attribute. |
Object | A key for the italic font attribute. |
Object | An alias for StyleConstants.ParagraphConstants.LeftIndent . |
Object | A key for the left indentation paragraph attribute. |
Object | An alias for StyleConstants.ParagraphConstants.LineSpacing . |
Object | A key for the line spacing paragraph attribute. |
Object | |
Object | Key of the attribute that is used to describe the name of an
AttributeSet .
|
Object | |
Object | An alias for StyleConstants.ParagraphConstants.Orientation . |
Object | A key for the orientation paragraph attribute. |
Object | Key of the attribute that is used to identify the resolving parent of
an AttributeSet .
|
Object | |
Object | An alias for StyleConstants.ParagraphConstants.RightIndent . |
Object | A key for the right indentation paragraph attribute. |
Object | An alias for StyleConstants.CharacterConstants.Size . |
Object | An alias for StyleConstants.FontConstants.Size . |
Object | A key for the size font attribute. |
Object | An alias for StyleConstants.ParagraphConstants.SpaceAbove . |
Object | A key for the 'space above' paragraph attribute. |
Object | An alias for StyleConstants.ParagraphConstants.SpaceBelow . |
Object | A key for the 'space below' paragraph attribute. |
Object | An alias for StyleConstants.CharacterConstants.StrikeThrough . |
Object | A key for the strike through character attribute. |
Object | An alias for StyleConstants.CharacterConstants.Subscript . |
Object | A key for the subscript character attribute. |
Object | An alias for StyleConstants.CharacterConstants.Superscript . |
Object | A key for the superscript character attribute. |
Object | An alias for StyleConstants.ParagraphConstants.TabSet . |
Object | A key for the tabset paragraph attribute. |
Object | An alias for StyleConstants.CharacterConstants.Underline . |
Object | A key for the underline character attribute. |
Methods with parameter type java.lang.Object | |
void | Adds an attribute to this element.
|
void | Adds an attribute with the given name and value
to the set. |
void | Adds an attribute with the given name and value
to the set. |
void | Adds an attribute with the given name and value
to the set. |
AttributeSet | Returns an AttributeSet that contains the attributes
of old plus the new attribute specified by
name and value .
|
AttributeSet | Returns an AttributeSet that contains the attributes
of old plus the new attribute specified by
name and value .
|
void | |
void | |
boolean | Returns true if this element contains the specified
attribute.
|
boolean | Returns true if this AttributeSet contains
an attribute with the specified name and value ,
false otherwise.
|
boolean | Returns true if the given name and value represent an attribute
found either in this AttributeSet or in its resolve parent hierarchy.
|
boolean | Returns true if this AttributeSet contains
an attribute with the specified name and value ,
false otherwise.
|
boolean | Returns true if this AttributeSet contains
an attribute with the specified name and value ,
false otherwise.
|
boolean | Checks this set for equality with an arbitrary object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Tests this TabSet for equality with an arbitrary object.
|
boolean | Tests this TabStop for equality with an arbitrary object.
|
Object | Returns the attribute value with the specified key. |
Object | Returns the attribute with the specified key or
null if no such attribute is defined in this
AttributeSet and its resolving parents.
|
Object | Returns the value of the specified attribute, or null if
there is no attribute with that name. |
Object | Returns the attribute with the specified key or
null if no such attribute is defined in this
AttributeSet and its resolving parents.
|
Object | Returns the attribute with the specified key or
null if no such attribute is defined in this
AttributeSet and its resolving parents.
|
Object | Returns a property from this Document 's property list.
|
Object | Returns a document property with the specified key.
|
Object | Gets the object previously registered with registerStaticAttributeKey.
|
Object | Returns the String that key will be registered with
registerStaticAttributeKey.
|
boolean | Returns true if an attribute with the specified name
is defined in this element, false otherwise.
|
boolean | Returns true if an attribute with the specified name is
defined locally in this AttributeSet , without resolving
through the resolving parents.
|
boolean | Returns true if the given attribute is defined in this set,
and false otherwise. |
boolean | Returns true if an attribute with the specified name is
defined locally in this AttributeSet , without resolving
through the resolving parents.
|
boolean | Returns true if an attribute with the specified name is
defined locally in this AttributeSet , without resolving
through the resolving parents.
|
void | Stores a property in this Document 's property list.
|
void | Sets a document property.
|
void | Read and set the content this component. |
void | Registers an attribute key as a well-known keys. |
void | Removes an attribute from this element.
|
void | Removes the attribute with the specified name , if this
attribute is defined. |
void | Removes the attribute with the specified name , if this
attribute is defined. |
void | Removes the attribute with the specified name , if this
attribute is defined. |
AttributeSet | |
AttributeSet | |
void | |
void | |
void | Replaces a portion of the storage with the specified items.
|
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.
|
Methods with return type java.lang.Object | |
Object | |
Object | |
Object | GapContent.allocateArray(int size) Allocates an array of the specified length that can then be used as
buffer.
|
Object | Creates and returns a clone of this DefaultFormatter.
|
Object | |
Object | Returns a new ElementIterator which is a clone of this
ElementIterator.
|
Object | Creates and returns a shallow clone of this GlyphView. |
Object | This creates and returns a clone of this Formatter.
|
Object | Clones the segment (note that the underlying character array is not cloned,
just the reference to it).
|
Object | Returns a clone of the attribute set.
|
Object | This method may be called to create a new copy of the
Object. |
Object | Creates an exact copy of this StyledEditorKit .
|
Object | Returns the allocated buffer array.
|
Object | Returns the attribute value with the specified key. |
Object | Returns the attribute with the specified key or
null if no such attribute is defined in this
AttributeSet and its resolving parents.
|
Object | Returns the value of the specified attribute, or null if
there is no attribute with that name. |
Object | Returns the attribute with the specified key or
null if no such attribute is defined in this
AttributeSet and its resolving parents.
|
Object | Returns the attribute with the specified key or
null if no such attribute is defined in this
AttributeSet and its resolving parents.
|
Object | Returns a property from this Document 's property list.
|
Object | Returns a document property with the specified key.
|
Object | Gets the object previously registered with registerStaticAttributeKey.
|
Object | Returns the String that key will be registered with
registerStaticAttributeKey.
|
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. |
Classes derived from java.lang.Object | |
class | A parser that knows how to interpret JAAS Login Module Configuration files
written in the default syntax which is interpreted as adhering to
the following grammar:
CONFIG ::= APP_OR_OTHER_ENTRY+ APP_OR_OTHER_ENTRY ::= APP_NAME_OR_OTHER JAAS_CONFIG_BLOCK APP_NAME_OR_OTHER ::= APP_NAME | 'other' JAAS_CONFIG_BLOCK ::= '{' (LOGIN_MODULE_ENTRY ';')+ '}' ';' LOGIN_MODULE_ENTRY ::= MODULE_CLASS FLAG MODULE_OPTION* ';' FLAG ::= 'required' | 'requisite' | 'sufficient' | 'optional' MODULE_OPTION ::= PARAM_NAME '=' PARAM_VALUE APP_NAME ::= JAVA_IDENTIFIER MODULE_CLASS ::= JAVA_IDENTIFIER ('.' JAVA_IDENTIFIER)* PARAM_NAME ::= STRING PARAM_VALUE ::= '"' STRING '"' | ''' STRING ''' | STRINGThis parser handles UTF-8 entities when used as APP_NAME and PARAM_VALUE. |
class | A UTF-8 friendly, JAAS Login Module Configuration file tokenizer written in
the deault syntax. |
class | An implementation of the Configuration class which interprets JAAS
Login Configuration files written in the default syntax described in
the publicly available documentation of that class. |
Classes derived from java.lang.Object | |
class | |
class | This is just a stub policy implementation which grants all permissions
to any code source. |
class | |
class | An implementation of the Public Key Infrastructure's X.509 certificate path
validation algorithm.
|
class |
Classes derived from java.lang.Object | |
class | An implementation of algorithm parameters for the GNU block ciphers. |
Classes derived from java.lang.Object | |
class | This file defines compile-time constants that can be accessed by
java code. |
class | This class is used as a marker to indicate that a given method
is merely a stub, requiring implementation. |
class | A container for a pair of heterogenous objects.
|
class | A type used to indicate special data used by native code that should not
be marked by the garbage collector. |
class | A type used to indicate special data used by native code that should not
be marked by the garbage collector.
|
class | A type used to indicate special data used by native code that should not
be marked by the garbage collector.
|
class | A factory for plug-ins that conform to a service provider
interface. |
class | The class manages the System properties. |
class | This class provides access to the classes on the Java stack
for reflection and security purposes.
|
Methods with parameter type java.lang.Object | |
boolean | Returns true if the specified object is also a
pair with equivalent left and right values.
|
Classes derived from java.lang.Object | |
class | Raised when the current operation is not applicable for the system
because the POA manager is in an inactive State .
|
class | The helper operations for the exception AdapterInactive .
|
class | Defines the possible states of the POA manager.
|
Classes derived from java.lang.Object | |
class | Constants for XSLT output attributes.
|
class | An XSL transformation.
|
class | An exception occurred during configuration of the transformer.
|
class | An exception occurred during the transformation process.
|
class | Factory for obtaining transformation contexts.
|
class | An error occurred during configuration of the transformer factory.
|
Methods with parameter type java.lang.Object | |
void | Set a named attribute on the underlying implementation.
|
void | Sets a parameter value for the transformation.
|
Methods with return type java.lang.Object | |
Object | Retrieve the specified named attribute value.
|
Object | Returns the specified parameter value.
|
Classes derived from java.lang.Object | |
class | DocFlavor provides a description of the format in which the
print data will be supplied in a print job to the print service.
|
class | Predefined static DocFlavor objects for document
types which use a byte array for the print data representation.
|
class | Predefined static DocFlavor objects for document
types which use a char array for the print data representation.
|
class | Predefined static DocFlavor objects for document
types which use an InputStream to retrieve the print data.
|
class | Predefined static DocFlavor objects for document
types which use an Reader to retrieve the print data.
|
class | Predefined static DocFlavor objects for document
types which use service formatted print data.
|
class | Predefined static DocFlavor objects for document
types which use a String for the print data representation.
|
class | Predefined static DocFlavor objects for document
types which have an URL where to retrieve the print data.
|
class | PrintException is used to report exceptions during the
usage of a print service implementation.
|
class | PrintServiceLookup implementations provide a way to lookup
print services based on different constraints.
|
class | ServiceUI provides a method to create a graphical
print dialog.
|
class | ServiceUIFactory enables print services to provide additional
user interface dialogs.
|
class | Simple implementation of the Doc interface capable of handling
the predefined document flavors of DocFlavor .
|
class | StreamPrintService is a special print service capable of
printing into a supplied output stream.
|
class | StreamPrintServiceFactory provides a static method to lookup
registered factories to construct StreamPrintService instances.
|
Constructors with parameter type java.lang.Object | |
Constructs a SimpleDoc with the specified print data, doc flavor and doc attribute set.
|
Methods with parameter type java.lang.Object | |
boolean | Checks if this doc flavor object is equal to the given object.
|
boolean | Determines if two services refer to the same underlying service.
|
Methods with return type java.lang.Object | |
Object | PrintService.getDefaultAttributeValue(Attribute> category) Determines and returns the default value for a given attribute category
of this print service.
|
Object | Returns the print data of this doc object.
|
Object | Returns the print data of this doc object.
|
Object | PrintService.getSupportedAttributeValues(Attribute> category, DocFlavor flavor, AttributeSet attributes) Determines and returns all supported attribute values of a given
attribute category a client can use when setting up a print job
for this print service.
|
Object | Returns an UI object which may be cast to the requested UI type.
|
Classes derived from java.lang.Object | |
class | This class allows an implementor to provide additional character sets. |
Classes derived from java.lang.Object | |
class | Utility methods for reading and writing JAR Manifest and
Manifest-like files.
|
Classes derived from java.lang.Object | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Methods with parameter type java.lang.Object | |
Object | Attaches obj to the key and returns the old attached object.
|
SelectionKey | Registers this channel with the given selector,
returning a selection key.
|
Methods with return type java.lang.Object | |
Object | Attaches obj to the key and returns the old attached object.
|
Object | Returns the object attached to the key.
|
Object | Returns the lock of this channel.
|
Classes derived from java.lang.Object | |
class | Implementation of the DocPrintJob interface. |
class | IPP Delimiter Tags as described in RFC 2910 section 3.5.1.
|
class | IppException signals exception thrown by
the IPP implementation for various things like a failed
ipp request or a wrapped io exception.
|
class | Implementation of the MultiDocPrintService interface
for IPP based printers.
|
class | Implementation of the PrintService interface
for IPP based printers.
|
class | IppRequest models a request to an IPP compatible
server as described in RFC 2910 - IPP/1.1: Encoding and Transport.
|
class | IppResponse models a response received from an IPP
compatible server as described in RFC 2910 IPP 1.1 Encoding and Transport.
|
class | IPP Status codes as described in RFC 2911 APPENDIX B
(Status Codes and Suggested Status Code Messages)
|
class | Collection of static utilities methods used in
IPP response parsing and all over the place.
|
class | IPP Value Tags as described in RFC 2910 section 3.5.2.
|
class | Implementation of the MultiDocPrintJob interface. |
Methods with parameter type java.lang.Object | |
Attribute | Instantiates an EnumSyntax based attribute with the given IPP
name and the given value (Enums maybe int or String based).
|
Methods with return type java.lang.Object | |
Object | IppPrintService.getDefaultAttributeValue(Attribute> category) |
Object | IppPrintService.getSupportedAttributeValues(Attribute> category, DocFlavor flavor, AttributeSet attributes) Implemented by a GetPrinterAttributes request. |
Object | Called to handle the supported attribute values response for the given
category. |
Classes derived from java.lang.Object | |
class | The GSS-API accommodates the concept of caller-provided channel
binding information. |
class | This exception is thrown whenever a fatal GSS-API error occurs
including mechanism specific errors. |
class | The GSSManager class is an abstract class that serves as a factory
for three GSS interfaces: GSSName , GSSCredential , and
GSSContext . |
class | This is a utility class used within the per-message GSSContext methods to convey per-message properties.
When used with the GSSContext interface's GSSContext.wrap(byte[],int,int,MessageProp) and GSSContext.getMIC(byte[],int,int,MessageProp) methods, an
instance of this class is used to indicate the desired QOP and to
request if confidentiality services are to be applied to caller
supplied data (wrap only). |
class | This class represents Universal Object Identifiers (Oids) and their
associated operations.
Oids are hierarchically globally-interpretable identifiers used
within the GSS-API framework to identify mechanisms and name formats.
The structure and encoding of Oids is defined in ISOIEC-8824 and
ISOIEC-8825. |
Methods with parameter type java.lang.Object | |
boolean | Returns true if two channel bindings match.
|
boolean | Tests if this GSSCredential refers to the same entity as the supplied
object. |
boolean | A variation of the equals(GSSName) method that
is provided to override the Object.equals(Object)
method that the implementing class will inherit. |
boolean |
Classes derived from java.lang.Object | |
class | This Thread is the main Qt thread.
|
class | |
class | A simple wrapper class for a QMatrix,
interfacing it to an AffineTransform.
|
class | A simple wrapper class for a QPainterPath,
createable from an AWT Shape
|
class | A simple wrapper class for a QPen,
interfacing it to an BasicStroke.
|
class | Implementation of the applet AudioClip interface on a Qt
QSound object.
|
class | |
class | |
class | |
class | |
class | QtComponentPainter is a Graphics2D context for painting directly to AWT
components. |
class | |
class | |
class | |
class | Embedded window peer for applets.
|
class | |
class | |
class | |
class | |
class | QtGraphics is an abstract implementation of Graphics2D over a QPainter
object. |
class | |
class | QtImage - wraps a QImage
|
class | Helper class to QtImage. |
class | A QtImagePainter that does an update after every drawing op.
|
class | QtComponentPainter is a Graphics2D context for painting to QtImage and
QtVolatileImages.
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | This class does repainting of Component back-buffers. |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | QtVolatileImage - wraps a QImage
|
class |
Methods with parameter type java.lang.Object | |
void | Adds or updates a hint in the current rendering hints table.
|
Methods with return type java.lang.Object | |
Object | This method requests a named property for an object. |
Object | |
Object | Returns the current value of a rendering hint.
|
Classes derived from java.lang.Object | |
class | An abstract class to facilitate implementing padding algorithms.
|
class | The implementation of the ISO 10126-2 padding algorithm.
|
class | A Factory to instantiate padding schemes.
|
class | A padding algorithm implementation of the EME-PKCS1-V1.5 encoding/decoding
algorithm as described in section 7.2 of RFC-3447. |
class | The implementation of the PKCS7 padding algorithm.
|
class | The padding scheme used by the Secure Sockets Layer, version 3. |
class | The implementation of the Trailing Bit Complement (TBC) padding algorithm.
|
class | The padding scheme used by the Transport Layer Security protocol, version 1.
|
class | A checked exception that indicates that a padding algorithm did not find the
expected padding bytes when unpadding some data.
|
Classes derived from java.lang.Object | |
class | AbstractColorChooserPanel
|
class | ColorChooserComponentFactory
|
class | This is the default implementation of the ColorSelectionModel interface
that JColorChoosers use.
|
Classes derived from java.lang.Object | |
class | A simple request body writer using a byte array.
|
class | Input stream wrapper for the "chunked" transfer-coding.
|
class | An HTTP cookie, as specified in RFC 2109.
|
class | Represents a username/password combination that can be used to
authenticate to an HTTP server.
|
class | An HTTP URL stream handler.
|
class | A connection to an HTTP server.
|
class | HTTP date formatter and parser.
|
class | A URLConnection that uses the HTTPConnection class.
|
class | A single HTTP request.
|
class | An HTTP response.
|
class | A simple non-persistent cookie manager. |
Classes derived from java.lang.Object | |
class | Computes Adler32 checksum for a stream of data. |
class | InputStream that computes a checksum of the data being read using a
supplied Checksum object.
|
class | OutputStream that computes a checksum of data being written using a
supplied Checksum object.
|
class | Computes CRC32 data checksum of a data stream.
|
class | Exception thrown when compressed data is corrupt.
|
class | This is the Deflater class. |
class | This is a special FilterOutputStream deflating the bytes that are
written through it. |
class | This filter stream is used to decompress a "GZIP" format stream.
|
class | This filter stream is used to compress a stream into a "GZIP" stream.
|
class | Inflater is used to decompress data that has been compressed according
to the "deflate" standard described in rfc1950.
|
class | This filter stream is used to decompress data compressed in the "deflate"
format. |
class | This class represents a member of a zip archive. |
class | Thrown during the creation or input of a zip file.
|
class | This class represents a Zip archive. |
class | This is a FilterInputStream that reads the files in an zip archive
one after another. |
class | This is a FilterOutputStream that writes the files into a zip
archive one after another. |
Methods with return type java.lang.Object | |
Object | Creates a copy of this zip entry.
|
Classes derived from java.lang.Object | |
class | |
class | |
class | A binary data entry is a primitive entry that simply contains some amount of
arbitrary binary data and an optional content type.
|
class | An immutable class representing a trusted certificate entry.
|
class | A primitive entry that contains a path of X.509 certificates.
|
class | |
class | |
class | An immutable class representing a single entry in a keyring.
|
class | An envelope entry is a generic container for some number of primitive and
other envelope entries.
|
class | |
class | |
class | |
class | An envelope entry that can be "masked" -- placed in a state where the
envelope's contents cannot be accessed, due to the envelope not being fully
decoded, for example.
|
class | An entry authenticated with a password-based MAC.
|
class | An envelope that is encrypted with a password-derived key.
|
class | A primitive entry is an entry that contains a single cryptographic entity.
|
class | An immutable class representing a private or secret key entry.
|
class | A set of (name => value) pairs used in keyring entries.
|
class |
Methods with parameter type java.lang.Object | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
Methods with return type java.lang.Object | |
Object | Creates a copy of this properties object.
|
Classes derived from java.lang.Object | |
class | This class contains various constants used in drag-and-drop operations.
|
class | |
class | STUBBED
|
class | |
class | This class implements DragSourceListener and
DragSourceMotionListener , and implements all methods
with empty bodies. |
class | |
class | |
class | |
class | |
class | |
class | |
class | This class implements DropTargetListener , and implements all methods
with empty bodies. |
class | |
class | |
class | |
class | |
class | |
class | Thrown when a method in the java.awt.dnd package is unable to perform a
requested operation, usually because the underlying DnD system is in the
wrong state.
|
class |
Methods with parameter type java.lang.Object | |
Object[] | Gets an array representation of the List of events.
|
Methods with return type java.lang.Object | |
Object | Returns the data in the specified DataFlavor .
|
Object[] | Gets an array representation of the List of events.
|
Object[] | Gets an array representation of the List of events.
|
Classes derived from java.lang.Object | |
class | Provides a stub for Remote type.
|
Classes derived from java.lang.Object | |
class | Underlying security services instantiate and pass a
ChoiceCallback to the handle() method of a
CallbackHandler to display a list of choices and to retrieve the
selected choice(s).
|
class | Underlying security services instantiate and pass a
ConfirmationCallback to the handle() method of a
CallbackHandler to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other
similar confirmations.
|
class | Underlying security services instantiate and pass a LanguageCallback
to the handle() method of a CallbackHandler to retrieve
the Locale used for localizing text.
|
class | Underlying security services instantiate and pass a NameCallback
to the handle() method of a CallbackHandler to retrieve
name information.
|
class | Underlying security services instantiate and pass a PasswordCallback
to the handle() method of a CallbackHandler to retrieve
password information.
|
class | Underlying security services instantiate and pass a TextInputCallback
to the handle() method of a CallbackHandler to retrieve
generic text information.
|
class | Underlying security services instantiate and pass a
TextOutputCallback to the handle() method of a
CallbackHandler to display information messages, warning messages and
error messages.
|
class | Signals that a CallbackHandler does not recognize a particular
Callback .
|
Classes derived from java.lang.Object | |
class |
Classes derived from java.lang.Object | |
class | A block of the all registered ClientRequest interceptors.
|
class | A holder for the exception ForwardRequest .
|
class | Client request info. |
class | Supports the "Interceptor current" concept, providing the slot value
information for the current thread. |
class | Implements IORInfo.
|
class | Implementation of the ServerRequestInfo, associacted with gnuServantObject.
|
class | A block of the all registered IOR interceptors.
|
class | Collects interceptors, references and factories into arrays during
registration. |
class | A block of the all registered ServerRequest interceptors.
|
Classes derived from java.lang.Object | |
class | |
class | A collection of useful class methods.
|
class | |
class | An implementation of X.509 certificates.
|
class | A certificate path (or certificate chain) of X509Certificates.
|
class | Sun's implementation of X509CertSelector sucks. |
class | X.509 certificate revocation lists.
|
class | Sun's implementation of X509CRLSelector sucks. |
Methods with parameter type java.lang.Object | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Object |
Classes derived from java.lang.Object | |
class | The JPEGHuffmanTable class represents a Huffman table read from a
JPEG image file. |
class | The JPEGImageReadParam class is only used to set JPEG decoding
tables for streams that do not provide their own tables. |
class | The JPEGImageWriteParam class can be used to specify tables and
settings used in the JPEG encoding process. |
class | The JPEGQTable class represents a quantization table that can be
used to encode or decode a JPEG stream. |
Classes derived from java.lang.Object | |
class |
The class is derived from gnu.javax.swing.text.html.parser.DTD
making structure creation methods public. |
class | This parser delegator uses the different DTD ( HTML_401Swing ).
|
class | A set, adapted to store HTML attributes.
|
class | The HTML content validator, is responsible for opening and
closing elements with optional start/end tags, detecting
the wrongly placed html tags and reporting errors. |
class | The tag reference, holding additional information that the tag
has been forcibly closed.
|
class | This class represents the java implementation of the HTML 4.01
( -//W3C//DTD HTML 4.01 Frameset//EN ) Frameset version. |
class | Small fixed HTML attribute set. |
Methods with parameter type java.lang.Object | |
void | Add the attribute to this attribute set.
|
boolean | Returns true if this AttributeSet contains
an attribute with the specified name and value ,
false otherwise.
|
ContentModel | Creates a new content model.
|
Object | Looks in this set and, if not found, later looks in the parent set. |
Object | Get the attribute value, matching this key. |
boolean | Check if the given attribute is defined in this set (not in the parent).
|
Methods with return type java.lang.Object | |
Object | Returns a clone of the attribute set.
|
Object | It is safe to return THIS on cloning, if one happens.
|
Object | Looks in this set and, if not found, later looks in the parent set. |
Object | Get the attribute value, matching this key. |
Object | Check if this tag is valid for the current context. |
Classes derived from java.lang.Object | |
class | Graphics context to draw to PostScript.
|
class | This is the default implementation of PrinterJob
|
class |
Methods with return type java.lang.Object | |
Object |
Classes derived from java.lang.Object | |
class | The ANONYMOUS client-side mechanism.
|
class | The ANONYMOUS server-side mechanism.
|
class | An ANONYMOUS-specific utility class.
|
Classes derived from java.lang.Object | |
class | |
class | |
class | RefAddr that uses a byte array as content.
|
class | Binding represents the name-object mapping of a
binding in a context.
|
class | |
class | |
class | Represents names that may span over several namespaces. |
class | Represents hierarchical names from the single namespace. |
class | |
class | This exception is thrown in response to the attempt to destroy the non
empty context. |
class | The starting context for performing naming operations. |
class | |
class | |
class | Exception indicating an invalid component or Name .
|
class | |
class | |
class | |
class | |
class | |
class | |
class | NameClassPair represents the name-classname mapping pair
of a binding in a context.
|
class | |
class | Superclass of all naming Exceptions.
|
class | |
class | |
class | |
class | |
class | |
class | Thrown from the NamingEnumeration , this exception
indicates that the enumeration represents only part of the existing
elements that would be an answer to the specified request.
|
class | Abstract superclass of addresses used in References.
|
class | This class represents a reference to an object that is located outside of the
naming/directory system.
|
class | |
class | |
class | Thrown from the NamingEnumeration , this exception
indicates that there are more elements than the previously specified
size limit. |
class | RefAddr that uses a String as content.
|
class |
Constructors with parameter type java.lang.Object | |
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.
|
Fields of type java.lang.Object | |
Object | |
Object | If the exception was caused while resolving a Name then
this field contains the object that part of the name could be resolved to.
|
Methods with parameter type java.lang.Object | |
Object | Add new environment property to the environment of this context. |
Object | |
void | Give the specified name for the specified object. |
void | |
void | Give the specified name for the specified object. |
void | |
int | |
int | |
int | Compares the given object to this Name .
|
boolean | Checks if the object is a BinaryRefAddr with the same type and with the
same bytes in the content.
|
boolean | |
boolean | |
boolean | Checks if the object is a RefAddr with the same type and content.
|
boolean | Compares two addresses for equality, by value.
|
void | Give the specified name for the specified object. |
void | |
void | Give the specified name for the specified object. |
void | |
void | |
void | Sets the bound object of this binding.
|
void | Sets the Object to which (part of) the name could be resolved before this
exception happend. |
Methods with return type java.lang.Object | |
Object | Add new environment property to the environment of this context. |
Object | |
Object | |
Object | |
Object | Returns a clone of this Name . |
Object | This method may be called to create a new copy of the
Object. |
Object | Returns the byte array contents as given to the constructor.
|
Object | Returns the possibly null content of this RefAddr.
|
Object | Returns the String contents as given to the constructor.
|
Object | |
Object | Returns the bound object of this binding.
|
Object | |
Object | Gets the Object to which (part of) the name could be resolved before this
exception happend. |
Object | Gets the previously named object by name. |
Object | |
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 | |
Object | Retrieves the named object, not following the link of the terminal atomic
component of the name. |
Object | |
Object | CompositeName.remove(int posn) |
Object | CompoundName.remove(int posn) |
Object | Removes the component at the given index from this Name .
|
Object | Remove the address at the given position.
|
Object | Removes the property with the given name from the environment. |
Object |
Classes derived from java.lang.Object | |
class | The DGC implementation is used for the server side during the distributed
garbage collection. |
class | |
class | |
class | The task to renew the lease to some object reference. |
Classes derived from java.lang.Object | |
class | The message header for cancelling the request.
|
class | The header of the standard reply.
|
class | The GIOP 1.0 request message.
|
Classes derived from java.lang.Object | |
class | |
class | An abstract superclass for service providers that perform image I/O.
|
class | An abstract superclass for service providers that create
image input
streams for a file, URL, byte array or any other source.
|
class | An abstract superclass for service providers that create
image output
streams for a file, URL, byte array or any other target.
|
class | |
class | An abstract superclass that contains the common parts of ImageReaderSpi and ImageWriterSpi .
|
class | An abstract superclass for service providers that create
image metadata
transcoders.
|
class | |
class | A registry for service providers.
|
Methods with parameter type java.lang.Object | |
boolean | |
boolean | Determines whether a provider has been registered with this
registry.
|
ImageInputStream | |
ImageInputStream | |
ImageOutputStream | |
ImageOutputStream | |
ImageReader | |
ImageWriter | |
void | De-registers a provider from all service categories it
implements.
|
boolean | Checks whether the specified service provider matches the
constraints of this Filter.
|
void | Registers a provider under all service categories it
implements.
|
Classes derived from java.lang.Object | |
class | AccessControlContext makes system resource access decsion
based on permission rights.
|
class | This exception is thrown when the AccessController denies
an attempt to perform an operation. |
class | Access control context and permission checker.
|
class | AlgorithmParameterGenerator is used to generate algorithm
parameters for specified algorithms.
|
class | AlgorithmParameterGeneratorSpi is the Service Provider
Interface for the AlgorithmParameterGenerator class.
|
class | AlgorithmParameters is an Algorithm Parameters class which
provides an interface through which the user can manage the parameters of an
Algorithm.
|
class | AlgorithmParametersSpi is the Service Provider Interface
for the Algorithm Parameters class. |
class | This class is a permission that implies all other permissions. |
class | This class implements a simple model for named permissions without an
associated action list. |
class | This class represents a location from which code is loaded (as
represented by a URL), and the list of certificates that are used to
check the signatures of signed code loaded from this source.
|
class | This exception indicates that a generic message digest exception has
occurred.
|
class | DigestInputStream is a class that ties an InputStream with a
MessageDigest. |
class | DigestOutputStream is a class that ties an OutputStream with a
MessageDigest. |
class | This class is the common superclass of all security exceptions. |
class | This class is an object that is guarded by a Guard object.
|
class | The Identity class is used to represent people and companies
that can be authenticated using public key encryption. |
class | IdentityScope represents a scope of an identity.
|
class | Thrown for an invalid security algorithm parameter.
|
class | Thrown for an invalid key.
|
class | Thrown when an invalid parameter is passed to a method of the JCA/JCE
engine classes.
|
class | This exception is thrown when there is a problem with a key.
|
class | Key factories are used to convert keys (opaque cryptographic keys of type
Key ) into key specifications (transparent representations of the
underlying key material).
|
class | KeyFactorySpi is the Service Provider Interface (SPI) for the
KeyFactory class. |
class | This exception is thrown whenever a problem related to the management of
security keys is encountered.
|
class | KeyPair serves as a simple container for public and private keys.
|
class | KeyPairGenerator is a class used to generate key-pairs for a
security algorithm.
|
class | KeyPairGeneratorSpi is the interface used to generate key pairs
for security algorithms.
|
class | Keystore represents an in-memory collection of keys and
certificates. |
class | Indicates a problem with the key store.
|
class | KeyStoreSpi is the Service Provider Interface (SPI) for the
KeyStore class. |
class | Message digests are secure one-way hash functions that take arbitrary-sized
data and output a fixed-length hash value.
|
class | This is the Service Provider Interface (SPI) for MessageDigest
class in java.security. |
class | This exception is thrown when the requested security algorithm is
not available
|
class | This exception is thrown when the requested security provider is
not available.
|
class | This class is the abstract superclass of all classes that implement
the concept of a permission. |
class | This class models a group of Java permissions. |
class | This class is a heterogeneous collection of permissions. |
class | Policy is an abstract class for managing the system security
policy for the Java application environment. |
class | This exception is thrown when an exception is thrown during a
privileged action being performed with the
AccessController.doPrivileged() method. |
class | This class represents a group of classes, along with their granted
permissions. |
class | This class represents a Java security architecture service provider. |
class | This exception indicates that a runtime problem was encounterd with
a security provider.
|
class | A Secure Class Loader for loading classes with additional
support for specifying code source and permissions when
they are retrieved by the system policy handler.
|
class | An interface to a cryptographically secure pseudo-random number
generator (PRNG). |
class | SecureRandomSpi is the Service Provider Interface for SecureRandom
providers. |
class | This class centralizes all security properties and common security methods.
|
class | This class provides a mechanism for specified named permissions
related to the Java security framework. |
class | Signature is used to provide an interface to digital signature
algorithms. |
class | This exception is thrown when a problem is encountered with a
digital signature.
|
class | SignatureSpi defines the Service Provider Interface (SPI) for
the Signature class. |
class | SignedObject is used for storing runtime objects whose
integrity cannot be compromised without being detected.
|
class | Signer is a subclass of Identity . |
class | This exception is thrown when a key cannot be recovered from the key
store.
|
class | This class is used to hold instances of all permissions that cannot
be resolved to available permission classes when the security
Policy object is instantiated. |
Constructors with parameter type java.lang.Object | |
This method initializes a new instance of GuardedObject
that protects the specified Object using the specified
Guard . |
Methods with parameter type java.lang.Object | |
void | This method tests whether or not access is allowed to the specified
guarded object. |
void | This method implements the Guard interface for this class.
|
void | Sets the specified algorithm parameter to the specified value.
|
boolean | Checks if two AccessControlContexts are equal.
|
boolean | Checks an object for equality. |
boolean | This method tests to see if this object is equal to the specified
Object . |
boolean | This method tests the specified Object for equality with
this object. |
boolean | Checks for equality between this Identity and a specified object. |
boolean | Check to see if this object equals obj. |
boolean | This method tests another Principal object for equality
with this one.
|
boolean | This method tests this permission for equality against the specified
Object . |
Object | Return the value in this Hashtable associated with the supplied key,
or null if the key maps to nothing.
|
Object | Maps a key property to a designated value.
|
Object | This method removes the specified key entry (and its associated value)
from the property mapping collection.
|
void | Sets the specified algorithm parameter to the specified value.
|
Methods with return type java.lang.Object | |
Object | We override clone here to make it accessible for use by
DummyKeyPairGenerator.
|
Object | Returns a clone of this instance if cloning is supported. |
Object | Returns a clone of this class.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns the value for the specified algorithm parameter.
|
Object | Return the value in this Hashtable associated with the supplied key,
or null if the key maps to nothing.
|
Object | This method first call the checkGuard method on the
Guard object protecting the guarded object. |
Object | Returns the encapsulated object. |
Object | Returns the value for the specified algorithm parameter.
|
Object | Maps a key property to a designated value.
|
Object | This method removes the specified key entry (and its associated value)
from the property mapping collection.
|
Classes derived from java.lang.Object | |
class | An event filter which excludes events matching a
specified class pattern (exact match or start/end with "*").
|
class | An event filter which includes events matching a
specified class pattern (exact match or start/end with "*").
|
class | An event filter which filters out events in uninteresting
classes.
|
class | An event filter which allows expression conditionals.
|
class | An ignore count filter.
|
class | Restricts reported exceptions by their class and whether they are caught
or uncaught.
|
class | Restricts reported events to those that occur for a given field.
|
class | Restricts reported events to those whose active 'this' object is the
given object. |
class | Restricts reported events to those that occur at the given location.
|
class | "An event filter which restricts reported step events to those which
satisfy depth and size constraints. |
class | An event filter which allows only events within a specific
thread
|
Constructors with parameter type java.lang.Object | |
Constructs a new ConditionalFilter with the
given conditional.
|
Classes derived from java.lang.Object | |
class | XPath constants.
|
class | A generic XPath exception.
|
class | An exception in an XPath expression.
|
class | Factory for creating XPath environments.
|
class | A configuration exception in an XPath factory environment.
|
class | An exception in an XPath function.
|
Methods with parameter type java.lang.Object | |
String | Evaluates this expression against the specified context, returning the
result as a string.
|
Object | Evaluates this expression against the specified context.
|
String | Evaluates an expression and returns the result as a string.
|
Object | Evaluates an expression.
|
Methods with return type java.lang.Object | |
Object | Evaluates this expression against the specified context.
|
Object | Evaluates an expression.
|
Object | Evaluates an expression.
|
Object | Evaluates this expression against the specified context.
|
Object |
Classes derived from java.lang.Object | |
class | When representing the information about a request,
defines a one of the arguments for the operation being invoked.
|
Classes derived from java.lang.Object | |
class | A schema component annotation.
|
class | An XML Schema atomic simple type.
|
class | The enumeration facet.
|
class | An XML Schema constraining facet.
|
class | The fractionDigits facet.
|
class | The length facet.
|
class | An XML Schema list simple type.
|
class | The maxExclusive facet.
|
class | The maxInclusive facet.
|
class | The maxLength facet.
|
class | The minExclusive facet.
|
class | The minInclusive facet.
|
class | The minLength facet.
|
class | The pattern facet.
|
class | An XML Schema simple type.
|
class | The totalDigits facet.
|
class | Abstract base class for XML Schema datatypes.
|
class | Datatype builder.
|
class | Datatype library for XML Schema datatypes.
|
class | Datatype library factory for XML Schema datatypes.
|
class | An XML Schema union simple type.
|
class | The whiteSpace facet.
|
Constructors with parameter type java.lang.Object | |
Fields of type java.lang.Object | |
Object | |
Object | |
Object | |
Object |
Methods with parameter type java.lang.Object | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Tests the equality of two value objects which were originally
created by the createValue method of this object.
|
int | Computes the hash code for a value object,
which is consistent with the sameValue method.
|
Methods with return type java.lang.Object | |
Object | Converts lexcial value and the current context to the corresponding
value object.
|
Classes derived from java.lang.Object | |
class | This exception is thrown when a requested access control list (ACL) is
not found.
|
class | This exception is thrown when an attempt is made to delete the last owner
of an access control list (ACL)
|
class | This exception is thrown whenever an operation is attempted that requires
the caller to be the owner of the access control list (ACL) when the caller
is in fact not the owner of the ACL.
|
Methods with parameter type java.lang.Object | |
boolean | This method tests whether or not a specified Permission
(passed as an Object ) is the same as this permission.
|
Methods with return type java.lang.Object | |
Object | This method returns a clone of this ACL entry
|
Classes derived from java.lang.Object | |
class | DecoderContext is a Context implementation which allows access to
the XMLDecoder instance itself. |
class | The DummyContext is used as the Context implementation for the DummyHandler. |
class | Wraps a DecoderContext instance.
|
class | An ObjectHandler parses the <object> tag and thereby creates various
Context implementations.
|
class | The PersistenceParser parses an XML data stream and delegates actions to ElementHandler
instances. |
class |
Methods with parameter type java.lang.Object | |
void | |
void | |
void | Adds a decoded object to the Context. |
void | |
void | |
void | |
void | Calls an appropriate indexed set method if it is available or
throws an AssemblerException if that is not allowed on this Context.
|
Methods with return type java.lang.Object | |
Object | DecoderContext.endContext(gnu.java.beans.decoder.Context outerContext) |
Object | DummyContext.endContext(gnu.java.beans.decoder.Context outerContext) |
Object | PersistenceParser.endContext(gnu.java.beans.decoder.Context outerContext) Notifies that the context ends and the returns the appropriate result
object.
|
Object | DecoderContext.get(int index) |
Object | DummyContext.get(int index) |
Object | PersistenceParser.get(int index) Calls an appropriate indexed get method if it is available or
throws an AssemblerException if that is not allowed on this Context.
|
Object | |
Object | |
Object | |
Object | Returns the result which was calculated by calling endContext() or reportStatement().
|
Classes derived from java.lang.Object | |
class |
Classes derived from java.lang.Object | |
class | The GIOP URL context factory.
|
Classes derived from java.lang.Object | |
class | This file is not user visible !
|
Classes derived from java.lang.Object | |
class | |
class | |
class | |
class |
Methods with parameter type java.lang.Object | |
ParameterBlock | |
ParameterBlock | |
ParameterBlock | |
ParameterBlock |
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Object | This method may be called to create a new copy of the
Object. |
Object | ParameterBlock.getObjectParameter(int index) |
Object | |
Object | |
Object | |
Object | ParameterBlock.getSource(int index) |
Object |
Classes derived from java.lang.Object | |
class | A Factory class to instantiate key encoder/decoder instances.
|
class | A Factory to instantiate asymmetric keypair generators.
|
Classes derived from java.lang.Object | |
class | A base abstract class to facilitate implementations of concrete key agreement
protocol handlers.
|
class | An implementation of a password-based encryption key.
|
class | A secret key composed of a sequence of raw, unformatted octets. |
class | An implementation of an incoming message for use with key agreement
protocols.
|
class | A generic exception indicating that an unexpected condition has been detected
during the setup and/or processing of a key agreement protocol exchange.
|
class | A Factory class to generate key agreement protocol handlers.
|
class | An implementation of outgoing messages for use with key agreement protocols.
|
Methods with parameter type java.lang.Object | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
Classes derived from java.lang.Object | |
class | Main interface from the virtual machine to the JDWP back-end.
|
class | Constants defined by JDWP specification.
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | Reference implementation of VM hooks for JDWP Frame access.
|
class | This class manages objects and referencetypes that are reported
to the debugger. |
class | This class is really an amalgamation of two classes: one class
represents a virtual machine method and the other represents
the JDWP back-end's ID for the method.
|
class | A virtual machine according to JDWP.
|
Constructors with parameter type java.lang.Object | |
Create a new VMFrame object.
|
Methods with parameter type java.lang.Object | |
boolean | |
MethodResult | VMVirtualMachine.executeMethod(Object obj, Thread thread, Class<T> clazz, VMMethod method, Value[] values, int options) Executes a method in the virtual machine. |
MonitorInfo | Returns monitor information about an object. |
ObjectId | Returns an id for the given object, adding it
if it does not have an id.
|
Methods with return type java.lang.Object | |
Object | Returns the current contended monitor for a thread. |
Object | Get the object which is represented by 'this' in the context of the frame,
returns null if the method is native or static.
|
Object[] | Returns a list of owned monitors. |
Classes derived from java.lang.Object | |
class | DOM operations only raise exceptions in "exceptional" circumstances, i.e.,
when an operation is impossible to perform (either for logical reasons,
because data is lost, or because the implementation has become unstable).
|
Methods with parameter type java.lang.Object | |
boolean | Check if setting a parameter to a specific value is supported.
|
void | This method is called whenever the node for which this handler is
registered is imported or cloned.
|
void | Set the value of a parameter.
|
Object | Associate an object to a key on this node. |
Methods with return type java.lang.Object | |
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 . |
Object | Return the value of a parameter if known.
|
Object | The related DOMError.type dependent data if any.
|
Object | The related platform dependent exception if any.
|
Object | Retrieves the object associated to a key on a this node. |
Object | Associate an object to a key on this node. |
Classes derived from java.lang.Object | |
class | This is a convenience class that wraps together a sequence
of text with the attributes applied to it. |
class | This serves as a base class for accessibility "enumerations". |
class | The minimum information that all accessible objects return. |
class | This object encapsulates actions associated with navigating hypertext.
|
class | The relation between one accessible object and one or more other objects.
|
class | Describes all relations of an accessible object. |
class | This class is deprecated. |
class | The role of an accessible object. |
class | A state portion of an accessible object. |
class | Describes all elements of an accessible object's state. |
class | This is a convenience class that encapsulates a string of text
and a range specifying where, within a larger body of text, the
string may be found.
|
Constructors with parameter type java.lang.Object | |
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.
|
Methods with parameter type java.lang.Object | |
void | Fire an event to report property changes. |
void | Set the target to a single object.
|
void | Set the target to an array of objects.
|
Methods with return type java.lang.Object | |
Object | Get the anchor appropriate for the link, or null if the index is out of
bounds. |
Object | Get the link location, or null if the index is out of bounds. |
Object | Return the numbered key binding, which can then be cast in an
implementation dependent way to the appropriate object type. |
Object[][] | Returns the mapping between keys and display strings.
|
Object[] | Return the targets of this relation.
|
Classes derived from java.lang.Object | |
class | Thrown when there is an error in the native CMM.
|
class | NEEDS DOCUMENTATION
|
class | ICC_ColorSpace - an implementation of ColorSpace
While an ICC_Profile class abstracts the data in an ICC profile file
an ICC_ColorSpace performs the color space conversions defined by
an ICC_Profile instance.
|
class | ICC Profile - represents an ICC Color profile.
|
class | ICC_ProfileGray - a special case of ICC_Profiles.
|
class | ICC_ProfileRGB - a special case of ICC_Profiles.
|
class | Thrown when there is an error accessing or processing an
ICC_Profile .
|
Methods with return type java.lang.Object | |
Object | After deserializing we must determine if the class we want
is really one of the more specialized ICC_ProfileRGB or
ICC_ProfileGray classes.
|
Classes derived from java.lang.Object | |
class | |
class |
Classes derived from java.lang.Object | |
class | A ConsoleHandler publishes log records to
System.err .
|
class | An ErrorManager deals with errors that a Handler
encounters while logging.
|
class | A FileHandler publishes log records to a set of log
files. |
class | A Formatter supports handlers by localizing
message texts and by subsituting parameter values for their
placeholders.
|
class | A Handler publishes LogRecords to
a sink, for example a file, the console or a network socket.
|
class | A class for indicating logging levels. |
class | A Logger is used for logging information about events. |
class | |
class | The LogManager maintains a hierarchical namespace
of Logger objects and manages properties for configuring the logging
framework. |
class | A LogRecord contains the state for an individual
event to be logged.
|
class | A MemoryHandler maintains a circular buffer of
log records.
|
class | A SimpleFormatter formats log records into
short human-readable messages, typically one or two lines.
|
class | A SocketHandler publishes log records to
a TCP/IP socket.
|
class | A StreamHandler publishes LogRecords to
a instances of java.io.OutputStream .
|
class | An XMLFormatter formats LogRecords into
a standard XML format.
|
Methods with parameter type java.lang.Object | |
void | |
void | |
boolean | Checks whether this Level's integer value is equal to that of
another object.
|
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | Sets the parameters to the log message.
|
Methods with return type java.lang.Object | |
Object[] | Returns the parameters to the log message.
|
Classes derived from java.lang.Object | |
class | RE provides the user interface for compiling and matching regular
expressions.
|
class | This is the regular expression exception class. |
class | Replaces instances of a given RE found within an InputStream
with replacement text. |
class | An instance of this class represents a match
completed by a gnu.regexp matching function. |
class | An REMatchEnumeration enumerates regular expression matches over a
given input text. |
class | An RESyntax specifies the way a regular expression will be compiled.
|
class | UncheckedRE is a subclass of RE that allows programmers an easier means
of programmatically precompiling regular expressions. |
Constructors with parameter type java.lang.Object | |
Constructs a regular expression pattern buffer without any compilation
flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
| |
Constructs a regular expression pattern buffer using the specified
compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
| |
Constructs a regular expression pattern buffer using the specified
compilation flags and regular expression syntax.
| |
Constructs a regular expression pattern buffer without any compilation
flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
| |
Constructs a regular expression pattern buffer using the specified
compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
| |
Constructs a regular expression pattern buffer using the specified
compilation flags and regular expression syntax.
|
Methods with parameter type java.lang.Object | |
REMatch[] | Returns an array of all matches found in the input.
|
REMatch[] | Returns an array of all matches found in the input,
beginning at the specified index position.
|
REMatch[] | Returns an array of all matches found in the input string,
beginning at the specified index position and using the specified
execution flags.
|
REMatch | Returns the first match found in the input. |
REMatch | Returns the first match found in the input, beginning
the search at the specified index. |
REMatch | Returns the first match found in the input, beginning
the search at the specified index, and using the specified
execution flags. |
REMatch | Returns the first match found in the input, beginning the search
at the specified index, and using the specified execution flags.
|
REMatchEnumeration | Returns an REMatchEnumeration that can be used to iterate over the
matches found in the input text.
|
REMatchEnumeration | Returns an REMatchEnumeration that can be used to iterate over the
matches found in the input text.
|
REMatchEnumeration | Returns an REMatchEnumeration that can be used to iterate over the
matches found in the input text.
|
void | |
boolean | Checks if the regular expression matches the input in its entirety.
|
boolean | Checks if the input string, starting from index, is an exact match of
this regular expression.
|
boolean | Checks if the input, starting from index and using the specified
execution flags, is an exact match of this regular expression.
|
CharIndexed | |
String | Substitutes the replacement text for the first match found in the input.
|
String | Substitutes the replacement text for the first match found in the input
beginning at the specified index position. |
String | Substitutes the replacement text for the first match found in the input
string, beginning at the specified index position and using the
specified execution flags.
|
String | Substitutes the replacement text for each non-overlapping match found
in the input text.
|
String | Substitutes the replacement text for each non-overlapping match found
in the input text, starting at the specified index.
|
String | Substitutes the replacement text for each non-overlapping match found
in the input text, starting at the specified index and using the
specified execution flags.
|
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Classes derived from java.lang.Object | |
class | Raised when the operation on DynAny cannot be performed because one of
the parameters, while having the correct type, has the invalid value.
|
class | The helper operations for the exception InvalidValue .
|
class | Raised when the operation cannot be performed because the involved
data structure has the mismatching typecode. |
class | The helper operations for the exception TypeMismatch .
|
Classes derived from java.lang.Object | |
class | Supports asynchronous loading of images.
|
class | Convert an Image to a BufferedImage.
|
class | |
class |
Methods with return type java.lang.Object | |
Object |
Classes derived from java.lang.Object | |
class | |
class |
Classes derived from java.lang.Object | |
class | A typesafe enumeration of color types.
|
class | Describes a region of a component or the complete component.
|
class | Contains some contextual information about a region. |
class | Wrapper for graphics primitives used in Synth.
|
class | A look and feel that can be customized either by providing a file to
load(InputStream,Class>) or by setting a SynthStyleFactory using
setStyleFactory(SynthStyleFactory) .
|
class | The abstract definition of a delegate that takes the responsibility of
painting for the components.
|
class | A set of style properties that can be installed on a component.
|
class |
Methods with parameter type java.lang.Object | |
void | SynthGraphicsUtils.drawLine(SynthContext ctx, Object paintKey, Graphics g, int x1, int y1, int x2, int y2) Draws a line from (x1,y1) to (x2,y2).
|
Object | |
boolean | A convenience method to fetch an integer property.
|
Icon | A convenience method to fetch an Icon-valued property.
|
int | A convenience method to fetch an integer property.
|
String | A convenience method to fetch a String property.
|
Methods with return type java.lang.Object | |
Object |
Classes derived from java.lang.Object | |
class | CopiesDefault provides the default value
for the copies attribute.
|
class | DocumentFormatDefault specifies the default document
format of a printer.
|
class | The FinishingsDefault attribute provides the supported
values for finishings of a job.
|
class | JobHoldUntilDefault attribute provides the default value
for the attribute type job-hold-until.
|
class | JobPriorityDefault attribute provides the default value of
the printer object for the job-priority attribute.
|
class | JobSheetsDefault attribute provides the default value of
the printer object for the job-sheets attribute.
|
class | MediaDefault attribute provides the default value of
the printer object for the media attribute.
|
class | MultipleDocumentHandlingDefault provides the
default value for the MultipleDocumentHandling attribute.
|
class | NumberUpDefault attribute provides the default value of
the numper up attribute.
|
class | The OrientationRequestedDefault attribute provides
the default value for the job attribute orientation-requested.
|
class | The PrinterResolutionDefault attribute provides
the default value for the job attribute printer-resolution.
|
class | PrintQualityDefault provides the
default value for the print-quality attribute.
|
class | SidesDefault provides the
default for the sides attribute.
|
Methods with parameter type java.lang.Object | |
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
Classes derived from java.lang.Object | |
class | A factory that enables applications to obtain instances of
DOMImplementation .
|
Classes derived from java.lang.Object | |
class | ArrayHelper helps you do things with arrays.
|
class | ClassHelper has various methods that ought to have been in Class.
|
class | This class is based on java.lang.AbstractStringBuffer but
without the copying of the string by toString.
|
class | An Instrumentation object has transformers that will
be called each time a class is defined or redefined.
|
Methods with parameter type java.lang.Object | |
CPStringBuilder | Append the String value of the argument to this
StringBuffer . |
boolean | Counterpart to java.util.Collection.contains.
|
long | Get the size of an object.
|
int | Counterpart to java.util.Collection.indexOf.
|
CPStringBuilder | Insert the String value of the argument into this
StringBuffer . |
Classes derived from java.lang.Object | |
class | The implementation of the HMAC-HAVAL Service Provider Interface
(SPI) Adapter.
|
class | The implementation of the HMAC-MD2 Service Provider Interface
(SPI) adapter.
|
class | The implementation of the HMAC-MD4 Service Provider Interface
(SPI) adapter.
|
class | The implementation of the HMAC-MD5 Service Provider Interface
(SPI) adapter.
|
class | The implementation of the HMAC-RIPEMD-128 Service Provider Interface
(SPI) adapter.
|
class | The implementation of the HMAC-RIPEMD-160 Service Provider Interface
(SPI) adapter.
|
class | The implementation of the HMAC-SHA-160 Service Provider Interface
(SPI) adapter.
|
class | The implementation of the HMAC-SHA-256 Service Provider Interface
(SPI) adapter.
|
class | The implementation of the HMAC-SHA-384 Service Provider Interface
(SPI) adapter.
|
class | The implementation of the HMAC-SHA-512 Service Provider Interface
(SPI) adapter.
|
class | The implementation of the Tiger Service Provider Interface
(SPI) adapter.
|
class | The implementation of the HMAC-Whirlpool Service Provider Interface
(SPI) adapter.
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | The implementation of the TMMH16 Service Provider Interface
(SPI) adapter.
|
class | The implementation of the UHash-32 Service Provider Interface
(SPI) adapter.
|
class | The implementation of the UMAC-32 Service Provider Interface
(SPI) adapter.
|
Classes derived from java.lang.Object | |
class | The set of variable bindings in effect for a stylesheet.
|
class | Serializes a DOM node to an output stream.
|
class | GNU transformer factory implementation.
|
Methods with parameter type java.lang.Object | |
void |
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Object | |
Object | |
Object |
Classes derived from java.lang.Object | |
class | The base class for filters that control the visibility of files in the
JFileChooser component.
|
class | The base class providing a view of the file system for use by the
JFileChooser component.
|
class | An abstract class that provides presentation information about files and
directories. . |
Classes derived from java.lang.Object | |
class | Thrown when an annotation found in a class file is
malformed. |
class | Thrown when accessing an element within an annotation for
which the type has changed, since compilation or serialization
took place. |
class | |
class | Thrown when accessing an element within an annotation which
was added since compilation or serialization took place, and
does not have a default value.
|
class | This enum is used to control the lifetime of an annotation.
|
Methods with parameter type java.lang.Object | |
boolean |
Returns true if the supplied object is equivalent to this annotation.
|
Classes derived from java.lang.Object | |
class | SAX2 extension helper for additional Attributes information,
implementing the Attributes2 interface.
|
class | This class extends the SAX2 base handler class to support the
SAX2 LexicalHandler , DeclHandler , and
EntityResolver2 extensions. |
class | SAX2 extension helper for holding additional Entity information,
implementing the Locator2 interface.
|
Classes derived from java.lang.Object | |
class | A base abstract class to facilitate hash implementations.
|
class | A Factory to instantiate message digest algorithm instances.
|
class | The HAVAL message-digest algorithm is a variable output length, with
variable number of rounds. |
class | An implementation of the MD2 message digest algorithm.
|
class | An implementation of Ron Rivest's MD4 message digest algorithm.
|
class | The MD5 message-digest algorithm takes as input a message of arbitrary
length and produces as output a 128-bit "fingerprint" or "message digest" of
the input. |
class | RIPEMD-128 is a 128-bit message digest.
|
class | RIPEMD-160 is a 160-bit message digest.
|
class | The Secure Hash Algorithm (SHA-1) is required for use with the Digital
Signature Algorithm (DSA) as specified in the Digital Signature Standard
(DSS) and whenever a secure hash algorithm is required for federal
applications. |
class | Implementation of SHA2-1 [SHA-256] per the IETF Draft Specification.
|
class | Implementation of SHA2-2 [SHA-384] per the IETF Draft Specification.
|
class | Implementation of SHA2-3 [SHA-512] per the IETF Draft Specification.
|
class | The Tiger message digest. |
class | Whirlpool, a new 512-bit hashing function operating on messages less than
2 ** 256 bits in length. |
Methods with return type java.lang.Object | |
Object | Returns a clone copy of this instance.
|
Object | |
Object | Returns a clone copy of this instance.
|
Object | This method may be called to create a new copy of the
Object. |
Object | This method may be called to create a new copy of the
Object. |
Object | This method may be called to create a new copy of the
Object. |
Object | Returns a clone copy of this instance.
|
Object | Returns a clone copy of this instance.
|
Object | Returns a clone copy of this instance.
|
Object | Returns a clone copy of this instance.
|
Object | This method may be called to create a new copy of the
Object. |
Object | |
Object | Returns a clone copy of this instance.
|
Object |
Classes derived from java.lang.Object | |
class | This abstract class provides a model for obtaining authentication
information (in the form of a username and password) required by
some network operations (such as hitting a password protected
web site).
|
class | This exception indicates that an error occurred while attempting to bind
socket to a particular port.
|
class | This exception indicates that an error occurred while attempting to
connect to a remote host. |
class | This is an abstract class that is the superclass for classes that read
objects from URL's. |
class | This class models a packet of data that is to be sent across the network
using a connectionless protocol such as UDP. |
class | This class models a connectionless datagram socket that sends
individual packets of data across the network. |
class | This abstract class models a datagram socket implementation. |
class | This class provides a common abstract implementation for those
URL connection classes that will connect using the HTTP protocol.
|
class | |
class | |
class | This class models an Internet address. |
class | InetSocketAddress instances represent socket addresses
in the java.nio package. |
class | This abstract class represents a common superclass for implementations
of jar URL's. |
class | This exception indicates that a URL passed to an object was not in a
valid format.
|
class | This class models a multicast UDP socket. |
class | This class is used to model miscellaneous network permissions. |
class | This class models a network interface on the host computer. |
class | This exception indicates that there is no TCP/IP route to the requested
host. |
class | This class serves a container for username/password pairs.
|
class | This exception signals that an ICMP port unreachable datagram has been
received.
|
class | This exception indicates that some sort of low level protocol
exception occurred. |
class | Defines a proxy setting. |
class | Represents the proxy type.
|
class | Class for handling proxies for different connections.
|
class | This class models server side sockets. |
class | This class models a client site socket. |
class | Abstract base class for InetSocketAddress.
|
class | This exception indicates that a generic error occurred related to an
operation on a socket. |
class | This abstract class serves as the parent class for socket implementations.
|
class | This class models a specific set of permssions for connecting to a
host. |
class | This exception signals that a socket read or accept timed out.
|
class | This exception indicates that an attempt was made to reference a hostname
or IP address that is not valid. |
class | Contrary to what you might think, this does not indicate that the
TCP/IP service name specified was invalid. |
class |
A URI instance represents that defined by
RFC3986,
with some deviations.
|
class | This exception is thrown when a String cannot be parsed as a URI.
|
class | This final class represents an Internet Uniform Resource Locator (URL).
|
class | A secure class loader that can load classes and resources from
multiple locations. |
class | This class models a connection that retrieves the information pointed
to by a URL object. |
class | This utility class contains static methods that converts a
string encoded in the x-www-form-urlencoded format to the original
text. |
class | This utility class contains static methods that converts a
string into a fully encoded URL string in x-www-form-urlencoded
format. |
class | This class is the superclass of all URL protocol handlers. |
Methods with parameter type java.lang.Object | |
boolean | Compare the current Inet4Address instance with obj
|
boolean | Compares this object against the specified object
|
boolean | Tests this address for equality against another InetAddress. |
boolean | Test if obj is a InetSocketAddress and
has the same address and port
|
boolean | Checks if the current instance is equal to obj
|
boolean | Compares the given object with this object.
|
boolean | Tests this object for equality against another. |
boolean |
Compares the URI with the given object for equality. |
boolean | Test another URL for equality with this one. |
void | Sets the specified option on a socket to the passed in object. |
Methods with return type java.lang.Object | |
Object | Returns the contents of this URL as an object by first opening a
connection, then calling the getContent() method against the connection
|
Object | This method returns the content of the document pointed to by the
URL as an Object. |
Object | Gets the contents of this URL
|
Object | Retrieves the content of this URLConnection
|
Object | This method reads from the InputStream of the passed in URL
connection and uses the data downloaded to create an Object
represening the content. |
Object | This method reads from the InputStream of the passed in URL
connection and uses the data downloaded to create an Object
represening the content. |
Object | SocketOptions.getOption(int optionId) Returns the current setting of the specified option. |
Methods with parameter type java.lang.Object | |
RMIConnection | Constructs and returns a new RMI connection using the specified
authentication credentials. |
Methods with return type java.lang.Object | |
Object | Handles MBeanServerConnection.getAttribute(ObjectName, String) ,
returning the value of the supplied attribute from the specified
management bean.
|
Classes derived from java.lang.Object | |
class | Utility class for handling border styles.
|
class | A special CSS metric for border widths. |
class | Converts CSS color values into AWT Color values.
|
class | Indicates a failure in the lexical analyser of the CSS parser.
|
class | A parser for CSS stylesheets.
|
class | This exception is raised when the CSS parser hits a syntax error.
|
class | Converts CSS font-size values into real (point) values.
|
class | Converts font-size CSS values to a form to be used by Font .
|
class | Converts font-weight CSS values to the constants defined for
Font
|
class | Converts CSS length values to usable length values.
|
class | A CSS selector. |
Classes derived from java.lang.Object | |
class | |
class |
Classes derived from java.lang.Object | |
class | |
class | |
class | Contains methods for creating contexts and objects referred to by
location information. |
class | Stores the partial resolution of the name. |
Constructors with parameter type java.lang.Object | |
Create the initialised instance
| |
Create the initialised instance
| |
Fields of type java.lang.Object | |
Object | The object, to that part of the name has been resolved.
|
Methods with parameter type java.lang.Object | |
ObjectFactory | Create a new object using the supplied environment.
|
Object | NamingManager.getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable , ?> environment) Creates an object for the specified name context, environment and
referencing context object.
If the builder factory is set by
setObjectFactoryBuilder(ObjectFactoryBuilder) , the call is
delegated to that factory. |
Object | ObjectFactory.getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable , ?> environment) Creates the object, using the specified name and location information. |
Object | DirectoryManager.getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable , ?> environment, Attributes attrs) |
Object | DirObjectFactory.getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable , ?> environment, Attributes attrs) |
Object | Get the object state for binding.
|
Object | Get the object state for binding.
|
DirStateFactory.Result | DirectoryManager.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable , ?> environment, Attributes attrs) |
DirStateFactory.Result | DirStateFactory.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable , ?> environment, Attributes inAttrs) |
void | Set the object to that the part of the name has been resolved.
|
Methods with return type java.lang.Object | |
Object | |
Object | NamingManager.getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable , ?> environment) Creates an object for the specified name context, environment and
referencing context object.
If the builder factory is set by
setObjectFactoryBuilder(ObjectFactoryBuilder) , the call is
delegated to that factory. |
Object | ObjectFactory.getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable , ?> environment) Creates the object, using the specified name and location information. |
Object | DirectoryManager.getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable , ?> environment, Attributes attrs) |
Object | DirObjectFactory.getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable , ?> environment, Attributes attrs) |
Object | Get the object to that the name was partially resolved
|
Object | Get the object state for binding.
|
Object | Get the object state for binding.
|
Classes derived from java.lang.Object | |
class | The GNU implementation of the AES Key Wrap Algorithm as described in [1].
|
class | A base class to facilitate implementation of concrete Key Wrapping
Algorithms.
|
class | A checked security exception to denote an unexpected problem while unwrapping
key material with a Key Wrapping Algorithm.
|
class | A Factory class for the Key Wrapping Algorithm implementations.
|
class | The GNU implementation of the Triple DES Key Wrap Algorithm as described in
[1].
|
Classes derived from java.lang.Object | |
class | A simple CORBA CDR (common data representation) input stream, reading data
from the given InputStream . |
class | A simple CORBA CDR (common data representation)
output stream, writing data into the
given OutputStream .
|
class | The input stream with the possibility to align on the
word (arbitrary size) boundary.
|
class | The input stream with the possibility to align on the
word (arbitrary size) boundary.
|
class | As java uses Big Endian by default, this class is directly derived
form DataInputStream.
|
class | A stream to read the data in Big Endian format. |
class | A CORBA output stream, writing data into the internal buffer ( ByteArrayOutputStream ).
|
class | The CDR input stream that reads data from the byte buffer.
|
class | The encapsulated data, as they are defined by CORBA specification.
|
class | Our implementation of the sending context runtime.
|
class | Substitutes the main stream in factories when the header is already behind.
|
class | Handles case when the CORBA IDL type with the known helper is wrapped into
Value type.
|
class | This class reads data in the Little Endian format. |
class | This stream writes data in the Little Endian format
(less significant byte first). |
class | Reads the data about an unknown exception from the UnknownExceptionInfo.
|
class | A specialised class for reading and writing the value types.
|
class | This is a temporary replacement for the native call that would allocate
objects without public constructors. |
Constructors with parameter type java.lang.Object | |
Create Runtime.
|
Methods with parameter type java.lang.Object | |
ServiceContext[] | UnknownExceptionCtxHandler.addExceptionContext(ServiceContext[] current, Throwable exception, Object details) Encode exception and add its recored to the message service contexts.
|
BoxedValueHelper | Get the helper that could write the given object, or null if no pre-defined
helper available for this object.
|
int | Check if the object is already written.
|
int | Check if the object is already written.
|
void | Mark the given object as written at the given position.
|
Object | Read the value base from the given input stream when the unitialised
instance is available. |
Serializable | Vio.readValue(InputStream input, int position, Object value, BoxedValueHelper helper, String id, String[] ids, String codebase) Read the value (the header must be behind).
|
void |
Methods with return type java.lang.Object | |
Object | Allocates a new Object of type clazz but without running the default
constructor on it. |
Object | Instantiate an instance of this class anyway; also in the case when it has
no parameterless or any other constructor. |
Object | gnuRuntime.isObjectWrittenAt(int x, int offset) Get the object, written at the given position. |
Object | Read the value base from the given input stream when the unitialised
instance is available. |
Object | Read the abstract interface. |
Object | Delegates functionality to the underlying stream.
|
Object | Delegates functionality to the underlying stream.
|
Object | Delegates functionality to the underlying stream.
|
Classes derived from java.lang.Object | |
class | |
class |
Classes derived from java.lang.Object | |
class | Container for data on management listeners. |
class | This class provides an MBeanServer
implementation for GNU Classpath.
|
class | Translates Java data types to their equivalent
open data type, and vice versa, according to the
MXBean rules.
|
Constructors with parameter type java.lang.Object | |
ListenerData.ListenerData(NotificationListener listener, NotificationFilter filter, Object passback) Constructs a new ListenerData with the specified
listener, filter and passback object.
|
Methods with parameter type java.lang.Object | |
void | Server.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Registers the supplied listener with the specified management
bean. |
void | Server.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback)
Registers the supplied listener with the specified management
bean. |
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 | Server.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. |
boolean | Returns true if the supplied object is an instance of
ListenerData and has the same listener, filter
and passback object.
|
Object | Translates the input Java data type to the equivalent
open data type.
|
Object[] | Translates the input Java data types to the equivalent
open data types.
|
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 | Invokes the supplied operation on the specified management
bean. |
ObjectInstance | Registers the supplied instance with the server, using the specified
ObjectName . |
void | Server.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | Server.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
Object | Translates the returned open data type to the value
required by the interface.
|
Methods with return type java.lang.Object | |
Object | Translates the input Java data type to the equivalent
open data type.
|
Object[] | Translates the input Java data types to the equivalent
open data types.
|
Object | Returns the value of the supplied attribute from the specified
management bean.
|
Object | Returns the passback object.
|
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 supplied operation on the specified management
bean. |
Object | Translates the returned open data type to the value
required by the interface.
|
Classes derived from java.lang.Object | |
class | An X11 color map resource.
|
class | A connection to an X11 display.
|
class | An X11 drawable.
|
class | An X11 Font, implemented as a wrapper around an X11 Font XID and
the associated Xlib XFontStruct structure.
|
class | An X11 graphics context. |
class | An X11 Pixmap. |
class | A flyweight class that denotes an X11 screen. |
class | A visual determines how a color is encoded into a pixel/bitfield
value. |
class | An X11 window.
|
class |
Collection of attributes that can be applied to or read from an
X11 window.
|
class | Size hints for an X11 window in its normal state. |
class | Mutable event structure that can contain any data from any event
type. |
class | Interprets data from an Xlib XButtonEvent into members of java
primitive types.
|
class | A color or color-cell on the X server.
|
class | Interprets and retrieves data from an Xlib XConfigureEvent.
|
class | Indicates that something went wrong with the connection to an X11
display.
|
class | Base class for interpreters of specific X event types. |
class | Runtime exception that occurred during an Xlib operation.
|
class | Interprets data from an Xlib XExposeEvent.
|
class | Common base class for all resources that are stored on the server
and refered to on the client side using XIDs.
|
class | Structure containing image data that resides on the client side.
|
class | Interprets data from an Xlib XUnmapEvent.
|
Methods with parameter type java.lang.Object | |
void |
Methods with return type java.lang.Object | |
Object | Try to get a suitable GC from the drawable's cache.
|
Object | This method may be called to create a new copy of the
Object. |
Object | This method may be called to create a new copy of the
Object. |
Object |
Classes derived from java.lang.Object | |
class | AffineTransformOp performs matrix-based transformations (translations,
scales, flips, rotations, and shears).
|
class | This filter should produce images which do not have image artifacts
like broken lines which were originally unbroken. |
class | Filter Raster pixels by applying a matrix.
|
class | A sample model that reads each sample value from a separate band in the
DataBuffer .
|
class | A buffered image always starts at coordinates (0, 0).
|
class | The BufferedImageFilter class wraps BufferedImageOp objects in a Filter.
|
class | This class describes a strategy for managing image buffering
resources on a Canvas or Window. |
class | ByteLookupTable represents translation arrays for pixel values. |
class | ColorConvertOp is a filter for converting images or rasters between
colorspaces, either through a sequence of colorspaces or just from source to
destination.
|
class | A color model operates with colors in several formats:
|
class | |
class | ComponentSampleModel supports a flexible organization of pixel samples in
memory, permitting pixel samples to be interleaved by band, by scanline,
and by pixel.
|
class | Convolution filter.
|
class | Currently this filter does almost nothing and needs to be implemented.
|
class | Class that manages arrays of data elements. |
class | A DataBuffer that uses an array of byte primitives
to represent each of its banks.
|
class | A DataBuffer that uses an array of double primitives
to represent each of its banks.
|
class | A DataBuffer that uses an array of float primitives
to represent each of its banks.
|
class | A DataBuffer that uses an array of int primitives
to represent each of its banks.
|
class | A DataBuffer that uses an array of short primitives
to represent each of its banks.
|
class | A DataBuffer that uses an array of short primitives
to represent each of its banks.
|
class | |
class | |
class | The ImageFilter class is a base class which can be
extended to provide different types of filters for an image. |
class | This exception is thrown when BufferedImageOp or
RasterOp filters cannot process an image.
|
class | Color model similar to pseudo visual in X11.
|
class | Kernel represents an image processing kernel. |
class | LookupOp is a filter that converts each pixel using a lookup table.
|
class | LookupTable represents translation arrays for pixel values. |
class | An image producer that delivers image data from an array.
|
class | MultiPixelPackedSampleModel provides a single band model that supports
multiple pixels in a single unit. |
class | |
class | PixelGrabber is an ImageConsumer that extracts a rectangular region
of pixels from an Image.
|
class | A SampleModel that uses exactly one element of the
raster’s DataBuffer per pixel, holds all bands in a
single bank, and stores band data in pixel-interleaved manner.
|
class | A rectangular collection of pixels composed from a DataBuffer which
stores the pixel values, and a SampleModel which is used to retrieve
the pixel values.
|
class | This exception is thrown when there is invalid layout information in
Raster
|
class | This filter should be used for fast scaling of images where the result
does not need to ensure straight lines are still straight, etc. |
class | RescaleOp is a filter that changes each pixel by a scaling factor and offset.
|
class | A filter designed to filter images in the default RGBColorModel regardless of
the ImageProducer's ColorModel.
|
class | A SampleModel is used to access pixel data from a
DataBuffer . |
class | ShortLookupTable represents translation arrays for pixel values. |
class | A SampleModel used when all samples are stored in a single
data element in the DataBuffer , and each data element contains
samples for one pixel only.
|
class | VolatileImage represents a hardware-accelerated graphics buffer.
|
class | A raster with methods to support updating pixel values.
|
Fields of type java.lang.Object | |
Object |
Methods with parameter type java.lang.Object | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | |
boolean | Tests this sample model for equality with an arbitrary object. |
boolean | Tests this sample model for equality with an arbitrary object. |
boolean | |
boolean | Tests this sample model for equality with an arbitrary object. |
int | |
int | |
int | |
int | |
int | |
int | |
int[] | Fills an array with the unnormalized component samples from an
array of transferType containing a single pixel. |
int[] | |
int[] | |
Object | Converts the normalized component samples from an array to an array of
TransferType values. |
Object | |
Object | |
Object | |
Object | Extract all samples of one pixel and return in an array of transfer type.
|
Object | Returns the samples for the pixel at location (x, y) in
a primitive array (the array type is determined by the data type for
this model). |
Object | Extract one pixel and return in an array of transfer type.
|
Object |
This method is provided as a faster alternative to getPixel(),
that can be used when there is no need to decode the pixel into
separate sample values.
|
Object | |
Object | Converts an sRGB pixel int value to an array containing a
single pixel of the color space of the color model.
|
Object | |
Object | Converts a normalized pixel int value in the sRGB color
space to an array containing a single pixel of the color space
of the color model.
|
Object | |
Object | |
Object | |
int | |
int | |
int | |
float[] | Convert unnormalized components to normalized components.
|
int | Converts a pixel in the given array of the color space of the
color model to an sRGB pixel int value.
|
int | |
int | |
int | Converts pixel in the given array to sRGB and extract blue int
sample scaled to range [0-255].
|
int | |
int | |
void | |
void | |
void | |
void | Set the pixel at x, y to the value in the first element of the primitive
array obj.
|
void | Sets the samples for the pixel at location (x, y) from the
supplied primitive array (the array type must be consistent with the data
type for this model).
|
void | Set the pixel at x, y to the value in the first element of the primitive
array obj.
|
void | |
void |
Methods with return type java.lang.Object | |
Object | By default, returns a shallow copy of the object created by
Object.clone()
|
Object | Returns a clone of this kernel.
|
Object | Converts the normalized component samples from an array to an array of
TransferType values. |
Object | |
Object | |
Object | |
Object | Extract all samples of one pixel and return in an array of transfer type.
|
Object | Returns the samples for the pixel at location (x, y) in
a primitive array (the array type is determined by the data type for
this model). |
Object | Extract one pixel and return in an array of transfer type.
|
Object |
This method is provided as a faster alternative to getPixel(),
that can be used when there is no need to decode the pixel into
separate sample values.
|
Object | |
Object | Converts an sRGB pixel int value to an array containing a
single pixel of the color space of the color model.
|
Object | |
Object | Converts a normalized pixel int value in the sRGB color
space to an array containing a single pixel of the color space
of the color model.
|
Object | |
Object | |
Object | |
Object | |
Object | Returns the value of the specified property, or
Image.UndefinedProperty if the property is not defined.
|
Object | |
Object |
Classes derived from java.lang.Object | |
class | An implementation of Transformer which
performs XSLT transformation using libxslt .
|
class | An implementation of TransformerFactory producing
Transformer objects which use libxslt
for transformation.
|
Methods with parameter type java.lang.Object | |
void | |
void | Sets a parameter value for the transformation.
|
Methods with return type java.lang.Object | |
Object | |
Object | Returns the specified parameter value.
|
Classes derived from java.lang.Object | |
class | The helper operations for the
CORBA object CodecFactory .
|
class | A helper operations for th Component id. |
class | Defines the encoding format of the Codec , including the major
and minor version numbers. |
class |
The object IOR contains sufficient information for finding local or
remote CORBA object. |
class | A helper operations for the structure IOR .
|
class | A holder for the IOR .
|
class | A helper operations for the array of TaggedComponent
(MultipleComponentProfile).
|
class | A holder for the sequence of TaggedComponent
(MultipleComponentProfileHelper ).
|
class | A helper operations for th Profile id. |
class | The ServiceContext structure contains the service data, being passed in the
CORBA message. |
class | A helper operations for the structure ServiceContext .
|
class | A holder for the structure ServiceContext .
|
class | The helper operations for the
CORBA object ServiceContext [].
|
class | A holder for the sequence of the ServiceContext s.
|
class | A helper operations for a context service id. |
class | The tagged component in a part of the TaggedProfile .
|
class | A helper operations for the TaggedComponent .
|
class | A holder for the structure TaggedComponent .
|
class | The TaggedProfile if part of the IOR , defining a single specific
aspect of the object related information. |
class | A helper operations for the structure TaggedProfile .
|
class | A holder for the structure TaggedProfile .
|
Classes derived from java.lang.Object | |
class | This exception is thrown by a SASL mechanism implementation to indicate
that the SASL exchange has failed due to reasons related to authentication,
such as an invalid identity, passphrase, or key.
Note that the lack of an AuthenticationException does not
mean that the failure was not due to an authentication error. |
class | This callback is used by SaslServer to determine whether one entity
(identified by an authenticated authentication ID) can act on behalf of
another entity (identified by an authorization ID).
|
class | This callback is used by SaslClient and SaslServer to
retrieve realm information.
|
class | This callback is used by SaslClient and SaslServer to obtain
a realm given a list of realm choices.
|
class | A static class for creating SASL clients and servers.
This class defines the policy of how to locate, load, and instantiate SASL
clients and servers.
For example, an application or library gets a SASL client instance by
doing something like:
SaslClient sc = Sasl.createSaslClient(mechanisms, authorizationID, protocol, serverName, props, callbackHandler);It can then proceed to use the instance to create an authenticated connection. Similarly, a server gets a SASL server instance by using code that looks as follows: SaslServer ss = Sasl.createSaslServer(mechanism, protocol, serverName, props, callbackHandler); |
class | This class represents an error that has occurred when using SASL.
|
Methods with return type java.lang.Object | |
Object | Retrieves the negotiated property. |
Object | Retrieves the negotiated property. |
Classes derived from java.lang.Object | |
class | This is the base applet class. |
class | This class provides accessibility support for Applets, and is the
runtime type returned by getAccessibleContext() .
|
Classes derived from java.lang.Object | |
class | The type code that is an alias of another type code.
|
class | A TypeCode for arrays.
|
class | A typecode for CORBA fixed
|
class | A typecode for types, requiring to provide various additional
properties but still not requiring to store the
members of the structure. |
class | An information about a primitive CORBA data type
(boolean, char, wchar, octet and also signed or unsigned short, long,
long long, float and double).
|
class | The type code that also has the member property getters
supported.
|
class | The individual field of the record.
|
class | The typecode, serving as a placeholder in defining
typecodes, containing recursion.
|
class | The typecode for string and wide string.
|
Classes derived from java.lang.Object | |
class | An implementation of the EME-PKCS1-V1.5 encoding and decoding methods.
|
class | An implementation of the EMSA-PKCS1-V1.5 encoding scheme.
|
class | An implementation of the EMSA-PSS encoding/decoding scheme.
|
class | Utility methods related to the RSA algorithm.
|
class | The RSA-PKCS1-V1.5 signature scheme is a digital signature scheme with
appendix (SSA) combining the RSA algorithm with the EMSA-PKCS1-v1_5 encoding
method.
|
class | An object that implements the ISignatureCodec operations for the
Raw format to use with RSA-PKCS#1 v1.5 signatures.
|
class | An implementation of an ISignatureCodec that knows to encode and
decode RSA PKCS1 (v1.5) signatures into the raw bytes which would constitute
a DER-encoded form of the ASN.1 structure defined in RFC-2459, and RFC-2313
as described in the next paragraphs.
|
class | The RSA-PSS signature scheme is a public-key encryption scheme combining the
RSA algorithm with the Probabilistic Signature Scheme (PSS) encoding method.
|
class | An object that implements the ISignatureCodec operations for the
Raw format to use with RSA-PSS signatures.
|
class | A Factory class to instantiate RSA Signature classes.
|
Methods with parameter type java.lang.Object | |
byte[] | Returns the encoded form of the designated RSA-PKCS#1 (v1.5) signature
object according to the Raw format supported by this library.
|
byte[] | Encodes an RSA Signature output as a signature BIT STRING as
defined in the documentation of this class.
|
byte[] | Returns the encoded form of the designated RSA-PSS signature object
according to the Raw format supported by this library.
|
boolean | |
boolean |
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Object | This method may be called to create a new copy of the
Object. |
Object | This method may be called to create a new copy of the
Object. |
Object | Returns a clone copy of this instance.
|
Object | RSAPKCS1V1_5SignatureRawCodec.decodeSignature(byte[] input) Returns the decoded object from a designated input assumed to have been
generated by the encodeSignature(Object) method.
|
Object | RSAPKCS1V1_5SignatureX509Codec.decodeSignature(byte[] input) Decodes a signature as defined in the documentation of this class.
|
Object | RSAPSSSignatureRawCodec.decodeSignature(byte[] k) |
Object | |
Object |
Classes derived from java.lang.Object | |
class | Exception wrapper for CORBA.ACTIVITY_COMPLETED.
|
class | Exception wrapper for CORBA.ACTIVITY_REQUIRED
|
class | Exception wrapper for CORBA.INVALID_ACTIVITY.
|
Classes derived from java.lang.Object | |
class | A Metal theme that can be customized by setting the primary and secondary
colors.
|
Methods with return type java.lang.Object | |
Object | Returns a clone of this theme.
|
Classes derived from java.lang.Object | |
class | A mapping from Unicode codepoints to glyphs. |
class | A single resource that is contained in a resource fork.
|
class | A utility class that helps with decoding the names of OpenType
and TrueType fonts.
|
class | A font that takes its data from OpenType or TrueType font tables.
|
class | A factory for creating fonts that are stored in an
sfnt-housed format, for example OpenType or TrueType.
|
class | An common superclass for all font scalers. |
Classes derived from java.lang.Object | |
class |
Classes derived from java.lang.Object | |
class | The abstract base class for all MIDI instruments.
|
class | This exception is thrown when we encounter bad MIDI data.
|
class | A system exclusive MIDI message.
|
class | A MIDI device descriptor object.
|
class | A MIDI event is the combination of a MIDI message and a timestamp specified
in MIDI ticks.
|
class | Describe a MIDI file, including specifics about its type, length and timing.
|
class | The base class for all MIDI messages.
|
class | MidiSystem provides access to the computer system's MIDI resources,
as well as utility routines for reading MIDI files and more.
|
class | This exception is thrown when MIDI resources are not available.
|
class | A Patch describes where an Instrument is loaded on a Synthesizer.
|
class | Objects of this type represent sequences of MIDI messages that can be
played back by a Sequencer.
|
class | A SyncMode object represents the mechanism by which a MIDI sequencer
synchronizes time with a master or slave device.
|
class | A short MIDI message that is no longer than 3 bytes long.
|
class | SoundbankResource objects represent audio data stored in a sound bank.
|
class | A system exclusive MIDI message.
|
class | A Track contains a list of timecoded MIDI events for processing
by a Sequencer.
|
class | Objects of this type define the status of a Synthesizer voice.
|
Methods with parameter type java.lang.Object | |
boolean | This equals method only returns true if this object
is the same as obj.
|
boolean | SyncMode objects are only equal when identical.
|
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Object | This method may be called to create a new copy of the
Object. |
Object | This method may be called to create a new copy of the
Object. |
Object | This method may be called to create a new copy of the
Object. |
Object | Get the audio data for this resource.
|
Classes derived from java.lang.Object | |
class | The activatable reference works like UnicastRef, but if the remote object
appears to be not accessible, it tries to reactivate it before reporting
any errors. |
class | The activatable server reference works like UnicastServerReference, but it
additionally activates the associated object on demand, during the first
incoming call. |
class | This class supports the multiple class loaders to load the resources. |
class | |
class | The default implementation of RMIClassLoaderSpi .
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | This class connects the local, remotely available (exported) object to
the local RMI server that accepts the remote calls.
|
Methods with parameter type java.lang.Object | |
boolean | Check if this UnicastRef points to the object as the passed UnicastRef.
|
Collection<E> | Get the server references to the object, previously exported via this
server. |
Object | |
Object | UnicastRef.invokeCommon(UnicastConnection conn, Remote obj, Method method, Object[] params, int opnum, long hash) Invoke the remote method on the given object when connection is already
established.
|
Object | Invoke the remote method on the given object and try to activate the object
if it is not reacheable with the current manager.
|
Object | Invoke the remote method on the given object. |
Object | |
void |
Methods with return type java.lang.Object | |
Object | |
Object | Get the helper (assisting) class with the given type.
|
Object | If the object is not active, activate it first.
|
Object | This method is called from the UnicastServer
to deliver the remote call to this object.
|
Object | |
Object | UnicastRef.invokeCommon(UnicastConnection conn, Remote obj, Method method, Object[] params, int opnum, long hash) Invoke the remote method on the given object when connection is already
established.
|
Object | Invoke the remote method on the given object and try to activate the object
if it is not reacheable with the current manager.
|
Object | Invoke the remote method on the given object. |
Object | |
Object |
Classes derived from java.lang.Object | |
class | Class to load and validate a generic PNG chunk.
|
class | A PNG IDAT (data) chunk.
|
class | |
class | |
class | |
class | |
class | A utility class of static methods implementing the PNG filtering algorithms.
|
class | A PNG gAMA (gamma) chunk.
|
class | A PNG Header chunk.
|
class | A PNG iCCP (ICC Profile) chunk.
|
class | The ImageIO ImageReader for PNG images.
|
class | The ImageIO ImageReader service provider for PNG images.
|
class | A PNG Palette chunk.
|
class | A PNG "pHYS" chunk - pixel physical dimensions
|
class | A PNG tIME chunk.
|
Methods with parameter type java.lang.Object | |
boolean | Determines if the PNG ImageReader can decode the specified input.
|
ImageReader | Returns a new PNGImageReader instance.
|
void | Sets the input and checks the input parameter.
|
Classes derived from java.lang.Object | |
class | A class representing the ArrayReference Command Set.
|
class | A class representing the ArrayType Command Set.
|
class | A class representing the ClassLoaderReference Command Set.
|
class | A class representing the ClassObjectReference Command Set.
|
class | A class representing the ClassType Command Set.
|
class | A class representing a JDWP Command Set. |
class | A class representing the EventRequest Command Set.
|
class | A class representing the Field Command Set.
|
class | A class representing the InterfaceType Command Set.
|
class | A class representing the Method Command Set.
|
class | A class representing the ObjectReference Command Set.
|
class | This class is responsible for processing packets from the
debugger. |
class | A class representing the ReferenceType Command Set.
|
class | A class representing the StackFrame Command Set.
|
class | A class representing the StringReference Command Set.
|
class | A class representing the ThreadGroupReference Command Set.
|
class | A class representing the ThreadReference Command Set.
|
class | A class representing the VirtualMachine Command Set.
|
Methods with return type java.lang.Object | |
Object | Main run routine for this thread. |
Classes derived from java.lang.Object | |
class | A basic implementation of most of the methods in the Collection interface to
make it easier to create a collection. |
class | A basic implementation of most of the methods in the List interface to make
it easier to create a List based on a random-access data structure. |
class | An abstract implementation of Map to make it easier to create your own
implementations. |
class | A class which implements Map.Entry. |
class | A class containing an immutable key and value. |
class | Abstract superclass to make it easier to implement the List interface when
backed by a sequential-access store, such as a linked list. |
class | An abstract implementation of Set to make it easier to create your own
implementations. |
class | An array-backed implementation of the List interface. |
class | This class contains various static utility methods performing operations on
arrays, and a method to provide a List "view" of an array to facilitate
using arrays with Collection-based APIs. |
class | This class can be thought of in two ways. |
class | This class is an abstract base class for Calendars, which can be
used to convert between Date objects and a set of
integer fields which represent YEAR ,
MONTH , DAY , etc. |
class | Utility class consisting of static methods that operate on, or return
Collections. |
class | Exception that is thrown by the collections classes when it is detected that
a modification has been made to a data structure when this is not allowed,
such as when a collection is structurally modified while an Iterator is
operating over it. |
class | Representation of a currency for a particular locale. |
class |
This class represents a specific time in milliseconds since the epoch.
|
class | A Dictionary maps keys to values; how it does that is
implementation-specific.
|
class | Thrown when the flags supplied to the Formatter.format()
method of a Formatter contain duplicates.
|
class | This exception is thrown by the Stack class when an attempt is made to pop
or otherwise access elements from an empty stack.
|
class | |
class |
Provides an efficient mechanism for recording a set of enumeration
constants. |
class | An abstract wrapper for event listeners. |
class | Represents Events fired by Objects.
|
class | Thrown when the flags supplied to the Formatter.format()
method of a Formatter contains a flag that does not match
the conversion character specified for it.
|
class | This class contains a set of flags used
by the Formattable.formatTo() method.
|
class |
A Java formatter for printf -style format strings,
as seen in the C programming language. |
class | The type of numeric output format for a BigDecimal .
|
class | Thrown when a method is called on a Formatter but
it has already been closed.
|
class |
This class represents the Gregorian calendar, that is used in most
countries all over the world. |
class | This class provides a hashtable-backed implementation of the
Map interface.
|
class | This class provides a HashMap-backed implementation of the Set interface.
|
class | A class which implements a hashtable data structure.
|
class | This class provides a hashtable-backed implementation of the
Map interface, but uses object identity to do its hashing. |
class | Thrown when a Formatter receives a character with an
invalid Unicode codepoint, as defined by
Character.isValidCodePoint(int) .
|
class | Thrown when the type of an argument supplied to the
Formatter.format() method of a Formatter
does not match the conversion character specified for it.
|
class | A general exception thrown when a format string is supplied
to a Formatter that contains either invalid syntax
or a mismatch between the format specification and the
supplied arguments. |
class | Thrown when the flags supplied to the Formatter.format()
method of a Formatter form an illegal combination.
|
class | Thrown when the specified precision for a Formatter
argument is illegal. |
class | Thrown when the specified width for a Formatter
argument is illegal. |
class | Thrown when a Scanner instance encounters a mismatch
between the input data and the pattern it is trying to match it
against. |
class | |
class | This class provides a hashtable-backed implementation of the
Map interface, with predictable traversal order.
|
class | This class provides a hashtable-backed implementation of the
Set interface, with predictable traversal order.
|
class | Linked list implementation of the List interface. |
class | A ListResouceBundle provides an easy way, to create your own
resource bundle. |
class | Locales represent a specific country and culture. |
class | Thrown when the a format specification for a Formatter
refers to an argument that is non-existent, or an argument index
references a non-existent argument.
|
class | Thrown when the a format specification for a Formatter
does not include a width for a value where one is required.
|
class | This exception is thrown when a resource is missing.
|
class | Exception thrown when an attempt is made to access an element that does not
exist. |
class | This class represents an object which is observable. |
class | A set of persistent properties, which can be saved or loaded from a stream.
|
class | This class represents the permission to access and modify a property. The name is the name of the property, e.g. xxx. |
class | This class is a concrete ResourceBundle that gets it
resources from a property file. |
class | This class generates pseudorandom numbers. |
class | A resource bundle contains locale-specific data. |
class | |
class |
An error thrown when a problem occurs during the loading
of a service provider by a ServiceLoader . |
class |
Facilities for loading service providers. |
class | This class represents a simple time zone offset and handles
daylight savings. |
class | |
class | This class splits a string into tokens. |
class | Timer that can run TimerTasks at a later time.
|
class | Task that can be run at a later time if given to a Timer.
|
class | This class represents a time zone offset and handles daylight savings.
|
class | This exception is part of the java event model. |
class | This class provides a red-black tree implementation of the SortedMap
interface. |
class | This class provides a TreeMap-backed implementation of the SortedSet
interface. |
class | Thrown when a Formatter is supplied with an
unknown conversion.
|
class | Thrown when a Formatter is supplied with an
unknown flag.
|
class | This class represents a 128-bit UUID value.
|
class | The Vector classes implements growable arrays of Objects.
|
class | A weak hash map has only weak references to the key. |
Constructors with parameter type java.lang.Object | |
Constructs an EventObject with the specified source.
|
Fields of type java.lang.Object | |
Object[] | The internal array used to hold members of a Vector. |
Object | The source object; in other words, the object which this event takes
place on.
|
Methods with parameter type java.lang.Object | |
boolean | Compares the given calendar with this.
|
boolean | Compares the given calendar with this.
|
int | Perform a binary search of a range of an Object array for a key. |
int | Perform a binary search of an Object array for a key, using the natural
ordering of the elements. |
boolean | Test whether this collection contains a given object. |
boolean | Returns true iff element is in this ArrayList.
|
boolean | Test whether this collection contains a given object as one of its
elements.
|
boolean | Returns true if the supplied element is in this Set.
|
boolean | Returns true if this Hashtable contains a value o ,
such that o.equals(value) . |
boolean | Returns true if the list contains the given object. |
boolean | Test whether this list contains a given object as one of its elements.
|
boolean | Returns true if the set contains the specified element. |
boolean | Returns true if this Set contains the supplied Object, false otherwise.
|
boolean | Returns true when elem is contained in this Vector.
|
boolean | Returns true if this contains a mapping for the given key. |
boolean | Returns true if this contains a mapping for the given key. |
boolean | Returns true if the supplied object equals() a key
in this HashMap.
|
boolean | Returns true if the supplied object equals() a key
in this Hashtable.
|
boolean | Tests whether the specified key is in this map. |
boolean | Returns true if this contains a mapping for the given key.
|
boolean | Returns true if the map contains a mapping for the given key.
|
boolean | Tells if the map contains the given key. |
boolean | Returns true if this contains at least one mapping with the given value.
|
boolean | Returns true if this contains at least one mapping with the given value.
|
boolean | Returns true if this HashMap contains a value o , such that
o.equals(value) .
|
boolean | Returns true if this Hashtable contains a value o , such that
o.equals(value) . |
boolean | Returns true if this HashMap contains the value. |
boolean | Returns true if this HashMap contains a value
o , such that o.equals(value) .
|
boolean | Returns true if this contains at least one mapping with the given value.
|
boolean | Returns true if the map contains at least one mapping to the given value.
|
boolean | Returns true if the map contains at least one key which points to
the specified object as a value. |
void | Copies the contents of the Vector into the provided array. |
boolean | |
int | |
String | |
boolean | Test whether this list is equal to another object. |
boolean | Compares the specified object with this map for equality. |
boolean | Compares the specified object with this entry. |
boolean | Tests whether the given object is equal to this Set. |
boolean | Returns true if the obj is a bit set that contains
exactly the same elements as this bit set, otherwise false.
|
boolean | Compares the given calendar with this.
|
boolean | Test whether this collection is equal to some object. |
boolean | Return true if the object is equal to this object. |
boolean | Compares two dates for equality.
|
boolean | Compares the specified object with this map for equality. |
boolean | Compares the given calendar with this. |
boolean | Returns true if this Hashtable equals the supplied Object o .
|
boolean | Compares two maps for equality. |
boolean | Test whether this list is equal to another object. |
boolean | Compares two locales. |
boolean | Compares the specified object with this map for equality. |
boolean | Compares the specified object with this entry. |
boolean | Check to see whether this object is the same as another
PropertyPermission object; this is true if it has the same name and
actions.
|
boolean | Compares the specified object to this for equality. |
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Compare a (UUID) object to this one
|
boolean | Compares this to the given object.
|
boolean | Compare two Object arrays for equality.
|
void | Fill a range of an array with an Object value.
|
void | Fill an array with an Object value.
|
int | Returns the frequency of the specified object within the supplied
collection. |
V | Returns the value mapped by the given key. |
V | Returns the value associated with the supplied key, or null
if no such value exists. |
V | Returns the value mapped by the given key. |
V | Return the value in this HashMap associated with the supplied key,
or null if the key maps to nothing. |
V | Return the value in this Hashtable associated with the supplied key,
or null if the key maps to nothing.
|
V | Return the value in this Map associated with the supplied key, or
null if the key maps to nothing.
|
V | Return the value in this Map associated with the supplied key,
or null if the key maps to nothing. |
V | Returns the value mapped by the given key. |
V | Return the value in this TreeMap associated with the supplied key,
or null if the key maps to nothing. |
V | Gets the value the key is mapped to.
|
int | Returns the hashcode of an array of objects. |
int | Obtain the first index at which a given object is to be found in this
list. |
int | Returns the lowest index at which element appears in this List, or
-1 if it does not appear.
|
int | Returns the first index where the element is located in the list, or -1.
|
int | Obtain the first index at which a given object is to be found in this
list.
|
int | Returns the first occurrence of elem in the Vector, or -1 if
elem is not found.
|
int | Searches the vector starting at index for object
elem and returns the index of the first occurrence of this
Object. |
int | Obtain the last index at which a given object is to be found in this
list. |
int | Returns the highest index at which element appears in this List, or
-1 if it does not appear.
|
int | Returns the last index where the element is located in the list, or -1.
|
int | Obtain the last index at which a given object is to be found in this
list.
|
int | Returns the last index of elem within this Vector, or -1
if the object is not within the Vector.
|
int | Returns the index of the first occurrence of elem , when
searching backwards from index . |
void | If the Observable has actually changed then tell all Observers about it,
then reset state to unchanged. |
boolean | Remove a single instance of an object from this collection (optional
operation). |
V | Removes the mapping for this key if present (optional operation). |
boolean | Remove a single occurrence of an object from this collection. |
V | Removes from the Dictionary the value located by the given key. |
V | Removes the mapping for this key if present (optional operation). |
V | Removes from the HashMap and returns the value which is mapped by the
supplied key. |
boolean | Removes the supplied Object from this Set if it is in the Set.
|
V | Removes from the table and returns the value which is mapped by the
supplied key. |
V | Removes from the HashMap and returns the value which is mapped by
the supplied key. |
boolean | Removes the entry at the lowest index in the list that matches the given
object, comparing by o == null ? |
boolean | Remove the first occurence of an object from this list (optional
operation). |
V | Removes the mapping for this key if present (optional operation). |
boolean | |
boolean | Removes the specified element from this set (optional operation). |
V | Removes from the TreeMap and returns the value which is mapped by the
supplied key. |
boolean | If the supplied Object is in this Set, it is removed, and true is
returned; otherwise, false is returned.
|
boolean | Removes the given Object from the Vector. |
V | Removes the key and the corresponding value from this map.
|
boolean | Removes the first (the lowest index) occurrence of the given object from
the Vector. |
boolean | Removes the first occurrence of the specified element
from the list, when traversing the list from head to
tail. |
boolean | Removes the last occurrence of the specified element
from the list, when traversing the list from head to
tail. |
int | Returns the position of an Object on the stack, with the top
most Object being at position 1, and each Object deeper in the
stack at depth + 1.
|
void | Sort an array of Objects according to their natural ordering. |
void | Sort an array of Objects according to their natural ordering. |
String | Returns a String representation of the argument array. |
void | This method is called whenever the observable object changes, and has
called notifyObservers . |
Methods with return type java.lang.Object | |
Object | Create a shallow copy of this Map, no keys or values are copied. |
Object | Creates a shallow copy of this ArrayList (elements are not cloned).
|
Object | Create a clone of this bit set, that is an instance of the same
class and contains the same elements. |
Object | Return a clone of this object.
|
Object | Returns a copy of this Date object.
|
Object | Returns a shallow clone of this HashMap. |
Object | Returns a shallow copy of this Set. |
Object | Returns a shallow clone of this Hashtable. |
Object | Creates a shallow copy where keys and values are not cloned.
|
Object | Create a shallow copy of this LinkedList (the elements are not cloned).
|
Object | Does the same as Object.clone() but does not throw
a CloneNotSupportedException . |
Object | Returns a clone of this object. |
Object | Returns a shallow clone of this TreeMap. |
Object | Returns a shallow copy of this Set. |
Object | Creates a new Vector with the same contents as this one. |
Object[][] | Gets the key/value list. |
Object | Get an object from this resource bundle. |
Object | Returns the source of the event.
|
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. |
Object | This does the same as nextTokens. |
Object | Adds the given key/value pair to this properties. |
Object[] | Return an array containing the elements of this collection. |
Object[] | Returns an Object array containing all of the elements in this ArrayList.
|
Object[] | Copy the current contents of this collection into an array.
|
Object[] | Returns an array which contains the elements of the list in order.
|
Object[] | Copy the current contents of this list into an array.
|
Object[] | Returns an array containing the elements of this set. |
Object[] | Returns an Object array with the contents of this Vector, in the order
they are stored within this Vector. |
Classes derived from java.lang.Object | |
class | The exception is thrown
in response of the attempt to create the dynamic
with an unmatching type code.
|
class | The exception is thrown by
ORB.resolve_initial_references(String)
in response of passing a name for
which there is no initial reference.
|
Methods with return type java.lang.Object | |
Object | Returns an implementation-specific representation of the DTD, or null
if no such representation is available.
|
Classes derived from java.lang.Object | |
class | An HTML 'A' element node.
|
class | An HTML 'APPLET' element node.
|
class | An HTML 'AREA' element node.
|
class | An HTML 'BASE' element node.
|
class | An HTML 'BASEFONT' element node.
|
class | An HTML 'BODY' element node.
|
class | An HTML 'BR' element node.
|
class | An HTML 'BUTTON' element node.
|
class | An HTML 'DIR' element node.
|
class | An HTML 'DIV' element node.
|
class | An HTML 'DL' element node.
|
class | An HTML document.
|
class | Abstract implementation of an HTML element node.
|
class | |
class | An HTML 'FIELDSET' element node.
|
class | An HTML 'FONT' element node.
|
class | An HTML 'FORM' element node.
|
class | An HTML 'FRAME' element node.
|
class | An HTML 'FRAMESET' element node.
|
class | An HTML 'HEAD' element node.
|
class | An HTML 'H1', 'H2', 'H3', 'H4', 'H5', or 'H6' element node.
|
class | An HTML 'HR' element node.
|
class | An HTML 'HTML' top-level element node.
|
class | An HTML 'IFRAME' element node.
|
class | An HTML 'IMG' element node.
|
class | Specialised DOMImplementation for creating HTML documents.
|
class | An HTML 'INPUT' element node.
|
class | An HTML 'ISINDEX' element node.
|
class | An HTML 'LABEL' element node.
|
class | An HTML 'LEGEND' element node.
|
class | An HTML 'LINK' element node.
|
class | An HTML 'LI' element node.
|
class | An HTML 'MAP' element node.
|
class | An HTML 'MENU' element node.
|
class | An HTML 'META' element node.
|
class | An HTML 'INS' or 'DEL' element node.
|
class | An HTML 'OBJECT' element node.
|
class | An HTML 'OL' element node.
|
class | An HTML 'OPTGROUP' element node.
|
class | An HTML 'OPTION' element node.
|
class | An HTML 'P' element node.
|
class | An HTML 'PARAM' element node.
|
class | This parser reads HTML from the given stream and stores into
HTMLDocument . |
class | An HTML 'PRE' element node.
|
class | An HTML 'Q' or 'BLOCKQUOTE' element node.
|
class | An HTML 'SCRIPT' element node.
|
class | An HTML 'SELECT' element node.
|
class | An HTML 'STYLE' element node.
|
class | An HTML 'CAPTION' element node.
|
class | An HTML 'TH' or 'TD' element node.
|
class | An HTML 'COL' or 'COLGROUP' element node.
|
class | An HTML 'TABLE' element node.
|
class | An HTML 'TR' element node.
|
class | An HTML 'THEAD', 'TFOOT', or 'TBODY' element node.
|
class | An HTML 'TEXTAREA' element node.
|
class | An HTML 'TITLE' element node.
|
class | An HTML 'UL' element node.
|
Methods with return type java.lang.Object | |
Object |
Classes derived from java.lang.Object | |
class | BeanDescriptor describes general information about a Bean, plus
stores the Bean's Class and it's customizer's Class.
|
class | Beans provides some helper methods that allow the basic
operations of Bean-ness.
|
class | DefaultPersistenceDelegate is a PersistenceDelegate
implementation that can be used to serialize objects which adhere to the
Java Beans naming convention.
|
class | |
class | EventHandler forms a bridge between dynamically created listeners and
arbitrary properties and methods.
You can use this class to easily create listener implementations for
some basic interactions between an event source and its target. |
class | EventSetDescriptor describes the hookup between an event source class and
an event listener class.
|
class | An Expression captures the execution of an object method
that returns a value.
It stores an object, the method to call, and the arguments to pass to
the method.
While this class can generally be used to describe method calls it is
part of the XML serialization API.
|
class | FeatureDescriptor is the common superclass for all JavaBeans Descriptor
classes. |
class | This is like a PropertyChangeEvent, but also carries with it the
index of the property which changed.
|
class | IndexedPropertyDescriptor describes information about a JavaBean
indexed property, by which we mean an array-like property that
has been exposed via a pair of get and set methods and another
pair that allows you to get to the property by an index.
An example property would have four methods like this:
FooBar[] getFoo() void setFoo(FooBar[]) FooBar getFoo(int) void setFoo(int,FooBar)
The constraints put on get and set methods are:
|
class | IntrospectionException is thrown when the Introspector fails. |
class | Introspector is the class that does the bulk of the
design-time work in Java Beans. |
class | MethodDescriptor describes information about a JavaBeans method.
|
class | ParameterDescriptor represents a single parameter to a method.
|
class | A PersistenceDelegate describes how a another object
has to constructed and transformed in order to create a complete
replicate.
For custom classes you will need to implement
PersistenceDelegate in a way that is suitable for them.
|
class | PropertyChangeEvents are fired in the PropertyChange and VetoableChange
event classes. |
class | This class provides an extension to PropertyChangeListener -
associating a name with the listener. |
class | PropertyChangeSupport makes it easy to fire property change events and
handle listeners. |
class | PropertyDescriptor describes information about a JavaBean property,
by which we mean a property that has been exposed via a pair of
get and set methods. |
class | PropertyEditorManager is used to find property editors
for various types (not necessarily Beans).
It first checks to see if the property editor is
already registered; if it is, that property editor is
used. |
class | PropertyEditorSupport helps with PropertyEditors,
implementing base functionality that they usually must
have but which is a pain to implement. |
class | PropertyVetoException is thrown when a VetoableChangeListener doesn't
like the proposed change.
|
class | SimpleBeanInfo is a class you may extend to more easily
provide select information to the Introspector. |
class | A Statement captures the execution of an object method. |
class | This class provides an extension to VetoableChangeListener -
associating a name with the listener. |
class | VetoableChangeSupport makes it easy to fire vetoable change events and
handle listeners. |
class | The XMLDecoder reads XML data that is structured according to
this DTD
and creates objects according to the content. |
class | This class uses the PersistenceDelegate and Encoder
infrastructure to generate an XML representation of the objects it
serializes.
|
Constructors with parameter type java.lang.Object | |
EventHandler.EventHandler(Object target, String action, String eventPropertyName, String listenerMethodName) Creates a new EventHandler instance.
| |
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.
| |
PropertyChangeEvent.PropertyChangeEvent(Object source, String propertyName, Object oldVal, Object newVal) Create a new PropertyChangeEvent. | |
Create a PropertyChangeSupport to work with a specific source bean.
| |
Call this constructor when you are using
PropertyEditorSupport as a helper object.
| |
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.
| |
Create a VetoableChangeSupport to work with a specific source bean.
| |
Creates a XMLDecoder instance that parses the XML data of the given input stream.
| |
Creates a XMLDecoder instance that parses the XML data of the given input stream.
| |
Creates a XMLDecoder instance that parses the XML data of the given input stream.
|
Methods with parameter type java.lang.Object | |
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. | |
PropertyEditor | Instantiate a property editor using the property editor class.
|
boolean | Compares this PropertyDescriptor against the
given object.
|
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. |
Object | Returns the replacement object which has been created by the encoder during
the instantiation sequence or null if the object has not
been processed yet.
|
Object | Returns the Bean as a different class type.
|
void | DefaultPersistenceDelegate.initialize(Class> type, Object oldInstance, Object newInstance, Encoder out) |
void | |
Expression | |
Expression | |
Object | Invokes the EventHandler .
|
boolean | Determines whether the Bean can be cast to a different
class type.
|
boolean | |
boolean | |
Object | |
void | Set the object to Customize. |
void | Sets the owner object which can be accessed from the parsed XML data.
|
void | |
void | Set the propagation ID. |
void | Sets the bean that is used as the source of events
when property changes occur.
|
void | Set the cached value to be returned by getValue()
|
void | Called by the RAD tool to set the value of this property for the PropertyEditor.
|
void | Sets the current value of the property and a property change
event is fired to all registered PropertyChangeListener instances.
|
void | Set an arbitrary string-value pair with this feature.
|
void | |
void | |
void |
Methods with return type java.lang.Object | |
Object | Returns the replacement object which has been created by the encoder during
the instantiation sequence or null if the object has not
been processed yet.
|
Object[] | Return the statement arguments. |
Object | Returns the Bean as a different class type.
|
Object | Get the property's new value. |
Object | Get the property's old value. |
Object | Returns the owner object of the decoder. |
Object | |
Object | Get the propagation ID. |
Object | Returns the bean that is used as the source of events.
|
Object | Returns the target object.
|
Object | Return the statement object. |
Object | Return the result of executing the method. |
Object | Accessor method to get the current value the PropertyEditor is working with.
|
Object | Gets the current value of the property.
|
Object | Get an arbitrary value set with setValue().
|
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.
|
Object | Invokes the EventHandler .
|
Object | Returns the next available decoded object.
|
Object |
Classes derived from java.lang.Object | |
class | NativeByteEditor is a property editor for the
byte type.
|
class | FontEditor is a property editor for java.awt.Font.
|
class | NativeBooleanEditor is a property editor for the
boolean type.
To Do: add support for a checkbox
as the custom editor.
|
class | NativeByteEditor is a property editor for the
byte type.
|
class | NativeDoubleEditor is a property editor for the
double type.
|
class | NativeFloatEditor is a property editor for the
float type.
|
class | NativeIntEditor is a property editor for the
int type.
|
class | NativeLongEditor is a property editor for the
long type.
|
class | NativeShortEditor is a property editor for the
short type.
|
class | NativeByteEditor is a property editor for the
byte type.
|
Classes derived from java.lang.Object | |
class | An AbstractMethodError is thrown when an application attempts
to access an abstract method. |
class | Thrown when a math error has occured, such as trying to divide an
integer by zero. |
class | Thrown when attempting to access a position outside the valid range of
an array. |
class | Thrown when trying to store an object of the wrong runtime type in an
array. |
class | An assertion error normally occurs as a result of the assert
statement added in JDK 1.4, to indicate that an assertion failed. |
class | Instances of class Boolean represent primitive
boolean values.
|
class | Instances of class Byte represent primitive byte
values.
|
class | Wrapper class for the primitive char data type. |
class | A subset of Unicode blocks.
|
class | A family of character subsets in the Unicode specification. |
class | A Class represents a Java type. |
class | Thrown when an attempt is made to cast an object which is not of the
appropriate runtime type. |
class | A ClassCircularityError is thrown when a circular dependency
has been detected while initializing a class. |
class | A ClassFormatError is thrown when a Java Virtual Machine
unable to read a class file because the file is corrupted or cannot be
interpreted as a class file.
|
class | The ClassLoader is a way of customizing the way Java gets its classes
and loads them into memory. |
class | Thrown when a class is requested by reflection, but the class definition
cannot be found. |
class | Thrown to indicate an object should not or could not be cloned. |
class | The Compiler class is a placeholder for a JIT compiler
implementation, and does nothing unless there is such a compiler.
|
class | Instances of class Double represent primitive
double values.
|
class | This class represents a Java enumeration. |
class | An exception of this type is thrown when a symbolic reference is
made to an enum constant which does not exist.
|
class | Applications should not try to catch errors since they indicate
abnormal conditions. |
class | The root class of all exceptions worth catching in a program. |
class | An ExceptionInInitializerError is thrown when an uncaught
exception has occurred in a static initializer or the initializer for a
static variable. |
class | Instances of class Float represent primitive
float values.
|
class | An IllegalAccessError is thrown when an attempt is made to
call a method, or access or modify a field that the application does not
have access to. |
class | Thrown whenever a reflective method tries to do something that the
compiler would not allow. |
class | Thrown when a method is passed an illegal or inappropriate argument. |
class | Thrown when a thread attempts to wait or notify on a monitor that it
does not own (ie. it has not synchronized on the object). |
class | Thrown when a method is invoked at an illegal or inappropriate time. |
class | Thrown When trying to manipulate a Thread which is in an inappropriate
state. |
class | An IncompatibleClassChangeError is thrown when the definition
of a class used by the currently executing method has changed in an
incompatible way.
|
class | This exception can be thrown to indicate an attempt to access an
index which is out of bounds on objects like String, Array, or Vector.
|
class | A ThreadLocal whose value is inherited by child Threads. |
class | An InstantiationError is thrown when an attempt is made to
create an instance of an abstract class or an interface. |
class | Thrown when an attempt is made to use reflection to build a
non-instantiable class (an interface or abstract class).
|
class | Instances of class Integer represent primitive
int values.
|
class | An InternalError is thrown when a mystical error has
occurred in the Java Virtual Machine.
|
class | Thrown when a thread interrupts another thread which was previously
sleeping, waiting, or paused in some other way. |
class | Subclasses of LinkageError are thrown to indicate that two
classes which were compatible at separate compilation times cannot be
linked to one another.
|
class | Instances of class Long represent primitive
long values.
|
class | Helper class containing useful mathematical functions and constants.
|
class | Thrown when an attempt is made to create an array with a negative
size. |
class | A NoClassDefFoundError is thrown when a classloader or the
Java Virtual Machine tries to load a class and no definition of the class
can be found. |
class | A NoSuchFieldError is thrown if an application attempts
to access a field of a class, and that class no longer has that field.
|
class | Thrown to indicate the class does not have the specified field. |
class | A NoSuchMethodError is thrown if an application attempts
to access a method of a class, and that class no longer has that method.
|
class | Thrown to indicate the class does not have the specified method. |
class | Thrown when attempting to use null where an object
is required. |
class | |
class | Can be thrown when attempting to convert a String to
one of the numeric types, but the operation fails because the string
has the wrong format.
|
class | Thrown when the Java Virtual Machine is unable to allocate an object
because it is out of memory and no more memory could be made available
by the garbage collector.
|
class | Everything you ever wanted to know about a package. |
class | An instance of a subclass of Process is created by the
Runtime.exec methods. |
class |
This class is used to construct new operating system processes.
|
class | This exception is thrown when reflective operations fail.
|
class | Runtime represents the Virtual Machine.
|
class | All exceptions which are subclasses of RuntimeException
can be thrown at any time during the execution of a Java virtual machine.
|
class | A RuntimePermission contains a permission name, but no
actions list. |
class | The security manager will throw this exception to indicate a security
violation. |
class | SecurityManager is a class you can extend to create your own Java
security policy. |
class | Instances of class Short represent primitive
short values.
|
class | A StackOverflowError is thrown when the execution stack
overflow occurs. |
class | One function call or stack trace element. |
class | Helper class containing useful mathematical functions and constants.
|
class | Strings represent an immutable set of characters. |
class | StringBuffer represents a changeable String .
|
class | StringBuilder represents a changeable String .
|
class | This exception can be thrown to indicate an attempt to access an index
which is out of bounds of a String. |
class | System represents system-wide resources; things that represent the
general environment. |
class | Thread represents a single thread of execution in the VM. |
class |
Represents the current state of a thread, according to the VM rather
than the operating system. |
class | ThreadDeath is thrown in a thread when someone calls stop()
on that thread. |
class | ThreadGroup allows you to group Threads together. |
class | ThreadLocal objects have a different state associated with every
Thread that accesses them. |
class | Throwable is the superclass of all exceptions that can be raised.
|
class |
Thrown when a type is accessed using a String -based
representation, but no definition of the supplied type is found.
|
class | An UnknownError is thrown when a serious but unknown
problem has occurred in the Java Virtual Machine.
|
class | A UnsatisfiedLinkError is thrown if an appropriate
native language definition of a method declared native
cannot be found by the Java Virtual Machine.
|
class | An UnsupportedClassVersionError is thrown when the
Java Virtual Machine determines it does not support the major and minor
version numbers in the class file it is attempting to read.
|
class | This exception is thrown by an object when an operation is
requested of it that it does not support.
|
class | A VerifyError is thrown if there is a security problem or
internal inconsistency in a class file as detected by the "verifier."
|
class | A VirtualMachineError or its subclasses are thrown to
indicate there is something wrong with the Java Virtual Machine or that
it does not have the resources needed for it to continue execution.
|
class | Void is a placeholder class so that the variable Void.TYPE
(also available as void.class ) can be supported for
reflection return types.
|
Constructors with parameter type java.lang.Object | |
Construct an AssertionError with the string conversion of the given
object as its error message. |
Methods with parameter type java.lang.Object | |
StringBuffer | Append the String value of the argument to this
StringBuffer . |
StringBuilder | Append the String value of the argument to this
StringBuilder . |
void | Copy one array onto another from src[srcStart] ...
|
T | Returns the specified object, cast to this Class ' type.
|
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 perform an operation that
requires the specified Permission . |
void | Check if the current thread is allowed to read the given file. using the
given security context. |
boolean | Check if the current thread is allowed to create a top-level window. |
Object | This method examines the argument and performs an operation
according to the compilers documentation. |
boolean | If the obj is an instance of Boolean and
has the same primitive value as this object then true
is returned. |
boolean | Returns true if obj is an instance of
Byte and represents the same byte value.
|
boolean | Determines if an object is equal to this object. |
boolean | Compares two Subsets for equality. |
boolean | Returns true if obj is an instance of
Double and represents the same double value. |
boolean | Returns true if this enumeration is equivalent to the supplied object,
o . |
boolean | Returns true if obj is an instance of
Float and represents the same float value. |
boolean | Returns true if obj is an instance of
Integer and represents the same int value.
|
boolean | Returns true if obj is an instance of
Long and represents the same long value.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Returns true if obj is an instance of
Short and represents the same short value.
|
boolean | Returns true if the given object is also a StackTraceElement and all
attributes, except the native flag, are equal (either the same attribute
between the two elments are null, or both satisfy Object.equals).
|
boolean | Predicate which compares anObject to this. |
boolean | Checks whether the current thread holds the monitor on a given object.
|
int | Get a hash code computed by the VM for the Object. |
StringBuffer | Insert the String value of the argument into this
StringBuffer . |
StringBuilder | Insert the String value of the argument into this
StringBuilder . |
boolean | Discover whether an Object is an instance of this Class. |
void | Helper to set the signers of a class. |
String | Returns a String representation of an Object. |
Methods with return type java.lang.Object | |
Object | Cloning of enumeration constants is prevented, to maintain their
singleton status.
|
Object | This method may be called to create a new copy of the
Object. |
Object | This method examines the argument and performs an operation
according to the compilers documentation. |
Object | Get an implementation-dependent Object that contains enough information
about the current environment to be able to perform standard security
checks later. |
Object[] | Get the signers of this class. |
Classes derived from java.lang.Object | |
class | A factory for server sockets. |
class | A factory for client sockets. |
Classes derived from java.lang.Object | |
class | MidiDataInputStream is simply a DataInputStream with the addition
of special variable length int reading as defined by the MIDI spec.
|
class | MidiDataOutputStream is simply a DataOutputStream with the addition
of special variable length int writing as defined by the MIDI spec.
|
class | A MIDI file reader.
|
class | A MIDI file writer.
|
Classes derived from java.lang.Object | |
class | |
class | |
class | A Reader implementation that works using a ReadableByteChannel and a
CharsetDecoder.
|
class | A Writer implementation that works by wrapping an NIO channel.
|
class | |
class | |
class | |
class | An implementation of Selector that uses the epoll event
notification mechanism on GNU/Linux.
|
class | This file is not user visible !
|
class | A FileLock associated with a FileChannelImpl.
|
class | |
class | |
class | A Selector implementation that uses the kqueue
event notification facility.
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | Native interface to support configuring of channel to run in a non-blocking
manner and support scatter/gather io operations.
|
class |
Methods with parameter type java.lang.Object | |
boolean | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
SelectionKey | |
SelectionKey | Registers a channel for the selection process.
|
SelectionKey | Registers a channel for the selection process.
|
SelectionKey |
Classes derived from java.lang.Object | |
class | |
class | Provides CSS attributes to be used by the HTML view classes. |
class | |
class | The event fired on form submit.
|
class | The submit method.
|
class | A View that renders HTML form elements like buttons and input fields.
|
class | |
class | Implements HTML framesets. |
class | HTML attribute and tag definitions.
|
class | Represents a HTML attribute.
|
class | Represents a HTML tag.
|
class | Represents an unknown HTML tag.
|
class | Represents the HTML document that is constructed by defining the text and
other components (images, buttons, etc) in HTML language. |
class | |
class | A reader to load an HTMLDocument with HTML structure.
|
class | An iterator over a particular type of tag.
|
class | RunElement represents a section of text that has a set of
HTML character level attributes assigned to it.
|
class | |
class | |
class | Processes elements that make up forms: <input>, <textarea>,
<select> and <option>.
|
class | This action indicates that the content between starting and closing HTML
elements (like script - /script) should not be visible. |
class | Handles <isindex> tags.
|
class | |
class | This action is performed when a <pre> tag is parsed.
|
class | Inserts the elements that are represented by ths single tag with
attributes (only). |
class | |
class | |
class | |
class | Abstract Action class that helps inserting HTML into an existing document.
|
class | This class is used to insert a string of HTML into an existing
document. |
class | Fires the hyperlink events on the associated component
when needed.
|
class | The abstract HTML parser declaration.
|
class | The "hook" that receives all information about the HTML document
structure while parsing it. |
class | HTMLFrameHyperlinkEvent transfers information about the link that was
activated in a frame.
|
class | HTMLWriter,
A Writer for HTMLDocuments.
|
class | A view, representing a single image, represented by the HTML IMG tag.
|
class | Renders HTML content (identified by HTML.Tag.CONTENT ). |
class | A View to render HTML lists, like the <ul> and
<ol> tags.
|
class | MinimalHTMLWriter,
A minimal AbstractWriter implementation for HTML.
|
class | A view for HTML <object> tags.
|
class | Value class for the combobox model that renders <option>
elements.
|
class | Renders a paragraph in HTML. |
class | This class adds support for defining the visual characteristics of HTML views
being rendered. |
class | This class carries out some of the duties of CSS formatting. |
class | This class carries out some of the CSS list formatting duties. |
Constructors with parameter type java.lang.Object | |
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.
|
Fields of type java.lang.Object | |
Object | If the tag does not occurs in the html stream directly, but
is supposed by parser, the tag attribute set contains this additional
attribute, having value Boolean.True.
|
Methods with parameter type java.lang.Object | |
AttributeSet | Adds an attribute to the given set and returns a new set. |
Element | Gets the child element that contains the attribute with the value or null.
|
AttributeSet | Removes an attribute from the set. |
Methods with return type java.lang.Object | |
Object | Creates a copy of the editor kit.
|
Classes derived from java.lang.Object | |
class | Converts calls on java ObjectOutputStream to calls on CORBA OutputStream. |
class | A class to substitute as an ObjectOutputStream for objects using writeObject
method.
|
class | Tests if the defaultWriteObject method has been called.
|
class | This class produces delegates, using the system properties. |
class | |
class | Implements PortableRemoteObjectDelegate.
|
class | Defines methods that must be accessible in several derived classes.
|
class | The default stub delegate.
|
class | Represents a Tie, connected to possibly multiple invocation targets.
|
class | The implementation of UtilDelegate.
|
class | Implementation of the ValueHandler.
|
Constructors with parameter type java.lang.Object | |
CorbaInput.CorbaInput(InputStream an_input, Object firstObject, RmiUtilities an_util, int an_offset, String a_rid, gnuRuntime a_runtime) Create an instance, delegating calls to the given CORBA stream.
| |
Create an instance, delegating calls to the given CORBA stream.
| |
Create an instance, delegating calls to the given CORBA stream.
|
Methods with parameter type java.lang.Object | |
void | Add a target.
|
Object | Make a deep copy of the object.
|
Object[] | Make a deep copy of the object array.
|
boolean | Compare two stubs for equality.
|
Tie | Locate a tie class, appropriate to the given stub class, by the name
pattern.
|
boolean | Check if the object must be wrapped into Tie, connected to the ORB and then
the corresponding Stub be written.
|
Object | Narrow the given object to the instance of the given class. |
void | Remove target.
|
void | Write abstract interface to the CORBA output stream. |
void | Write the passed java object to the output stream in the form of the CORBA
Any . |
void | Objects are written as abstract interfaces.
|
void | Do not write other objects.
|
void | Write data to the CORBA output stream. |
void | Write the passed parameter to the output stream as CORBA object. |
Methods with return type java.lang.Object | |
Object | Make a deep copy of the object.
|
Object[] | Make a deep copy of the object array.
|
Object | Get an instance of the given delegate. |
Object | Narrow the given object to the instance of the given class. |
Object | Read Any from the input stream.
|
Object | Objects are read as abstract interfaces.
|
Classes derived from java.lang.Object | |
class | Range operations may throw a RangeException as specified in
their method descriptions.
|
Classes derived from java.lang.Object | |
class | DSA key factory.
|
class | The implementation of a KeyPairGenerator adapter class
to wrap GNU DSS keypair generator instances.
|
class | A JCE-specific Data Access Object (DAO) for DSS parameters.
|
class | A JCE Adapter for a generator of DSS parameters.
|
class | The implementation of Service Provider Interface (SPI)
adapter for the DSS (Digital Signature Standard) signature scheme, encoded
and/or decoded in RAW format.
|
class | A factory for keys encoded in either the X.509 format (for public keys) or
the PKCS#8 format (for private keys).
|
class | The implementation of a generic KeyPairGenerator
adapter class to wrap GNU keypair generator instances.
|
class | A JCE Adapter for the RSA PKCS1 (v1.5) signature with MD2 hash and X.509
encoding format.
|
class | A JCE Adapter for the RSA PKCS1 (v1.5) signature with MD5 hash and X.509
encoding format.
|
class | |
class | The implementation of a KeyPairGenerator adapter class
to wrap GNU RSA keypair generator instances.
|
class | The implementation of Service Provider Interface (SPI)
adapter for the RSA-PSS signature scheme, encoded and/or decoded in RAW
format.
|
class | A JCE Adapter for providing X.509 formatted DSS with SHA1 signatures.
|
class | A JCE Adapter for the RSA PKCS1 (v1.5) signature with SHA160 hash and X.509
encoding format.
|
class | A JCE Adapter for the RSA PKCS1 (v1.5) signature with SHA256 hash and X.509
encoding format.
|
class | A JCE Adapter for the RSA PKCS1 (v1.5) signature with SHA384 hash and X.509
encoding format.
|
class | A JCE Adapter for the RSA PKCS1 (v1.5) signature with SHA512 hash and X.509
encoding format.
|
Classes derived from java.lang.Object | |
class | Block cipher parameters in GNU are the cipher's name, its block and key
sizes, and an optional initialization vector.
|
class | This class represents the algorithm parameters for the Truncated
Multi-Modular Hash function for use with JCE-derived instances of
TMMH16 .
|
class | This class represents the parameters for the UMAC-32 message authentication
code algorithm. |
Classes derived from java.lang.Object | |
class | |
class | |
class | A simple 1-line formatter to use instead of the 2-line SimpleFormatter used
by default in the JDK logging handlers.
|
class | |
class | An input stream that copies all its input to a byte sink.
|
class | An output stream that copies all its output to an additional byte sink.
|
class | A reader that copies all characters read to an output sink.
|
class | A writer that copies all its output to an additional character sink.
|
Classes derived from java.lang.Object | |
class | This exception may be thrown by methods in
CurrentOperations
if they are invoked outside the context of a POA-dispatched operation.
|
class | The helper operations for the exception NoContext .
|
Classes derived from java.lang.Object | |
class | Output result specified as a W3C DOM object graph.
|
class | An XML source specified as a W3C DOM node context.
|
Classes derived from java.lang.Object | |
class | |
class | |
class | |
class | |
class |
Methods with parameter type java.lang.Object | |
SelectionKey | Registers this channel with the given selector, returning a selection key.
|
SelectionKey | Registers a channel for the selection process.
|
Methods with return type java.lang.Object | |
Object | Retrieves the object upon which the configureBlocking and register
methods synchronize.
|
Classes derived from java.lang.Object | |
class | AttributeSetUtilities provides static methods for working
with AttributeSet s.
|
class | DateTimeSyntax is the abstract base class of all attribute
classes having a date and a time as value.
|
class | EnumSyntax is the abstract base class of all enumeration
classes in the Java Print Service API.
|
class | HashAttributeSet provides an implementation of
AttributeSet .
|
class | HashDocAttributeSet provides an implementation of
DocAttributeSet .
|
class | HashPrintJobAttributeSet provides an implementation of
PrintJobAttributeSet .
|
class | HashPrintRequestAttributeSet provides an implementation of
PrintRequestAttributeSet .
|
class | HashPrintServiceAttributeSet provides an implementation of
PrintServiceAttributeSet .
|
class | IntegerSyntax is the abstract base class of all attribute
classes having an integer as value.
|
class | ResolutionSyntax is the abstract base class of all attribute
classes which provide a resolution as value (e.g. printer resolution).
|
class | SetOfIntegerSyntax is the abstract base class of all attribute
classes which provide a set of non-negative integers as value (e.g. the
page ranges to print) represented as single values or ranges of values.
|
class | Size2DSyntax is the abstract base class of all attribute
classes which provide a two dimensional size as value (e.g. the size of
a media like Letter or A4).
|
class | TextSyntax is the abstract base class of all attribute
classes which provide a string as value (e.g. the location of the printer).
|
class | Exception which is thrown if an operation on an unmodifiable set
is invoked.
|
class | URISyntax is the abstract base class of all attribute
classes having an Uniform Resource Identifier URI as value.
|
Methods with parameter type java.lang.Object | |
boolean | Tests this set for equality with the given object. |
boolean | Tests if the given object is equal to this one.
|
boolean | Tests this set for equality with the given object. |
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
Class> | Verifies that the given object is a Class that
implements the given interface name and returns it casted.
|
Attribute | Verifies that the given object is an attribute of the given interface.
|
Methods with return type java.lang.Object | |
Object | Clones this object.
|
Object | Needed for singelton semantics during deserialisation.
|
Classes derived from java.lang.Object | |
class | Default Classpath implementation of a PreferencesFactory.
|
class | This is a simple file-based preference implementation which writes
the preferences as properties files. |
class | Factory object that generates a Preferences nodes that are read from a GConf
daemon.
|
class | This is a GConf based preference implementation which writes the preferences
as GConf key-value pairs. |
class | Memory based PreferencesFactory useful for testing.
|
class | A Preference node which holds all entries in memory
|
class | Reads and imports preferences nodes from files.
|
class | Writes and exports preferences nodes to files
|
Classes derived from java.lang.Object | |
class | A helper operations for the adapter manager id. |
class | Provides static helper methods for working with the adapter name helper.
|
class | A helper operations for the adapter state. |
class | The helper operations for the CORBA object Current .
|
class | The ForwardRequest is thrown by interceptors to forward the request to
another target. |
class | The helper operations for the exception ForwardRequest .
|
class | The InvalidSlot is thrown when the slot identifier, passed in one of the
methods, related to Current , does not define a valid slot.
|
class | The helper operations for the exception InvalidSlot .
|
class | The helper operations for the CORBA object IORInterceptor_3_0 .
|
class | A holder for the object IORInterceptor_3_0 .
|
class | The Object Id of this package is defined in OMG specification as a byte array.
|
class | The helper operations for the CORBA object ObjectReferenceFactory .
|
class | A holder for the object ObjectReferenceFactory .
|
class | The helper operations for the CORBA object
ObjectReferenceTemplate .
|
class | A holder for the object ObjectReferenceTemplate .
|
class | Provides static helper methods for working with the array of object reference
templates.
|
class | A holder for the array of ObjectReferenceTemplate s.
|
class | The ORB Id is defined in OMG specification just as a narrow (not wide)
string. |
class | The Server Id is defined in OMG specification just as a narrow (not wide)
string. |
Classes derived from java.lang.Object | |
class | CharsetSyntax is the abstract base class of all attribute
classes which provide a charset (US-ASCII) string as value.
|
class | DetailedStatusMessage attribute as described in RFC 2911 section
3.1.6 Operation Response Status Codes and Status Message
provides a short description of the status of the operation.
|
class | DocumentAccessError attribute as described in RFC 2911 section
3.1.6 Operation Response Status Codes and Status Message
provides additional information for document access errors.
|
class | NaturalLanguageSyntax is the abstract base class of all
attribute classes which provide a natural language (US-ASCII)
string as value.
|
class | RequestedAttributes specifies the requested
attributes in an IPP request operation.
|
class | StatusMessage attribute as described in RFC 2911 section
3.1.6 Operation Response Status Codes and Status Message
provides a short description of the status of the operation.
|
class | UnknownAttribute holds all the parsed Attribute information.
|
Methods with parameter type java.lang.Object | |
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
Classes derived from java.lang.Object | |
class | |
class | Concrete provider class for GStreamerMixer.
|
Classes derived from java.lang.Object | |
class | CieXyzConverter - converts to/from a D50-relative CIE XYZ color space.
|
class | ClutProfileConverter - conversions through a CLUT-based profile
|
class | ColorLookUpTable handles color lookups through a color lookup table,
as defined in the ICC specification.
|
class | GrayProfileConverter - converts Grayscale profiles (ICC_ProfileGray)
This type of profile contains a single tone reproduction curve (TRC).
|
class | Linear Grayscale converter
|
class | LinearRGBConverter - conversion routines for a linear sRGB colorspace
sRGB is a standard for RGB colorspaces, adopted by the w3c.
|
class | Header, abstracts and validates the header data.
|
class | PyccConverter - conversion routines for the PhotoYCC colorspace
Also known as PhotoCD YCC, it is an expansion of the conventional
YCC color space to also include colors with over 100% white.
|
class | RgbProfileConverter - converts RGB profiles (ICC_ProfileRGB)
This type of profile contains a matrix and three
tone reproduction curves (TRCs).
|
class |
Note the matrix numbers used here are NOT identical to those in the
w3 spec, as those numbers are CIE XYZ relative a D65 white point.
|
class | TagEntry - stores a profile tag.
|
class | ToneReproductionCurve - TRCs are used to describe RGB
and Grayscale profiles. |
Classes derived from java.lang.Object | |
class | RC4 is a stream cipher developed by Ron Rivest. |
class | An entropy pool-based pseudo-random number generator based on the PRNG in
Peter Gutmann's cryptlib (http://www.cs.auckland.ac.nz/~pgut001/cryptlib/).
|
class | The Fortuna continuously-seeded pseudo-random number generator. |
class | The Fortuna generator function. |
class | Counter Mode is a way to define a pseudorandom keystream generator using a
block cipher. |
class | An implementation of the key derivation function KDF2 from PKCS #5:
Password-Based Cryptography (PBE). |
class | A Factory to instantiate pseudo random number generators.
|
class | KDFs (Key Derivation Functions) are used to stretch user-supplied key
material to specific size(s) required by high level cryptographic primitives.
|
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Classes derived from java.lang.Object | |
class | An ActionMap that implements the UIResource
interface to indicate that it belongs to a pluggable
LookAndFeel.
|
class | A wrapper for Border that also
implements the UIResource marker interface. |
class | A BevelBorder that also implements the
UIResource marker interface. |
class | A CompoundBorder that also implements the
UIResource marker interface. |
class | An EmptyBorder that also implements the
UIResource marker interface. |
class | An EtchedBorder that also implements the
UIResource marker interface. |
class | A LineBorder that also implements the
UIResource marker interface. |
class | A MatteBorder that also implements the
UIResource marker interface. |
class | A TitledBorder that also implements the
UIResource marker interface. |
class | An abstract base class for delegates that implement the pluggable
look and feel for a JButton .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JColorChooser .
|
class | A Color that is marked as UIResource , which indicates that
the color has been installed by a pluggable LookAndFeel. |
class | An abstract base class for delegates that implement the pluggable
look and feel for a JComboBox .
|
class | A ComponentInputMap that implements the UIResource
interface to indicate that it belongs to a pluggable
LookAndFeel.
|
class | The abstract base class for all delegates that provide the
pluggable look and feel for Swing components. |
class | An abstract base class for delegates that implement the pluggable
look and feel for a desktop icon.
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JDesktopPane .
|
class | A Dimension that is marked as UIResource , which
indicates that it has been installed by a pluggable
LookAndFeel. |
class | An abstract base class for delegates that implement the pluggable
look and feel for a JFileChooser .
|
class | A font that is marked as UIResource , which
indicates that it has been installed by a pluggable
LookAndFeel. |
class | An icon that is marked as UIResource , which
indicates that it has been installed by a pluggable
LookAndFeel. |
class | An InputMap that is marked as UIResource ,
which indicates that it has been installed by a pluggable
LookAndFeel. |
class | An Insets that is marked as UIResource ,
which indicates that it has been installed by a pluggable
LookAndFeel. |
class | An abstract base class for delegates that implement the pluggable
look and feel for a JInternalFrame .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JLabel .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JList .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JMenuBar .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JMenuItem .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JOptionPane .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JPanel .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JPopupMenu .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JProgressBar .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JRootPane .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JScrollBar .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JScrollPane .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JSeparator .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JSlider .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JSpinner .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JSplitPane .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JTabbedPane .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JTableHeader .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JTable .
|
class | An abstract base class for delegates that provide the user
interface for text editors.
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JToolBar .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JToolTip .
|
class | An abstract base class for delegates that provide the user
interface for JTree .
|
class | An abstract base class for delegates that implement the pluggable
look and feel for a JViewport .
|
Classes derived from java.lang.Object | |
class | CharsetSupported attribute as described in RFC 2911 section
4.4.18 provides the charset which are supported by the
IPP implementation to be used in the name and text syntax
attribute types.
|
class | CompressionSupported provides the values which are
supported for the compression attribute.
|
class | DocumentFormatSupported specifies the supported document
formats of a printer. |
class | The FinishingsSupported attribute provides the supported
values for finishings of a job.
|
class | GeneratedNaturalLanguageSupported attribute as described
in RFC 2911 section 4.4.20 provides the natural languages
which are supported by the IPP implementation to be used
in the name and text syntax attribute types.
|
class | IppVersionsSupported attribute as described in RFC 2911 section
4.4.14 provides the value(s) (implemented as EnumSyntax)
of the supported IPP versions.
|
class | JobHoldUntilSupported attribute provides the supported
values for the attribute type job-hold-until.
|
class | JobSheetsSupported attribute provides the supported values
of the job-sheets attribute.
|
class | MediaSupported attribute provides the keyword values
of the media types supported by the printer object.
|
class | MultipleDocumentHandlingSupported provides the
supported values for the MultipleDocumentHandling attribute.
|
class | MultipleDocumentJobsSupported specifies if a printer
supported multiple documents in one job.
|
class | OperationsSupported specifies the enums of the operations
supported by a given printer or job object. |
class | The OrientationRequestedSupported attribute provides
the supported values for the job attribute orientation-requested.
|
class | PageRangesSupported is a boolean typed
attribute indicating (as EnumSyntax) if page ranges
are supported.
|
class | The PrinterResolutionSupported attribute provides
the supported values for the job attribute printer-resolution.
|
class | PrinterUriSupported attribute as described in RFC 2911 section
4.4.1 contains one of the URIs the printer supported for
job processing (e.g. one with authentication).
|
class | PrintQualitySupported provides the
supported values for the print-quality attribute.
|
class | SidesSupported provides the
supported values for the sides attribute.
|
class | UriAuthenticationSupported attribute as described in RFC 2911 section
4.4.2 provides the keywords (implemented as EnumSyntax) which
authentication methods are supported by the printer object. |
class | UriSecuritySupported attribute as described in RFC 2911 section
4.4.3 provides the keywords (implemented as EnumSyntax) for
the security mechanisms supported by the corresponding uri's
supported (same place in setOf).
|
Methods with parameter type java.lang.Object | |
boolean | Tests if the given object is equal to this object.
|
Classes derived from java.lang.Object | |
class | An HTTPS URL stream handler.
|
Classes derived from java.lang.Object | |
class | Represents attribute name/value pairs from a Manifest as a Map.
|
class | Represents a name of a Manifest Attribute. |
class | Extension to a ZipEntry that contains manifest attributes and certificates.
|
class | This exception is thrown to indicate an problem with a jar file.
|
class | Representation of a jar file.
|
class | InputStream for reading jar files.
|
class | OutputStream for writing jar files.
|
class | Reads, writes and manipulaties jar manifest files.
|
Methods with parameter type java.lang.Object | |
boolean | Checks to see if there is an attribute with the specified name.
|
boolean | Checks to see if there is an attribute name with the specified value.
|
boolean | Checks to see if two Attributes are equal. |
boolean | Checks if another object is equal to this Name object.
|
boolean | Checks if another object is equal to this Manifest object.
|
Object | Gets the value of a specified attribute name.
|
Object | Adds or replaces a attribute name/value pair.
|
Object | Remove a attribute name/value pair.
|
Methods with return type java.lang.Object | |
Object | Return a clone of this attribute map.
|
Object | Makes a deep copy of the main attributes, but a shallow copy of
the other entries. |
Object | Gets the value of a specified attribute name.
|
Object | Adds or replaces a attribute name/value pair.
|
Object | Remove a attribute name/value pair.
|
Classes derived from java.lang.Object | |
class | The JCE implementation of a 2-party Diffie-Hellman key agreement.
|
class | The additional GNU algorithm implementation as a Java Cryptographic Extension
(JCE) Provider.
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Classes derived from java.lang.Object | |
class | This class should provide the ORB ) ORB extensions,
defined in the OMG CORBA version 2.3 specification. |
Methods with parameter type java.lang.Object | |
void | This method is called by RMI-IIOP Tie.orb(ORB) ,
passing this as parameter. |
Classes derived from java.lang.Object | |
class | This is the base class for various account-related exceptions.
|
class | An exception that signals that an attempt was made to login to an account
that has expired.
|
class | An exception indicating that an account is locked.
|
class | An exception indicating that an account was not found.
|
class | |
class | |
class | |
class | This is the base class for various credential-related exceptions.
|
class | An exception that signals an attempt to login with a credential that
has expired.
|
class | An exception that indicates that a credential was not found.
|
class | An exception that signals that an attempt to login was unsuccessful.
|
class | |
class | A general exception during authentication and authorization.
|
Classes derived from java.lang.Object | |
class | A common ancestor for the implementations of the activatable objects. |
class | Thrown when activation fails on a remote call to an activatable object.
|
class | Contains the information, necessary to activate the object. |
class | General exception class for java.rmi.activation .
|
class | The entity that receives the request to activate object and activates it.
|
class | Contains information, necessary to create of recreate the activation objects.
|
class | Contains the startup options for the ActivationGroup
implementations. |
class | This identifier identifies the activation group inside the scope of its
activation system. |
class | A stub class for ActivationGroup implementations.
|
class | Denotes the object that can be activated over time. |
class | Thrown when an ActivationGroupID parameter is invalid or
unknown.
|
class | Thrown when an ActivationID parameter is invalid or unknown.
|
Methods with parameter type java.lang.Object | |
boolean | Compare this object with another activation description for equality.
|
boolean | Compare for the content equality.
|
boolean | Compare for content equality.
|
boolean | Copmare for equality, returns true if the passed object is also the
activation group id and its activation system is the same.
|
boolean | Compares the activators for equality.
|
Classes derived from java.lang.Object | |
class | The implementation of the BindingIterator .
|
class | This naming context that adds the the string based extensions,
defined by NamingContextExt . |
class | This class implements the name component comparator, needed to
sort and compare the name components in maps and sorted sets.
|
class | Parses the alternative IOR representations into our IOR structure.
|
class | This class converts between string and array representations of the
multi component object names.
|
class | Checks the given name for validity.
|
class | The Naming Map maps the single names components into associated objects or
naming contexts.
|
class | The server for the gnu classpath naming service. |
class | This class implements the transient naming service, defined by
NamingContext . |
Methods with parameter type java.lang.Object | |
int | Compare the two names components.
|
boolean | All instances of this class are equal.
|
Classes derived from java.lang.Object | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | The GeneralName structure from X.509.
|
class | |
class | |
class | The GeneralSubtree structure, a part of the NameConstraints
extension.
|
class | |
class | |
class | The NameConstraints extension. |
class | |
class | |
class | |
class | |
class | |
class |
Methods with parameter type java.lang.Object | |
boolean | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
Classes derived from java.lang.Object | |
class | Part of the internal representation of the content model.
|
class | Part of the internal representation of the content model.
|
class | Disallows a single given tag at the current content level only.
|
class | The model, allowing only PCDATA in it (like for element OPTION).
|
class | Transforms the standard ContentModel tree into the internal representation,
used in this implementation.
|
class | Table row content model.
|
Constructors with parameter type java.lang.Object | |
Creates a new node.
|
Fields of type java.lang.Object | |
Object | The token to match (can be instance of list).
|
Methods with parameter type java.lang.Object | |
boolean | Compare given token with the token of this node.
|
boolean | Compare the provided token object with the token object of this node.
|
boolean | Tries to match this list agains the given token sequence.
|
boolean | Perform a match operation for the single token
against this list.
|
boolean | Do the match operation with the given token. |
Object | Check if the provided token can match as a next token in the
list. |
Object | Check if the provided token can match this node.
|
Object | Check if the provided token can match this node.
|
Object | Check if the provided token can match this node.
|
Object |
Methods with return type java.lang.Object | |
Object | Find the token that could match as the next token in
the token list.
|
Object | Return the token object if it could match as a next token in
a token list of null if it could not.
|
Object | Check if the provided token can match as a next token in the
list. |
Object | Check if the provided token can match this node.
|
Object | Check if the provided token can match this node.
|
Object | Check if the provided token can match this node.
|
Object |
Classes derived from java.lang.Object | |
class | Offers a common implementation for the Desktop peers, that enables
access to default system application within java processes.
|
class | A peer for fonts that are used inside Classpath. |
class | A stub class that implements the ComponentPeer and ContainerPeer
interfaces using callbacks into the Component and Container
classes. |
class | |
class | |
class |
Constructors with parameter type java.lang.Object | |
Constructs an EventObject with the specified source.
|
Classes derived from java.lang.Object | |
class | |
class | |
class | |
class | |
class | |
class |
Constructors with parameter type java.lang.Object | |
Classes derived from java.lang.Object | |
class | The CRAM-MD5 mechanism authentication information provider implementation.
|
class | The CRAM-MD5 SASL client-side mechanism.
|
class | The CRAM-MD5 SASL server-side mechanism.
|
class | The CRAM-MD5 password file representation.
|
Classes derived from java.lang.Object | |
class | An input stream that filters out CR/LF pairs into LFs.
|
class | An output stream that filters LFs into CR/LF pairs.
|
class | |
class | |
class | Empty implementation of an X509 trust manager.
|
class | Privileged action to retrieve the local host InetAddress.
|
class | This class manages header field keys and values.
|
class | The INDEX.LIST file contains sections each separated by a blank line.
|
class | An input stream that can read lines of input.
|
class | This is the default socket implementation for datagram sockets.
|
class | Unless the application installs its own SocketImplFactory, this is the
default socket implemetation that will be used. |
class | This class helps the people writing protocols to report URL parse
errors in parseUrl as this method cannot report other exceptions
than Errors.
|
Methods with parameter type java.lang.Object | |
void | Sets the value of an option on the socket
|
void | Sets the specified option on a socket to the passed in object. |
Methods with return type java.lang.Object | |
Object | PlainDatagramSocketImpl.getOption(int option_id) Retrieves the value of an option on the socket
|
Object | PlainSocketImpl.getOption(int optID) Returns the current setting of the specified option. |
Classes derived from java.lang.Object | |
class | |
class | Represents metadata that describe an image or an image stream.
|
class | |
class |
Methods with parameter type java.lang.Object | |
Object | Associate an object to a key on this node. |
void |
Methods with return type java.lang.Object | |
Object | This method returns a specialized object which implements the
specialized APIs of the specified feature and version, as specified
in . |
Object | |
Object | |
Object[] | |
Object[] | |
Object | Retrieves the object associated to a key on a this node. |
Object | |
Object | Associate an object to a key on this node. |
Classes derived from java.lang.Object | |
class | Encapsulates the logic required to dispatch events to the correct
component in a component tree that may contain lightweight
components. |
Classes derived from java.lang.Object | |
class | An input stream associated with an XML system ID.
|
class | A "standalone" document type, i.e. one that isn't attached to a document
node.
|
class | SAX Locator implementation that uses the specified values.
|
class | Utility functions for libxmlj.
|
Methods with parameter type java.lang.Object | |
Object |
Methods with return type java.lang.Object | |
Object | |
Object | |
Object |
Classes derived from java.lang.Object | |
class | Convenience class for parsing an XML document into a W3C DOM object
graph.
|
class | Factory for obtaining document builders.
|
class | An error occurred during configuration of the parser factory.
|
class | An exception occurred during configuration of the XML parser.
|
class | Convenience class for using or accessing a SAX version 1 or 2 parser.
|
class | Factory for obtaining SAX parsers.
|
Methods with parameter type java.lang.Object | |
void | Set the named attribute on the underlying implementation.
|
void | Sets the specified SAX2 parser property.
|
Methods with return type java.lang.Object | |
Object | Retrieves the named attribute value from the underlying implementation.
|
Object | Returns the value of the specified SAX2 parser property.
|
Classes derived from java.lang.Object | |
class | Defines the binding with the given name and type.
|
class | The helper operations for Binding .
|
class | A holder for the binding type.
|
class | The helper operations for BindingIterator
|
class | The holder to store the binding iterator.
|
class | The binding iterator servant, used in POA-based naming service
implementations.
|
class | The helper operations for the binding list.
|
class | A class to hold the binding list.
|
class | Specifies the binding type (how the binding has been created).
|
class | A helper operations of the BindingType
|
class | Holds the binding type.
|
class | "Istring" was a "placeholder for a future IDL internationalized
string data type" in the original specification. |
class | The name component, a node in the multi-comonent name.
|
class | A helper classes for the name component.
|
class | The name component holder.
|
class | The helper operations for the name that is defined as an array
of the name components. |
class | The holder for the name that is defined as an array
of the name components. |
class | The helper operations for the extended naming context.
|
class | A holder for the extended naming context, added since 1.4.
|
class | The extended naming service servant. |
class | The helper operations for the naming context.
|
class | A holder for the naming context.
|
class | The naming service servant. |
class | The binding iterator implementation base.
|
class | The binding interator stub (proxy), used on the client side.
|
class | The extended naming context implementation base.
|
class | The extended naming context stub (proxy), used on the client side.
|
class | The naming context implementation base.
|
class | The naming context stub (proxy), used on the client side.
|
Methods with parameter type java.lang.Object | |
boolean | Returns true if both name and kind are equal.
|
Classes derived from java.lang.Object | |
class | A phantom reference is useful, to get notified, when an object got
finalized. |
class | This is the base class of all references. |
class | This is the queue, where references can enqueue themselve on. |
class | A soft reference will be cleared, if the object is only softly
reachable and the garbage collection needs more memory. |
class | A weak reference will be cleared, if the object is only weakly
reachable. |
Classes derived from java.lang.Object | |
class | Generic implementation of the getInstance methods in the various
engine classes in java.security.
|
class | This immutable class represents an object identifier, or OID.
|
class | An implementation of a Policy object whose
permissions are specified by a policy file.
|
class | A global object containing build-specific properties that affect the
behaviour of the generated binaries from this library.
|
Methods with parameter type java.lang.Object | |
int | Compares this OID to another. |
boolean | Tests whether or not this OID equals another.
|
Object | Return the implementation for algorithm for service service
from provider, passing initArgs to the SPI class's
constructor (which cannot be null; pass a zero-length array if the SPI
takes no arguments). |
Methods with return type java.lang.Object | |
Object | Returns a copy of this OID.
|
Object | Return the implementation for algorithm for service service
from provider. |
Object | Return the implementation for algorithm for service service
from provider, passing initArgs to the SPI class's
constructor (which cannot be null; pass a zero-length array if the SPI
takes no arguments). |
Classes derived from java.lang.Object | |
class | The context to represent the corba naming service. |
class | Parses the alternative IOR representations into our IOR structure.
|
class | Iterates over name class pairs, obtaining values first from the binding list
and then from the binding iterator.
|
class | The context factory to represent the corbaname: style urls. |
class | The context to represent the corba naming service. |
class | Iterates over bindings, obtaining values first from the binding list and then
from the binding iterator.
|
class | Iterates over name class pairs, obtaining values first from the binding list
and then from the binding iterator.
|
Methods with parameter type java.lang.Object | |
Object | Add new environment property to the environment of this context. |
Object | Add new environment property to the environment of this context. |
void | Give the specified name for the specified object. |
void | Give the specified name for the specified object. |
void | Give the specified name for the specified object. |
void | Give the specified name for the specified object. |
Object | GiopNamingServiceFactory.getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable<K,V> environment) Create a new instance of the corbaname URL context.
|
void | Give the specified name for the specified object. |
void | Give the specified name for the specified object. |
void | Give the specified name for the specified object. |
void | Give the specified name for the specified object. |
Methods with return type java.lang.Object | |
Object | Add new environment property to the environment of this context. |
Object | Add new environment property to the environment of this context. |
Object | Convert from the CORBA binding into that this enumeration should return.
|
Object | Convert from the CORBA binding into the javax.naming binding. |
Object | Convert from the CORBA binding into the NameClassPair that this
enumeration should return. |
Object | GiopNamingServiceFactory.getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable<K,V> environment) Create a new instance of the corbaname URL context.
|
Object | Gets the previously named object by name. |
Object | Gets the previously named object by name. |
Object | Gets the previously named object by name. |
Object | Gets the previously named object by name. |
Object | Not supported.
|
Object | Not supported.
|
Object | Not supported.
|
Object | Not supported.
|
Object | Returns the next element.
|
Object | Returns the next element.
|
Object | Removes the property with the given name from the environment. |
Object | Removes the property with the given name from the environment. |
Classes derived from java.lang.Object | |
class | This exception is thrown during decryption when the decrypted input
does not have the proper padding bytes that are expected by the padding
mechanism.
|
class | This class implements a cryptographic cipher for transforming
data.
Ciphers cannot be instantiated directly; rather one of the
getInstance must be used to instantiate a given
transformation, optionally with a specific provider.
A transformation is of the form:
|
class | This is an InputStream that filters its data
through a Cipher before returning it. |
class | A filtered output stream that transforms data written to it with a
Cipher before sending it to the underlying output stream.
|
class | This class represents the Service Provider Interface
(SPI) for cryptographic ciphers.
Providers of cryptographic ciphers must subclass this for every
cipher they implement, implementing the abstract methods as
appropriate, then provide an entry that points to the subclass in
their implementation of Provider .
CipherSpi objects are instantiated along with Cipher s when
the Cipher.getInstance(String) methods are invoked.
|
class | An implementation of the EncryptedPrivateKeyInfo ASN.1
type as specified in PKCS #8 -
Private-Key Information Syntax Standard.
|
class | An exemption mechanism, which will conditionally allow cryptography
where it is not normally allowed, implements things such as key
recovery, key weakening, or key escrow.
|
class | Signals a general exception in an ExemptionMechanism .
|
class | The Service Provider Interface (SPI) for the ExemptionMechanism class.
|
class | This exception is thrown when finishing encryption without padding or
decryption and the input is not a multiple of the cipher's block
size.
|
class | Key agreement is a method in which two or more parties may agree on a
secret key for symmetric cryptography or message authentication
without transmitting any secrets in the clear. |
class | This is the Service Provider Interface (SPI) for the
KeyAgreement class.
|
class | A generic producer of keys for symmetric cryptography. |
class | The Service Provider Interface (SPI) for the KeyGenerator class.
|
class | This class implements a "message authentication code" (MAC), a method
to ensure the integrity of data transmitted between two parties who
share a common secret key.
|
class | This is the Service Provider Interface (SPI) for the
Mac class.
|
class | This exception is thrown when a particular padding scheme is
requested but is not available.
|
class | Trivial subclass of Cipher that implements the identity
transformation, where the input is always copied to the output
unchanged. |
class | This class allows any Serializable object to be
stored in an encrypted form.
|
class | |
class | The Service Provider Interface (SPI) for the SecretKeyFactory class.
|
class | This exception is thrown on an attempt to transform bytes into a
buffer that is too short to contain the data.
|
Methods with return type java.lang.Object | |
Object | Clone this instance, if the underlying implementation supports it.
|
Object | Returns a clone of this instance if cloning is supported.
|
Object | Unseal and deserialize this sealed object with the specified key.
|
Object | Unseal and deserialize this sealed object with the specified key,
using a cipher from the named provider.
|
Object | Unseal and deserialize this sealed object with a specified (already
initialized) cipher.
|
Classes derived from java.lang.Object | |
class | Utility methods for fixed point arithmetics.
|
class | Implement BigInteger using GMP
|
class | This contains various low-level routines for unsigned bigints.
|
Classes derived from java.lang.Object | |
class | This event is generated when an action on a component (such as a
button press) occurs.
|
class | This class represents an event that is generated when an adjustable
value is changed.
|
class | This class allows adding an AWTEventListener which only pays attention to
a specific event mask.
|
class | This class implements ComponentListener and implements
all methods with empty bodies. |
class | This class is for events generated when a component is moved, resized,
hidden, or shown. |
class | This class implements ContainerListener and implements
all methods with empty bodies. |
class | This event is generated when a component is added or removed from a
container. |
class | This class implements FocusListener and implements all
methods with empty bodies. |
class | This class represents an event generated when a focus change occurs for a
component. |
class | This class implements HierarchyBoundsListener and implements
all methods with empty bodies. |
class | This class represents an event generated for an ancestor component which
may affect this component. |
class | This is the common superclass for all component input classes. |
class | This class is for event generated by change in a text input method.
|
class | This event executes Runnable.run() of a target object when it is
dispatched. |
class | This event is generated when a selection item changes state. |
class | This class implements KeyListener and implements all methods
with empty bodies. |
class | This event is generated when a key is pressed or released. |
class | This class implements MouseListener and implements all methods
with empty bodies. |
class | This event is generated for a mouse event. |
class | This class implements MouseMotionListener and implements all
methods with empty bodies. |
class | This event is generated for a mouse wheel rotation. |
class | This event is generated when an area of the screen needs to be painted.
|
class | This event is generated when a text box changes contents. |
class | This class implements WindowListener ,
WindowStateListener , and WindowFocusListener , and
implements all methods with empty bodies. |
class | This event is generated when there is a change in a window. |
Constructors with parameter type java.lang.Object | |
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. | |
InvocationEvent.InvocationEvent(Object source, int id, Runnable runnable, Object notifier, boolean catchExceptions) Initializes a new instance of InvocationEvent with the
specified source, runnable, and notifier. | |
Initializes a new instance of InvocationEvent with the
specified source and runnable.
| |
InvocationEvent.InvocationEvent(Object source, Runnable runnable, Object notifier, boolean catchExceptions) Initializes a new instance of InvocationEvent with the
specified source, runnable, and notifier. | |
Initializes a new instance of ItemEvent with the specified
source, id, and state change constant. | |
Initializes a new instance of TextEvent with the specified
source and id. |
Fields of type java.lang.Object | |
Object | This is the object to call notifyAll() on when
the call to run() returns, or null if no
object is to be notified.
|
Methods with return type java.lang.Object | |
Object | Returns the item affected by this state change.
|
Classes derived from java.lang.Object | |
class | Signals Datatype related exceptions.
|
Methods with parameter type java.lang.Object | |
boolean | Tests the equality of two value objects which were originally
created by the createValue method of this object.
|
int | Computes the hash code for a value object,
which is consistent with the sameValue method.
|
Methods with return type java.lang.Object | |
Object | Converts lexcial value and the current context to the corresponding
value object.
|
Classes derived from java.lang.Object | |
class | A base asbtract class for both public and private RSA keys.
|
class | An object that embodies an RSA private key.
|
class | An object that encapsulates an RSA public key.
|
class | A key-pair generator for asymetric keys to use in conjunction with the RSA
scheme.
|
class | An implementation of an IKeyPairCodec that knows how to encode /
decode PKCS#8 ASN.1 external representation of RSA private keys.
|
class | An object that implements the IKeyPairCodec interface for the Raw
format to use with RSA keypairs.
|
class | An implementation of an IKeyPairCodec that knows how to encode /
decode X.509 ASN.1 external representation of RSA public keys.
|
Methods with parameter type java.lang.Object | |
boolean | Returns true if the designated object is an instance of
RSAKey and has the same RSA parameter values as this one.
|
boolean | Returns true if the designated object is an instance of this
class and has the same RSA parameter values as this one.
|
boolean | Returns true if the designated object is an instance of this
class and has the same RSA parameter values as this one.
|
Classes derived from java.lang.Object | |
class | |
class | An object that implements the IKeyPairCodec operations for the
Raw format to use with Diffie-Hellman keypairs.
|
class | |
class | The basic version of the Diffie-Hellman key agreement is described in the
Handbook of Applied Cryptography [HAC] as follows:
|
class | This implementation is the receiver's part of the basic version of the
Diffie-Hellman key agreement exchange (B in [HAC]).
|
class | This implementation is the sender's part of the basic version of the
Diffie-Hellman key agreement exchange (A in [HAC]).
|
class | The ElGamal key agreement, also known as the half-certified Diffie-Hellman
key agreement, is described in the Handbook of Applied Cryptography [HAC] as
follows:
|
class | This implementation is the receiver's part of the ElGamal key agreement
exchange (B in [HAC]).
|
class | This implementation is the sender's part of the ElGamal key agreement
exchange (A in [HAC]).
|
class | A base asbtract class for both public and private Diffie-Hellman keys. |
class | An implementation of a Diffie-Hellman keypair generator.
|
class | An implementation of the Diffie-Hellman private key.
|
class | An implementation of the Diffie-Hellman public key.
|
class | An implementation of the Diffie-Hellman parameter generation as defined in
RFC-2631.
|
Methods with parameter type java.lang.Object | |
boolean | Returns true if the designated object is an instance of
DHKey and has the same Diffie-Hellman parameter values as this one.
|
boolean | Returns true if the designated object is an instance of
DHPrivateKey and has the same parameter values as this one.
|
boolean | Returns true if the designated object is an instance of
DHPublicKey and has the same parameter values as this one.
|
Classes derived from java.lang.Object | |
class | A class to compute the JDWP representation of Strings.
|
class | A class representing a Line Table for a method.
|
class | A class to read/write JDWP locations.
|
class | A class to wrap around values returned from a Method call in the VM.
|
class | This class is used to pass monitor information between
the JDWP back-end and the virtual machine.
|
class | This is a placeholder for null. |
class | A class to compute class and method signatures.
|
class | A class representing a Variable Table for a method.
|
Methods with parameter type java.lang.Object | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
Classes derived from java.lang.Object | |
class | Repository for well-known XML constants.
|
Classes derived from java.lang.Object | |
class | The ACTIVITY_COMPLETED indicates that the Activity context in which the
method call was made has been completed due to a timeout of either the
Activity itself or a transaction that encompasses the Activity. |
class | The ACTIVITY_REQUIRED system exception indicates that an Activity context was
necessary to perform the invoked operation, but one was not found
associated with the calling thread.
|
class | A container that can store a value of either user defined or
primitive IDL type.
|
class | A holder for storing an instance of Any .
|
class | Provides static helper methods for working with
the array of the type Any (not with the "any array").
|
class | A sequence holder for CORBA AnySeq that is mapped into
java Any[] .
|
class | Means that the operation is invoked by a client but the passed
context has no values required by this operation.
|
class | Means that the caller has invoked operations in the wrong order.
|
class | Means that the object exists but does not support the operation that was
invoked on it.
|
class | The exception thrown when a parameter passed to a call is considered
illegal.
|
class | The BAD_QOS is raised when the object cannot support the quality of
service required by an invocation parameter.
|
class | Means that the some TypeCode has been realized to be invalid
(for example, has an invalid TCKind value).
|
class | A holder for CORBA boolean that is mapped into
java boolean .
|
class | Provides static helper methods for working with
CORBA sequence of boolean
(BooleanSeq ).
|
class | A sequence holder for CORBA BooleanSeq that is mapped into
java boolean[] .
|
class | Thrown when a parameter is outside the bounds for a particular
object a method is trying to access.
|
class | A holder for CORBA octet that is mapped into
java byte .
|
class | A holder for CORBA char that is mapped into
java char .
|
class | Provides static helper methods for working with
CORBA sequence of char
(CharSeq ).
|
class | A sequence holder for CORBA CharSeq that is mapped into
java char[] .
|
class | Defines the method completion status, usually for the time moment,
when the exception has been thrown.
|
class | Provides static helper methods for working with
CompletionStatus .
|
class |
This class holds the list of the named properties. |
class | Stores a modifiable list of String objects representing the property names.
|
class | Raised when client and server are unable to reach any consensus on which
code set should be used to represent the characters. |
class | Means that the communication has been lost while an operation
was in progress
|
class | The helper operations for the CORBA object Current .
|
class | A holder for the object Current .
|
class | Means that the ORB cannot convert between the marshalled and
native data representation.
|
class | This class indicates the kind of the definition, stored in the interface
repository.
|
class | A helper operations for the definition kind.
|
class | A holder for CORBA double that is mapped into
java double .
|
class | Provides static helper methods for working with
CORBA sequence of double
(DoubleSeq ).
|
class | A sequence holder for CORBA DoubleSeq that is mapped into
java double[] .
|
class | This class was probably originally thinked as a base of all CORBA
object implementations. |
class | A container for an exception, that has been thrown by the method
of the CORBA object.
|
class | Stores exceptions that can be thrown when invoking a method of an
CORBA Object .
|
class | A formal helper for the CORBA FieldName that is identical to the
narrow string.
|
class | A holder for CORBA fixed that is mapped into
java BigDecimal .
|
class | A holder for CORBA float that is mapped into
java float .
|
class | Provides static helper methods for working with
CORBA sequence of float
(FloatSeq ).
|
class | A sequence holder for CORBA FloatSeq that is mapped into
java float[] .
|
class | Means errors, related to freeing the allocated memory.
|
class | A formal helper for the CORBA Identifier that is identical to the
narrow string.
|
class | A helper operations for the IDL type.
|
class | Means that the server has reached some implementation limit
(too many clients, too many references, too long parameters and so on).
|
class | A holder for CORBA long that is mapped into
java int .
|
class | Means that the server cannot be initialized because of the some reason.
|
class | Means an internal failure in the ORB.
|
class | Means errors, related to the interface repository.
|
class | Raised when the transaction or Activity is resumed in a different context
than from which it was suspended. |
class | Means that request carried an invalid transaction context.
|
class | Means invalid flag, passed during operation.
|
class | Means that some IDL identifier has a wrong syntax.
|
class | Means that some object reference is internally malformed.
|
class | This exception is thrown when an invocation cannot be made because of
an incompatibility between Policy overrides that apply to the
particular invocation.
|
class | An object, formally implementing the CORBA Object , but actually
handling all invocations locally.
|
class | A holder for CORBA long long that is mapped into
java long .
|
class | Provides static helper methods for working with
CORBA sequence of long
(LongLongSeq ).
|
class | A sequence holder for CORBA LongLongSeq that is mapped into
java long[] .
|
class | Provides static helper methods for working with
CORBA sequence of int
(LongSeq ).
|
class | A sequence holder for CORBA LongSeq that is mapped into
java int[] .
|
class | Means that some request or reply from the network has a wrong size or is
structurally invalid. |
class | |
class | Holds the value, having the given name(id). |
class | The helper operations for NameValuePair .
|
class | Means that while the operation being invoked does exists, no
implementation for it exists.
|
class | Means that the server has runned out of memory.
|
class | Means that the caller has no rights to invoke the operation.
|
class | Means that the ORB has reached some general resource limitation like maximal
number of the opened connections.
|
class | Means that the client attempts to retrieve the result that is not
yet available.
|
class | The named value list, used to define the parameters in the
Request . |
class | The helper operations for the binding list.
|
class | A holder for CORBA Object that is mapped into
java org.omg.CORBA.Object .
|
class | Means an attempt to perform some operation on a deleted object.
|
class | This exception typically indicates an administrative mismatch.
|
class | Provides static helper methods for working with
CORBA sequence of byte
(OctetSeq ).
|
class | A sequence holder for CORBA OctetSeq that is mapped into
java byte[] .
|
class | A central class in CORBA implementation, responsible for sending and handling
remote invocations. |
class | Defines the parameter modes (the ways in that a method parameter
is used during invocation).
|
class | A helper operations for a method parameter modes.
|
class | The holder for ParameterMode.
|
class | Indicates a persistent storage failure like database crash.
|
class | The exception is thrown when a policy error occurs.
|
class | A helper operations for the policy error code as an alias of
short .
|
class | The helper operations for the exception PolicyError .
|
class | A holder for the exception PolicyError .
|
class | The helper operations for the
CORBA object Policy .
|
class | A holder for the object Policy .
|
class | The helper operations for the
CORBA object Policy [].
|
class | A holder for the object Policy[] .
|
class | A helper operations for the policy type. |
class | This class was used to store the client identity in the past.
|
class | A holder for storing an instance of Principal .
|
class | A formal helper for the CORBA Repository Id that is identical to the
narrow string.
|
class | An object, containing the information, needed to invoke the method of
the local or remote CORBA object. |
class | Raised on the failure of the requested or implied attempt to
rebind an object reference.
|
class | This class was expected to be part of the dynamic skeleton interface,
but it is almost never used in the code, generated by IDL to java compiler.
|
class | An object, representing one of the additional details about the
particular ORB service.
|
class | The helper operations on the Service Detail.
|
class | Stores information about the CORBA service, available from some ORB.
|
class | Helper operations for the service information.
|
class | A holder for the service information.
|
class | Defines the instruction, how the newly specified policies can be
taken into consideration. |
class | A helper operations for the definition kind.
|
class | A holder for CORBA short that is mapped into
java short .
|
class | Provides static helper methods for working with
CORBA sequence of short
(ShortSeq ).
|
class | A sequence holder for CORBA ShortSeq that is mapped into
java short[] .
|
class | A holder for CORBA string that is mapped into
java String .
|
class | Provides static helper methods for working with
CORBA string array.
|
class | A sequence holder for CORBA string[] that is mapped into
java String[] .
|
class | Provides helper operations for the String value type, treating a
String as a CORBA value type rather than as a primitive type. |
class | The component, describing the member of CORBA IDL struct .
|
class | Defines a helper operations for StructMember.
|
class | The root class for all CORBA standard exceptions.
|
class | The basic constants, used in java to IDL mapping.
|
class | Raised when no delivery has been made during the specified timeout duration.
|
class | Raised when the TransactionPolicy in the IOR is not the same as the current
transaction mode.
|
class | Means that request carried a null transaction context, but an
active transaction is required.
|
class | Means that transaction associated with the request has already
been rolled back or marked to roll back.
|
class | Raised in response to the abnormal termination of the transaction
service.
|
class | Means that the ORB cannot reach the object. |
class | An information about a CORBA data type.
|
class | A holder for CORBA TypeCode that is mapped into
java TypeCode .
|
class | Provides static helper methods for working with
CORBA sequence of long
(ULongLongSeq ).
|
class | A sequence holder for CORBA ULongLongSeq that is mapped into
java long[] .
|
class | Provides static helper methods for working with
CORBA sequence of int
(ULongSeq ).
|
class | A sequence holder for CORBA ULongSeq that is mapped into
java int[] .
|
class | The component, describing the member of CORBA IDL union .
|
class | A helper operations for the union member.
|
class | A wrapper against an unknown user exception that has been thrown
on remote side and returned by the server. |
class | The helper operations for the exception UnknownUserException .
|
class | A holder for the exception UnknownUserException .
|
class | Means that the operation implementation has thrown a non-CORBA exception.
|
class | The root class for CORBA IDL-defined user exceptions.
|
class | Provides static helper methods for working with
CORBA sequence of short
(UShortSeq ).
|
class | A sequence holder for CORBA UShortSeq that is mapped into
java short[] .
|
class | A helper operations for the value base type ( ValueBase ).
|
class | A holder to store a ValueBase that is handled as
Serializable here.
|
class | The class, defining properties of the value member.
|
class | The helper operations for the value member.
|
class | A formal helper for the CORBA VersionSpec that is identical to the
narrow string.
|
class | A helper operations for a Visibility that is mapped into java and CORBA
short . |
class | Provides static helper methods for working with
CORBA sequence of char
(WCharSeq ).
|
class | A sequence holder for CORBA WCharSeq that is mapped into
java char[] .
|
class | Thrown when the transaction scope mismatches.
|
class | The helper operations for the exception WrongTransaction .
|
class | A holder for the exception WrongTransaction .
|
class | Provides static helper methods for working with
CORBA wstring array.
|
class | A sequence holder for CORBA wstring[] that is mapped into
java String[] .
|
class | Provides helper operations for the Wide String value type, treating a
Wide String as a CORBA value type rather than as a primitive type. |
class | The stub for the IDL type. |
class | The Policy stub (proxy), used on the client side.
|
Methods with parameter type java.lang.Object | |
void | Write abstract interface to the output stream.
|
Methods with return type java.lang.Object | |
Object | Read abstract interface.
|
Classes derived from java.lang.Object | |
class | An attribute event.
|
class | A character data (text) event.
|
class | A comment event.
|
class | A DOCTYPE declaration event.
|
class | An end-document event.
|
class | An end-element event.
|
class | An entity declaration event.
|
class | An entity reference event.
|
class | A namespace declaration event.
|
class | A notation declaration event.
|
class | A processing instruction event.
|
class | JAXP SAX parser using an underlying StAX parser.
|
class | SAX parser factory providing a SAX compatibility layer on top of StAX.
|
class | A start-document event.
|
class | A start-element event.
|
class | A reader that converts UTF-16 characters to Unicode code points.
|
class | Allocator for creating XML events based on a reader state.
|
class | Factory for XML events.
|
class | An XML stream event.
|
class | Parser using XML events.
|
class | Writer to write events to an underlying XML stream writer.
|
class | Factory for creating parsers from various kinds of XML source.
|
class | Standard output factory.
|
class | An XML parser.
|
class | Simple XML stream writer.
|
Constructors with parameter type java.lang.Object | |
Fields of type java.lang.Object | |
Object |
Methods with parameter type java.lang.Object | |
void | |
void | Sets the specified SAX2 parser property.
|
void | Sets the implementation-specific property of the given name.
|
void |
Methods with return type java.lang.Object | |
Object | |
Object | Returns the value of the specified SAX2 parser property.
|
Object | Returns the implementation-specific feature or property of the given
name.
|
Object | Returns the implementation-specific property of the given name.
|
Object | |
Object | Returns the implementation-specific feature or property of the given
name.
|
Object | Returns the implementation-specific feature or property of the given
name.
|
Object | |
Object | Returns an input source from which the specified external entity can be
read. |
Classes derived from java.lang.Object | |
class | A CurrencyNameProvider provides localized
versions of the symbols that represent a particular
currency. |
class | A LocaleNameProvider provides localized
versions of the names that represent a particular
locale. |
class |
This is the superclass of all the Locale service
provider interfaces or SPIs. |
class | A TimeZoneNameProvider provides localized
versions of the names that represent a particular
timezone. |
Classes derived from java.lang.Object | |
class | This class provides common helper methods
for handling localized data.
|
Classes derived from java.lang.Object | |
class | A WAV file reader.
|
Classes derived from java.lang.Object | |
class |
An utility class for RMI/IDL server side object implementations. |
Methods with parameter type java.lang.Object | |
Object | Narrows the passed object to conform to the given interface or IDL type. |
Methods with return type java.lang.Object | |
Object | Narrows the passed object to conform to the given interface or IDL type. |
Classes derived from java.lang.Object | |
class | This is a 100% Java implementation of the Java2D rendering pipeline. |
class | A CompositeContext implementation for AlphaComposite .
|
class | Cubic Bezier curve segment
|
class | This class is used as a temporary Paint object to supply the pixel values
for image rendering using the normal scanline conversion implementation.
|
class | |
class | Sorts PolyEdge s by their current intersection points.
|
class | Quadratic Bezier curve segment
Note: Most peers don't support quadratics directly, so it might make
sense to represent them as cubics internally and just be done with it.
|
class | A Graphics2D implementation that operates on Raster objects. |
class | Rasterizes Shape objects on an AbstractGraphics2D.
|
class | Stores and handles the pixel converage for a scanline. |
class | Iterates over the coverage list and calculates the actual coverage
ranges on a scanline.
|
class | A data object that carries information about pixel coverage on a scanline.
|
class | |
class | Caches certain Shape objects for reuse in AbstractGraphics2D. |
class | Protects any other shape from beeing modified by wrapping it.
|
class | A key object to be used when caching pre-rendered text.
|
class | A PaintContext implementation for TexturePaint , done in
pure Java.
|
Methods with parameter type java.lang.Object | |
int | |
boolean | Determines if two objects are equal.
|
void | Sets the specified rendering hint.
|
Methods with return type java.lang.Object | |
Object | Creates and returns a copy of this Graphics object. |
Object | Clones this segment
|
Object | Clones this segment
|
Object | Clones this segment
|
Object | Returns the rendering hint for the specified key.
|
Classes derived from java.lang.Object | |
class | The default theme for the MetalLookAndFeel .
|
class | A factory class that creates borders for the different Swing components.
|
class | A border used for JButton components.
This Border implementation can handle only instances of
AbstractButton and their subclasses.
If the Metal Look and Feel's current theme is 'Ocean' the border
will be painted with a special highlight when the mouse cursor if
over the button (ie. the property rollover of the
button's model is true ) and is not a direct
child of a JToolBar .
|
class | A simple 3D border.
|
class | A border used for the JInternalFrame component.
|
class | A border used for JMenuBar components.
|
class | |
class | A border used for JInternalFrame components that are
presented as dialogs (by the JOptionPane class).
|
class | A border used for a JInternalFrame when it is being used as a
palette.
|
class | A border implementation for popup menus.
|
class | A button border that is only visible when the mouse pointer is within
the button's bounds.
|
class | A border for JScrollPane components.
|
class | A border for table header cells.
|
class | A border used for the JTextField component.
|
class | A border used for the JToggleButton component.
|
class | A border used for the JToolBar component.
|
class | A UI delegate for the JButton component.
|
class | An Icon used by the MetalCheckBoxUI class.
|
class | A UI delegate for the JCheckBox component.
|
class | A button used by the MetalComboBoxUI class.
|
class | An editor used by the MetalComboBoxUI class.
|
class | A subclass of MetalComboBoxEditor that implements the
UIResource interface.
|
class | An icon used by the MetalComboBoxUI class.
|
class | A UI delegate for the JComboBox component.
|
class | A layout manager that arranges the editor component (if active) and the
button that make up the combo box.
|
class | A popup menu for the combo-box.
|
class | A listener used to handle property changes in the JComboBox
component, to ensure that the UI delegate accurately reflects the current
state in the rendering onscreen.
|
class | A UI delegate for the JInternalFrame.JDesktopIcon component.
|
class | A UI delegate for the JFileChooser component. |
class | Handles changes to the selection in the directory combo box.
|
class | A combo box model containing the selected directory and all its parent
directories.
|
class | A renderer for the files and directories in the file chooser.
|
class | A combo box model for the file selection filters.
|
class | A renderer for the items in the file filter combo box.
|
class | A mouse listener for the JFileChooser .
|
class | Creates icons for the MetalLookAndFeel .
|
class | An icon representing a file (drawn as a piece of paper with the top-right
corner turned down).
|
class | An icon representing a folder.
|
class | An icon used by the MetalInternalFrameUI class when the frame
is displayed as a palette.
|
class | A tree control icon. |
class | A tree folder icon.
|
class | A tree leaf icon.
|
class | The title pane for a JInternalFrame (see
MetalInternalFrameUI.createNorthPane(JInternalFrame) ). |
class | A UI delegate for the JInternalFrame component.
|
class | A UI delegate for the JLabel component.
|
class | A custom look and feel that is designed to look similar across different
operating systems. |
class | A UI implementation for MenuBar in the Metal Look & Feel.
|
class | A UI delegate for the JPopupMenu.Separator component.
|
class | A UI delegate for the JProgressBar component.
|
class | A UI delegate for the JRadioButton component.
|
class | A UI delegate for the JRootPane component. |
class | A UI delegate for the JScrollBar component.
|
class | A button used by the MetalScrollBarUI . |
class | A UI delegate for the JScrollPane component.
|
class | A UI delegate for the JSeparator component.
|
class | A UI delegate for the JSlider component.
|
class | A property change handler that updates the rendered component in response
to specific property change events. |
class | A UI delegate for the JSplitPane component.
|
class | A UI delegate for the JTabbedPane component.
|
class | A LayoutManager responsible for placing all the tabs and the
visible component inside the JTabbedPane . |
class | A UI delegate for the JTextField component.
|
class | The base class for themes used by the MetalLookAndFeel . |
class | A UI delegate for the JToggleButton component.
|
class | A UI delegate for the JToolBar component.
|
class | A listener (no longer used) that responds when components are added to or
removed from the JToolBar . |
class | This is the MouseHandler class that allows the user to drag the JToolBar
in and out of the parent and dock it if it can.
|
class | A listener (no longer used) that responds to property change events in a
JToolBar component. |
class | A UI delegate for the JToolTip component.
|
class | A UI delegate for the JTree component.
|
class | A modern theme for the Metal Look & Feel.
|
Methods with parameter type java.lang.Object | |
void | This function converts between the string passed into the client
property and the internal representation (currently an int).
|
Component | MetalFileChooserUI.FileRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) Returns a component that can render the specified value.
|
Component | MetalFileChooserUI.FilterComboBoxRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) Returns a component that can be used to paint the given value within
the list.
|
void | Sets the selected item. |
void | Sets the selected filter.
|
Methods with return type java.lang.Object | |
Object | Returns the item at the specified index.
|
Object | Returns the item at the specified index.
|
Object | Returns the selected item, or null if no item is selected.
|
Object | Returns the selected file filter.
|
Classes derived from java.lang.Object | |
class | Immutible, though destroyable, password class.
|
Classes derived from java.lang.Object | |
class | This class is the superclass of various reflection classes, and
allows sufficiently trusted code to bypass normal restrictions to
do necessary things like invoke private methods outside of the
class during Serialization. |
class | Array holds static helper functions that allow you to create and
manipulate arrays by reflection. |
class | The Constructor class represents a constructor of a class. |
class | The Field class represents a member variable of a class. |
class | Thrown on encountering a syntactically malformed signature in
a reflective method. |
class | InvocationTargetException is sort of a way to "wrap" whatever exception
comes up when a method or constructor is called via Reflection. |
class | This exception class is thrown when one of the reflection
methods encountered an invalid parameterized type within
the metadata of a class. |
class | The Method class represents a member method of a class. |
class | Modifier is a helper class with static methods to determine whether an
int returned from getModifiers() represents static, public, protected,
native, final, etc... and provides an additional method to print
out all of the modifiers in an int in order.
|
class | This class allows you to dynamically create an instance of any (or
even multiple) interfaces by reflection, and decide at runtime
how that instance will behave by giving it an appropriate
InvocationHandler . |
class | This class implements permissions for reflection. |
class |
Methods with parameter type java.lang.Object | |
boolean | Compare two objects to see if they are semantically equivalent.
|
boolean | Compare two objects to see if they are semantically equivalent.
|
boolean | Compare two objects to see if they are semantically equivalent.
|
Object | Get the value of this Field. |
Object | Gets an element of an array. |
boolean | Get the value of this boolean Field. |
boolean | Gets an element of a boolean array.
|
byte | Get the value of this byte Field. |
byte | Gets an element of a byte array.
|
char | Get the value of this Field as a char. |
char | Gets an element of a char array.
|
double | Get the value of this Field as a double. |
double | Gets an element of a double array.
|
float | Get the value of this Field as a float. |
float | Gets an element of a float array.
|
int | Get the value of this Field as an int. |
int | Gets an element of an int array.
|
InvocationHandler | Returns the invocation handler for the given proxy instance.
NOTE: We guarantee a non-null result if successful,
but Sun allows the creation of a proxy instance with a null
handler. |
int | Gets the array length.
|
long | Get the value of this Field as a long. |
long | Gets an element of a long array.
|
short | Get the value of this Field as a short. |
short | Gets an element of a short array.
|
Object | Invoke the method. |
Object | When a method is invoked on a proxy instance, it is wrapped and
this method is called instead, so that you may decide at runtime
how the original method should behave.
|
void | Sets an element of an array. |
void | Set the value of this Field. |
void | Set this boolean Field. |
void | Sets an element of a boolean array.
|
void | Set this byte Field. |
void | Sets an element of a byte array.
|
void | Set this char Field. |
void | Sets an element of a char array.
|
void | Set this double Field. |
void | Sets an element of a double array.
|
void | Set this float Field. |
void | Sets an element of a float array.
|
void | Set this int Field. |
void | Sets an element of an int array.
|
void | Sets an element of a long array.
|
void | Set this long Field. |
void | Sets an element of a short array.
|
void | Set this short Field. |
Methods with return type java.lang.Object | |
Object | Get the value of this Field. |
Object | Gets an element of an array. |
Object | If this method is an annotation method, returns the default
value for the method. |
Object | Invoke the method. |
Object | When a method is invoked on a proxy instance, it is wrapped and
this method is called instead, so that you may decide at runtime
how the original method should behave.
|
Object | Array.newInstance(Class> componentType, int length) Creates a new single-dimensioned array.
|
Object | Array.newInstance(Class> elementType, int[] dimensions) Creates a new multi-dimensioned array. |
Object | Combines several methods into one. |
Classes derived from java.lang.Object | |
class | |
class | |
class | |
class | This class provides static methods that can be used to compute
type-signatures of Class s or Member s.
|
Classes derived from java.lang.Object | |
class | PrivilegedAction implementation that calls System.getProperty() with
the property name passed to its constructor.
|
class | PrivilegedAction implementation that calls Security.getProperty()
with the property name passed to its constructor.
|
class | PrivilegedAction implementation that calls setAccessible(true) on the
AccessibleObject passed to its constructor.
|
Methods with return type java.lang.Object | |
Object | This method performs an operation that requires higher privileges to
perform. |
Classes derived from java.lang.Object | |
class | Implementation of the Service Provider Interface (SPI) for
the ARCFOUR keystream generator.
|
class | The implementation of the continuously-seeded SecureRandom Service
Provider Interface (SPI) adapter.
|
class | |
class | An Adapter class around ICMGenerator to allow using this
algorithm as a JCE SecureRandom .
|
class | An Adapter class around UMacGenerator to allow using this
algorithm as a JCE SecureRandom .
|
Classes derived from java.lang.Object | |
class | Configurable factory to create an Ælfred2 JAXP parser; required
to bootstrap using JAXP. |
class | An enhanced SAX2 version of Microstar's Ælfred XML parser.
|
class | This SAX2 parser optionally layers a validator over the Ælfred2
SAX2 parser. |
Methods with parameter type java.lang.Object | |
void | SAX2: Assigns the specified property. |
void | SAX2: Assigns the specified property.
|
Methods with return type java.lang.Object | |
Object | SAX2: Returns the specified property.
|
Object | SAX2: Returns the specified property.
|
Classes derived from java.lang.Object | |
class | The CookieHolder is used together with the
ServantLocator , allowing the
ServantLocatorOperations.preinvoke(byte[],POA,String,CookieHolder)
to return an arbitrary java.lang.Object that will be later passed to
ServantLocatorOperations.postinvoke(byte[],POA,String,Object,Servant) .
|
Constructors with parameter type java.lang.Object | |
Create the instance, intialising the value field to the passed
value.
|
Fields of type java.lang.Object | |
Object | The wrapped java.lang.Object.
|
Classes derived from java.lang.Object | |
class | Provides information on a lock held by a thread.
|
class |
Provides access to the system's management beans via a series
of static methods.
|
class |
Represents the permission to view or modify the data
which forms part of the system management interfaces.
|
class |
Represents the content of a notification emitted by the
MemoryMXBean . |
class | Enumerates the possible types of memory pools. |
class |
Retains information on the usage of a particular memory
pool, or heap/non-heap memory as a whole. |
class | Provides information on a monitor lock held by a thread.
|
class |
A class which maintains information about a particular
thread. |
Classes derived from java.lang.Object | |
class | Default implementation for AttributeList.
|
class | Default implementation of the Attributes interface.
|
class | Default base class for SAX2 event handlers.
|
class | Provide an optional convenience implementation of Locator.
|
class | Encapsulate Namespace logic for use by applications using SAX,
or internally by SAX drivers.
|
class | Adapt a SAX1 Parser as a SAX2 XMLReader.
|
class | Java-specific class for dynamically loading SAX parsers.
|
class | Base class for deriving an XML filter.
|
class | Adapt a SAX2 XMLReader as a SAX1 Parser.
|
class | Factory for creating an XML reader.
|
Methods with parameter type java.lang.Object | |
void | Set a parser property.
|
void | Set the value of a property.
|
Methods with return type java.lang.Object | |
Object | Get a parser property.
|
Object | Look up the value of a property.
|
Classes derived from java.lang.Object | |
class | class AbstractLayoutCache
|
class | class NodeDimensions
|
class | A default implementation of the MutableTreeNode interface.
|
class | Participates in the tree cell editing.
|
class | The default text field, used in the editing sessions.
|
class | This container that appears on the tree during editing session.
|
class | A default implementation of the TreeCellRenderer interface.
|
class | DefaultTreeModel
|
class | The implementation of the default tree selection model. |
class | ExpandVetoException
|
class | The fixed height tree layout. |
class | A TreePath represents a sequence of tree elements that form
a path starting from the root of a tree. |
class | The fixed height tree layout. |
Constructors with parameter type java.lang.Object | |
Creates a DefaultMutableTreeNode object with the given
user object attached to it. | |
Creates a DefaultMutableTreeNode object with the given
user object attached to it.
| |
Creates a new path from a single element.
| |
Creates a path from the list of objects representing tree elements. | |
Creates a new tree path using the first length elements
from the given array.
| |
Creates a new tree path by adding the specified element to
the path .
|
Fields of type java.lang.Object | |
Object | userObject
|
Methods with parameter type java.lang.Object | |
void | DefaultTreeCellEditor.determineOffset(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) determineOffset
|
boolean | Tests this path for equality with an arbitrary object. |
void | For performance reasons, this method is overridden to do nothing.
|
void | DefaultTreeModel.fireTreeNodesChanged(Object source, Object[] path, int[] childIndices, Object[] children) Notifies all listeners that have registered interest for notification
on this event type. |
void | DefaultTreeModel.fireTreeNodesInserted(Object source, Object[] path, int[] childIndices, Object[] children) fireTreeNodesInserted
|
void | DefaultTreeModel.fireTreeNodesRemoved(Object source, Object[] path, int[] childIndices, Object[] children) fireTreeNodesRemoved
|
void | DefaultTreeModel.fireTreeStructureChanged(Object source, Object[] path, int[] childIndices, Object[] children) fireTreeStructureChanged
|
Object | getChild
|
Object | getChild
|
int | getChildCount
|
int | getChildCount
|
int | getIndexOfChild
|
int | getIndexOfChild
|
Rectangle | AbstractLayoutCache.getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle bounds) Get the node dimensions. |
Rectangle | AbstractLayoutCache.NodeDimensions.getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle bounds) Get the node dimensions. |
Component | DefaultTreeCellEditor.getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) Configures the editor. |
Component | TreeCellEditor.getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) Returns a component that has been configured to edit one element (or
node) in a JTree component. |
Component | DefaultTreeCellRenderer.getTreeCellRendererComponent(JTree tree, Object val, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) Returns a component (in fact this ) that can be used to
render a tree cell with the specified state.
|
Component | TreeCellRenderer.getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) Returns a component that has been configured to display one element (or
node) in a JTree component. |
boolean | Returns if the specified node is a leaf or not. |
boolean | isLeaf
|
void | Invoke this method after you've removed some TreeNodes from node.
|
TreePath | Creates a new path that is equivalent to this path plus the specified
element.
|
void | Sets the user object for this node
|
void | Sets a user object, the data represented by the node.
|
void | Messaged when the user has altered the value for the item
identified by path to newValue. |
void | valueForPathChanged
|
Methods with return type java.lang.Object | |
Object | Returns a clone of the node. |
Object | Creates a clone of this DefaultTreeSelectionModel with the same selection.
|
Object | Returns the value currently being edited (requests it from the
realEditor .
|
Object | getChild
|
Object | getChild
|
Object | Returns the last object in the path.
|
Object[] | Returns an array containing the path elements.
|
Object | TreePath.getPathComponent(int position) Returns the element at the specified position in the path.
|
Object | getRoot
|
Object | getRoot
|
Object | Returns the user object attached to this node. |
Object[] | getUserObjectPath
|
Classes derived from java.lang.Object | |
class | This class represents an affine transformation between two coordinate
spaces in 2 dimensions. |
class | This class represents all arcs (segments of an ellipse in 2-D space). |
class | This class implements an arc in double precision.
|
class | This class implements an arc in float precision.
|
class | The Area class represents any area for the purpose of
Constructive Area Geometry (CAG) manipulations. |
class | A two-dimensional curve that is parameterized with a cubic
function.
|
class | A two-dimensional curve that is parameterized with a cubic
function and stores coordinate values in double-precision
floating-point format.
|
class | A two-dimensional curve that is parameterized with a cubic
function and stores coordinate values in single-precision
floating-point format.
|
class | This stores a dimension in 2-dimensional space - a width (along the x-axis)
and height (along the y-axis). |
class | Ellipse2D is the shape of an ellipse.
|
class | An Ellipse2D that stores its coordinates using double
primitives.
|
class | An Ellipse2D that stores its coordinates using float
primitives.
|
class | A PathIterator for approximating curved path segments by sequences
of straight lines. |
class | A general geometric path, consisting of any number of subpaths
constructed out of straight lines and cubic or quadratic Bezier
curves.
|
class | Thrown when an operation on a path is in an illegal state, such as appending
a segment to a GeneralPath without an initial moveto.
|
class | Represents a directed line bewteen two points in (x,y) Cartesian space.
|
class | This class defines a point in double precision.
|
class | This class defines a point in float precision.
|
class | Thrown if an operation requires an inverse of an
AffineTransform , but the transform is in a non-invertible
state.
|
class | This class implements a generic point in 2D Cartesian space. |
class | This class defines a point in double precision.
|
class | This class defines a point in float precision.
|
class | A two-dimensional curve that is parameterized with a quadratic
function.
|
class | A two-dimensional curve that is parameterized with a quadratic
function and stores coordinate values in double-precision
floating-point format.
|
class | A two-dimensional curve that is parameterized with a quadratic
function and stores coordinate values in single-precision
floating-point format.
|
class | This class describes a rectangle by a point (x,y) and dimension (w x h).
|
class | This class defines a rectangle in double precision.
|
class | This class defines a rectangle in float precision.
|
class | This class provides a generic framework, and several helper methods, for
subclasses which represent geometric objects inside a rectangular frame.
|
class | This class implements a rectangle with rounded corners.
|
class | A subclass of RoundRectangle which keeps its parameters as
doubles.
|
class | A subclass of RoundRectangle which keeps its parameters as
floats.
|
Methods with parameter type java.lang.Object | |
boolean | Compares two transforms for equality. |
boolean | Compares two points for equality. |
boolean | Tests this rectangle for equality against the specified object. |
Methods with return type java.lang.Object | |
Object | Create a new transform of the same run-time type, with the same
transforming properties as this one.
|
Object | Create a new area of the same run-time type with the same contents as
this one.
|
Object | Create a new curve with the same contents as this one.
|
Object | Create a new dimension of the same run-time type with the same contents
as this one.
|
Object | Creates a new shape of the same run-time type with the same contents
as this one.
|
Object | Create a new line of the same run-time type with the same contents as
this one.
|
Object | Create a new point of the same run-time type with the same contents as
this one.
|
Object | Creates a new curve with the same contents as this one.
|
Object | Create a new shape of the same run-time type with the same contents as
this one.
|
Classes derived from java.lang.Object | |
class | The tree path with additional data. |
Constructors with parameter type java.lang.Object | |
Create a new path, specifying flag if this path is the path to the
last visible child (needed for optimized tree drawing).
|
Classes derived from java.lang.Object | |
class | The open type descriptor for arrays of open data values.
|
class |
Provides an InvocationHandler which
implements a series of accessor methods (those beginning with
"get" or "is" ) using the content of a
CompositeData object. |
class | Provides an implementation of the CompositeData
interface.
|
class | The open type descriptor for instances of the
CompositeData class.
|
class | Thrown when an invalid key (a field name or row index) is
passed to a method of the CompositeData or
TabularData classes.
|
class | Thrown when a open data value has an erroneous open
type.
|
class | Thrown when a key (a field name or row index) is passed to a method
of the CompositeData or TabularData classes and it
is found to already be in use.
|
class | Thrown when an instance of one of the open types, open
data objects or open metadata information objects could
not be created due to invalid construction parameters.
|
class | Describes an attribute of an open management bean.
|
class | Describes a constructor for an open management bean.
|
class | Describes an open management bean.
|
class | Describes a operation for an open management bean.
|
class | Describes the parameters of a constructor or operation associated
with an open management bean.
|
class | The superclass of all open types, which describe the
applicable data values for open MBeans. |
class | The open type descriptor for data values that are members
of one of the simple types (such as an integer or a string).
|
class | Provides an implementation of the TabularData
interface using a HashMap .
|
class | The open type descriptor for instances of the
TabularData class.
|
Constructors with parameter type java.lang.Object | |
Constructs a new CompositeDataSupport instance with the
specified type using the supplied arrays of field names and
values. |
Methods with parameter type java.lang.Object | |
boolean | Returns true iff this instance of the TabularData class
contains a CompositeData value at the specified index.
|
boolean | Returns true iff this instance of the TabularData class
contains a CompositeData value at the specified index.
|
boolean | Returns true iff this instance of the TabularData class
contains a CompositeData value at the specified index.
|
boolean | Returns true if this CompositeData instance has
a value equal to that supplied.
|
boolean | Returns true if this CompositeData instance has
a value equal to that supplied.
|
boolean | Returns true iff this instance of the TabularData class
contains the specified CompositeData value. |
boolean |
Compares this array type with another object
for equality. |
boolean | Compares the specified object with this object for equality.
|
boolean | Compares the specified object with this object for equality.
|
boolean |
Compares this composite data type with another object
for equality. |
boolean | Compares this attribute with the supplied object. |
boolean | Compares this attribute with the supplied object. |
boolean | Compares this attribute with the supplied object. |
boolean | Compares this attribute with the supplied object. |
boolean | Compares this attribute with the supplied object. |
boolean | Compares this attribute with the supplied object. |
boolean | Compares this attribute with the supplied object. |
boolean | Compares this attribute with the supplied object. |
boolean | Compares this parameter with the supplied object. |
boolean | Compares this parameter with the supplied object. |
boolean | Performs an equality test on this object and the one specified.
|
boolean |
Compares this simple data type with another object
for equality. |
boolean | Compares the specified object with this object for equality.
|
boolean | Compares the specified object with this object for equality.
|
boolean |
Compares this tabular data type with another object
for equality. |
Object | Retrieves the value for the specified key by simply
calling get((Object[]) key) .
|
CompositeData | Retrieves the CompositeData value for the specified
key, or null if no such mapping exists.
|
CompositeData | Retrieves the CompositeData value for the specified
key, or null if no such mapping exists.
|
Object | Called by the proxy class whenever a method is called. |
boolean |
Returns true if the specified object is a member of this
array type. |
boolean | Returns true if the specified object is a member of this
composite type. |
boolean | Returns true if the specified object is a valid value for
this attribute.
|
boolean | Returns true if the specified object is a valid value for
this parameter.
|
boolean | Returns true if the specified object is a valid value for
this parameter.
|
boolean | Returns true if the specified object is a member of this
type.
|
boolean | Returns true if the specified object is a member of this
simple type. |
boolean | Returns true if the specified object is a member of this
tabular type. |
Object | Adds the specified CompositeData value to the
table, ignoring the supplied key, by simply calling
put((CompositeData) val) .
|
Object | Removes the value for the specified key by simply
calling remove((Object[]) key) .
|
CompositeData | Removes the CompositeData value located at the
specified index. |
CompositeData | Removes the CompositeData value located at the
specified index. |
Methods with return type java.lang.Object | |
Object[] | Calculates the index the specified CompositeData value
would have, if it was to be added to this TabularData
instance. |
Object[] | Calculates the index the specified CompositeData value
would have, if it was to be added to this TabularData
instance. |
Object | Retrieves the value for the specified key by simply
calling get((Object[]) key) .
|
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.
|
Object | Returns the default value of this attribute, or null
if there is no default value.
|
Object | Returns the default value of this parameter, or null
if there is no default value.
|
Object | Returns the default value of this parameter, or null
if there is no default value.
|
Object | Called by the proxy class whenever a method is called. |
Object | Adds the specified CompositeData value to the
table, ignoring the supplied key, by simply calling
put((CompositeData) val) .
|
Object | Replaces instances of this class read from an
ObjectInputStream with one of the predefined
values. |
Object | Removes the value for the specified key by simply
calling remove((Object[]) key) .
|
Classes derived from java.lang.Object | |
class | Supports asynchronous loading of images.
|
class | Implementation of Graphics2D on a Cairo surface.
|
class | This is an abstract implementation of Graphics2D on Cairo.
|
class | CairoSurface - wraps a Cairo surface.
|
class | Implementation of Graphics2D on a Cairo surface.
|
class | ComponentGraphics - context for drawing directly to a component,
as this is an X drawable, it requires that we use GTK locks.
|
class | Implementation of Graphics2D for Components for servers which
do not have xrender.
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | Implements the RobotPeer interface using the XTest extension.
|
class | |
class | |
class | |
class | This class wraps either a GtkCheckButton or a GtkOptionButton
depending on if this peer's owner belongs to a CheckboxGroup.
|
class | |
class | |
class | |
class | |
class | Simple wrapper for custom Cursor.
|
class | |
class | |
class | |
class | |
class | |
class | GtkImage - wraps a GdkPixbuf.
|
class | Helper class to GtkImage. |
class | |
class | |
class | The Java thread representing the native GTK main loop, that is,
GtkMainThread.mainThread, terminates when GtkToolkit.gtkMain()
returns. |
class | |
class | |
class | |
class | |
class | The MouseInfoPeer is so small, I'm including it here.
|
class | |
class | |
class | |
class | |
class | Class representing the gtk+ clipboard selection. |
class | |
class | |
class | |
class | |
class | |
class |
Constructors with parameter type java.lang.Object | |
Fields of type java.lang.Object | |
Object |
Methods with parameter type java.lang.Object | |
boolean | |
ImageReader | |
ImageWriter | |
void | |
void | |
void |
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Object | |
Object | |
Object | |
Object | |
Object | Returns the data in the specified DataFlavor .
|
Classes derived from java.lang.Object | |
class | Activation-specific DataFlavor with improved MIME parsing.
|
class | Description of the result of a command request.
|
class | Registry of command objects available to the system.
|
class | Handler for data available in multiple sources and formats.
|
class | Data source encapsulating a file.
|
class | Classifier for the MIME content type of files.
|
class | Implementation of a command map using a mailcap file (RFC
1524). |
class | Implementation of FileTypeMap that uses the mime.types format.
|
class | A MIME content type, as defined in RFCs 2045 and 2046.
|
class | A list of MIME type parameters, as specified in RFCs 2045 and 2046.
|
class | Exception thrown to indicate a malformed MIME content type.
|
class | Exception indicating that the requested method doesn't support the
specified data type.
|
class | DataSource implementation that retrieves its data from a URL.
|
Constructors with parameter type java.lang.Object | |
Constructor using a reified object representation.
|
Methods with parameter type java.lang.Object | |
void | Writes the object as a stream of bytes.
|
Methods with return type java.lang.Object | |
Object | Returns the instantiated bean using the specified command.
|
Object | Returns the instantiated bean.
|
Object | Returns the data as a reified object.
|
Object | Returns an object representing the data in its most preferred form.
|
Object | Returns an object representing the data to be transferred.
|
Object | Returns an object representing the data to be transferred.
|
Classes derived from java.lang.Object | |
class | A basic abstract class to facilitate implementing block cipher modes of
operations.
|
class | The Cipher Block Chaining mode. |
class | The cipher feedback mode. |
class | The implementation of the Counter Mode.
|
class | A conventional two-pass authenticated-encrypted mode, EAX. |
class | The implementation of the Electronic Codebook mode.
|
class | An implementation of David McGrew Integer Counter Mode (ICM) as an
IMode .
|
class | A Factory to instantiate block cipher modes of operations.
|
class | The Output Feedback (OFB) mode is a confidentiality mode that requires a
unique IV for every message that is ever encrypted under the
given key. |
Fields of type java.lang.Object | |
Object | The instance lock. |
Methods with return type java.lang.Object | |
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone copy of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Classes derived from java.lang.Object | |
class | This subclass of java.net.JarURLConnection models a URLConnection via
the "jar" protocol.
|
class | |
class |
Classes derived from java.lang.Object | |
class | Instance of a regular expression applied to a char sequence.
|
class | Compiled regular expression ready to be applied.
|
class | Indicates illegal pattern for regular expression.
|
Classes derived from java.lang.Object | |
class | The message header for cancelling the request.
|
class | This class contains the codes, used to identify character sets
in CORBA. |
class | The explicit command to close the connection.
|
class | The code set service context. |
class | A header, supporting the service contexts. |
class | The error message is sent in response to the message, encoded
in the unsupported version of the format or otherwise invalid.
|
class | The GIOP message header.
|
class | The header of the standard reply.
|
class | The GIOP request message.
|
class | Contains the ORB service data being passed.
|
Classes derived from java.lang.Object | |
class | This exception is raised by CodecOperations.decode(byte[])
or CodecOperations.decode_value(byte[],TypeCode) when the data in the
octet sequence cannot be decoded into Any .
|
class | The helper operations for the exception FormatMismatch .
|
class | This exception is raised by CodecOperations.encode(Any) or
CodecOperations.encode_value(Any) when the type is not
valid for the encoding. |
class | The helper operations for the exception InvalidTypeForEncoding .
|
class | The TypeMismatch may be thrown by various methods in org.omg.DynamicAny
package when the operation is not applicable due unexpected
TypeCode .
|
class | The helper operations for the exception TypeMismatch .
|
Classes derived from java.lang.Object | |
class | Adaptor class that allow any Charset to be used
as a BytesToUnicode converter.
|
class | |
class | Adaptor class that allow any Charset to be used
as a UnicodeToBytes converter.
|
class | |
class | Convert ISO-Latin-1 (8859-1) text to Unicode.
|
class | Convert ASCII text to Unicode.
|
class | Convert EUCJIS (Extended Unix Code for Japan) to Unicode.
|
class | Convert bytes in some iconv-supported encoding to Unicode.
|
class | Convert Ascii with \ u XXXX-escapes to Unicode.
|
class | Convert SJIS (Shift JIS, used on Japanese MS-Windows) to Unicode.
|
class | |
class | |
class | Convert UTF8 to Unicode.
|
class | |
class | Convert Unicode ISO-Latin-1 (8851-1) text.
|
class | Convert Unicode ASCII
Unrecognized characters are printed as `? |
class | Convert Unicode to EUCJIS (Extended Unix Code for Japan).
|
class | Convert Unicode to bytes in some iconv-supported encoding.
|
class | Convert Unicode to Ascii with \ u XXXX-escapes.
|
class | Convert Unicode to SJIS (Shift JIS, used on Japanese MS-Windows).
|
class | Convert to Unicode Little Endian, no marker
|
class | Convert Unicode to UTF8.
|
class |
Classes derived from java.lang.Object | |
class | The base class for public-key certificates.
This class is deprecated in favor of the Certificate class. |
class | Signals a problem when encoding certificates.
This class is deprecated in favor of the CertificateEncodingException class. |
class | Signals a generic problem with certificates.
This class is deprecated in favor of the CertificateException class. |
class | Signals that a certificate has expired.
This class is deprecated in favor of the CertificateExpiredException class. |
class | Signals that a certificate is not yet valid.
This class is deprecated in favor of the CertificateNotYetValidException class. |
class | Signals a parsing error when decoding a certificate.
This class is deprecated. |
class | The base class of all X.509 certificates.
This class is deprecated in favor of the X509Certificate class. |
Methods with parameter type java.lang.Object | |
boolean | Tests if this certificate equals another.
|
Classes derived from java.lang.Object | |
class | Thrown to indicate that the caller does not have permission to access
certain data, such as bind in an ActivationSystem.
|
class | Thrown on an attempt to bind an object in the registry that is already
bound.
|
class | Thrown if a connection is refused for a remote call.
|
class | Wraps an I/O Exception thrown while connecting for a remote call.
|
class | Thrown if an exception occurs while marshalling data to send in a remote
call. |
class | A MarshalledObject consists of a serialized object which is
marshalled according to the RMI specification.
|
class |
The Naming class handles interactions with RMI registries.
|
class | Thrown on an attempt to invoke a call on an object that no longer exists
in the remote Virtual Machine. |
class | Thrown on an attempt to lookup or unbind a registry name that has no
associated binding.
|
class | The superclass of exceptions related to RMI (remote method invocation).
|
class | Never thrown, but originally intended to wrap a
SecurityException in the case of RMI.
|
class | |
class | Wraps any error thrown while processing the server of a remote call.
|
class | Wraps any exception thrown while processing the server of a remote call.
|
class | Wraps any runtime exception thrown while processing the server of a
remote call. |
class | Thrown if a valid stub class is not found for an object when it is exported.
|
class | Thrown if an unexpected checked exception was received in a remote
procedure call.
|
class | Thrown if a java.net.UnknownHostException occurs during a remote
procedure call.
|
class | Thrown if an exception occurs while unmarshalling parameters or results
of a remote method call. |
Methods with parameter type java.lang.Object | |
boolean | Checks if the given object is equal to this marshalled object.
|
Classes derived from java.lang.Object | |
class | The top of our DynAny implementation, this class provides ORB that is
required to create anys and factory that is required to initialise DynAnys.
|
class | Provides a base for DynAnys, having multiple components.
|
class | The primitive dynamic Any holds the value basic final_type that cannot be
traversed.
|
class | This class is returned by ORB when resolving
initial reference "DynAnyFactory".
|
class | Provides support for dynamic array or sequence, where all members have the
same final_type.
|
class | Our implementation of dynamic enumeration.
|
class | Implements DynAny, holding CORBA fixed . |
class | |
class | Implementation of the DynStruct.
|
class | Implementation of DynUnion.
|
class | Implementation of DynValue.
|
class | Implementation of the DynValueBox.
|
class | The name-value pair holder. |
class | A shared base for both dynamic structure an dynamic value final_type.
|
class | Represent DynAny that has no internal components (DynEnum and so on). |
Methods with parameter type java.lang.Object | |
void | Check if array size is valid and (for sequences) resized
if required. |
void | Check if array size is valid. |
boolean | Compares with other DynAny for equality.
|
Classes derived from java.lang.Object | |
class | The DSS (Digital Signature Standard) algorithm makes use of the following
parameters:
p , q , and g can be
public and can be common to a group of users. |
class | An object that implements the ISignatureCodec operations for the
Raw format to use with DSS signatures.
|
class | An implementation of an ISignatureCodec that knows to encode and
decode DSS signatures into the raw bytes which would constitute a DER-encoded
form of the ASN.1 structure defined in RFC-2459, and RFC-2313 as described in
the next paragraphs.
|
Methods with parameter type java.lang.Object | |
byte[] | Returns the encoded form of the designated DSS (Digital Signature Standard)
signature object according to the Raw format supported by this
library.
|
byte[] | Encodes a DSS Signature output as the signature raw bytes which can
be used to construct an ASN.1 DER-encoded BIT STRING as defined in the
documentation of this class.
|
boolean |
Methods with return type java.lang.Object | |
Object | Returns a clone copy of this instance.
|
Object | DSSSignatureRawCodec.decodeSignature(byte[] k) |
Object | DSSSignatureX509Codec.decodeSignature(byte[] input) Decodes a signature as defined in the documentation of this class.
|
Object |
Classes derived from java.lang.Object | |
class | |
class | |
class | |
class | |
class | A data structure for holding a reference to a byte array, an index
into that array, and a number of bytes, that can be passed to one
specific variant of the readBytes method.
|
class | |
class | |
class | |
class |
Classes derived from java.lang.Object | |
class | This is a small utility class to translate HTML character attributes to
Swing StyleConstants
|
class | Contains the two combined attribute sets what are searched subsequently.
|
class | Creates icons for ImageView. |
class | This icon reflects the general concept (sheet of paper with image), but is
currently not pixel to pixel identical with the Sun's implementation.
|
class | This icon reflects the general concept (broken sheet of paper with
image), but is currently not pixel to pixel identical with the Sun's
implementation.
|
Methods with parameter type java.lang.Object | |
boolean | |
Object | |
boolean |
Methods with return type java.lang.Object | |
Object |
Classes derived from java.lang.Object | |
class | A utility class for fixed-point arithmetics, where numbers are
represented with 26 dot 6 digits. |
class | Encapsulates information regarding one point on a glyph outline.
|
class | A scaler for fonts whose outlines are described in the TrueType
format.
|
class | A collection of points with some additional information.
|
Classes derived from java.lang.Object | |
class | The abstract base class for all MidiDeviceProvider types.
|
class | The MidiFileReader abstract class defines the methods to be provided
by a MIDI file reader.
|
class | MidiFileWriter provides MIDI file writing services.
|
class | The SoundbankReader abstract class defines the methods to be provided
by a soundbank file reader.
|
Classes derived from java.lang.Object | |
class | A static class for creating IAuthInfoProvider providers. |
class | The concrete SASL authentication information provider factory.
|
class | The implementation of SaslClientFactory .
|
class | A base class to facilitate implementing SASL client-side mechanisms.
|
class | Used by mechanisms that offer a security services layer, this checked
exception is thrown to indicate that a violation has occured during the
processing of a confidentiality protection filter.
|
class | A checked exception thrown to indicate that an operation that should be
invoked on a completed mechanism was invoked but the authentication phase of
that mechanism was not completed yet, or that an operation that should be
invoked on incomplete mechanisms was invoked but the authentication phase of
that mechanism was already completed.
|
class | The implementation of an incoming SASL buffer.
|
class | Used by mechanisms that offer a security services layer, this checked
exception is thrown to indicate that a violation has occured during the
processing of an integrity protection filter, including replay
detection.
|
class | A checked exception thrown to indicate that a designated SASL mechanism
implementation was not found.
|
class | A checked exception thrown to indicate that a designated user is unknown to
the authentication layer.
|
class | The implementation of an outgoing SASL buffer.
|
class | A checked exception, thrown when an exception occurs while decoding a SASL
buffer and/or a SASL data element from/to a buffer.
|
class | An input stream that uses either a SaslClient or a SaslServer
to process the data through these entities' security layer filter(s).
|
class | An output stream that uses either a SaslClient or a SaslServer
to process the data through these entities' security layer filter(s).
|
class | Utility methods for SASL-related classes.
|
class | The implementation of the SaslServerFactory .
|
class | A base class to facilitate implementing SASL server-side mechanisms.
|
class | A checked exception thrown to indicate that a designated user is already
known to the the authentication layer.
|
Methods with return type java.lang.Object | |
Object | |
Object | Retrieves the negotiated property. |
Classes derived from java.lang.Object | |
class | |
class | |
class |
Classes derived from java.lang.Object | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Methods with parameter type java.lang.Object | |
boolean | |
ImageReader | |
ImageWriter | Creates an instance of ImageWriter using the given extension.
|
void | Set the input source to the given object. |
void | Set the input source to the given object and specify whether this
reader should be allowed to read input from the data stream more
than once. |
void | Set the input source to the given object, specify whether this
reader should be allowed to read input from the data stream more
than once, and specify whether this reader should ignore metadata
in the input stream. |
Classes derived from java.lang.Object | |
class | An exception thrown when the requested information is not available.
|
class | An exception thrown by the JDWP back-end when an invalid reference
type id is used by the debugger.
|
class | An exception thrown when the debugger uses an invalid class loader
|
class | An exception thrown when a count filter is given an invalid count.
|
class | An exception thrown when the debugger asks for an event request
for a non-existant event
|
class | An exception thrown when an invalid field id is used by the
debugger
|
class | An exception thrown when the debugger requests an invalid frame in the call
stack.
|
class | An exception thrown when the debugger specifies an invalid location
|
class | An exception thrown when an invalid method id is used
by the debugger
|
class | An exception thrown when an invalid object id is used by
the debugger
|
class | An exception thrown when an invalid Slot id is used by the debugger
(i.e. when trying to access a variable slot which doesn't exist).
|
class | An exception thrown when the debugger uses an invalid String.
|
class | An exception thrown when an invalid tag is used by
the debugger
|
class | An exception thrown when an invalid thread is used
by the debugger
|
class | An exception thrown when an invalid thread group is used
by the debugger
|
class | A base class exception for all JDWP back-end exceptions
|
class | An illegal argument exception for JDWP.
|
class | An exception thrown by the JDWP back-end when an unusual runtime
error occurs internally
|
class | An exception thrown when the debugger attempts to invoke
an unsupported command on a native method (like setting a breakpoint).
|
class | An exception thrown by virtual machines when functionality
or features are not implemented
|
class | An exception throw when attempting to access a local variable of the wrong
type.
|
class | An exception thrown when the virtual machine is dead
|
Classes derived from java.lang.Object | |
class | Schema factory for W3C XML Schema schemata.
|
Classes derived from java.lang.Object | |
class | An immutable grammar.
|
class | Factory for obtaining schemata.
|
class | API compatibility class. |
class | Provides access to the PSVI type info supplied by
ValidatorHandler .
|
class | A processor that validates a document against a schema.
|
class | A streaming validator that operates on a SAX event stream.
|
Methods with parameter type java.lang.Object | |
void | |
void | |
void |
Methods with return type java.lang.Object | |
Object | |
Object | |
Object |
Classes derived from java.lang.Object | |
class | This exception is thrown when an inappropriate operation is invoked on
a TypeCode object.
|
class | The TypeCode.member_name(int) ,
TypeCode.member_type(int) and
TypeCode.member_label(int) raise Bounds when
the parameter is larger than the index of the last member,
constituting the type.
|
Classes derived from java.lang.Object | |
class | Support for creating a BeanContextChild .
|
class | Generic superclass for events fired by BeanContext s.
|
class | Event fired when children are added to or removed from a BeanContext .
|
class | Event fired when new services become available through a BeanContextServices .
|
class | Event fired when services are revoked from a BeanContextServices .
|
class | This is a helper class for implementing a bean context which
supplies services. |
class | |
class | |
class | |
class | This is a helper class for implementing a bean context. |
class | |
class |
Constructors with parameter type java.lang.Object | |
Create a new membership event.
|
Fields of type java.lang.Object | |
Object | The global lock on changing any BeanContext hierarchy.
|
Methods with parameter type java.lang.Object | |
boolean |
Add a child to the bean context. |
void | Called when a child is deserialized.
|
void | |
void | Revokes any services used by a child that has just been removed.
|
void | |
boolean | Tell whether the Object is one of the children added or removed.
|
boolean | Test whether this collection contains a given object as one of its
elements.
|
boolean | |
BeanContextSupport.BCSChild | Overrides the BeanContextSupport.createBCSChild(Object,Object) method
so as to use a BeanContextServicesSupport.BCSSChild instead.
|
BeanContextSupport.BCSChild | |
void | Fire a property change.
|
void | Fire a vetoable property change.
|
BeanContextChild | Returns the BeanContextChild implementation for the given child.
|
BeanContextMembershipListener | Returns child as an instance of
BeanContextMembershipListener , or null if
child does not implement that interface.
|
BeanContextServicesListener | Returns child as an instance of
BeanContextServicesListener , or null if
child does not implement that interface.
|
PropertyChangeListener | Returns child as an instance of
PropertyChangeListener , or null if child
does not implement that interface.
|
Serializable | |
VetoableChangeListener | Returns child as an instance of
VetoableChangeListener , or null if child
does not implement that interface.
|
Visibility | |
Object | BeanContextServices.getService(BeanContextChild requestorChild, Object requestor, Class<T> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener listener) Get a service from this BeanContextServices .
|
Object | BeanContextServicesSupport.getService(BeanContextChild child, Object requestor, Class<T> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl) Retrieves the specified service. |
Object | BeanContextServiceProvider.getService(BeanContextServices services, Object requestor, Class<T> serviceClass, Object serviceSelector) Get a service.
|
Object | BeanContextServicesSupport.BCSSProxyServiceProvider.getService(BeanContextServices bcs, Object requestor, Class<T> serviceClass, Object serviceSelector) |
void | BeanContextServices.releaseService(BeanContextChild requestorChild, Object requestor, Object service) Release your copy of this service.
|
void | Releases the reference to a service held by a
BeanContextChild (or an arbitrary object associated
with it). |
void | BeanContextServiceProvider.releaseService(BeanContextServices services, Object requestor, Object service) Release the service.
|
void | BeanContextServicesSupport.BCSSProxyServiceProvider.releaseService(BeanContextServices bcs, Object requestor, Object service) |
boolean | Remove the specified child from the context. |
boolean |
Removes a child from the bean context. |
Object[] | Populates, then returns, the supplied array with the children of this
BeanContext . |
boolean | |
boolean |
Methods with return type java.lang.Object | |
Object[] | |
Object | BeanContextServices.getService(BeanContextChild requestorChild, Object requestor, Class<T> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener listener) Get a service from this BeanContextServices .
|
Object | BeanContextServicesSupport.getService(BeanContextChild child, Object requestor, Class<T> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl) Retrieves the specified service. |
Object | BeanContextServiceProvider.getService(BeanContextServices services, Object requestor, Class<T> serviceClass, Object serviceSelector) Get a service.
|
Object | BeanContextServicesSupport.BCSSProxyServiceProvider.getService(BeanContextServices bcs, Object requestor, Class<T> serviceClass, Object serviceSelector) |
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. |
Object | Obtain the next element in the collection.
|
Object[] | An array of the children.
|
Object[] | Returns an array containing the children of this BeanContext .
|
Object[] | Populates, then returns, the supplied array with the children of this
BeanContext . |
Classes derived from java.lang.Object | |
class | |
class | The ClassPersistenceDelegate creates
Expression instances which denote class resolutions.
The class resolution is always the last step when serializing a tree
of objects. |
class | A PersistenceDelegate implementation that calls
the no-argument constructor to create the Collection instance and
uses an iterator to add all the objects it reaches through it.
It is used for Set and List
implementations.
|
class | A Contect object describes the current state
and the call number while processing the original object
tree in the ScanEngine .
|
class | |
class |
ObjectId provides an object identification mechanism which gives each object
a name in the form <class><Nameindex> .
|
class | A shared PersistenceDelegate implementation for all primitive types.
|
class | Root provides a simple interface to a tree of
objects.
Using an instance of this class a logical representation of
the real object tree that is serialized can be built. |
class | The ScanEngine is the main class of the backend of the
XML persistence algorithm. |
class | Provides the infrastructure for the state machine and the transition
mechanism.
Each states knows a set of successor. |
class | A Writer implementation based on the StAX API.
|
Methods with parameter type java.lang.Object | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
void | ArrayPersistenceDelegate.initialize(Class<T> type, Object oldInstance, Object newInstance, Encoder out) |
void | CollectionPersistenceDelegate.initialize(Class<T> type, Object oldInstance, Object newInstance, Encoder out) |
void | MapPersistenceDelegate.initialize(Class<T> type, Object oldInstance, Object newInstance, Encoder out) |
void | PrimitivePersistenceDelegate.initialize(Class<T> type, Object oldInstance, Object newInstance, Encoder out) |
Expression | |
Expression | |
Expression | |
Expression | |
Expression | |
boolean | Scans the argument and calls one of event methods. |
Classes derived from java.lang.Object | |
class | The implementation of the Name .
|
Methods with parameter type java.lang.Object | |
int | Compares the given object to this Name . |
boolean | The name is equal to other name if they contents are equal.
|
Methods with return type java.lang.Object | |
Object | Returns a clone of this Name . |
Object | Removes the component at the given index from this Name .
|
Classes derived from java.lang.Object | |
class | Trust manager parameters for certification paths.
|
class | An event raised by a SSLSocket and passed to the HandshakeCompletedListener.handshakeCompleted(HandshakeCompletedEvent)
method of all registered listeners when a SSL handshake in a SSL
protocol is completed.
|
class | A URL connection that connects via the Secure Socket Layer
(SSL) for HTTPS connections.
|
class | A class that creates key manager implementations based on a
requested algorithm.
|
class | The Service Provider Interface (SPI) for key manager
factories.
|
class | FIXME this class is currently a stub;
it depends on an implementation of java.security.KeyStore.Builder .
|
class | A "meta-factory" for protocol-specific socket and server socket
factories. |
class | The Service Provider Interface (SPI) for SSLContext
objects.
|
class | A class for low-level message wrapping and unwrapping of SSL
messages.
|
class | |
class | An enumeration of possible handshake status states.
|
class | An enumeration of possible general states.
|
class | The superclass of all possible SSL exceptions. |
class | An exception that signals an error in the SSL handshake phase.
|
class | An exception signaling a problem using a public or private key in
an SSL communication.
|
class | An exception thrown when the remote peer could not be verified.
|
class | A permission used for accessing SSL classes.
|
class | An exception thrown when a fatal protocol error is encountered. |
class | A server socket that allows clients to connect via the SSL protocol.
|
class | A server socket factory for Secure Socket Layer (SSL)
server sockets.
|
class | An event raised by SSLSession objects when objects are bound to
them.
|
class | A socket that communicates over the secure socket layer protocol.
|
class | A socket factory for creating Secure Socket Layer (SSL)
sockets.
|
class | A factory for creating trust manager objects.
|
class | The service provider interface (SPI) for trust managers.
|
class | An extended X509KeyManager for use with SSLEngine .
|
Methods with parameter type java.lang.Object | |
void | Binds a value to this session, with the given name.
|
Methods with return type java.lang.Object | |
Object | Returns the object bound to the given name.
|
Classes derived from java.lang.Object | |
class | Helper class to deal with decoding loops that read a byte at a time
|
class | Helper class to deal with encoding loops that write a byte at a time
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | This class provides some useful utility methods
for charset encoding for the java.lang and java.io methods.
|
class | Encoding table for ISO-8859-13, ISO Latin-7 char set.
|
class | Encoding table for ISO-8859-15, ISO Latin-9 char set.
|
class | Encoding table for ISO-8859-2, ISO Latin-2 char set.
|
class | Encoding table for ISO-8859-3, ISO Latin-3 char set.
|
class | Encoding table for ISO-8859-4, ISO Latin-4 char set.
|
class | Encoding table for ISO-8859-5, ISO cyrillic char set.
|
class | Encoding table for ISO-8859-6, ISO Arabic char set.
|
class | Encoding table for ISO-8859-7, ISO Latin/Greek char set.
|
class | Encoding table for ISO-8859-8, ISO Latin/Hebrew char set.
|
class | Encoding table for ISO-8859-9, ISO Latin-5 char set.
|
class | Encoding table for the KOI8 cyrillic char set.
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | Charset provider for the required charsets. |
class | Encoding table for Windows-1250-Latin-1,
aka cp1250 or Windows-1250 or whatever.
|
class | Encoding table for Windows-1251 Cyrillic char set.
|
class | Encoding table for Windows-1252-Latin-1,
aka cp1252 or Windows-1252 or whatever.
|
class | Encoding table for Windows-1253 Greek char set.
|
class | Encoding table for Windows-1254 Turkish char set.
|
class | Encoding table for Windows-1255 Hebrew char set.
|
class | Encoding table for Windows-1256 Arabic char set.
|
class | Encoding table for Windows-1257 Baltic char set.
|
class | Encoding table for Windows-1258 Arabic char set.
|
Classes derived from java.lang.Object | |
class | Provides support for RTF data for use in
JEditorPane s.
|
Classes derived from java.lang.Object | |
class | A skeletal implementation of SSLSessionContext . |
class | This empty class can be used to initialize KeyManagerFactory and TrustManagerFactory instances for the ``JessieX509''
algorithm, for cases when no keys or trusted certificates are
desired or needed.
|
class | |
class | An instance of a manager factory parameters for holding a single
certificate/private key pair, encoded in PEM format.
|
class | A concrete implementation of the SSLSession interface. |
class | An SSL or TLS session ID.
|
class | |
class | Instances of this class are used to initialize TrustManagerFactory instances for the ``SRP'' algorithm.
|
class | An SSL cipher suite.
|
class | |
class | |
class | This class implements a simple set of trust anchors suitable for
initializing a TrustManagerFactory for the "JessieX509" algorithm.
|
Methods with parameter type java.lang.Object | |
int | |
boolean | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
void | Binds a value to this session, with the given name.
|
Methods with return type java.lang.Object | |
Object | Returns the object bound to the given name.
|
Classes derived from java.lang.Object | |
class | A new exception has been created for exceptions specific to these XPath
interfaces.
|
Methods with parameter type java.lang.Object | |
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.
|
Object | Evaluates this XPath expression and returns a result.
|
Methods with return type java.lang.Object | |
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.
|
Object | Evaluates this XPath expression and returns a result.
|
Classes derived from java.lang.Object | |
class | The implementation of the HAVAL-based SecureRandom Service Provider
Interface (SPI) adapter.
|
class | The implementation of the MD2-based SecureRandom Service Provider
Interface (SPI) adapter.
|
class | The implementation of the MD4-based SecureRandom Service Provider
Interface (SPI) adapter.
|
class | The implementation of the MD5-based SecureRandom Service Provider
Interface (SPI) adapter.
|
class | The implementation of the RIPEMD128-based SecureRandom Service Provider
Interface (SPI) adapter.
|
class | The implementation of the RIPEMD160-based SecureRandom Service Provider
Interface (SPI) adapter.
|
class | The implementation of a generic SecureRandom adapter
class to wrap gnu.crypto prng instances based on Message Digest algorithms.
This class defines the Service Provider Interface (SPI) for
the SecureRandom class, which provides the
functionality of a cryptographically strong pseudo-random number generator.
All the abstract methods in the SecureRandomSpi class are
implemented by this class and all its sub-classes.
|
class | The implementation of the SHA1-based SecureRandom Service Provider
Interface (SPI) adapter.
|
class | The implementation of the SHA-256 based SecureRandom Service Provider
Interface (SPI) adapter.
|
class | The implementation of the SHA-384 based SecureRandom Service Provider
Interface (SPI) adapter.
|
class | The implementation of the SHA-512 based SecureRandom Service Provider
Interface (SPI) adapter.
|
class | The implementation of the Tiger based SecureRandom Service Provider
Interface (SPI) adapter.
|
class | The implementation of the Whirlpool-based SecureRandom Service Provider
Interface (SPI) adapter.
|
Classes derived from java.lang.Object | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Classes derived from java.lang.Object | |
class | Create a new thread using all the default settings as returned by
Executors.defaultThreadFactory() plus calling
thread.setDaemon(true) on the newly created thread.
|
Classes derived from java.lang.Object | |
class | Specifies SAX handlers to be used as a result sink during a
transformation.
|
class | Specifies a SAX XML source. |
class | Specialized transformer factory with support for SAX-specific factory
methods.
|
Classes derived from java.lang.Object | |
class | |
class | Written using on-line Java Platform 1.2 API Specification, as well
as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998) and
"Applied Cryptography, Second Edition" by Bruce Schneier (Wiley, 1996).
|
class | Immutable objects describing settings such as rounding mode and digit
precision for numerical operations such as those in the BigDecimal class.
|
class | An enum to specify rounding behaviour for numerical operations that may
discard precision.
|
Methods with parameter type java.lang.Object | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Returns true if x is a MathContext and has the same precision setting
and rounding mode as this MathContext.
|
Classes derived from java.lang.Object | |
class | The Chromaticity printing attribute specifies if print data
should be printed in monochrome or color.
|
class | The ColorSupported printing attribute specifies if a
printing device is capable of color printing.
|
class | The Compression printing attribute specifies if and how the
supplied print data is compressed.
|
class | The Copies printing attribute specifies the number
of copies to be printed.
|
class | The CopiesSupported attribute specifies the supported
value or range of values for the
Copies attribute.
|
class | The DateTimeAtCompleted attribute specifies the date and
the time at which a print job completed (or was canceled or aborted).
|
class | The DateTimeAtCreation attribute specifies the
date and the time at which a print job was created.
|
class | The DateTimeAtProcessing attribute specifies the date
and the time at which a print job started processing.
|
class | The Destination attribute provides a URI for an alternate
destination of the printing output.
|
class | The DocumentName printing attribute specifies a document name.
|
class | The Fidelity attribute specifies how a print job is handled
if the supplied attributes are not fully supported.
|
class | The Finishings attribute specifies the finishing operations
that the Printer applies to every copy of each printed document in the Job.
|
class | The JobHoldUntil attribute specifies the date
and the time at which a print job must become a candidate
for printing.
|
class | The JobImpressions printing attribute specifies
the total size in number of impressions of the documents
of a a print job.
|
class | The JobImpressionsCompleted printing attribute reports
the number of impressions already processed.
|
class | The JobImpressionsSupported printing attribute specifies the
supported range of values for the
JobImpressions attribute.
|
class | The JobKOctets printing attribute specifies
the total size of all the documents of a print job in K octets.
|
class | The JobKOctetsProcessed printing attribute reports
the total number of octets already processed in K octets units.
|
class | The JobKOctetsSupported printing attribute specifies the
supported range of values for the
JobKOctets attribute.
|
class | The JobMediaSheets printing attribute specifies
the total number of media sheets needed by a job.
|
class | The JobMediaSheetsCompleted printing attribute reports
the number of media sheets already processed.
|
class | The JobMediaSheetsSupported printing attribute specifies the
supported range of values for the
JobMediaSheets attribute.
|
class | The JobMessageFromOperator printing attribute provides
a message from an operator or a system administrator related to the
print job. |
class | The JobName printing attribute provides the name of a
print job for identification.
|
class | The JobOriginatingUserName attribute specifies the name of
the user which submitted the print job.
|
class | The JobPriority printing attribute specifies
the priority for scheduling a job on the print service.
|
class | The JobPrioritySupported printing attribute provides
the supported values for the JobPriority attribute.
|
class | The JobSheets printing attribute specifies if a
job start/end sheets should be printed.
|
class | The JobState printing attribute reports
the current state of a job.
|
class | The JobStateReason attribute provides additional
information about the current state of a job. |
class | The JobStateReasons attribute provides the set of
additional informations available about the current state of a print job.
|
class | The Media printing attribute specifies which
type of media should be used for printing.
|
class | MediaName is a subclass of the Media printing
attribute and provides selection of media to be used by the means of
defined names. |
class | The MediaPrintableArea attribute specifies the area
of a media sheet which is available for printing.
|
class | The MediaSize printing attribute class specifies the size
of a printing media. |
class | Container class for predefined US Engineering media sizes.
|
class | Container class for predefined ISO media sizes.
|
class | Container class for predefined Japanese JIS media sizes.
|
class | Container class for predefined North American media sizes.
|
class | Container class for miscellaneous media sizes.
|
class | MediaSizeName is a subclass of the Media printing
attribute and provides selection of media to be used by the means of
defined size names. |
class | MediaTray is a subclass of the Media printing
attribute and provides selection of media to be used by the means of the
input tray of the printer. |
class | The MultipleDocumentHandling printing attribute controls
how certain printing attributes affect printing in case of multiple
documents in a print job. |
class | The NumberOfDocuments printing attribute specifies
the number of documents in a job.
|
class | The NumberOfInterveningJobs printing attribute provides
the number of jobs ahead in the print service queue before the
requested job.
|
class | The NumberUp printing attribute specifies the number of pages
to be arranged upon a single media sheet.
|
class | The NumberUpSupported printing attribute specifies the
supported value or range of values for the
NumberUp attribute.
|
class | The OrientationRequested printing attribute specifies
the desired orientation of the print data on the media sheet.
|
class | The OutputDeviceAssigned printing attribute specifies the
output printer device assigned by a print service to a print job.
|
class | The PageRanges printing attribute specifies the
range(s) of pages to be printed in a print job.
|
class | The PagesPerMinute printing attribute specifies
the nominal number of pages per minute which may be printed
by the printer.
|
class | The PagesPerMinuteColor printing attribute specifies
the nominal number of pages per minute which may be printed in
color by the printer.
|
class | The PDLOverrideSupported printing attribute specifies
if a print services is capable of attempting to override document data
instructions with IPP attributesc.
|
class | The PresentationDirection attribute specifies
a value to be used together with the NumberUp attribute
to indicate the layout of multiple pages on a single media sheet.
|
class | The PrinterInfo printing attribute provides
informations about a printer device.
|
class | The PrinterIsAcceptingJobs printing attribute signals
if a print services is currently accepting jobs.
|
class | The PrinterLocation printing attribute provides the location
of a printer device. |
class | The PrinterMakeAndModel printing attribute provides the name
of the maker and the model of the printer.
|
class | The PrinterMessageFromOperator printing attribute provides
a message from an operator or a system administrator related to the
printer. |
class | The PrinterMoreInfo attribute provides a URI that can be used
to obtain more information about the printer.
|
class | The PrinterMoreInfoManufacturer attribute provides a URI that
can be used to obtain more information about the printer device type and
its manufacturer.
|
class | The PrinterName printing attribute provides the name of a
print service. |
class | The PrinterResolution printing attribute specifies a
resolution supported by a print service or to be used by a print job.
|
class | The PrinterState printing attribute reports
the current state of the printer device.
|
class | The PrinterStateReason attribute provides additional
information about the current state of the printer device. |
class | The PrinterStateReasons attribute provides the set of
additional informations available about the current state of the printer
device.
|
class | The PrinterURI attribute provides the URI of a printer.
|
class | The PrintQuality printing attribute specifies the
print quality that should be used by the print services for a job.
|
class | The QueuedJobCount printing attribute reports
the number of jobs currently in the queue. |
class | The ReferenceUriSchemesSupported attribute provides
the supported URI schemes (e.g. ftp) which are supported by the
printer service to be used as uri reference for document data.
|
class | The RequestingUserName attribute provides the name of
the user which requests the printing of the given job.
|
class | The Severity printing attribute specifies the severity
for a PrinterStateReason attribute.
|
class | The SheetCollate printing attribute specifies
whether or not the sheets of each copy in a print job have to be
in sequence.
|
class | The Sides printing attribute specifies how consecutive
printing pages are arranged on the media sheet.
|
Methods with parameter type java.lang.Object | |
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
boolean | Tests if the given object is equal to this object.
|
Classes derived from java.lang.Object | |
class | Partial implementation of a Preference node.
|
class | Chained exception thrown when backing store fails. |
class | Indicates reading prefs from stream failed. |
class | ObjectEvent fired when a Preference node is added/removed.
|
class | ObjectEvent fired when a Preferences entry changes.
|
class | Preference node containing key value entries and subnodes.
|
Fields of type java.lang.Object | |
Object | Object used to lock this preference node. |
Classes derived from java.lang.Object | |
class | This exception is raised on an attempt to register a second
org.omg.PortableInterceptor.Interceptor with the same name.
|
class | The helper operations for the exception DuplicateName .
|
class | This exception is raised by methods in
ORBInitInfoOperations on the attempt to
register or resolve an invalid name like empty string. |
class | The helper operations for the exception InvalidName .
|
class | The Object Id is defined in OMG specification just as a narrow (not wide)
string. |
Classes derived from java.lang.Object | |
class |
Classes derived from java.lang.Object | |
class | |
class | |
class | This class represent a GStreamer pipeline and is resposible to handle the
flow of data to and from the GStreamer native backend.
|
class | |
class |
Classes derived from java.lang.Object | |
class | A button that displays an arrow (triangle) that points SwingConstants.NORTH ,
SwingConstants.SOUTH , SwingConstants.EAST or SwingConstants.WEST . |
class | Provides various borders for the Basic look and feel.
|
class | A border whose appearance depends on the state of
the enclosed button.
|
class | A border that makes its enclosed component appear as lowered
into the surface. |
class | An invisible, but spacing border whose margin is determined
by calling the getMargin() method of the enclosed
component. |
class | A border for drawing a separator line below JMenuBar.
|
class | A border for drawing radio buttons in the Basic look and feel.
|
class | A one-pixel thick border for rollover buttons, for example in
tool bars.
|
class | A border for JSplitPanes in the Basic look and feel. |
class | A border for toggle buttons in the Basic look and feel.
|
class | |
class | A UI delegate for the JButton component.
|
class | DOCUMENT ME!
|
class | A UI delegate for the JCheckBox component.
|
class | This is the UI Class for the JColorChooser in the Basic Look and Feel.
|
class | This helper class handles property changes from the JColorChooser.
|
class | An editor used by the BasicComboBoxUI class. |
class | A subclass of BasicComboBoxEditor that implements the
BasicComboBoxEditor.UIResource interface.
|
class | A renderer for a JComboBox .
|
class | A subclass of BasicComboBoxRenderer that implements the
UIResource interface.
|
class | A UI delegate for the JComboBox component.
|
class | A LayoutManager used to position the sub-components of the
JComboBox .
|
class | Handles focus changes occuring in the combo box. |
class | |
class | KeyHandler handles key events occuring while JComboBox has focus.
|
class | Handles the changes occurring in the JComboBox's data model.
|
class | Handles PropertyChangeEvent s fired by the JComboBox .
|
class | UI Delegate for ComboPopup
|
class | This class is not used anymore
|
class | InvocationMouseHandler is a listener that listens to mouse events
occuring in the combo box. |
class | InvocationMouseMotionListener is a mouse listener that listens to mouse
dragging events occuring in the combo box.
|
class | ItemHandler is an item listener that listens to selection events occuring
in the combo box. |
class | This class is not used any more.
|
class | ListMouseHandler is a listener that listens to mouse events occuring in
the combo box's list of items. |
class | ListMouseMotionHandler listens to mouse motion events occuring in the
combo box's list. |
class | This class is not used anymore
|
class | This class listens to changes occuring in the bound properties of the
combo box
|
class | This class acts as the UI delegate for JDesktopIcons for the Basic look and feel.
|
class | This helper class handles mouse events that occur on the JDesktopIcon.
|
class | This class is the UI delegate for JDesktopPane for the Basic look and feel.
|
class | This helper class is used to handle key events that cause JInternalFrames
to be closed.
|
class | This helper class is used to handle key events that cause JInternalFrames
to be maximized.
|
class | This helper class is used to handle key events that cause JInternalFrames
to be minimized.
|
class | This helper class is used to handle key events that pass the SELECTED
property to the next JInternalFrame in the JDesktopPane's list of
children.
|
class | This helper class is used to restore the JInternalFrame to its original
size before maximizing or iconifying.
|
class | Implements an AbstractListModel for directories where the source
of the files is a JFileChooser object.
|
class | The UI class for JEditorPane s.
|
class | A UI delegate for the JFileChooser component under the
BasicLookAndFeel .
|
class | A file filter that accepts all files.
|
class | Handles a user action to approve the dialog selection.
|
class | Provides presentation information about files and directories.
|
class | Handles an action to cancel the file chooser.
|
class | An action to handle changes to the parent directory (for example, via
a click on the "up folder" button).
|
class | A mouse listener that handles double-click events.
|
class | An action that changes the file chooser to display the user's home
directory.
|
class | An action that handles the creation of a new folder/directory.
|
class | A listener for selection events in the file list.
|
class | DOCUMENT ME!
|
class | |
class | A utility class providing commonly used drawing and measurement
routines.
|
class | Provides support for HTML rendering to ComponentUI
implementations.
|
class | Creates icons for the BasicLookAndFeel .
|
class | This class acts as a titlebar for JInternalFrames.
|
class | The Action responsible for closing the JInternalFrame.
|
class | This Action is responsible for iconifying the JInternalFrame.
|
class | This Action is responsible for maximizing the JInternalFrame.
|
class | This Action is responsible for dragging the JInternalFrame.
|
class | This class is responsible for handling property change events from the
JInternalFrame and adjusting the Title Pane as necessary.
|
class | This Action is responsible for restoring the JInternalFrame. |
class | This action is responsible for sizing the JInternalFrame.
|
class | This class acts as the MenuBar for the TitlePane. |
class | This class acts as the Layout Manager for the TitlePane.
|
class | This is the UI delegate for the Basic look and feel for JInternalFrames.
|
class | This is a helper class that listens to the JInternalFrame for
InternalFrameEvents.
|
class | This helper class listens to the edges of the JInternalFrame and the
TitlePane for mouse events. |
class | This helper class listens to the JDesktopPane that parents this
JInternalFrame and listens for resize events and resizes the
JInternalFrame appropriately.
|
class | This helper class is used to listen to the JDesktopPane's glassPane for
MouseEvents. |
class | This helper class acts as the LayoutManager for JInternalFrames.
|
class | This helper class listens for PropertyChangeEvents from the
JInternalFrame.
|
class | This is the Basic Look and Feel class for the JLabel. |
class | The Basic Look and Feel UI delegate for the
JList.
|
class | A helper class which listens for FocusEvent s
from the JList.
|
class | |
class | |
class | A helper class which listens for MouseEvent s
from the JList .
|
class | Helper class which listens to PropertyChangeEvent s
from the JList .
|
class | A basic implementation of Swing's Look and Feel framework. |
class | UI Delegate for JMenuBar.
|
class | UI Delegate for JMenuItem.
|
class | This class handles mouse events occuring inside the menu item. |
class | UI Delegate for JMenu
|
class | Obsolete as of JDK1.4.
|
class | This class is used by menus to handle mouse events occuring in the
menu.
|
class | This class is the UI delegate for JOptionPane in the Basic Look and Feel.
|
class | This is a helper class that listens to the buttons located at the bottom
of the JOptionPane.
|
class | This helper layout manager is responsible for the layout of the button
area. |
class | This helper class handles property change events from the JOptionPane.
|
class | A UI delegate for the JPanel component.
|
class | |
class | The Basic Look and Feel UI delegate for JPopupMenu.Separator.
|
class | UI Delegate for JPopupMenu
|
class | The Basic Look and Feel UI delegate for the
JProgressBar.
|
class | A helper class that listens for ChangeEvents
from the progressBar's model.
|
class | UI Delegator for JRadioButtonMenuItem
|
class | The BasicLookAndFeel UI implementation for
JRadioButton s.
|
class | |
class | The Basic Look and Feel UI delegate for JScrollBar.
|
class | A helper class that listens to the two JButtons on each end of the
JScrollBar.
|
class | A helper class that listens to the ScrollBar's model for ChangeEvents.
|
class | A helper class that listens to the ScrollBar's properties.
|
class | A helper class that listens for events from the timer that is used to
move the thumb.
|
class | Helper class that listens for movement on the track.
|
class | A UI delegate for the JScrollPane component.
|
class | Listens for changes in the state of the horizontal scrollbar's model and
updates the scrollpane accordingly.
|
class | Listens for mouse wheel events and update the scrollpane accordingly.
|
class | Listens for property changes on the scrollpane and update the view
accordingly.
|
class | Listens for changes of the viewport's extent size and updates the
scrollpane accordingly.
|
class | Listens for changes in the state of the vertical scrollbar's model and
updates the scrollpane accordingly.
|
class | The Basic Look and Feel UI delegate for JSeparator.
|
class |
BasicSliderUI.java This is the UI delegate in the Basic look and feel that
paints JSliders.
|
class | This class is no longer used as of JDK1.3.
|
class | Helper class that listens to the JSlider 's model for changes.
|
class | Helper class that listens for resize events.
|
class | Helper class that listens for focus events.
|
class | Helper class that listens for changes to the properties of the JSlider .
|
class | Helper class that listens to our swing timer. |
class | Helper class that listens for mouse events.
|
class | A UI delegate for the JSpinner component.
|
class | The divider that separates the two parts of a JSplitPane in the Basic look
and feel.
|
class | This helper class acts as the Layout Manager for the divider.
|
class | Performs the tasks associated with an ongoing drag operation.
|
class | The listener for handling mouse events from both the divider and the
containing JSplitPane .
|
class | This is a helper class that controls dragging when the orientation is
VERTICAL_SPLIT.
|
class | This is the Basic Look and Feel implementation of the SplitPaneUI class.
|
class | This Layout Manager controls the position and size of the components when
the JSplitPane's orientation is HORIZONTAL_SPLIT.
|
class | This class is the Layout Manager for the JSplitPane when the orientation
is VERTICAL_SPLIT.
|
class | This class handles FocusEvents from the JComponent.
|
class | This is a deprecated class. |
class | This is a deprecated class. |
class | This is a deprecated class. |
class | This is a deprecated class. |
class | This is a deprecated class. |
class | This helper class handles PropertyChangeEvents from the JSplitPane. |
class | This is the Basic Look and Feel's UI delegate for JTabbedPane.
|
class | A helper class that handles focus.
|
class | A helper class for determining if mouse presses occur inside tabs and
sets the index appropriately. |
class | This class handles PropertyChangeEvents fired from the JTabbedPane.
|
class | A LayoutManager responsible for placing all the tabs and the visible
component inside the JTabbedPane. |
class | This class handles ChangeEvents from the JTabbedPane.
|
class | Basic pluggable look and feel interface for JTableHeader.
|
class | Handles column movement and rearrangement by mouse. |
class | |
class | |
class | Handles key events for the JTable. |
class | |
class | |
class | |
class | |
class | The abstract base class from which the UI classes for Swings text
components are derived. |
class | A DefaultCaret that implements UIResource .
|
class | A DefaultHighlighter that implements UIResource .
|
class | A UI delegate for the JToggleButton component.
|
class | The Basic Look and Feel UI delegate for Separator.
|
class | This is the Basic Look and Feel UI class for JToolBar.
|
class | This is the MouseHandler class that allows the user to drag the JToolBar
in and out of the parent and dock it if it can.
|
class | This is the window that appears when the JToolBar is being dragged
around.
|
class | This helper class listens for Window events from the floatable window and
if it is closed, returns the JToolBar to the last known good location.
|
class | This helper class listens for PropertyChangeEvents from the JToolBar.
|
class | This helper class listens for components added to and removed from the
JToolBar.
|
class | DOCUMENT ME!
|
class | This is the Basic Look and Feel UI class for JToolTip.
|
class | A delegate providing the user interface for JTree according to
the Basic look and feel.
|
class | Listener responsible for getting cell editing events and updating the tree
accordingly.
|
class | Updates the preferred size when scrolling, if necessary.
|
class | Repaints the lead selection row when focus is lost/grained.
|
class | This is used to get multiple key down events to appropriately genereate
events.
|
class | MouseListener is responsible for updating the selection based on mouse
events.
|
class | MouseInputHandler handles passing all mouse events, including mouse motion
events, until the mouse is released to the destination it is constructed
with.
|
class | Class responsible for getting size of node, method is forwarded to
BasicTreeUI method. |
class | PropertyChangeListener for the tree. |
class | Listener on the TreeSelectionModel, resets the row selection if any of the
properties of the model change.
|
class | The action to cancel editing on this tree.
|
class | Updates the TreeState in response to nodes expanding/collapsing.
|
class | TreeHomeAction is used to handle end/home actions. |
class | TreeIncrementAction is used to handle up/down actions. |
class | Forwards all TreeModel events to the TreeState.
|
class | TreePageAction handles page up and page down events.
|
class | Listens for changes in the selection model and updates the display
accordingly.
|
class | For the first selected row expandedness will be toggled.
|
class | TreeTraverseAction is the action used for left/right keys. |
class | |
class | The LayoutManager that is used in PopupMenus. |
class | Manages shared instances for UI defaults. |
Methods with parameter type java.lang.Object | |
void | This method is messaged to add the buttons to the given container.
|
void | BasicSplitPaneUI.BasicHorizontalLayoutManager.addLayoutComponent(Component comp, Object constraints) This method adds the component given to the JSplitPane. |
void | BasicOptionPaneUI.addMessageComponents(Container container, GridBagConstraints cons, Object msg, int maxll, boolean internallyCreated) This method creates the proper object (if necessary) to represent msg.
|
boolean | Returns whether a given (File) object is included in the list.
|
Action | Creates an Action that can play an auditory cue specified by
the key. |
Component | BasicComboBoxRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) Returns a component that has been configured to display the given
value .
|
Rectangle | BasicTreeUI.NodeDimensionsHandler.getNodeDimensions(Object cell, int row, int depth, boolean expanded, Rectangle size) Returns, by reference in bounds, the size and x origin to place value at.
|
int | Returns the index of an (java.io.File) object in the list.
|
void | Sets item that should be edited when any editing operation is performed
by the user. |
Methods with return type java.lang.Object | |
Object[] | This method returns the buttons for the JOptionPane. |
Object | BasicDirectoryModel.getElementAt(int index) Returns the (java.io.File) object at
an index in the list.
|
Object | Returns the text from the editor component.
|
Object | This method returns the message of the JOptionPane.
|
Classes derived from java.lang.Object | |
class | AttributesCharset attribute as described in RFC 2911 chapter
3.1.4 Character Set and Natural Language Operation Attributes.
|
class | AttributesNaturalLanguage attribute as described in RFC 2911 chapter
3.1.4 Character Set and Natural Language Operation Attributes.
|
class | JobDetailedStatusMessages provides additional detailed and
technical job informations.
|
class | JobDocumentAccessErrors provides additional information
for each access error for print-uri or document-uri jobs.
|
class | The JobId attribute contains the ID of a
print job created or currently being processed.
|
class | JobMoreInfo attribute as described in RFC 2911 section
4.3.4 contains the URI where more information about a job
(e.g. through a HTML page) can be found.
|
class | JobPrinterUri attribute as described in RFC 2911 section
4.3.3 contains the URI of the printer which created and
processes a job.
|
class | JobStateMessage attribute describes information about the
job-state and job-state-reasons in human readable form.
|
class | JobUri attribute as described in RFC 2911 section
4.3.1 contains the URI for a job generated by the printer
after a create request.
|
Classes derived from java.lang.Object | |
class | This subclass of java.net.URLConnection models a URLConnection via
the "file" protocol.
|
class | This is the protocol handler for the "file" protocol.
|
Classes derived from java.lang.Object | |
class | Implementation of a JCE Adapter for DH a key-factory.
|
class | |
class | A JCE-specific Data Access Object (DAO) for DH parameters.
|
class | A JCE Adapter for a generator of DH parameters.
|
Classes derived from java.lang.Object | |
class | Base class representing a type of breakpoint in the interpreter.
|
class | A class which manages breakpoints in the VM interpreter engine.
|
class | This class represents a breakpoint location (pair |
class | This class represents a "normal" breakpoint in the interpreter.
|
Methods with parameter type java.lang.Object | |
boolean |
Classes derived from java.lang.Object | |
class |
Classes derived from java.lang.Object | |
class | |
class | |
class | |
class | |
class | This class represents a graphic embedded in text.
|
class | This is an implementation of GraphicAttribute which draws images in a
TextLayout.
|
class | |
class | |
class | This class handles numeric shaping. |
class | This is an implementation of GraphicAttribute that draws shapes in a TextLayout.
|
class | Attributes (and associated values) that can be used to define an
AttributedString .
|
class | |
class | |
class | Inner class describing a caret policy
|
class | TextMeasurer is a small utility class for measuring the length of laid-out
text objects.
|
class | This class provides a mechanism for using an AffineTransform as
an immutable attribute (for example, in the
AttributedString class). |
Methods with parameter type java.lang.Object | |
boolean | |
boolean | Compares this to the specified Object
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Compares this ShapeGraphicAttribute to obj.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Object | Clones the TextMeasurer object
|
Object | After deserialization, this method ensures that only one instance of
each attribute is used.
|
Classes derived from java.lang.Object | |
class | |
class | This class represents a Kerberos key. |
class | This represents a Kerberos principal. |
class | This class represents a Kerberos ticket. |
class | This represents permission to access to a Kerberos service principal.
|
Methods with parameter type java.lang.Object | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Check to see if this object equals obj. |
Classes derived from java.lang.Object | |
class | Extends the previous version of the Delegate by one additional method,
defined in CORBA 2_3 .
|
class | This class defines a new CDR input stream methods, added since
CORBA 2.3.
|
class | Extends the previous version of the CORBA object by one additional method,
defined in CORBA 2_3 . |
class | This class defines a new CDR input stream methods, added since
CORBA 2.3.
|
Methods with parameter type java.lang.Object | |
void | Writes an abstract interface to the stream. |
Methods with return type java.lang.Object | |
Object | Read the abstract interface. |
Classes derived from java.lang.Object | |
class | A lease object is used to request and grant leases for the remote objects. |
class | An identifier that is unique accross the all virtual machines. |
Methods with parameter type java.lang.Object | |
boolean | Returns true if the passed parameter is also VMID and it is equal to this
VMID. |
Classes derived from java.lang.Object | |
class | Test failed but was expected to pass.
|
class | Test passed and was excepted to pass.
|
class | Class which all usable Result objects extend.
|
class | Test produced indeterminate results.
|
class | Test does not have the required support to run. |
class | Test was not run -- a placeholder.
|
class | Test failed and was expected to fail.
|
class | Test passed but was expected to fail.
|
Classes derived from java.lang.Object | |
class | A read/write helper class for PKCS#7 Data ASN.1 structures.
|
class | The SignedData object in PKCS #7. |
class |
Classes derived from java.lang.Object | |
class | A helper class, mapping between the strings and they unique integer
identifiers.
|
class | Returns an attribute set, containing default
parameters for the given element. |
class | A simple error-tolerant HTML parser that uses a DTD document
to access data on the possible tokens, arguments and syntax.
The parser reads an HTML content from a Reader and calls various
notifying methods (which should be overridden in a subclass)
when tags or data are encountered.
Some HTML elements need no opening or closing tags. |
class | Pre - processes text in text parts of the html document.
|
Classes derived from java.lang.Object | |
class | Represents an MBean attribute, having the name and the assigned value. |
class | Defines the notification used to let listeners know of
an attribute change. |
class | Performs filtering of AttributeChangeNotification s
based on a list of attribute names.
|
class | Represents a list of MBean Attribute s, with their
names and values. |
class | Thrown when a attribute is requested but can not be
found.
|
class | Represents an attribute value being used as an argument
to a relational constraint.
|
class | Thrown when the value of an a attribute passed to a query proves to
be invalid. |
class | Thrown when the expression passed to a method for constructing a
query proves to be invalid. |
class | Thrown when a string-based operation passed to a query proves to
be invalid. |
class | Maintains a list of the ClassLoader instances
registered with the management servers, allowing it
to be used to load classes. |
class | Thrown when an attempt to register a bean is made, and
the bean is already registered.
|
class | Thrown when an attempt to locate a bean is made, and
the bean does not exist in the repository.
|
class | A general for all exceptions thrown during introspection
operations on management beans. |
class | Thrown when a query or attribute is applied to a management bean
which is of the wrong class. |
class | Thrown when a value is given for an attribute which
is invalid.
|
class | A general superclass for all non-runtime management
exceptions.
|
class | A general superclass for all runtime management
exceptions.
|
class | Common static methods pertaining to the management
API. |
class | Thrown when a requested listener does not exist.
|
class | Thrown when a string used as an ObjectName
is invalid.
|
class | Describes the attributes of a management bean.
|
class | Describes the constructors of a management bean.
|
class | Represents an arbitrary exception thrown by a management
bean. |
class | A general superclass for the description of features
of management beans. |
class |
Describes the interface of a management bean. |
class |
Describes the notifications emitted by a management bean.
|
class | Describes the operations of a management bean.
|
class | Describes the parameters of a constructor or operation associated
with a management bean. |
class |
Represents the permissions required to perform
operations using the MBeanServer . |
class | Represents an arbitrary exception thrown during registration of a
management bean. |
class | Constructs a default implementation of an MBeanServer .
|
class | Provides an implementation of a delegate bean, which is associated
with a management server. |
class |
Creates and maintains a set of MBeanServer instances.
|
class |
Provides a proxy for a management bean. |
class | The notification emitted by a management server on a registration
or de-registration event. |
class |
Represents the permissions required to perform
operations provided by the MBeanServerFactory .
|
class | Represents the permission held by a trusted source of
management beans. |
class | Thrown when a management bean is passed to a method
(e.g. to an MBean server to be registered) and it
fails to comply with the specifications for such
a bean.
|
class |
A notification message that may be emitted by a bean.
|
class |
Provides an implementation of the NotificationEmitter
interface, which beans may utilise by extension. |
class | Performs filtering of Notification s
based on a list of type prefixes. |
class | A simple class used to link a bean instance to its class name.
|
class |
An ObjectName instance represents the name of a management
bean, or a pattern which may match the name of one or more
management beans. |
class | A general superclass for all exceptions thrown by
operations on management beans.
|
class | Provides static methods for constructing queries. |
class | Represents the evaluation context of a MBeanServer
query by retaining the server used on a thread-by-thread
basis.
|
class | Represents one of the reflection exceptions thrown by a
management bean. |
class | Represents an arbitrary error thrown by a management
bean. |
class | Represents an arbitrary runtime exception thrown by a management
bean. |
class | Represents a runtime exception thrown by a management
bean operation. |
class | Thrown when a requested service is unsupported.
|
class | Provides a dynamic management bean by using reflection on an
interface and an implementing class. |
class | Represents a string being used as an argument
to a relational constraint.
|
Constructors with parameter type java.lang.Object | |
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 BadAttributeValueExpException
using the specified object to represent the invalid value.
| |
Constructs a new InvalidApplicationException
using the specified object to represent the invalid value.
| |
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.
| |
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.
|
Fields of type java.lang.Object | |
Object | The source of the notification. |
Methods with parameter type java.lang.Object | |
void | MBeanServerDelegate.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object passback) Registers the specified listener as a new recipient of
notifications from the delegate. |
void | NotificationBroadcaster.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object passback) Registers the specified listener as a new recipient of
notifications from this bean. |
void | NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object passback) Registers the specified listener as a new recipient of
notifications from this bean. |
void | MBeanServer.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Registers the supplied listener with the specified management
bean. |
void | MBeanServerConnection.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Registers the supplied listener with the specified management
bean. |
void | MBeanServer.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback)
Registers the supplied listener with the specified management
bean. |
void | MBeanServerConnection.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback)
Registers the supplied listener with the specified management
bean. |
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 | 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. |
boolean | Compares the attribute with another attribute.
|
boolean |
Returns true if this descriptor is equivalent to the
supplied object. |
boolean | Compares this feature with the supplied object. |
boolean | Compares this feature with the supplied object. |
boolean | Compares this feature with the supplied object. |
boolean | Compares this feature with the supplied object. |
boolean | Compares this feature with the supplied object. |
boolean | Compares this feature with the supplied object. |
boolean | Compares this feature with the supplied object. |
boolean | Returns true if the given object is also an MBeanPermission
with the same name and actions.
|
boolean | Returns true if the given object is also an MBeanServerPermission
with the same name.
|
boolean | Returns true if the supplied object is also an ObjectInstance
with the same bean and class name.
|
boolean | Compares the specified object with this one. |
MBeanConstructorInfo[] | Returns information on the constructors that will be used in
the MBeanInfo instance. |
void | Invoked by the notifying bean when a notification is to
be delivered to the recipient. |
void | NotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notif, Object passback) This method is called on a per-listener basis, either
from this thread or the supplied executor, and may be
overridden by subclasses which wish to change how
notifications are delivered. |
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 | Called by the proxy class whenever a method is called. |
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. |
ObjectInstance | Registers the supplied instance with the server, using the specified
ObjectName . |
void | MBeanServerDelegate.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from this delegate. |
void | NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from this bean. |
void | NotificationEmitter.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from this bean. |
void | MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | MBeanServer.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | MBeanServerConnection.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
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. |
void | Replaces the implementation of the interface used by this
instance with the one specified. |
void | Sets the source of this notification to the value
specified.
|
void | Sets the additional user data associated with the notification
to the specified value. |
Methods with return type java.lang.Object | |
Object | Returns a clone of this descriptor, which can then be modified
independently of this descriptor. |
Object | Returns a clone of this instance. |
Object | Returns a clone of this instance. |
Object | Returns a shallow clone of the information. |
Object | Returns a clone of this instance. |
Object | Returns a clone of this instance. |
Object | Returns a clone of this instance. |
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 attribute by calling the
MBeanServer.getAttribute(ObjectName) method of
the server returned by QueryEval.getMBeanServer() .
|
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.
|
Object | Returns the value of the specified field, or null
if no value is present for the given field name.
|
Object[] | Descriptor.getFieldValues(java.lang.String... names) Returns the values corresponding to the fields named in
the specified array, in the same order. |
Object | Returns the instance that implements this bean.
|
Object | Returns the new value of the attribute.
|
Object | Returns the old value of the attribute.
|
Object | Returns the additional user data associated with the notification.
|
Object | Returns the attribute value.
|
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 | Called by the proxy class whenever a method is called. |
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. |
Classes derived from java.lang.Object | |
class | An implementation of Graphics2D on top of the GLX extension of X.
|
class | |
class | Fetches events from X, translates them to AWT events and pumps them up
into the AWT event queue.
|
class | The bridge from AWT to X fonts.
|
class | |
class | |
class | |
class | This class represents an X Display. |
class | Represents the X environment for AWT.
|
class | |
class | |
class | |
class |
Methods with return type java.lang.Object | |
Object |
Classes derived from java.lang.Object | |
class | A representation of a Plain password file.
|
class | The PLAIN mechanism authentication information provider implementation.
|
class | The PLAIN SASL client-side mechanism.
|
class | The PLAIN SASL server-side mechanism.
|
Classes derived from java.lang.Object | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Constructors with parameter type java.lang.Object | |
SearchResult.SearchResult(String name, String className, Object obj, Attributes attrs, boolean isRelative) |
Methods with parameter type java.lang.Object | |
void | |
void | |
boolean | |
boolean | |
void | |
void | |
void | |
void | |
boolean | |
boolean | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Returns true if and only if the given Object is an instance of
Attributes, the given attributes both do or don't ignore case for
IDs and the collection of attributes is the same.
|
Attribute | |
Attribute | |
void | |
void | |
void | |
void | |
boolean | |
boolean | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
Object | |
Object |
Methods with return type java.lang.Object | |
Object | |
Object | |
Object | This method may be called to create a new copy of the
Object. |
Object | |
Object | |
Object | |
Object | |
Object | BasicAttribute.get(int index) |
Object | |
Object | BasicAttribute.remove(int index) |
Object | |
Object |
Classes derived from java.lang.Object | |
class | |
class | A local, or unix-domain socket. |
class |
Methods with parameter type java.lang.Object | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
Classes derived from java.lang.Object | |
class | GIFFile - reads a GIF file.
|
class | Generic exception used by GIFFile to report decoding errors.
|
class | |
class |
Methods with parameter type java.lang.Object | |
boolean | |
ImageReader | |
void | Set the input source to the given object. |
void | Set the input source to the given object and specify whether this
reader should be allowed to read input from the data stream more
than once. |
void | Set the input source to the given object, specify whether this
reader should be allowed to read input from the data stream more
than once, and specify whether this reader should ignore metadata
in the input stream. |
Classes derived from java.lang.Object | |
class | |
class | |
class | The main difference here from a standard EventQueue is that the X
display connection is flushed before waiting for more events.
|
class | |
class | Classpath-compatible peer for a font
|
class | FIXME: a lot of the code here should be moved down to XWindowPeer. |
class | |
class | |
class | |
class | |
class | Image class for xlib off-screen buffers.
|
class | |
class |
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Object | This method requests a named property for an object. |
Classes derived from java.lang.Object | |
class | A DOM document node implemented in libxml2.
|
class | A JAXP DOM implementation that uses Gnome libxml2 as the underlying
parser and node representation.
|
class | Factory for JAXP document builders using the libxml2 implementation.
|
Methods with parameter type java.lang.Object | |
boolean | |
Object | GnomeDocument.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.
|
void | |
void |
Methods with return type java.lang.Object | |
Object | GnomeDocument.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.
|
Object | |
Object | |
Object |
Classes derived from java.lang.Object | |
class | A serious error during datatype configuration.
|
class | Basic data type constants.
|
class | Typesafe enumerated class representing the six fields of the
Duration class.
|
class | Factory class to create new datatype objects mapping XML to and from Java
objects.
|
class | An immutable time space as specified in XML Schema 1.0.
|
class | An XML Schema 1.0 date/time data type.
|
Methods with parameter type java.lang.Object | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Classes derived from java.lang.Object | |
class | Helper operations for address. |
class | The exception is thrown if the passed address is empty or otherwise invalid.
|
class | The holder for exception InvalidAddress .
|
class | The holder for the exception InvalidAddress .
|
class | Helper operations for the string name.
|
class | Helper operations for the URL string name.
|
Classes derived from java.lang.Object | |
class | The Certificate class is an abstract class used to manage
identity certificates. |
class | Certificate.CertificateRep is an inner class used to provide an alternate
storage mechanism for serialized Certificates.
|
class | Exception for a Certificate Encoding.
|
class | Exception for a Certificate.
|
class | Exception for a Certificate Expiring.
|
class | This class implements the CertificateFactory class interface used to
generate certificates, certificate revocation lists (CRLs), and certificate
paths objects from their encoded forms.
|
class | CertificateFactorySpi is the abstract class Service Provider
Interface (SPI) for the CertificateFactory class. |
class | Exception for a Certificate that is not yet valid.
|
class | Exception for parsing a DER-encoded Certificate.
|
class | This class represents an immutable sequence, or path, of security
certificates. |
class | The serialized representation of a path.
|
class | This class builds certificate paths (also called certificate chains),
which can be used to establish trust for a particular certificate by
building a path from a trusted certificate (a trust anchor) to the
untrusted certificate.
|
class | Indicates a problem while using a CertPathBuilder , wrapping
the lower exception. |
class | The CertPathBuilder Service Provider Interface
(SPI).
|
class | Generic interface to classes that validate certificate paths.
|
class | Indicates a problem while validating a certification path. |
class | The service provider interface (SPI) for the CertPathValidator class. |
class | A CertStore is a read-only repository for certificates and
certificate revocation lists.
|
class | Indicates a problem while retrieving certificates and CRLs from
CertStore , wrapping the lower exception. |
class | The service provider interface (SPI) for the CertStore class.
|
class | An implementation of CertStoreParameters with a simple,
in-memory Collection of certificates and certificate
revocation list.
|
class | Certificate Revocation List class for managing CRLs that
have different formats but the same general use. |
class | Exception for a Certificate Revocation List.
|
class | Parameters for CertStores that are retrieved via the lightweight
directory access protocol (LDAP).
|
class | Parameters for building certificate paths using the PKIX algorithm.
|
class | The result of calling the CertPathBuilder.build(CertPathParameters) method
of PKIX CertPathBuilder s.
|
class | A validator for X.509 certificates when approving certificate chains.
|
class | Results returned by the CertPathValidator.validate(CertPath,CertPathParameters)
method for PKIX CertPathValidator s.
|
class | Parameters for verifying certificate paths using the PKIX
(Public-Key Infrastructure (X.509)) algorithm.
|
class | The PolicyQualifierInfo X.509 certificate extension.
|
class | An ultimately-trusted certificate to serve as the root of a
certificate chain.
|
class | X509Certificate is the abstract class for X.509 certificates.
|
class | A concrete implementation of CertSelector for X.509 certificates,
which allows a number of criteria to be set when accepting certificates,
from validity dates, to issuer and subject distinguished names, to some
of the various X.509 extensions.
|
class | The X509CRL class is the abstract class used to manage
X.509 Certificate Revocation Lists. |
class | Abstract class for entries in the CRL (Certificate Revocation
List). |
class | A class for matching X.509 certificate revocation lists by criteria.
|
Methods with parameter type java.lang.Object | |
boolean | Compares this Certificate to other. |
boolean | Compares this path to another for semantic equality. |
boolean | Compares this X509CRL to other. |
boolean | Compares this X509CRLEntry to other. |
Methods with return type java.lang.Object | |
Object | Creates a copy of this builder result.
|
Object | Makes a copy of this CertPathParameters instance.
|
Object | Returns a copy of this validator result.
|
Object | Returns a copy of this CertSelector.
|
Object | Create a copy of these parameters.
|
Object | Create a copy of these parameters.
|
Object | Returns a clone of this instance.
|
Object | Create a copy of these parameters.
|
Object | This method may be called to create a new copy of the
Object. |
Object | Returns a copy of this object.
|
Object | Returns a copy of these parameters.
|
Object | |
Object | Returns a copy of this object.
|
Object | Deserialize this certificate replacement into the appropriate
certificate object. |
Object | Decode the data into an actual CertPath upon deserialization.
|
Object | Returns a replacement for this certificate to be serialized. |
Object | Serializes the path in its encoded form, to ensure reserialization with
the appropriate factory object without worrying about list implementation.
|
Classes derived from java.lang.Object | |
class | |
class | An output stream that writes bytes to a ByteBuffer, which will be resized
if more space is needed.
|
class | Utility methods for DER encoding handling.
|
class | The base class for objects with sensitive data that are automatically
destroyed after a timeout elapses. |
class | Encoding and decoding format utility methods.
|
class | Utility class which offers Integer related methods found in RI's version 5
but written with RI's 1.4 API.
|
class | |
class | A useful hash-based (SHA) pseudo-random number generator used throughout this
library.
|
class | A monotonic sequence of integers in the finite field 232.
|
class | A simple way to create immutable n-tuples. |
class | A collection of utility methods used throughout this project.
|
Constructors with parameter type java.lang.Object | |
Create a singleton list.
| |
Create an ordered pair (2-tuple).
| |
Create a 3-tuple.
| |
Create a 4-tuple.
|
Methods with return type java.lang.Object | |
Object | |
Object | SimpleList.get(int index) |
Object[] | Copy the current contents of this collection into an array.
|
Classes derived from java.lang.Object | |
class | Simple image display component.
|
class | Simple text editor component.
|
class | Simple text display component.
|
Classes derived from java.lang.Object | |
class | This class mirrors the javax.swing.SwingUtilities class. |
class | Simple transparent utility class that can be used to perform bit
mask extent calculations.
|
class | A composite for emulating traditional bitwise XOR of pixel values.
|
class | Utility class for creating and accessing data buffers of arbitrary
data types.
|
class | This class extends the GraphicsEnvironment API with some Classpath-specific
methods, in order to provide optimized graphics handling.
|
class | An abstract superclass for Classpath toolkits.
|
class | This raster copy operation assumes that both source and destination
sample models are tightly pixel packed and contain the same number
of bands.
|
class | This is used to update the AWT's knowledge about a Window's size when
the user changes the window bounds.
|
class | Represents an AWT window that can be embedded into another
application.
|
class | |
class | A PaintContext used by the GradientPaint class.
|
Methods with parameter type java.lang.Object | |
DataBuffer | Create a data buffer of a particular type.
|
DataBuffer | Create a data buffer of a particular type.
|
Object | Copy data from array contained in data buffer, much like
System.arraycopy. |
Methods with return type java.lang.Object | |
Object | Return the data array of a data buffer, regardless of the data
type.
|
Object | Copy data from array contained in data buffer, much like
System.arraycopy. |
Classes derived from java.lang.Object | |
class | This describes an audio file, including information about its length,
the format of the audio data, and other things.
|
class | An instance of this type describes a standard audio file format.
|
class | This class describes an audio format, including its encoding,
the number of channels, its frame rate, etc.
|
class | This describes a given audio format encoding.
|
class | This is an InputStream which is specialized for reading audio files.
|
class | This represents the permission to use an audio device.
|
class | This clas is the primary interface to the audio system. |
class | A BooleanControl is a Control which has two states.
|
class | A Type specialized to represent a boolean control.
|
class | A compound control provides control over several other controls.
|
class | This describes a single compound control.
|
class | A control provides the ability to affect some attribute of a line,
for instance its volume.
|
class | This describes a single control.
|
class | This class extends Line.Info with information specific to DataLine.
|
class | An EnumControl is a Control which can take one of a specified set of
values.
|
class | This Type describes an EnumControl.
|
class | |
class | An instance of this class describes a particular floating point control.
|
class | An object of this type holds information about a Line.
|
class | This class holds information about a state change of a Line.
|
class | This class represents the kinds of state changes that can occur
to a Line. |
class | |
class | An Info object describes a mixer.
|
class | This describes a single port.
|
class | This represents a reverb effect which can be applied to an audio signal.
|
class | An exception of this type is thrown when an operation is attempted
on a file whose format is unrecognized.
|
Constructors with parameter type java.lang.Object | |
Create a new enumerated control given its Type, the range of valid
values, and its initial value.
|
Methods with parameter type java.lang.Object | |
boolean | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
void | Set the value of this control. |
Methods with return type java.lang.Object | |
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.
|
Object | Return the current value of this control.
|
Object[] | Return the valid values for this control.
|
Classes derived from java.lang.Object | |
class | Discovers the datatype library implementation from the classpath.
|
class | Dummy implementation of DatatypeBuilder .
|
class | Dummy implementation of DatatypeStreamingValidator .
|
Classes derived from java.lang.Object | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Methods with parameter type java.lang.Object | |
boolean | Checks if this buffer is equal to obj.
|
boolean | Checks if this buffer is equal to obj.
|
boolean | Checks if this buffer is equal to obj.
|
boolean | Checks if this buffer is equal to obj.
|
boolean | Checks if this buffer is equal to obj.
|
boolean | Checks if this buffer is equal to obj.
|
boolean | Checks if this buffer is equal to obj.
|
Classes derived from java.lang.Object | |
class | A base asbtract class for both public and private DSS (Digital Signature
Standard) keys. |
class | A key-pair generator for asymetric keys to use in conjunction with the DSS
(Digital Signature Standard).
|
class | An implementation of an IKeyPairCodec that knows how to encode /
decode PKCS#8 ASN.1 external representation of DSS private keys.
|
class | An object that implements the IKeyPairCodec operations for the
Raw format to use with DSS keypairs.
|
class | An implementation of an IKeyPairCodec that knows how to encode /
decode X.509 ASN.1 external representation of DSS public keys.
|
class | An object that embodies a DSS (Digital Signature Standard) private key.
|
class | An object that embodies a DSS (Digital Signature Standard) public key.
|
class | An implementation of the DSA parameters generation as described in FIPS-186.
|
Methods with parameter type java.lang.Object | |
boolean | Returns true if the designated object is an instance of
DSAKey and has the same DSS (Digital Signature Standard) parameter
values as this one.
|
boolean | Returns true if the designated object is an instance of
DSAPrivateKey and has the same DSS (Digital Signature Standard)
parameter values as this one.
|
boolean | Returns true if the designated object is an instance of
DSAPublicKey and has the same DSS (Digital Signature Standard)
parameter values as this one.
|
Classes derived from java.lang.Object | |
class | The implementation of the Host in the SRP-6 key agreement protocol.
|
class | The Secure Remote Password (SRP) key agreement protocol, also known as SRP-6,
is designed by Thomas J. |
class | A variation of the SRP-6 protocol as used in the SASL-SRP mechanism, for the
User (client side).
|
class | A variation of the SRP-6 protocol as used in the SASL-SRP mechanism, for the
Host (server side).
|
class | A variation of the SRP6 key agreement protocol, for the client-side as
proposed in Using
SRP for TLS Authentication. |
class | A variation of the SRP6 key agreement protocol, for the server-side as
proposed in Using
SRP for TLS Authentication. |
class | The implementation of the User in the SRP-6 protocol.
|
class | Utilities for use with SRP-6 based methods and protocols.
|
class | An abstract representation of a base SRP ephemeral key.
|
class | Reference:
|
class | An object that implements the IKeyPairCodec operations for the
Raw format to use with SRP keypairs.
|
class | A representation of an SRP ephemeral private key.
|
class | A representation of an SRP ephemeral public key.
|
Methods with parameter type java.lang.Object | |
boolean | Returns true if the designated object is an instance of
SRPKey and has the same SRP parameter values as this one.
|
boolean | Returns true if the designated object is an instance of
SRPPrivateKey and has the same SRP parameter values as this
one.
|
boolean | Returns true if the designated object is an instance of
SRPPublicKey and has the same SRP parameter values as this
one.
|
Classes derived from java.lang.Object | |
class | A class representing a JDWP command packet.
|
class | A connection via some transport to some JDWP-speaking entity.
|
class | All command and reply packets in JDWP share
common header type information:
length (4 bytes) : size of entire packet, including length
id (4 bytes) : unique packet id
flags (1 byte) : flag byte
[command packet stuff | reply packet stuff]
data (variable) : unique command-/reply-specific data
This class deal with everything except the command- and reply-specific
data, which get handled in JdwpCommandPacket and JdwpReplyPacket .
|
class | A class represents a JDWP reply packet.
|
class | A transport configury or initialization exception thrown by
JDWP transports. |
class | A factory class that constructs transports for use by
the JDWP back-end.
|
Classes derived from java.lang.Object | |
class | Error indicating that a factory could not be configured.
|
class | Factory for XML events.
|
class | Factory for creating stream and event readers from various kinds of input
source.
|
class | Factory for obtaining XML stream and event writers for various kinds of
output sink.
|
class | Exception indicating an XML stream processing error.
|
Methods with parameter type java.lang.Object | |
void | Reports an error.
|
void | Sets the implementation-specific property of the given name.
|
void | Sets the implementation-specific property of the given name.
|
Methods with return type java.lang.Object | |
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.
|
Object | Returns an input source from which the specified external entity can be
read. |
Classes derived from java.lang.Object | |
class | This expection is thrown if the application throws an exception,
defined as a part of its remote method definition.
|
class | Specifies a vendor specific implementation of the
Object methods. |
class | This exception is thrown when reading from the ORBs input streams
certain specific data layouts (object recursive references to itself).
|
class | This class is used to read CORBA IDL data types.
|
class | The basic implementation of the CORBA Object. |
class | This class is used to write CORBA IDL data types.
|
class | This is exception is potentially thrown by the _invoke()
method of the object implementation, requiring to write the method
parameters repeatedly. |
class | Together with supporting methods in ObjectImpl and Delegate ,
provides mechanism for direct calls of clients, running on the same
virtual machine (collocated).
|
class | The wrapper of the arbitrary exception into the System exception.
|
Fields of type java.lang.Object | |
Object | The real servant, that can be casted to the expected type, later
invoking the methods directly.
|
Methods with parameter type java.lang.Object | |
boolean | Check if this object is equal to another object.
|
boolean | Compares two objects for equality. |
Classes derived from java.lang.Object | |
class | Event consumer which constructs DOM documents using the implementation
in this package, using SAX2 events. |
class | Implements the backdoors needed by DOM.
|
class | "Attr" implementation. |
class | "CDATASection" implementation.
|
class | Abstract "CharacterData" implementation. |
class | "Comment" implementation.
|
class | "DocumentType" implementation (with no extensions for supporting
any document typing information). |
class | "Document" and "DocumentTraversal" implementation.
|
class | Document builder factory that uses a DOM Level 3 Load & Save
implementation.
|
class | "DocumentFragment" implementation. |
class | DOMException implementation. |
class | "Element" implementation.
|
class | "Entity" implementation. |
class | "EntityReference" implementation (reference to parsed entity).
|
class | "Event" implementation. |
class | "MutationEvent" implementation.
|
class | "UIEvent" implementation.
|
class | Abstract implemention of nodes describing external DTD-related
objects. |
class | "DOMImplementation" implementation. |
class | "NodeIterator" implementation, usable with any L2 DOM which
supports MutationEvents. |
class | "NamedNodeMap" implementation. |
class | "Node", "EventTarget", and "DocumentEvent" implementation.
|
class | Node iterator and tree walker.
|
class | "Notation" implementation. |
class | Abstract implemention of namespace support. |
class | "ProcessingInstruction" (PI) implementation.
|
class | "Text" implementation. |
class | Implementation list for GNU JAXP.
|
class | Implementation source for GNU JAXP.
|
class | DOM bootstrapping API, for use with JAXP.
|
Methods with parameter type java.lang.Object | |
int | DOM nodes have a natural ordering: document order.
|
Object | DomDocument.evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) |
void | Set the named attribute on the underlying implementation.
|
void | There seems to be no useful specification for attribute names |
Object |
Methods with return type java.lang.Object | |
Object | Shallow clone of the attribute, breaking all ties with any
elements.
|
Object | Shallow clone of the doctype, except that associated
entities and notations are (deep) cloned.
|
Object | Shallow clone of the element, except that associated
attributes are (deep) cloned.
|
Object | Clones this node; roughly equivalent to cloneNode(false).
|
Object | DomDocument.evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) |
Object | Retrieves the named attribute value from the underlying implementation.
|
Object | There seems to be no useful specification for attribute names |
Object | |
Object | |
Object | |
Object |
Classes derived from java.lang.Object | |
class | This class is used as a wrapper for a text attribute object. |
class | Defines attribute keys that are used as text attributes.
|
class | This class models a String with attributes over various
subranges of the string. |
class | Bidirectional Algorithm implementation.
|
class | This class iterates over text elements such as words, lines, sentences,
and characters. |
class | This class allows a format to be specified based on a range of numbers.
|
class | This class walks through the character collation elements of a
String as defined by the collation rules in an instance of
RuleBasedCollator . |
class | This class represents a pre-computed series of bits representing a
String for under a particular Collator . |
class | This class is the abstract superclass of classes which perform
locale dependent String comparisons. |
class | |
class | |
class | This class acts as container for locale specific date/time formatting
information such as the days of the week and the months of the year.
|
class | This class is a concrete implementation of NumberFormat used to format
decimal numbers. |
class | This class is a container for the symbols used by
DecimalFormat to format numbers and currency
for a particular locale. |
class | This class is used by the java.text formatting classes to track
field positions. |
class | This class is the abstract superclass of classes that format and parse
data to/from Strings . |
class | |
class | |
class | |
class | This is the abstract superclass of all classes which format and
parse numeric values such as decimal numbers, integers, currency values,
and percentages. |
class | |
class | This exception is thrown when an unexpected error occurs during parsing.
|
class | This class is used to keep track of the current position during parsing
operations.
|
class | This class is a concrete subclass of Collator suitable
for string collation in a wide variety of languages. |
class | SimpleDateFormat provides convenient methods for parsing and formatting
dates using Gregorian calendars (see java.util.GregorianCalendar).
|
class | This class iterates over a range of characters in a String .
|
Constructors with parameter type java.lang.Object | |
This method initializes a new instance of Annotation to
wrapper the specified text attribute object.
|
Methods with parameter type java.lang.Object | |
void | Adds a new attribute that will cover the entire string.
|
void | Adds a new attribute that will cover the specified subrange
of the string.
|
int | This method compares the two Object 's and returns an
integer indicating whether or not the first argument is less than,
equal to, or greater than the second argument. |
boolean | Tests this object for equality against the specified object.
|
boolean | This method tests this object for equality with the specified
object. |
boolean | This method tests the specified Object for equality with
this object. |
boolean | This method tests the specified object for equality against this
object. |
boolean | This method tests this object for equality against the specified object.
|
boolean | This method tests a specified object for equality against this object.
|
boolean | Tests this instance for equality with an arbitrary object. |
boolean | This method this this object for equality against the specified object.
|
boolean | This method tests this object for equality against the specified object.
|
boolean | Overrides Format.equals(Object obj)
|
boolean | This method tests the specified object for equality against this object.
|
boolean | This method tests the specified object for equality with this
object. |
boolean | This method tests this object for equality against the specified
object. |
boolean | This methods tests whether the specified object is equal to this
object. |
boolean | This method tests this object for equality againt the specified
object. |
String | This method formats an Object into a String .
|
StringBuffer | This method formats the specified Object into a date string
and appends it to the specified StringBuffer .
|
StringBuffer | Produce a formatted String representation of this object.
|
StringBuffer | This method formats an Object into a String and
appends the String to a StringBuffer .
|
StringBuffer | Returns the pattern with the formatted objects. |
StringBuffer | |
AttributedCharacterIterator | Return an AttributedCharacterIterator as a result of
the formatting of the passed Object .
|
AttributedCharacterIterator | |
AttributedCharacterIterator | A convinience method to format patterns.
|
AttributedCharacterIterator | |
void | Reorder objects according to the levels passed in. |
Methods with return type java.lang.Object | |
Object | Create a clone of this object.
|
Object | This method creates a copy of this CharacterIterator .
|
Object | This method returns a copy of this Collator object.
|
Object | This method returns a copy of this object.
|
Object | Returns a new copy of this object.
|
Object | Creates a copy of this object.
|
Object | This method may be called to create a new copy of the
Object. |
Object | Creates a copy of this object.
|
Object | Overrides Format.clone()
|
Object | This method creates a copy of this object.
|
Object | Returns a copy of this instance of
SimpleDateFormat . |
Object | This method creates a copy of this CharacterIterator .
|
Object | Returns the value of the specified attribute for the
current character. |
Object[] | This method returns the list of format strings in use.
|
Object | This method returns the text attribute object this Annotation
instance is wrappering.
|
Object[] | |
Object[] | Parse a string sourceStr against the pattern specified
to the MessageFormat constructor.
|
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 | This method parses a String and converts the parsed
contents into an Object .
|
Object | This method parses the specified string into an Object . |
Object | Resolves an instance of
AttributedCharacterIterator.Attribute
that is being deserialized to one of the three pre-defined attribute
constants. |
Object | Resolves an instance of
AttributedCharacterIterator.Attribute
that is being deserialized to one of the three pre-defined attribute
constants. |
Object | invoked to resolve the true static constant by
comparing the deserialized object to know name.
|
Object | This function is used by the deserializer to know which object
to use when it encounters an encoded NumberFormat.Field in a
serialization stream. |
Classes derived from java.lang.Object | |
class | This class is an implementation of a FormatBuffer with attributes.
|
class | |
class | |
class | This class should not be put public and it is only intended to the
classes of the java.text package. |
class | |
class | |
class | This class is an implementation of a FormatBuffer without attributes.
|
class |
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Object | This method creates a copy of this CharacterIterator .
|
Object | |
Object | Create a clone of this object.
|
Object | Create a clone of this object.
|
Object | FormatCharacterIterator.getAttribute(Attribute attrib) |
Classes derived from java.lang.Object | |
class | This class is used to marshal java.lang.Class objects over IIOP.
|
class | A Stub descendants provide access to the object on the client side. |
class | Provides utility methods used by stubs and ties to perform common operations.
|
Methods with parameter type java.lang.Object | |
Object | Used by local stubs to create a copy of the object. |
Object | Used by local stubs to create a copy of the object.
|
Object[] | Used by local stubs to create a multiple copies of the object, preserving
sharing accross the parameters if necessary.
|
Object[] | Used by local stubs to create a multiple copies of the object, preserving
sharing accross the parameters if necessary.
|
boolean | The stubs are equal if they point to the same remote object.
|
boolean | The objects stubs are equal if they refer the same remote object.
|
Object | Narrows the passed object to conform to the given interface or IDL type.
|
void | Write abstract interface to the CORBA output stream. |
void | Write abstract interface to the CORBA output stream. |
void | Write the passed java object to the output stream in the form of the CORBA
Any . |
void | Write the passed java object to the output stream in the form of the CORBA
Any . |
void | Write the passed parameter to the output stream as CORBA object. |
void | Write the passed parameter to the output stream as CORBA object. |
Methods with return type java.lang.Object | |
Object | Used by local stubs to create a copy of the object. |
Object | Used by local stubs to create a copy of the object.
|
Object[] | Used by local stubs to create a multiple copies of the object, preserving
sharing accross the parameters if necessary.
|
Object[] | Used by local stubs to create a multiple copies of the object, preserving
sharing accross the parameters if necessary.
|
Object | Narrows the passed object to conform to the given interface or IDL type.
|
Object | Read Any from the input stream.
|
Object | Read Any from the input stream.
|
Classes derived from java.lang.Object | |
class | ALSA MIDI In Port.
|
class | Provide ALSA MIDI devices.
|
class | ALSA MIDI Port.
|
class | The ALSA MIDI sequencer device. |
class | ALSA MIDI Out Device
|
class | ALSA Port Device
|
class | The ALSA Receiver class.
|
class | The ALSA Transmitter class.
|
Classes derived from java.lang.Object | |
class | Signals a malformed ASN.1 sequence.
|
class | A filter input stream that decodes data encoded in the Base-64
encoding scheme.
|
class | ClassLoaderObjectInputStream is ObjectInputStream, with
the ability to use a specific ClassLoader.
|
class | This is a placeholder OutputStream that does absolutley nothing
when written to. |
class | This class provides a map from Object to non-negative int values.
|
class | This class is a thin wrapper around Object that makes
the methods hashCode() and equals(Object)
as discriminating as possible.
|
class | We had many changes in File.java, URLStreamHandler.java etc. to handle
path representations on different platforms (Windows/Unix-family).
|
Constructors with parameter type java.lang.Object | |
Constructs a ObjectIdentityWrapper that is wrapped
around o.
|
Fields of type java.lang.Object | |
Object | The Object wrapped by this
ObjectIdentityWrapper .
|
Methods with parameter type java.lang.Object | |
boolean | Uses the == operator to test for equality between
the object wrapped by this ObjectIdentityWrapper and
the object wrapped by the ObjectIdentityWrapper o.
|
int | Obtain an element from this map
|
void | Add a mapping to this Map.
|
Classes derived from java.lang.Object | |
class | An invisible zero-width border, serving as a base class for
implementing more interesting borders.
|
class | A rectangular, two pixel thick border that causes the enclosed area
to appear as if it was raising out of or lowered into the screen. |
class | A Border that is composed of an interior and an exterior border,
where the interior border is tightly nested into the exterior.
|
class | A border for leaving a specifiable number of pixels empty around
the enclosed component. |
class | A border that looks like an engraving etched into the background
surface, or (in its raised variant) coming out of the surface
plane. |
class | A border that consists of a line whose thickness and color can be
specified. |
class | A border that is filled with either a solid color or with repeated
icon tiles.
|
class | A rectangular, three pixel thick border that looks like a BevelBorder
with slightly softened corners.
|
class | A border that paints a title on top of another border.
|
Classes derived from java.lang.Object | |
class | |
class | |
class | A Callback for confirming whether or
not a certificate may be used. |
class | An implementation of CallbackHandler that reads and writes
information to and from System.in and System.out .
|
class | This trivial implementation of CallbackHandler sets its
Callback arguments to default values, with no user interaction.
|
class | |
class |
Classes derived from java.lang.Object | |
class | |
class | |
class |
Constructors with parameter type java.lang.Object | |
Classes derived from java.lang.Object | |
class | An Adapter over a pair of one private, and one public keyrings to
emulate the keystore operations.
|
Classes derived from java.lang.Object | |
class | This subclass of FilterInputStream buffers input from an
underlying implementation to provide a possibly more efficient read
mechanism. |
class | This class accumulates bytes written in a buffer instead of immediately
writing the data to the underlying output sink. |
class | This subclass of FilterReader buffers input from an
underlying implementation to provide a possibly more efficient read
mechanism. |
class | This class accumulates chars written in a buffer instead of immediately
writing the data to the underlying output sink. |
class | This class permits an array of bytes to be read as an input stream.
|
class | This class allows data to be written to a byte array buffer and
and then retrieved by an application. |
class | This class permits an array of chars to be read as an input stream.
|
class | This class allows data to be written to a char array buffer and
and then retrieved by an application. |
class | This exception is thrown to indicate that a problem occurred with
an attempted character conversion.
|
class | |
class | This subclass of FilteredInputStream implements the
DataInput interface that provides method for reading primitive
Java data types from a stream.
|
class | This class provides a mechanism for writing primitive Java datatypes
to an OutputStream in a portable way. |
class | This exception is thrown when the end of the file or stream was
encountered unexpectedly. |
class | This class represents a file or directory on a local disk. |
class | This class represents an opaque file handle as a Java class. |
class | This class is a stream that reads its bytes from a file.
|
class | This exception is thrown when an attempt is made to access a file that
does not exist, or is inaccessible for some other reason (such as writing
a read-only file).
|
class | This classes allows a stream of data to be written to a disk file or
any open FileDescriptor .
|
class | |
class | This class provides a convenient way to set up a Reader
to read from a file. |
class | This is a convenience class for writing to files. |
class | This is the common superclass of all standard classes that filter
input. |
class | This class is the common superclass of output stream classes that
filter the output they write. |
class | This is the common superclass of all standard classes that filter
input. |
class | This class is the common superclass of output character stream classes
that filter the output they write. |
class | This abstract class forms the base of the hierarchy of classes that read
input as a stream of bytes. |
class | This class reads characters from a byte input stream. |
class | This exception is thrown when a in process I/O operation is interrupted
for some reason. |
class | This exception is thrown when there is some sort of problem with a
class during a serialization operation. |
class | This exception is thrown when an object fails a validation test
during serialization.
|
class | Throw when unrecoverable I/O error happens.
|
class | This exception is thrown to indicate an I/O problem of some sort
occurred. |
class | This class functions like a standard InputStream
except that it counts line numbers, and canonicalizes newline
characters. |
class | This class functions like a standard Reader except that it
counts line numbers, and canonicalizes newline characters. |
class | This exception is thrown when a problem occurs due to the fact that
serialization is not active.
|
class | This exception is thrown when a class implements Serializable because
of a superclass, but should not be serialized. |
class | |
class | This class allows a class to specify exactly which fields should
be read, and what values should be read for these fields.
|
class | An ObjectOutputStream can be used to write objects
as well as primitive data in a platform-independent manner to an
OutputStream .
|
class | This class allows a class to specify exactly which fields should
be written, and what values should be written for these fields.
|
class | |
class | This exception is thrown when a problem occurs during serialization.
|
class | This class intends to describe the field of a class for the serialization
subsystem. |
class | This exception is thrown when unexpected data appears in the input
stream from which a serialized object is being read. |
class | This abstract class forms the base of the hierarchy of classes that
write output as a stream of bytes. |
class | This class writes characters to an output stream that is byte oriented
It converts the chars that are written to bytes using an encoding layer,
which is specific to a particular encoding standard. |
class | An input stream that reads its bytes from an output stream
to which it is connected.
|
class | This class writes its bytes to a PipedInputStream to
which it is connected.
|
class | An input stream that reads characters from a piped writer to which it is
connected.
|
class | This class writes its chars to a PipedReader to
which it is connected.
|
class | This class prints Java primitive values and object to a stream as
text. |
class | This class prints Java primitive values and objects to a stream as
text. |
class | This subclass of FilterInputStream provides the ability to
unread data from a stream. |
class | This subclass of FilterReader provides the ability to
unread data from a stream. |
class | This class allows reading and writing of files at random locations.
|
class | This abstract class forms the base of the hierarchy of classes that read
input as a stream of characters. |
class | This class merges a sequence of multiple InputStream 's in
order to form a single logical stream that can be read by applications
that expect only one stream.
|
class | This class models permissions related to serialization. |
class | This exception is thrown when there is an error in the data that is
read from a stream during de-serialization.
|
class | This class parses streams of characters into tokens. |
class | This class permits a String to be read as an input stream.
|
class | This class permits a String to be read as a character
input stream.
|
class | This class writes chars to an internal StringBuffer that
can then be used to retrieve a String .
|
class | Thrown when a file synchronization fails.
|
class | This exception is thrown when the requested character encoding is
not supported.
|
class | When reading a UTF string from an input stream, this exception is thrown
to indicate that the data read is invalid.
|
class | |
class | This exception is thrown when another ObjectStreamException occurs during
a serialization read or write. |
class | This abstract class forms the base of the hierarchy of classes that
write output as a stream of chars. |
Constructors with parameter type java.lang.Object | |
Initializes a Reader that will use the specified
Object for synchronization of critical code sections.
| |
This method initializes a Writer that will synchronize
on the specified Object .
|
Fields of type java.lang.Object | |
Object | This is the Object used for synchronizing critical code
sections. |
Object | This is the object used to synchronize criticial code sections for
thread safety. |
Methods with parameter type java.lang.Object | |
int | Compares this object to the given object.
|
boolean | This method tests two File objects for equality by
comparing the path of the specified File against the path
of this object. |
boolean | Check two FilePermissions for semantic equality.
|
Object | |
void | This method prints an Object to the stream. |
void | This method prints an Object to the stream. |
void | This method prints an Object to the stream. |
void | This method prints an Object to the stream. |
void | |
Object | Allows subclasses to replace objects that are written to the
stream with other objects to be written in their place. |
Object | Allows subclasses to resolve objects that are read from the
stream with other objects to be returned in their place. |
void | This method writes a object instance to a stream. |
void | Writes a representation of obj to the underlying
output stream by writing out information about its class, then
writing out each of the objects non-transient, non-static
fields. |
void | This method allows subclasses to override the default
serialization mechanism provided by
ObjectOutputStream . |
void | Writes an object to the stream in the same manner as
writeObject(Object) , but without the use of
references. |
Methods with return type java.lang.Object | |
Object | |
Object | Reads an object instance and returns it. |
Object | Returns the next deserialized object read from the underlying stream.
|
Object | This method allows subclasses to override the default
de serialization mechanism provided by
ObjectInputStream . |
Object |
Returns the next deserialized object read from the
underlying stream in an unshared manner. |
Object | Allows subclasses to replace objects that are written to the
stream with other objects to be written in their place. |
Object | Allows subclasses to resolve objects that are read from the
stream with other objects to be returned in their place. |
Classes derived from java.lang.Object | |
class | Input is sent as an XML request to given URI, and the output of this
filter is the parsed response to that request.
|
class | This consumer builds a DOM Document from its input, acting either as a
pipeline terminus or as an intermediate buffer. |
class | Class used to intercept various parsing events and use them to
populate a DOM document. |
class | A customizable event consumer, used to assemble various kinds of filters
using SAX handlers and an optional second consumer. |
class | Pipeline filter to remember XHTML links found in a document,
so they can later be crawled. |
class | This filter ensures that element and attribute names are properly prefixed,
and that such prefixes are declared. |
class | This provides static factory methods for creating simple event pipelines.
|
class | Fans its events out to two other consumers, a "tee" filter stage in an
event pipeline. |
class | Terminates a pipeline, consuming events to print them as well formed
XML (or XHTML) text.
|
class | This class checks SAX2 events to report validity errors; it works as
both a filter and a terminus on an event pipeline. |
class | This filter reports fatal exceptions in the case of event streams that
are not well formed. |
class | Filter to process an XPointer-free subset of
XInclude, supporting its
use as a kind of replacement for parsed general entities.
|
class | Packages an XSLT transform as a pipeline component.
|
Methods with parameter type java.lang.Object | |
void | Stores the property, normally a handler; a null handler indicates
that these events will not be forwarded.
|
Methods with return type java.lang.Object | |
Object | Returns the declaration or lexical handler currently in
use, or throws an exception for other properties.
|
Object | Returns the lexical handler being used.
|
Object | This method works like the SAX2 XMLReader method of the same name,
and is used to retrieve the optional lexical and declaration handlers
in a pipeline.
|
Object | Retrieves a property of unknown intent (usually a handler) |
Object | Returns the declaration or lexical handler being used. |
Object | XMLReaderRetrieves a property (lexical and decl handlers) |
Classes derived from java.lang.Object | |
class | Raised if the target POA already has a child POA with the specified name
(during creation of the new POA as a child of the target POA).
|
class | The helper operations for the exception AdapterAlreadyExists .
|
class | The AdapterNonExistent is thrown if the parent POA cannot locate
the required child POA.
|
class | The helper operations for the exception AdapterNonExistent .
|
class | Raised if any of the policy objects specified is not supported by this
ORB implementation, if conflicting policy objects are specified,
or if any of the specified policy objects require prior administrative
action that has not been performed.
|
class | The helper operations for the exception InvalidPolicy .
|
class | Raised when trying to get the default servant, when no default servant
has been associated with POA.
|
class | The helper operations for the exception NoServant .
|
class | Raised in response to activate the already active object.
|
class | The helper operations for the exception ObjectAlreadyActive .
|
class | Raised in several cases when the operation would be applicable to the
activated object, but the current object is not active.
|
class | The helper operations for the exception ObjectNotActive .
|
class | Raised in response to activate the already active object when
the UNIQUE_ID (single ID per object, default) policy is active. |
class | The helper operations for the exception ServantAlreadyActive .
|
class | Raised in several cases when the operation would be applicable to the
activated servant, but the current object is not active.
|
class | The helper operations for the exception ServantNotActive .
|
class | Raised when invoking POA operations, requiring that the target
object would be created by this POA, if this condition is not
satisfied.
|
class | The helper operations for the exception WrongAdapter .
|
class | Raised when invoking the operation that is not allowed by the current
combination of the used policies.
|
class | The helper operations for the exception WrongPolicy .
|
Classes derived from java.lang.Object | |
class | This parser emits SAX2 parsing events as it traverses a DOM tree, using
any conformant implementation of DOM. |
class | This class provides a driver which may be invoked from the command line
to process a document using a SAX2 parser and a specified XML processing
pipeline.
|
class | Utility implementation of a SAX resolver, which can be used to improve
network utilization of SAX based XML components. |
class | Implements null transforms. |
class | Packages OASIS XML Catalogs,
primarily for entity resolution by parsers.
|
class | This extends XMLWriter to create a class which defaults to writing
XHTML text, preferring the US-ASCII encoding. |
class | This class is a SAX handler which writes all its input as a well formed
XML or XHTML document. |
Methods with parameter type java.lang.Object | |
void | Throws an exception (no implementation attributes are supported) |
void | SAX2: Assigns the specified property. |
Methods with return type java.lang.Object | |
Object | Throws an exception (no implementation attributes are supported) |
Object | SAX2: Returns the specified property. |
Classes derived from java.lang.Object | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Methods with parameter type java.lang.Object | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
Classes derived from java.lang.Object | |
class | |
class | CaretEvent
|
class | An event used to signal a state change for an object.
|
class | EventType
|
class | A utility class for keeping track of EventListener s.
|
class | |
class | |
class | InternalFrameAdapter.
|
class | An event that indicates a change to a JInternalFrame component.
|
class | An event that contains information about a modification to the content of
a list.
|
class | An event that indicates a change to a list selection, including the source
of the change (a ListSelectionModel ) and the range of items in the
list that have potentially changed their selection status.
|
class | MenuDragMouseEvent
|
class | MenuEvent
|
class | MenuKeyEvent
|
class | MouseInputAdapter
|
class | PopupMenuEvent
|
class | Provides a mechanism for registering PropertyChangeListener s and
forwarding PropertyChangeEvent s to those listeners.
|
class | TableColumnModelEvent
|
class | An event that describes changes to a TableModel .
|
class | TreeExpansionEvent
|
class | TreeModelEvent
|
class | An event that carries information about a change to a
TreeSelectionModel .
|
class | UndoableEditEvent
|
Constructors with parameter type java.lang.Object | |
CaretEvent constructor
| |
Creates a new ChangeEvent instance for the specified source.
| |
Creates a new HyperlinkEvent with the given arguments.
| |
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.
| |
Creates a ListDataEvent object.
| |
ListSelectionEvent.ListSelectionEvent(Object source, int firstIndex, int lastIndex, boolean isAdjusting) Creates a new ListSelectionEvent .
| |
Constructor MenuEvent
| |
Constructor PopupMenuEvent
| |
Creates a new instance.
| |
Constructor TreeExpansionEvent
| |
Constructor TreeModelEvent
| |
Constructor TreeModelEvent
| |
Constructor TreeModelEvent
| |
Constructor TreeModelEvent
| |
TreeSelectionEvent.TreeSelectionEvent(Object source, TreePath path, boolean isNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath) Creates a new TreeSelectionEvent .
| |
TreeSelectionEvent.TreeSelectionEvent(Object source, TreePath[] paths, boolean[] areNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath) Creates a new TreeSelectionEvent .
| |
Constructor UndoableEditEvent
|
Fields of type java.lang.Object | |
Object[] | children
|
Object[] | An array with all currently registered listeners. |
Methods with parameter type java.lang.Object | |
Object | Creates a shallow copy of this TreeSelectionEvent , replacing
the source with source .
|
Methods with return type java.lang.Object | |
Object | Creates a shallow copy of this TreeSelectionEvent , replacing
the source with source .
|
Object[] | getChildren
|
Object[] | Returns an array containing a sequence of listenerType/listener pairs, one
for each listener.
|
Object[] | getPath
|
Classes derived from java.lang.Object | |
class | |
class | This is a helper class that combines two Enumerations.
|
class | This is a helper class that produces an empty Enumerations. |
class | A least recently used cache, based on LinkedHashMap.
|
class | A weak hash map has only weak references to the key. |
class | This class represents more advanced variant of java.util.SimpleTimeZone.
|
Methods with parameter type java.lang.Object | |
boolean | Tells if the map contains the given key. |
boolean | Returns true if the map contains at least one key which points to
the specified object as a value. |
boolean | Determine whether this Object is semantically equal
to another Object.
|
Object | Gets the value the key is mapped to.
|
Object | Adds a new key/value mapping to this map.
|
Object | Removes the key and the corresponding value from this map.
|
Methods with return type java.lang.Object | |
Object | Gets the value the key is mapped to.
|
Object | Adds a new key/value mapping to this map.
|
Object | Removes the key and the corresponding value from this map.
|
Classes derived from java.lang.Object | |
class | Operations as provided by CUPS up to version 1.1
See: CUPS Implementation of IPP, chapter 3.2 http://www.cups.org/doc-1.1/ipp.html |
class | Provides the currently known mappings of the media attribute
values of the CUPS printing system to the IPP standard values.
|
class | Implementation of the PrintService/MultiDocPrintService
interface for Cups printers (supports Cups 1.1 and up)
|
class | The platform default implementation based on CUPS.
|
class | CupsServer represents a host running a cups
compatible server. |
class | A PrintException further refining the exception
cause by providing an implementation of the print exception
interface AttributeException .
|
class | Implementation of the PrinterDialog used by
ServiceUI for visual selection
of print services and its attributes.
|
class | A PrintException further refining the exception
cause by providing an implementation of the print exception
interface FlavorException .
|
class | A PrintException further refining the exception
cause by providing an implementation of the print exception
interface URIException .
|
Methods with return type java.lang.Object | |
Object | Overridden for CUPS specific handling of the media attribute.
|
Object | Overridden for CUPS specific handling of the media attribute.
|
Classes derived from java.lang.Object | |
class | This class allows data to be transferred using a cut and paste type
mechanism.
|
class | This class represents a particular data format used for transferring
data via the clipboard.
|
class | Event indicating a Clipboard has different flavors available.
|
class | MIME string couldn't be parsed correctly.
|
class | This class transfers a string as plain text using the clipboard.
|
class | This class maps between native platform type names and DataFlavors.
|
class | The data flavor requested is not supported for the transfer data.
|
Methods with parameter type java.lang.Object | |
boolean | This method test the specified Object for equality
against this object. |
Transferable | Returns the contents of the clipboard.
|
Methods with return type java.lang.Object | |
Object | Returns a copy of this object.
|
Object | |
Object | This method returns the data in the requested format.
|
Object | Returns the data in the specified DataFlavor .
|
Classes derived from java.lang.Object | |
class | A base abstract class to facilitate MAC (Message Authentication Code)
implementations.
|
class | The implementation of the HMAC (Keyed-Hash Message Authentication
Code).
|
class | A Factory to instantiate Keyed-Hash Message Authentication Code
(HMAC) algorithm instances.
|
class | A Factory that instantiates instances of every supported Message
Authentication Code algorithms, including all HMAC algorithms.
|
class | A filtering input stream that computes a MAC (message authentication code)
over all data read from the stream.
|
class | A filtering output stream that computes a MAC (message authentication code)
over all data written to the stream.
|
class | The One-Key CBC MAC, OMAC. |
class | TMMH is a universal hash function suitable for message
authentication in the Wegman-Carter paradigm, as in the Stream Cipher
Security Transform. |
class | UHASH is a keyed hash function, which takes as input a string of
arbitrary length, and produces as output a string of fixed length (such as 8
bytes). |
class | The implementation of the UMAC (Universal Message Authentication
Code).
|
Methods with return type java.lang.Object | |
Object | Returns a clone copy of this instance.
|
Object | |
Object | Returns a clone copy of this instance.
|
Object | Returns a clone copy of this instance.
|
Object | This method may be called to create a new copy of the
Object. |
Object | |
Object | Returns a clone copy of this instance.
|
Classes derived from java.lang.Object | |
class | A base class for implementing the Action interface.
|
class | Provides an abstract implementation of common button behaviour,
data model and look & feel.
|
class | A Java Accessibility extension of the AbstractButton.
|
class | An extension of ChangeListener to be serializable.
|
class | An abstract superclass for table and tree cell editors. |
class | Provides standard implementations of some methods in ListModel .
|
class | Provides standard implementations for some of the methods in
SpinnerModel .
|
class | Maps arbitrary keys (usually Strings) to Action instances. |
class | A factory for commonly used borders.
|
class | A component that uses a BoxLayout as Layout Manager.
|
class | Provides accessibility support for Box es.
|
class | A component that servers as a filler in BoxLayout controlled containers.
|
class | Provides accessibility support for Box.Filler .
|
class | A layout that stacks the children of a container in a Box, either
horizontally or vertically.
|
class | Logically groups a set of buttons, so that only one of the buttons in
a ButtonGroup can be selected at the same time. |
class | Paints the cells of JList, JTable and JTree.
|
class | Provides accessibility support for CellRendererPanes.
|
class | An InputMap that is associated with a particular JComponent .
|
class | An extension of Graphics that can be used for debugging
custom Swing widgets. |
class | The default implementation of BoundedRangeModel .
|
class | The default implementation of ButtonModel .
|
class | The default implementation of TableCellEditor and
TreeCellEditor . |
class | This changeable module access the editor component in the component
specific way. |
class | A model that stores a list of elements and a selected item (which may be
null ). |
class | The default implementation of DesktopManager for
Swing. |
class | This class has been obsoleted by the new
KeyboardFocusManager and
DefaultKeyboardFocusManager API.
|
class | The default implementation ListCellRenderer . |
class | Subclasses DefaultListCellRenderers and implements
UIResource . |
class | The default implementation of AbstractListModel , used by
JList and similar objects as the model of a list of
values. |
class | The default implementation of ListSelectionModel ,
which is used by JList and
similar classes to manage the selection status of a number of data
elements.
|
class | |
class | This class has been obsoleted by the new
KeyboardFocusManager and
DefaultKeyboardFocusManager API.
|
class | Produces grayscale images out of colored images. |
class | |
class | Provides the accessibility features for the ImageIcon
class.
|
class | Maps KeyStroke s to arbitrary objects, usually Strings. |
class | Verifies the user input on a component before the focus is shifted.
|
class | A FocusTraversalPolicy that provides the additional capability
to determine a JInternalFrame 's initially focused component
when it is selected.
|
class | A top-level container that is usually used in web browsers.
|
class | Provides accessibility support for JApplet .
|
class | A general purpose push button. |
class | Accessibility support for JButtons.
|
class | A small box that displays a check or not, depending on it's
selected state. |
class | Provides accessibility support for JCheckBox .
|
class | A menu item that displays a checkbox. |
class | Provides the accessibility features for the JCheckBoxMenuItem
component.
|
class | A Swing widget that offers users different ways to
select a color. |
class | Accessibility support for JColorChooser .
|
class | A component that allows a user to select any item in its list and
displays the selected item to the user. |
class | Accessibility support for JComboBox .
|
class | The base class of all Swing components.
|
class | Basic accessibility support for JComponent derived
widgets.
|
class | Receives notification if there are child components are added or removed
from the JComponent and fires appropriate PropertyChangeEvents to
interested listeners on the AccessibleJComponent.
|
class | Receives notification if the focus on the JComponent changes and
fires appropriate PropertyChangeEvents to listeners registered with
the AccessibleJComponent.
|
class | JDesktopPane is a container (usually for JInternalFrames) that simulates a
desktop. |
class | Provides the accessibility features for the JDesktopPane
component.
|
class | A dialog window. |
class | Provides accessibility support for JDialog s.
|
class | A powerful text editor component that can handle different types of
content.
|
class | Provides accessibility support for JEditorPane .
|
class | Provides accessibility support for JEditorPane s, when the
editor kit is an instance of HTMLEditorKit .
|
class | This is the accessible text that is returned by
JEditorPane.AccessibleJEditorPaneHTML.getAccessibleText() .
|
class | The accessible representation of a HTML link.
|
class | A component that provides the user a dialog box to browse through a
filesystem and choose one or more files or directories.
|
class | Provides the accessibility features for the JFileChooser
component.
|
class | A text field that makes use of a formatter to display and edit a specific
type of data. |
class | An abstract base implementation for a formatter that can be used by
a JTextField. |
class | Delivers instances of an JFormattedTextField.AbstractFormatter for
a specific value type for a JFormattedTextField.
|
class | A window that supports window decorations (titlebar and borders).
|
class | Provides accessibility support for JFrame s.
|
class | This class implements a Swing widget that looks and acts like a native
frame. |
class | Provides the accessibility features for the JInternalFrame
component.
|
class | This class represents the JInternalFrame while it is iconified.
|
class | Provides the accessibility features for the JDesktopIcon
component.
|
class | A component that displays a static text message and/or an icon.
|
class | Provides the accessibility features for the JLabel
component.
|
class | A container that adds depth to the usual Container semantics.
|
class | Provides accessibility support for JLayeredPane .
|
class | |
class | Provides accessibility support for JList .
|
class | Provides accessibility support for list elements in JList s.
|
class | This class represents a menu that can be added to a menu bar or
can be a submenu in some other menu. |
class | Implements support for assisitive technologies for JMenu .
|
class | |
class | JMenuBar is a container for menu's. |
class | Provides accessibility support for JMenuBar .
|
class | JMenuItem represents element in the menu. |
class | Provides the accessibility features for the JMenuItem
component.
|
class | This class creates different types of JDialogs and JInternalFrames that can
ask users for input or pass on information. |
class | Provides the accessibility features for the JOptionPane
component.
|
class | An instance of JPanel can be added to a panel, frame etc
|
class | Provides accessibility support for JPanel .
|
class | class JPasswordField
|
class | AccessibleJPasswordField
|
class | JPopupMenu is a container that is used to display popup menu's menu
items. |
class | |
class | This is the separator that can be used in popup menu.
|
class | A component that displays a visual indicator of the progress of a task. |
class | Provides the accessibility features for the JProgressBar
component.
|
class | The JRadioButton component provides a visually selectable
button with mutually exclusive behaviour within a ButtonGroup .
|
class | This class provides accessibility support for the toggle button.
|
class | This class represents JRadioButtonMenuItem. |
class | Provides the accessibility features for the
JRadioButtonMenuItem component.
|
class | This class is where JComponents are added to. |
class | |
class | |
class | The JScrollBar. |
class | Provides the accessibility features for the JScrollBar
component.
|
class | A component that embeds another component and enables it to be scrolled
both in horizontal and vertical direction.
|
class | Provides accessibility support for the JScrollPane .
|
class | |
class | The JSeparator. |
class | Provides the accessibility features for the JSeparator
component.
|
class | A visual component that allows selection of a value within a
range by adjusting a thumb in a track. |
class | Provides the accessibility features for the JSlider
component.
|
class | A JSpinner is a component that displays a single value from
a sequence of values, and provides a convenient means for selecting the
previous and next values in the sequence. |
class | An editor class for a JSpinner that is used
for displaying and editing dates (e.g. that uses
SpinnerDateModel as model).
|
class | The base class for the editor used by the JSpinner component.
|
class | A JSpinner editor used for the SpinnerListModel .
|
class | A panel containing a JFormattedTextField that is configured for
displaying and editing numbers. |
class | This class implements JSplitPane. |
class | Provides the accessibility features for the JSplitPane
component.
|
class | This is a container for components where only one component is displayed at
a given time and the displayed component can be switched by clicking on
tabs.
|
class | Accessibility support for JTabbedPane .
|
class | A helper class that listens for changes to the model.
|
class | The table component, displaying information, organized in rows and columns.
|
class | Provides accessibility support for JTable .
|
class | Provides accessibility support for table cells.
|
class | |
class | The JTextArea component provides a multi-line area for displaying
and editing plain text. |
class | Provides accessibility support for JTextArea .
|
class | |
class | AccessibleJTextField
|
class | A powerful text component that supports styled content as well as
embedding images and components. |
class | The JToggleButton component provides a stateful button,
which can be either selected or unselected. |
class | This class provides accessibility support for the toggle button.
|
class | The model handles the storage and maintenance of the state of
the toggle button. |
class | JToolBar is a component that provides a toolbar to Swing programs. |
class | Provides the accessibility features for the JToolBar
component.
|
class | This is an extension of JSeparator used in toolbars. |
class | This class is used to display ToolTips. |
class | Provides the accessibility features for the JToolTip
component.
|
class | |
class | This class implements accessibility support for the JTree class. |
class | |
class | A TreeModel that does not allow anything to be selected.
|
class | Listens to the model of the JTree and updates the property
expandedState if nodes are removed or changed.
|
class | This redirects TreeSelectionEvents and rewrites the source of it to be
this JTree. |
class | This class implements accessibility support for the JTree child. |
class | _ +-------------------------------+ ...........Y1 \ | view | . |
class | Provides accessibility support for JViewport .
|
class | A ComponentListener that listens for
changes of the view's size. |
class | Unlike JComponent derivatives, JWindow inherits from
java.awt.Window. |
class | Provides accessibility support for JWindow .
|
class | |
class | |
class | A look-and-feel controls most aspects of the appearance and
operation of user interface components in javax.swing . |
class | This class manages current menu selectection. |
class | A layout manager that lays out the components of a container one over
another.
|
class | Manages a popup window that displays a Component on top of
everything else.
|
class | A factory for Popup objects. |
class | Using this class you can easily monitor tasks where you cannot
estimate the duration exactly.
A ProgressMonitor instance waits until the first time setProgress
is called. |
class | An input stream with a ProgressMonitor .
|
class | The repaint manager holds a set of dirty regions, invalid components,
and a double buffer surface. |
class | ScrollPaneLayout
|
class | |
class | This class calculates information about the size and position requirements
of components.
|
class | A sequence of values that represent the dimensions (widths or heights) of
some collection of items (for example, the widths of the columns in a table).
|
class | |
class | A date model used by the JSpinner component. |
class | An implementation of SpinnerModel which uses the values
contained within a list or an array. |
class | A model used by the JSpinner component.
|
class | Calculates the space between component edges, that are layed out by
SpringLayout .
|
class | A very flexible layout manager. |
class | The constraints that define the relationships between components.
|
class | A number of static utility functions which are
useful when drawing swing components, dispatching events, or calculating
regions which need painting.
|
class | Fires one or more action events after the specified delay. |
class | This class is responsible for the registration of JToolTips to Components
and for displaying them when appropriate.
|
class | This ActionListener is associated with the Timer that listens to whether
it is time for the JToolTip to be displayed after the mouse has entered
the JComponent.
|
class | This Actionlistener is associated with the Timer that listens to whether
the mouse cursor has re-entered the JComponent in time for an immediate
redisplay of the JToolTip.
|
class | This ActionListener is associated with the Timer that listens to whether
the JToolTip can be hidden after four seconds.
|
class | |
class | UIDefaults is a database where all settings and interface bindings are
stored into. |
class | |
class | |
class | Manages the current LookAndFeel and any auxiliary LookAndFeel
instances.
|
class | Represents the basic information about a LookAndFeel (LAF), so
that a list of installed LAFs can be presented without actually loading
the LAF class(es).
|
class | Thrown by the UIManager.setLookAndFeel(LookAndFeel) method when the
specified look and feel is not supported on the current platform.
|
class | The default layout for JViewport . |
Constructors with parameter type java.lang.Object | |
Creates a new model and initializes its item list to the values in the
given array. | |
Constructs JComboBox with specified list of items.
| |
Creates a JFormattedTextField with the specified value. | |
JFormattedTextField.JFormattedTextField(JFormattedTextField.AbstractFormatterFactory factory, Object value) Creates a JFormattedTextField with the specified formatter factory and
initial value.
| |
Creates a new JList object.
| |
Creates a new JOptionPane object using the given message using the
PLAIN_MESSAGE type and DEFAULT_OPTION.
| |
Creates a new JOptionPane object using the given message and messageType
and DEFAULT_OPTION.
| |
Creates a new JOptionPane object using the given message, messageType and
optionType.
| |
Creates a new JOptionPane object using the given message, messageType,
optionType and icon.
| |
JOptionPane.JOptionPane(Object message, int messageType, int optionType, Icon icon, Object[] options) Creates a new JOptionPane object using the given message, messageType,
optionType, icon and options.
| |
JOptionPane.JOptionPane(Object message, int messageType, int optionType, Icon icon, Object[] options, Object initialValue) Creates a new JOptionPane object using the given message, messageType,
optionType, icon, options and initialValue. | |
Creates a new JTable instance, storing the given data
array and heaving the given column names. | |
Creates a new JTree object.
| |
ProgressMonitor.ProgressMonitor(Component component, Object message, String note, int minimum, int maximum) Creates a new ProgressMonitor instance. | |
ProgressMonitorInputStream.ProgressMonitorInputStream(Component component, Object message, InputStream stream) Creates a new ProgressMonitorInputStream .
| |
Constructs a SpinnerListModel using the supplied array.
| |
Constructs a new UIDefaults instance and loads the specified entries.
|
Fields of type java.lang.Object | |
Object | The value returned when the inputValue is uninitialized. |
Object | |
Object | The initial selected value in the input component. |
Object | The object that is initially selected for options. |
Object | The value the user inputs. |
Object | The message displayed in the dialog/internal frame. |
Object[] | The options (usually buttons) aligned at the bottom for the user to
select.
|
Object | This field is reference to the current selection of the combo box.
|
Object[] | The input values the user can select. |
Object | The object value (updated when getting and setting the value).
|
Object | The value returned by selecting an option. |
Methods with parameter type java.lang.Object | |
void | Inserts an element at a particular index in the list. |
void | This method adds a tab to the JTabbedPane. |
void | This method adds a tab to the JTabbedPane. |
void | Adds an element to the model's item list and sends a ListDataEvent
to all registered listeners. |
void | Inserts an element at the end of the list. |
void | This method adds given object to its data model.
|
void | Adds the specified component to this AbstractButton. |
void | Overridden to check if a component is already a child of this Container.
|
void | |
void | This method is called when a component is added to the
the JDialog. |
void | This method is called by all the add() methods to perform
the actual adding of the component. |
void | This method adds Components to this Container. |
void | |
void | DOCUMENT ME!
|
void | This method adds a component to the JSplitPane. |
void | This method overrides Container's addImpl method. |
void | |
void | |
void | This method adds given element to this JComboBox.
|
void | Adds a component to the layout. |
void | DOCUMENT ME!
|
void | This method is not used in this layout manager.
|
void | Adds a layout component and a constraint object to this layout.
|
void | This method initializes specified ComboBoxEditor to display given item.
|
boolean | Determines whether a particular element is a member of the list.
|
String | JTree.convertValueToText(Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) Converts the specified value to a String. |
void | Copies the list into a provided array. |
void | |
TreeModel | Creates a new TreeModel object.
|
void | Call ListDataListener.contentsChanged(ListDataEvent) on each element of the
listenerList which is a ListDataListener . |
void | Call ListDataListener.intervalAdded(ListDataEvent) on each element of the
listenerList which is a ListDataListener . |
void | Call ListDataListener.intervalRemoved(ListDataEvent) on each element of the
listenerList which is a ListDataListener . |
void | Sends a PropertyChangeEvent for the named property to all
registered listeners.
|
void | Report a change in a bound property to any registered property listeners.
|
void | Fires a PropertyChangeEvent.
|
void | Call VetoableChangeListener.vetoableChange(PropertyChangeEvent) on all listeners
registered to listen to a given property. |
Action | Returns an action associated with an object.
|
Object | Returns the entry for the specified key in the default
locale.
|
Object | Returns an object from the UIDefaults table for the current
LookAndFeel .
|
Object | Returns the entry for the specified key in the Locale
loc .
|
Object | Returns an object from the UIDefaults table for the current
LookAndFeel .
|
boolean | Returns a boolean entry for the default locale.
|
boolean | Returns a boolean value from the defaults table. |
boolean | Returns a boolean entry for a specic locale.
|
boolean | Returns a boolean value from the defaults table. |
Border | Returns a border entry for the default locale.
|
Border | Returns a border from the defaults table.
|
Border | Returns a border entry for a specic locale.
|
Border | Returns a border from the defaults table.
|
Object | Get a client property associated with this component and a particular
key.
|
Color | Returns a color entry for the default locale.
|
Color | Returns a drawing color from the defaults table.
|
Color | Returns a color entry for a specic locale.
|
Color | Returns a drawing color from the defaults table.
|
TableColumn | Get table column with the given identified.
|
Object | Returns the value of Toolkit.getDefaultToolkit()
.getDesktopProperty(systemPropertyName) , or
fallbackValue if no such property is defined.
|
Dimension | Returns a dimension entry for the default locale.
|
Dimension | Returns a dimension from the defaults table.
|
Dimension | Returns a dimension entry for a specic locale.
|
Dimension | Returns a dimension from the defaults table.
|
Font | Returns a font entry for the default locale.
|
Font | Retrieves a font from the defaults table of the current
LookAndFeel.
|
Font | Returns a font entry for a specic locale.
|
Font | Retrieves a font from the defaults table of the current
LookAndFeel.
|
Icon | Returns an icon entry for the default locale.
|
Icon | Returns an icon from the defaults table.
|
Icon | Returns an icon entry for a specic locale.
|
Icon | Returns an icon from the defaults table.
|
int | Returns the index of the specified element in the model's item list.
|
Insets | Returns an insets entry for the default locale.
|
Insets | Returns an Insets object from the defaults table.
|
Insets | Returns an insets entry for a specic locale.
|
Insets | Returns an Insets object from the defaults table.
|
int | Returns an integer entry for the default locale.
|
int | Returns the integer value of the Integer associated with the
given key. |
int | Returns an integer entry for a specic locale.
|
int | Returns the integer value of the Integer associated with the
given key. |
Component | DefaultListCellRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) getListCellRendererComponent
|
Component | ListCellRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) |
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. |
Component | DefaultCellEditor.getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) Get the cell editor component that will perform the editing session. |
Component | DefaultCellEditor.getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) Sets an initial value for the editor.
|
int | Gets the first index of a particular element in the list.
|
int | Gets the first index of a particular element in a list which occurs
at or after a particular index.
|
void | Adds an element at the specified index in the model's item list
and sends a ListDataEvent to all registered listeners.
|
void | Inserts an element at a particular index in the list. |
void | This method inserts givent element to the data model, at the specified
index.
|
void | Inserts given element at the specified index to this JComboBox.
|
void | This methods installs a UI property if it hasn't already been set by an
application. |
int | Gets the last index of a particular element in the list.
|
int | Gets the last index of a particular element in a list which occurs
at or before a particular index.
|
void | Loads the bindings in keys into retMap. |
ComponentInputMap | Creates a ComponentInputMap from keys.
|
InputMap | Creates a InputMap from keys.
|
JTextComponent.KeyBinding[] | Convenience method for building lists of KeyBindings.
|
boolean | SwingUtilities.notifyAction(Action action, KeyStroke ks, KeyEvent event, Object sender, int modifiers) |
Object | Puts a key and value into this UIDefaults object. In contrast to Hashtable s null -values are accepted
here and treated like #remove(key).
|
Object | Stores an object in the defaults table.
|
void | Puts a new Action into the ActionMap .
|
void | Puts a new entry into the InputMap .
|
void | Puts a new entry into the InputMap . |
void | Add a client property value to this component, associated
with key . |
void | Puts a set of key-value pairs into the map.
|
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 | This method initializes from a stream.
|
void | Remove an entry from the ActionMap .
|
void | Removes an element from the model's item list and sends a
ListDataEvent to all registered listeners. |
boolean | Removes the first occurrence of a particular element in the list. |
void | This method removes given element from the data model
|
void | This method removes given element from this JComboBox.
|
Object | Sets the list element at a particular index.
|
void | Sets the list element at a particular index.
|
void | This method changes the initial selection property.
|
void | This method changes the initial value property.
|
void | This method changes the inputValue property.
|
void | Sets item that should be editted when any editting operation is performed
by the user. |
void | Sets the model property of the list to a new anonymous
AbstractListModel subclass which accesses the provided Object
array directly.
|
void | This method changes the message property.
|
void | This method changes the options property.
|
void | Set the prototypeCellValue property. |
void | Sets the object that is assumed to be the displayed item when calculating
the preferred size for the combo box. |
void | Sets the selected item in the combo box. |
void | Sets the selected item for the model and sends a ListDataEvent to
all registered listeners. |
void | Forces combo box to select given item
|
void | Sets the selection to cover only the specified value, if it
exists in the model.
|
void | This method changes the selectionValues property.
|
void | Set the value for the editor component. |
void | Sets the value that will be formatted and displayed.
|
void | This method sets the value has been selected out of options.
|
void | Sets the value in the model.
|
void | Sets the current date and, if the new value is different to the old
value, sends a ChangeEvent to all registered listeners.
|
void | Sets the current value of the model to be the one supplied.
|
void | Sets the current value of the model to that specified.
|
void | Sets the current value and, if the new value is different to the old
value, sends a ChangeEvent to all registered listeners.
|
void | setValue
|
void | Set value for the cell at the given position. |
int | This method shows a confirmation dialog with the title "Select an Option"
and displays the given message. |
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. |
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. |
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. |
String | This method shows a QUESTION_MESSAGE type input dialog. |
String | This method shows a QUESTION_MESSAGE type input dialog. |
int | This method shows an internal confirmation dialog with the given message.
|
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 | 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. |
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 | This method shows an internal message dialog with the given message. |
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 | This method shows an INFORMATION_MESSAGE type message dialog.
|
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. |
String | Returns a String to be displayed, based on the Object
value .
|
Methods with return type java.lang.Object | |
Object[] | Returns all keys of entries in this ActionMap
and all its parents.
|
Object | Returns a clone of the action.
|
Object | Returns a clone of this object.
|
Object | Clones the AbstractFormatter and removes the association to any
particular JFormattedTextField.
|
Object | |
Object | |
Object | |
Object | |
Object | DefaultListModel.elementAt(int index) Gets an element of the list at the provided index.
|
Object | Gets the first element in the list.
|
Object | DefaultListModel.get(int index) Gets the list element at a particular index.
|
Object | Returns the entry for the specified key in the default
locale.
|
Object | Returns an object from the UIDefaults table for the current
LookAndFeel .
|
Object | Returns the entry for the specified key in the Locale
loc .
|
Object | Returns an object from the UIDefaults table for the current
LookAndFeel .
|
Object | Returns the binding for the specified keystroke, if there is one.
|
Object | Returns an object that represents the link anchor. |
Object | Returns an URL object, that represents the action at action
index i .
|
Object | Returns the current value for the CellEditor .
|
Object | Get the value, currently being displayed by the editor component. |
Object | Get the value for the editor component. |
Object | Get a client property associated with this component and a particular
key.
|
Object | Returns the value of Toolkit.getDefaultToolkit()
.getDesktopProperty(systemPropertyName) , or
fallbackValue if no such property is defined.
|
Object | DefaultComboBoxModel.getElementAt(int index) Returns the element at the specified index in the model's item list.
|
Object | DefaultListModel.getElementAt(int index) Gets the list element at a particular index.
|
Object | ListModel.getElementAt(int index) Retrieves a data element at a specified index.
|
Object | This method returns the value initially selected from the list of values
the user can input.
|
Object | This method returns the value that is focused from the list of options.
|
Object | This method returns the value that the user input.
|
Object | This method returns item that is currently editable.
|
Object | Returns elements located in the combo box at the given index.
|
Object[] | Returns an array of the keys for the property values that have been
defined via the putValue(String,Object) method (or the class
constructor).
|
Object | |
Object | This method returns the message displayed.
|
Object | Gets the next value without changing the current value.
|
Object | Returns the next date in the sequence, or null if the
next date is past the upper limit (if one is specified). |
Object | Returns the next value from the list, which is the same as the element
stored at the current index + 1. |
Object | Returns the next value from the model. |
Object | Returns the next value, or null if adding the step size to
the current value results in a value greater than the maximum value.
|
Object[] | This method returns the options.
|
Object | Gets the previous value without changing the current value.
|
Object | Returns the previous date in the sequence, or null if the
previous date is prior to the lower limit (if one is specified). |
Object | Returns the previous value from the list, which is the same as the element
stored at the current index - 1. |
Object | Returns the previous value from the model. |
Object | Returns the previous value, or null if subtracting the
step size from the current value results in a value less than the minimum
value. |
Object | Returns the current value of the prototypeCellValue
property. |
Object | Returns an object that is used as the display value when calculating the
preferred size for the combo box. |
Object | Returns the currently selected item in the combo box.
|
Object | Returns the selected item.
|
Object | Returns currently selected item in the combo box.
|
Object[] | Returns an single-element array containing the "text" property of the
button if the "selected" property of the button's model is
true , otherwise returns null .
|
Object[] | Return null . |
Object[] | This method returns array containing label of this menu item if it is
selected and null otherwise.
|
Object[] | Returns Object array of size 1 containing currently selected element in
the JComboBox.
|
Object | Returns the first value in the list's model property which is
selected, according to the list's selectionModel property.
|
Object[] | Returns all the values in the list's model property which are
selected, according to the list's selectionModel property.
|
Object[] | This method returns the selection values.
|
Object | Returns the last valid value. |
Object | This method returns the value that the user selected out of options.
|
Object | Gets the current value of the spinner, according to the underly model,
not the UI.
|
Object | Returns the current date in the sequence (this method returns the same as
getDate() ).
|
Object | Returns the current value of the model. |
Object | Returns the current value of the model.
|
Object | Returns the current value, which for this class is always an instance of
Number .
|
Object | Returns the value associated with the specified key.
|
Object | Returns the value associated with the specified key.
|
Object | JTable.getValueAt(int row, int column) Get the cell value at the given position.
|
Object[] | Returns all keys of entries in this ActionMap .
|
Object | Gets the last element in the list.
|
Object | Utility method that creates a UIDefaults.LazyValue that creates an
ImageIcon UIResource for the specified gifFile filename.
|
Object | Puts a key and value into this UIDefaults object. In contrast to Hashtable s null -values are accepted
here and treated like #remove(key).
|
Object | Stores an object in the defaults table.
|
Object | DefaultListModel.remove(int index) Removes the element at a particular index from the list.
|
Object | Sets the list element at a particular index.
|
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. |
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.
|
Object | Parses text to return a corresponding Object.
|
Object[] | Gets an array containing the elements of the list.
|
Classes derived from java.lang.Object | |
class | An FTP client connection, or PI.
|
class | An FTP control exception.
|
class | An FTP control response.
|
class | An FTP URL connection.
|
class | An FTP URL stream handler.
|
Classes derived from java.lang.Object | |
class | A thread-safe implementation of an ArrayList. |
Methods with parameter type java.lang.Object | |
boolean | Returns true if element is in this ArrayList.
|
boolean | Test whether this list is equal to another object. |
int | Returns the lowest index at which element appears in this List, or -1 if it
does not appear.
|
int | Returns the highest index at which element appears in this List, or -1 if
it does not appear.
|
boolean | Remove the first occurrence, if any, of the given object from this list,
returning true if the object was removed, false
otherwise.
|
Methods with return type java.lang.Object | |
Object | Creates a shallow copy of this ArrayList (elements are not cloned).
|
Object[] | Returns an Object array containing all of the elements in this ArrayList.
|
Classes derived from java.lang.Object | |
class | Base class for graphics state objects (State pattern, GOF book)
that represents the current pipeline configuration. |
class | Delegates almost all work to a state object, that allows us to
hot-swap rendering strategies based on state changes inflicted on
this Graphics object. |
class | IntegerGraphicsState is one of several graphics state
implementations. |
class |
Methods with parameter type java.lang.Object | |
void | Adds or updates a hint in the current rendering hints table.
|
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Object | |
Object | This method may be called to create a new copy of the
Object. |
Object | |
Object | Returns the current value of a rendering hint.
|
Classes derived from java.lang.Object | |
class | The CodecFactoryOperations.create_codec(Encoding) raises
UnknownEncoding if that factory cannot create a
Codec of the given encoding.
|
class | The helper operations for the exception UnknownEncoding .
|
Classes derived from java.lang.Object | |
class | A permission controlling access to authentication service. |
class | An exception thrown when the Destroyable.destroy() method
fails for a credential.
|
class | |
class | A permission governing access to a private credential. |
class | A signal that a call to Refreshable.refresh() failed.
|
class | |
class |
Methods with parameter type java.lang.Object | |
boolean | Check to see if this object equals obj. |
boolean | Determine whether this Object is semantically equal
to another Object.
|
Methods with return type java.lang.Object | |
Object | Run a method as another subject. |
Object | Run a method as another subject. |
Object | Run a method as another subject. |
Object | Subject.doAsPrivileged(Subject subject, PrivilegedExceptionAction<T> action, AccessControlContext acc) Run a method as another subject. |
Classes derived from java.lang.Object | |
class | Thrown if an attempt to export a remote object fails.
|
class | |
class | Represents the object identifier, unique for the host that generated it.
|
class | This class was used with jdk 1.1 stubs and skeletons. |
class | |
class | Together with dynamic proxy instance, this class replaces the generated RMI
stub (*_Stub) classes that (following 1.5 specification) should be no longer
required. |
class | A common superclass for the server implementations.
|
class | This is a base class for the automatically generated RMI stubs.
|
class | This class provides a set of public static utility methods for supporting
network-based class loading in RMI. |
class | |
class | |
class | Thrown if a remote exception occurs during the cloning process of a
UnicastRemoteObject .
|
class | Thrown during RemoteServer.getClientHost if the host is
not servicing a remote method call.
|
class | Thrown if a call is received that does not match a Skeleton. |
class | Thrown if a Skeleton corresponding to the remote object is not found.
|
class | Thrown during remote object export if the code does not have permission
to create a java.net.ServerSocket on the specified port.
|
class | Represents the unique identifier over time for the host which has generated
it. |
class | This class obtains stub that communicates with the remote object.
|
Methods with parameter type java.lang.Object | |
boolean | Compare for equality.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Compare this UID with another UID for equality (not equal to other types of
objects).
|
RemoteStub | |
Object | Invoke the remote method. |
Object | Invoke a method. |
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Object | |
Object | |
Object | Invoke the remote method. |
Object | Invoke a method. |
Classes derived from java.lang.Object | |
class | Implements the conception of the Active Object Map.
|
class | The reference data about the object, placed on the AOM.
|
class | The InvokeHandler, indicating, that the target is a dynamic
implementation rather than an invoke handler. |
class | A "virtual servant", delegating all invocation to the wrapped
object (usually remote). |
class | A holder for the exception ForwardRequest .
|
class | Defines a simple adapter activator.
|
class | The class, indicating that the request should be forwarded to another
target. |
class | Implementation of the id assignment policy.
|
class | Implementation of the id uniqueness policy.
|
class | Implementation of the implicit activation policy.
|
class | The implementation of the life span policy.
|
class | Supports the "Poa current" concept, providing the id and poa of
the object currently being served. |
class | Our POA implementation.
|
class | The implementation of the POA manager. |
class | The implementation of the request processing policy.
|
class | Represents a CORBA object, being locally served by the associated servant.
|
class | The implementation of the servant retention policy.
|
class | The implementation of the thread policy.
|
class | A holder for the exception InvalidPolicy .
|
class | A local delegate, transferring all object requests to the locally available
servant. |
class | Directs the invocation to the locally available servant. |
class | Used to make local invocations via LocalRequest.
|
class | The ORB, supporting POAs that are the feature of jdk 1.4.
|
class | The implementation of the servant delegate for the locally existing
servant.The associated servant that must also implement the
InvokeHandler interface. |
class | Contains the frequently uset POA policy sets. |
Methods with parameter type java.lang.Object | |
boolean | Check if the given policy value applies to this POA.
|
boolean | Compare with another object for equality, comparing the object keys.
|
void | Check for the absence of the given policy.
|
void | Check for the presence of the required policy.
|
void | This method is called by RMI-IIOP javax.rmi.Tie.orb(ORB) , passing
this as parameter. |
Methods with return type java.lang.Object | |
Object | Get the value of this policy
|
Classes derived from java.lang.Object | |
class | Immutable representation of a bit string, which is equivalent to a
byte array except some number of the rightmost bits are ignored. |
class | |
class | This class decodes DER sequences into Java objects. |
class | |
class | Methods that allow various Java types to be written as a DER
(Distinguished Encoding Rules) stream to the specified output stream.
|
Constructors with parameter type java.lang.Object | |
Fields of type java.lang.Object | |
Object |
Methods with parameter type java.lang.Object | |
int | |
boolean |
Methods with return type java.lang.Object | |
Object | |
Object | |
Object | DERValue.getValueAs(int derType) |
Classes derived from java.lang.Object | |
class | GIOP 1.2 reply header.
|
class | The GIOP 1.2 request header. |
Classes derived from java.lang.Object | |
class | A class to encode images in the BMP format.
|
Classes derived from java.lang.Object | |
class |
Stores the attribute information, obtained by parsing SGML (DTD) tag
<! |
class | A representation of the element content. |
class | A simple error-tolerant HTML parser that uses a DTD document
to access data on the possible tokens, arguments and syntax.
The parser reads an HTML content from a Reader and calls various
notifying methods (which should be overridden in a subclass)
when tags or data are encountered.
Some HTML elements need no opening or closing tags. |
class | Representation or the SGML DTD document.
|
class |
Stores the element information, obtained by parsing SGML DTD
tag <! |
class | Stores information, obtained by parsing SGML DTL
<! |
class | A simple error-tolerant HTML parser that uses a DTD document
to access data on the possible tokens, arguments and syntax.
The parser reads an HTML content from a Reader and calls various
notifying methods (which should be overridden in a subclass)
when tags or data are encountered.
Some HTML elements need no opening or closing tags. |
class | This class instantiates and starts the working instance of
html parser, being responsible for providing the default DTD.
|
class | The SGML element, defining a single html tag.
|
Constructors with parameter type java.lang.Object | |
Create a content model, involving binary expression of the given type.
|
Fields of type java.lang.Object | |
Object | The document content, containing either Element or the enclosed
content model (that would be in the parentheses in BNF expression).
|
Object | A field to store additional user data for this Element.
|
Methods with parameter type java.lang.Object | |
ContentModel | Creates a new content model.
|
boolean | Checks if this object can potentially be the first token in the
ContenModel list. |
Classes derived from java.lang.Object | |
class | The public interface to the automatic gridfitter.
|
class | |
class |
Classes derived from java.lang.Object | |
class | The kind of diagnostic information.
|
Classes derived from java.lang.Object | |
class | A Factory class that returns CALG (Confidentiality Algorithm) instances that
operate as described in the draft-burdis-cat-sasl-srp-08.
|
class | The client-side implementation of the SRP security context store.
|
class | A Factory class that returns IALG (Integrity Algorithm) instances that
operate as described in the draft-burdis-cat-sasl-srp-04 and later.
|
class | The SASL-SRP KDF implementation, which is also used, depending on how it was
instantiated, as a secure Pseudo Random Number Generator.
|
class | The implementation of SRP password files.
|
class | The server-side implementation of the SRP security context store.
|
class | A Factory class that returns SRP Singletons that know all SRP-related
mathematical computations and protocol-related operations for both the
client- and server-sides.
|
class | The SRP mechanism authentication information provider implementation.
|
class | The SASL-SRP client-side mechanism.
|
class | The SASL-SRP server-side mechanism.
|
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Classes derived from java.lang.Object | |
class | This is a helper for the bootstrap class loader. |
class | |
class | |
class | |
class | Lookup addresses (represented as longs) to find source & line number info.
|
class | |
class | |
class | |
class | |
class | A ClassLoader backed by a gcj-compiled shared library.
|
class | |
class |
Constructors with parameter type java.lang.Object | |
Methods with parameter type java.lang.Object | |
StringBuffer | Append the String value of the argument to this StringBuffer .
|
Methods with return type java.lang.Object | |
Object | |
Object |
Classes derived from java.lang.Object | |
class | Provides the default transient activation system.
|
class | The bidirectional hash table, maps both a to b and b to a.
|
class | The default activation group class. |
class | Finds and returns the default activation system for this jre.
|
Methods with parameter type java.lang.Object | |
boolean | Check if the table contains this key.
|
Object | Get value from key
|
Object | Get key by value
|
void | Put key-value pair.
|
void | Remove the key-value pair by key
|
Methods with return type java.lang.Object | |
Object | Get value from key
|
Object | Get key by value
|
Object[] | Get the key collection.
|
Classes derived from java.lang.Object | |
class | A runtime exception to indicate image reading and writing failures.
|
class | IIOImage is a container class for components of an image file that
stores image data, image metadata and thumbnails.
|
class | An IIOParam stores parameters used when encoding or decoding image
streams. |
class | An uninstantiable class that provides static methods for locating
and using image readers and writers.
|
class | A class for decoding images within the ImageIO framework.
|
class | DOCUMENT ME
|
class | ImageTypeSpecifier store the color and sample models associated
with an IIOImage.
|
class | DOCUMENT ME
|
class | A class for encoding images within the ImageIO framework.
|
Fields of type java.lang.Object | |
Object | An ImageInputStream from which image data is read.
|
Object | An ImageInputStream to which image data is written.
|
Methods with parameter type java.lang.Object | |
ImageInputStream | Create an image input stream from the given object. |
ImageOutputStream | Create an image output stream from the given object. |
Iterator | Retrieve an iterator over the collection of registered image
readers that support reading data from the given object.
|
void | Set the input source to the given object. |
void | Set the input source to the given object and specify whether this
reader should be allowed to read input from the data stream more
than once. |
void | Set the input source to the given object, specify whether this
reader should be allowed to read input from the data stream more
than once, and specify whether this reader should ignore metadata
in the input stream. |
void | Set the output destination of the given object. |
Methods with return type java.lang.Object | |
Object | Get this reader's image input source. null is returned if the
image source has not been set.
|
Object | Get this reader's image output destination. null is returned if
the image destination has not been set.
|
Classes derived from java.lang.Object | |
class | "Notification of a breakpoint in the target VM. |
class | "Notification of a class prepare in the target VM. |
class | "Notification of a class unload in the target VM" -- JDWP 1.4.2
|
class | This class is a base class for all VM->debugger event
notifications.
|
class | Manages event requests and filters event notifications.
|
class | A class which represents a request by the debugger for an event
in the VM. |
class | Notification from the VM that an exception has occurred along with where it
occurred, and if and where it was caught.
|
class | Notification from the VM that that a method has been invoked
|
class | Notification from the VM that that a method has returned
|
class | Notification from the VM that a single step has compleated including the
thread and location stepped to
|
class | "Notification of a completed thread in the target VM. |
class | "Notification of a new running thread in the target VM. |
class | Event notifying the debugger that the virtual machine has terminated.
|
class | "Notification of initialization of a target VM. |
Constructors with parameter type java.lang.Object | |
Constructs a new BreakpointEvent
| |
ExceptionEvent.ExceptionEvent(Throwable exception, Thread thread, Location location, Location catchLocation, Class<T> clazz, Object instance) Constructs a new ExceptionEvent where the exception was
caught.
| |
Constructs a new MethodEntryEvent
| |
Constructs a new MethodExitEvent
| |
Constructs a new SingleStepEvent
|
Methods with return type java.lang.Object | |
Object | BreakpointEvent.getParameter(int type) Returns a specific filtering parameter for this event.
|
Object | ClassPrepareEvent.getParameter(int type) Returns a specific filtering parameter for this event.
|
Object | ClassUnloadEvent.getParameter(int type) Returns a specific filtering parameter for this event. |
Object | Event.getParameter(int type) Returns a specific filtering parameter for this event. |
Object | ExceptionEvent.getParameter(int type) Returns a specific filtering parameter for this event. |
Object | MethodEntryEvent.getParameter(int type) Returns a specific filtering parameter for this event. |
Object | MethodExitEvent.getParameter(int type) Returns a specific filtering parameter for this event. |
Object | SingleStepEvent.getParameter(int type) Returns a specific filtering parameter for this event. |
Object | ThreadEndEvent.getParameter(int type) Returns a specific filtering parameter for this event.
|
Object | ThreadStartEvent.getParameter(int type) Returns a specific filtering parameter for this event.
|
Object | VmDeathEvent.getParameter(int type) Returns a specific filtering parameter for this event.
|
Object | VmInitEvent.getParameter(int type) Returns a specific filtering parameter for this event.
|
Classes derived from java.lang.Object | |
class | A helper operations for synchronization scope as an alias of
short .
|
Classes derived from java.lang.Object | |
class | Schema factory for RELAX NG grammars.
|
Classes derived from java.lang.Object | |
class | An XML
qualified name.
|
Methods with parameter type java.lang.Object | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
Classes derived from java.lang.Object | |
class | This class extends SQLException to count the successful
updates in each statement in a batch that was successfully updated prior
to the error.
|
class | This exception is thrown when a piece of data is unexpectedly
truncated in JDBC.
|
class | This class is a wrapper around java.util.Date to allow the JDBC
driver to identify the value as a SQL Date.
|
class | This class manages the JDBC drivers in the system. |
class | This class holds a driver property that can be used for querying or
setting driver configuration parameters.
|
class | This exception is thrown when a database error occurs.
|
class | |
class | This exception is thrown when a database warning occurs.
|
class | This class is a wrapper around java.util.Date to allow the JDBC
driver to identify the value as a SQL Time.
|
class | This class is a wrapper around java.util.Date to allow the JDBC
driver to identify the value as a SQL Timestamp. |
class | This class contains constants that are used to identify SQL data types.
|
Methods with parameter type java.lang.Object | |
boolean | This method these the specified Object for equality
against this object. |
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. |
void | |
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. |
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 an Object value.
|
void | This method updates the specified column to have an Object value.
|
Methods with return type java.lang.Object | |
Object | Returns the contents of this array. |
Object | Returns the contents of this array. |
Object | Returns a portion of this array starting at start
into the array and continuing for count
elements. |
Object | This method returns a portion of this array starting at start
into the array and continuing for count
elements. |
Object[] | This method returns the attributes of this SQL structured type.
|
Object[] | This method returns the attributes of this SQL structured type.
|
Object | |
Object | |
Object | CallableStatement.getObject(int index) 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 .
|
Object | This method returns the value of the specified column as a Java
Object using the specified SQL type to Java type map.
|
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.
|
Object | This method reads the next item from the stream a Java
Object .
|
Classes derived from java.lang.Object | |
class | Generates an XML element denoting the instantiation of an array.
|
class | Generates an XML element denoting the retrieval of an array value.
|
class | |
class | Generates an XML element denoting the resolution of a class.
|
class | Element is the base class for the object tree elements.
|
class | Generates an XML element denoting the retrieval of a list's element.
|
class | Generates an XML element denoting the setting of a list's element.
|
class | Generates an XML element denoting a non-static method call.
|
class | Generates an XML element denoting the null value.
|
class | Generates an XML element denoting the instantiation of an object.
|
class | Generates an XML element denoting referencing an existing object.
|
class | Generates an XML element denoting a primitive data value.
|
class | Generates an XML element denoting a static method call.
|
class | |
class |
Classes derived from java.lang.Object | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Classes derived from java.lang.Object | |
class | The implementation of the RMI URL context. |
class | Iterates over bindings, obtaining values first from the binding list and then
from the binding iterator.
|
class | Iterates over name class pairs, obtaining values first from the binding list
and then from the binding iterator.
|
class | The implementation of the RMI URL context. |
class | Find the RMI URL context. |
class | The implementation of the RMI URL context. |
class | Iterates over name class pairs, obtaining values first from the binding list
and then from the binding iterator.
|
Methods with parameter type java.lang.Object | |
Object | Add new environment property to the environment of this context. |
Object | Add new environment property to the environment of this context. |
Object | Add new environment property to the environment of this context. |
void | Bind the given name into this context.
|
void | Bind the given name into this context.
|
void | Bind the given name into this context.
|
void | Bind the given name into this context. |
void | Bind the given name into this context. |
void | Bind the given name into this context. |
Object | rmiURLContextFactory.getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable<K,V> environment) Create a new instance of the context.
|
void | Rebinds this object.
|
void | Rebinds this object.
|
void | Rebinds this object.
|
void | Rebinds this object.
|
void | Rebinds this object.
|
void | Rebinds this object.
|
Methods with return type java.lang.Object | |
Object | Add new environment property to the environment of this context. |
Object | Add new environment property to the environment of this context. |
Object | Add new environment property to the environment of this context. |
Object | Convert from the CORBA binding into the javax.naming binding. |
Object | Convert from the binding name into the NameClassPair that this
enumeration should return.
|
Object | Convert from the CORBA binding into that this enumeration should return.
|
Object | rmiURLContextFactory.getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable<K,V> environment) Create a new instance of the context.
|
Object | Resolve the object by name
|
Object | Resolve the object by name
|
Object | Resolve the object by name
|
Object | Resolve the object by name.
|
Object | Resolve the object by name.
|
Object | Resolve the object by name.
|
Object | Not supported.
|
Object | Returns the naming service context under the given address,
wrapped as Context.
|
Object | Not supported.
|
Object | Not supported.
|
Object | Returns the naming service context under the given address, wrapped as
Context.
|
Object | Not supported.
|
Object | Returns the next element.
|
Object | Returns the next element.
|
Object | Removes the property with the given name from the environment. |
Object | Removes the property with the given name from the environment. |
Object | Removes the property with the given name from the environment. |
Classes derived from java.lang.Object | |
class | |
class | Charset provider wrapping iconv.
|
Classes derived from java.lang.Object | |
class | A default implementation of UndoableEdit that can be
used as a base for implementing editing operations.
|
class | An exception which indicates that an editing action cannot be
redone.
|
class | An exception which indicates that an editing action cannot be
undone.
|
class | An editing action that consists of multiple
UndoableEdits .
|
class | A helper class, making it easy to support undo and redo.
|
class | A helper class for supporting UndoableEditListener .
|
class | A manager for providing an application’s undo/redo
functionality.
|
Constructors with parameter type java.lang.Object | |
Constructs a new helper for broadcasting UndoableEditEvents.
|
Fields of type java.lang.Object | |
Object | The source of the broadcast UndoableEditEvents.
|
Methods with return type java.lang.Object | |
Object | Returns a control object from this input method, or null. |
Classes derived from java.lang.Object | |
class | The base interface for handshake implementations. |
class | |
class | |
class | |
class | An alert message in the SSL protocol. |
class | The description enumeration.
|
class | The level enumeration.
|
class | An exception generated by an SSL alert.
|
class | The certificate object. |
class | Builder for Certificate objects.
|
class | A request by the server for a client certificate.
|
class | |
class | Builder for CertificateRequest objects.
|
class | struct { CertificateStatusType status_type; select (status_type) { case ocsp: OCSPStatusRequest; } request; } CertificateStatusRequest; enum { ocsp(1), (255) } CertificateStatusType; struct { ResponderID responder_id_list<0..2^16-1>; Extensions request_extensions; } OCSPStatusRequest; opaque ResponderID<1..2^16-1>; opaque Extensions<0..2^16-1>; |
class | |
class | |
class | |
class | The CertificateURL extension value.
|
class | |
class | |
class | |
class | |
class | The set of cipher algorithms we support.
|
class | |
class | |
class | An iterator for the elements in this list. |
class | |
class | |
class | struct { select (KeyExchangeAlgorithm) { /* other cases for rsa, diffie_hellman, etc. |
class | The client's explicit Diffie Hellman value.
|
class | |
class | A ClientHello handshake message.
|
class | Builder for ClientHello objects.
|
class | The client key exchange message.
|
class | Builder for ClientKeyExchange objects.
|
class | struct { select (KeyExchangeAlgorithm) { /* other cases for rsa, diffie_hellman, etc. |
class | |
class | |
class | A basic list interface to a list of compression methods in an SSL
packet.
|
class | An iterator for the elements in this list. |
class | The content type enumeration, which marks packets in the record layer.
|
class | Debug constants for Jessie.
|
class | |
class | |
class | The client's RSA-encrypted pre-master secret.
|
class | |
class | An SSL hello extension.
|
class | |
class | |
class | A list of extensions, that may appear in either the ClientHello or
ServerHello . |
class | List iterator interface to an extensions list.
|
class | An SSL handshake message. |
class | |
class | The handshake body for a HelloRequest handshake message.
|
class | |
class | This is the security provider for Jessie. |
class | The enumeration of supported key exchange algorithms.
|
class | An enumeration of MAC algorithms we support.
|
class | Extension value
|
class | |
class | |
class | |
class | An SSL nonce.
|
class | A SSL/TLS record structure. |
class | struct { select (KeyExchangeAlgorithm) { /* other cases for rsa, diffie_hellman, etc. |
class | The server's Diffie-Hellman parameters message.
|
class | The server hello message.
|
class | |
class | An empty message that signals that the server is finished sending
its handshake data.
|
class | The server key exchange message.
|
class | Builder for ServerKeyExchange objects.
|
class | The ServerName extension.
|
class | |
class | |
class | |
class | struct { select (KeyExchangeAlgorithm) { /* other cases for rsa, diffie_hellman, etc. |
class | The ServerRSAParams structure.
|
class | |
class | |
class | The signature structure.
|
class | |
class | A simple, non-persistent SessionContext.
|
class | This is an implementation of a TrustManagerFactory
engine for the ``SRP'' algorithm. |
class | Our implementation of SSLContextSpi .
|
class | |
class | An implementation of of the RSA signature algorithm; this is an RSA
encrypted MD5 hash followed by a SHA-1 hash.
|
class | |
class | |
class | |
class | |
class | |
class | |
class | The value type for the Extension.Type extension.
|
class | The trusted authorities hello extension.
|
class | |
class | |
class | |
class | |
class | A collection of useful class methods.
|
class | |
class | |
class | This class implements a KeyManagerFactory engine
for the ``JessieX509'' algorithm.
|
class | This class implements a TrustManagerFactory engine
for the ``JessieX509'' algorithm.
|
Methods with parameter type java.lang.Object | |
boolean | |
boolean | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | |
@Override |
Methods with return type java.lang.Object | |
Object | |
Object |
Classes derived from java.lang.Object | |
class | Event operations may throw an EventException as specified in
their method descriptions.
|
Classes derived from java.lang.Object | |
class | The implementation of the HAVAL Service Provider Interface
(SPI) adapter.
|
class | The implementation of the MD2 Service Provider Interface (SPI)
adapter.
|
class | The implementation of the MD4 Service Provider Interface (SPI)
adapter.
|
class | The implementation of the MD5 Service Provider Interface (SPI)
adapter.
|
class | The implementation of the RIPEMD-128 Service Provider Interface
(SPI) adapter.
|
class | The implementation of the RIPEMD-160 Service Provider Interface
(SPI) adapter.
|
class | The implementation of the SHA-1 (160-bit) Service Provider Interface
(SPI) adapter.
|
class | The implementation of the SHA-2-1 (256-bit) Service Provider Interface
(SPI) adapter.
|
class | The implementation of the SHA-2-2 (384-bit) Service Provider Interface
(SPI) adapter.
|
class | The implementation of the SHA-2-3 (512-bit) Service Provider Interface
(SPI) adapter.
|
class | The implementation of the Tiger Service Provider Interface
(SPI) adapter.
|
class | The implementation of the Whirlpool Service Provider Interface
(SPI) adapter.
|
Classes derived from java.lang.Object | |
class | An Assembly is a construction consisting of a chain of
Transformer elements; each wired in pre- or post- transformation
mode. |
class | A Cascade Cipher is the concatenation of two or more block ciphers
each with independent keys. |
class | |
class | An enumeration type for specifying the operation type of a
Transformer .
|
class | A Stage in a Cascade Cipher.
|
class | A Transformer is an abstract representation of a two-way
transformation that can be chained together with other instances of
this type. |
class |
Methods with return type java.lang.Object | |
Object | Adds to the end of the current chain, a designated Stage .
|
Object | Inserts a Stage into the current chain, at the specified index
(zero-based) position.
|
Object | Adds to the begining of the current chain, a designated Stage .
|
Classes derived from java.lang.Object | |
class | |
class | A type used to indicate special data used by native code that should not
be marked by the garbage collector. |
class | A type used to indicate special data used by native code. |
Classes derived from java.lang.Object | |
class | A class which represents a JDWP array id
|
class | A reference type ID representing java arrays
|
class | A class which represents a JDWP thread id
|
class | A class which represents a JDWP class object id
|
class | A reference type ID representing java classes
|
class | A reference type ID representing java interfaces
|
class | A baseclass for all object types reported to the debugger
|
class | This is a special case of an ObjectId. |
class | This is a base class for all ObjectID-like entities in JDWP,
inculding Objects, ClassObject, ClassLoader, Thread, ThreadGroup,
etc.
|
class | Base class for reference type IDs. |
class | A class which represents a JDWP string id
|
class | A class which represents a JDWP thread group id
|
class | A class which represents a JDWP thread id
|
Methods with return type java.lang.Object | |
Object | Returns the object referred to by this ID
|
Classes derived from java.lang.Object | |
class | Parser or write operations may throw an LSException if the
processing is stopped. |
Classes derived from java.lang.Object | |
class | Specifies a stream to which to write the transformation result.
|
class | Specifies a stream from which to read the source XML data.
|
Classes derived from java.lang.Object | |
class | Superclass of all events in the Java Print Service API.
|
class | Adapter class for implementing PrintJobListener
classes. |
class | PrintJobAttributeEvent s are generated by a
PrintService to inform registered listeners that attributes
associated with a DocPrintJob instance have changed.
|
class | PrintJobEvent s are generated by a print job during
print job processing to inform registered listeners about the state
of processing.
|
class | PrintServiceAttributeEvent s are generated by a
PrintService to inform registered listeners that
its associated attributes have changed.
|
Constructors with parameter type java.lang.Object | |
Constructs a PrintEvent object.
|
Classes derived from java.lang.Object | |
class | The InconsistentTypeCode is thrown on the attempt to create
an DynAny for Principal
or native data types. |
class | The helper operations for the exception InconsistentTypeCode .
|
Classes derived from java.lang.Object | |
class | This class allows documents to be created with different paper types,
page formatters, and painters.
|
class | This class contains information about the desired page format to use for
printing a particular set of pages.
|
class | This class describes a particular type of paper.
|
class | This exception is thrown when the print job is aborted, either by the
user or by the application.
|
class | This is the generic toplevel exception for printing errors. |
class | This exception is thrown when the print job encounters an I/O problem
of some kind.
|
class | This class controls printing.
|
Methods with return type java.lang.Object | |
Object | This method returns a copy of this object.
|
Object | This method creates a copy of this object.
|
Classes derived from java.lang.Object | |
class | Native peer for GConf based preference backend.
|
Classes derived from java.lang.Object | |
class | A helper operations for the array of Any . |
class | The helper operations for DynAnyFactory . |
class | The helper operations for DynAny . |
class | A helper operations for the array of DynAny (DynAny[]).
|
class | The helper operations for DynArray . |
class | The helper operations for DynEnum . |
class | The helper operations for DynFixed . |
class | The helper operations for DynSequence . |
class | The helper operations for DynStruct . |
class | The helper operations for DynUnion . |
class | The helper operations for DynValue . |
class | A helper for the FieldName. |
class | Stores the named value, representing the name by string and the value by
DynAny .
|
class | A helper operations for the structure NameDynAnyPair .
|
class | A helper operations for the array of NameDynAnyPair
(NameDynAnyPair[]).
|
class | Holds the value, having the given name(id). |
class | A helper operations for the structure NameValuePair .
|
class | A helper operations for the array of NameValuePair .
|
class | Should provide support for remote invocation of methods on
DynAnyFactory. |
class | Should provide support for remote invocation of methods on DynAny. |
class | Should provide support for remote invocation of methods on DynArray. |
class | Should provide support for remote invocation of methods on DynEnum. |
class | Should provide support for remote invocation of methods on DynFixed. |
class | Should provide support for remote invocation of methods on DynSequence. |
class | Should provide support for remote invocation of methods on DynStruct. |
class | Should provide support for remote invocation of methods on DynUnion. |
class | Should provide support for remote invocation of methods on DynValue. |
Classes derived from java.lang.Object | |
class | |
class | |
class |
Constructors with parameter type java.lang.Object | |
Classes derived from java.lang.Object | |
class | An implementation of a general AudioFileReader. |
class | |
class | Encapsulates the functionality of an InputStream Object.
|
Classes derived from java.lang.Object | |
class | A UI delegate that that coordinates multiple ButtonUI instances, one
from the primary look and feel, and one or more from the auxiliary look and
feel(s).
|
class | A UI delegate that that coordinates multiple ColorChooserUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple ComboBoxUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple DesktopIconUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple DesktopPaneUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple FileChooserUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple InternalFrameUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple LabelUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple ListUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A look and feel that provides the ability to use auxiliary look and feels
in addition to the primary look and feel.
|
class | A UI delegate that that coordinates multiple MenuBarUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple MenuItemUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple OptionPaneUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple PanelUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple PopupMenuUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple ProgressBarUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple RootPaneUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple ScrollBarUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple ScrollPaneUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple MultiSeparatorUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple SliderUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple SpinnerUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple SplitPaneUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple TabbedPaneUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple TableHeaderUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple TableUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple TextUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple ToolBarUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple ToolTipUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple TreeUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
class | A UI delegate that that coordinates multiple ViewportUI
instances, one from the primary look and feel, and one or more from the
auxiliary look and feel(s).
|
Classes derived from java.lang.Object | |
class | CharsetConfigured attribute as described in RFC 2911 section
4.4.17 provides the charset which is configured by the
server to be used in the name and text syntax attribute types.
|
class | DocumentFormatSupported specifies the supported document
formats of a printer. |
class | MultipleOperationTimeOut attribute as described in RFC 2911 section
4.4.31 provides the minimum time ins second a printer object waits
before time out and recovery. |
class | NaturalLanguageConfigured attribute as described in RFC 2911
section 4.4.19 provides the natural language which is configured
by the server to be used in the name and text syntax attribute types.
|
class | PrinterCurrentTime attribute as described in RFC 2911 section
4.4.30 provides the current time of the print service.
|
class | PrinterDriverInstaller attribute as described in RFC 2911 section
4.4.81 provides the URI where a printer driver installer
can be found.
|
class | PrinterStateMessage attribute as described in RFC 2911 section
4.4.13 provides a textual representation of the attributes
printer-state and printer-state-reasons for consumption by
humans.
|
class | PrinterUpTime attribute as described in RFC 2911 section
4.4.29 provides the uptime of the printer object. |
Methods with parameter type java.lang.Object | |
boolean | Tests if the given object is equal to this object.
|
Classes derived from java.lang.Object | |
class | |
class | A FileURLLoader is a type of URLLoader
only loading from file url.
|
class | A JarURLLoader is a type of URLLoader
only loading from jar url.
|
class | |
class | A Load_gcjlib is a type of URLLoader
that loads classes and resources from a shared library.
|
class | A resource from some remote location.
|
class | Loader for remote directories.
|
class | A Resource represents a resource in some
URLLoader . |
class | A URLLoader contains all logic to load resources from a
given base URL .
|
class |
Classes derived from java.lang.Object | |
class | The JCE Cipher Adapter implementation over the GNU AES Key Wrapping
Algorithm with a 128-bit key-size.
|
class | The JCE Cipher Adapter implementation over the GNU AES Key Wrapping
Algorithm with a 192-bit key-size.
|
class | The JCE Cipher Adapter implementation over the GNU AES Key Wrapping
Algorithm with a 256-bit key-size.
|
class | The implementation of the AES Service Provider Interface (SPI)
adapter.
|
class | The implementation of the Anubis Service Provider Interface
(SPI) adapter.
|
class | The Service Provider Interface (SPI) for the ARCFOUR stream
cipher.
|
class | The implementation of the Blowfish Service Provider Interface
(SPI) adapter.
|
class | The implementation of the CAST5 (a.k.a. |
class | The implementation of the DES Service Provider Interface (SPI)
adapter.
|
class | The implementation of the Khazad Service Provider Interface
(SPI) adapter.
|
class | The implementation of the Null cipher Service Provider Interface
(SPI) adapter.
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | The implementation of the Rijndael Service Provider Interface
(SPI) adapter.
|
class | The implementation of the Serpent Service Provider Interface
(SPI) adapter.
|
class | The implementation of the Square Service Provider Interface
(SPI) adapter.
|
class | The JCE Cipher Adapter implementation over the GNU TripleDES Key Wrapping
Algorithm.
|
class | The implementation of the Triple-DES Service Provider Interface
(SPI) adapter.
|
class | The implementation of the Twofish Service Provider Interface
(SPI) adapter.
|
Classes derived from java.lang.Object | |
class | Provides a context for controlling input methods and keyboard layouts.
|
class | This describes the highlight attributes of text composed in an input method.
|
class | Defines additional Unicode character blocks for use by input methods.
|
Methods with return type java.lang.Object | |
Object | Returns a control object from the current input method, or null. |
Classes derived from java.lang.Object | |
class | Logical and.
|
class | Constant value (string literal or number).
|
class | Sorts nodes into document order.
|
class | An XPath expression.
|
class | Executes an XPath core or extension function.
|
class | The id function selects elements by their unique ID.
|
class | Tests whether a namespace attribute has the specified name.
|
class | Tests whether a node has the specified name.
|
class | Tests whether a node is of a given type.
|
class | Logical or.
|
class | Interface implemented by expressions that can form part of XSL patterns.
|
class | Expression that evaluates to the document root.
|
class | A single component of a location path.
|
class | A list of transitions between components in a location path.
|
class | A test that can be performed on a node to determine whether to include it
in a selection.
|
class | The union of two node-sets.
|
class | |
class | GNU XPath factory implementation.
|
class | JAXP XPath implementation.
|
class | An XPath 1.0 parser.
|
class | thrown for irrecoverable syntax errors and stack overflow.
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | XPath 1.0 expression tokenizer.
|
Constructors with parameter type java.lang.Object | |
Methods with parameter type java.lang.Object | |
boolean | Implementation of the XPath boolean function.
|
Collection | The id function selects elements by their unique ID.
|
double | Implementation of the XPath number function.
|
String | Implementation of the XPath string function.
|
Expr | |
Expr | |
Expr | |
Expr | |
Expr | |
Test | |
Test | |
Test | |
Expr | |
Expr | |
Expr | |
Expr | |
Test | |
Expr | |
Expr | |
String | |
Object | |
String | |
Object | |
Object | executed at the beginning of a reduce action.
|
Object | the generated parser, with debugging messages.
|
Methods with return type java.lang.Object | |
Object | |
Object | |
Object | |
Object | |
Object | |
Object | |
Object | |
Object | |
Object | |
Object | |
Object | associated with current token.
|
Object | |
Object | executed at the beginning of a reduce action.
|
Object | the generated parser.
|
Object | the generated parser, with debugging messages.
|
Classes derived from java.lang.Object | |
class | |
class | A pairing of a X509Certificate and its corresponding PrivateKey , with an optional keystore alias.
|
Methods with parameter type java.lang.Object | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
Classes derived from java.lang.Object | |
class | The helper operations for the
CORBA object Current .
|
class | This class is used for servants that support calling via server request.
|
class |
This exception is raised by ServantManager to indicate that the
invocation target has moved to another known location. |
class | The helper operations for the exception ForwardRequest .
|
class | Specifies the Object Id assignment policy.
|
class | Specifies the Object Id uniqueness policy.
|
class | Specifies the implicit activation policy.
|
class | Specifies the object life span policy.
|
class | The helper operations for the CORBA object POA .
|
class | Specifies the behaviour in the case when the
requested object is not found in the Active Object Map or that map
is not in use. |
class |
The servant is responsible for handling the method invocation on the
target object. |
class | The helper operations for the CORBA object ServantActivator .
|
class | This ServantActivator stub is an optional base for the
servant activators. |
class | The helper operations for the CORBA object ServantLocator .
|
class | The ServantLocator stub is an optional base for the
servant locators. |
class | Specifies the servant retention policy.
|
class | Defines the possible values for the POA thread policy.
|
class | This ServantActivator stub is an optional base for the
servant activators. |
class | The ServantLocator stub is an optional base for the
servant locators. |
Methods with parameter type java.lang.Object | |
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. |
Classes derived from java.lang.Object | |
class | Default base class for handlers.
|
class | A single input source for an XML entity.
|
class | Encapsulate a general SAX error or warning.
|
class | Exception class for an unrecognized identifier.
|
class | Exception class for an unsupported operation.
|
class | Encapsulate an XML parse error or warning.
|
Methods with parameter type java.lang.Object | |
void | Set the value of a property.
|
Methods with return type java.lang.Object | |
Object | Look up the value of a property.
|
Classes derived from java.lang.Object | |
class | This class binds a class that will be redefined with a new
class file.
|
class | |
class |
Methods with parameter type java.lang.Object | |
long | Get the size of an object. |
Classes derived from java.lang.Object | |
class | A base class that can be used to create implementations of the
TableModel interface.
|
class | Class to display every cells.
|
class | |
class | A model that stores information about the columns used in a JTable .
|
class | A two dimensional data structure used to store Object
instances, usually for display in a JTable component.
|
class | Represents the table header. |
class | |
class | |
class | Represents the attributes of a column in a table, including the column index,
width, minimum width, preferred width and maximum width.
|
Constructors with parameter type java.lang.Object | |
Creates a new table with the specified column names and row count.
| |
Creates a new table with the specified data values and column names.
|
Fields of type java.lang.Object | |
Object | The value for the column header.
|
Object | The identifier for the column.
|
Methods with parameter type java.lang.Object | |
void | Adds a column with the specified name to the table. |
void | Adds a column with the specified name and data values to the table.
|
void | Adds a column with the specified name and data values to the table.
|
void | Adds a new row containing the specified data to the table and sends a
TableModelEvent to all registered listeners.
|
Vector<T> | Converts the data array to a Vector .
|
Vector<T> | Converts the data array to a Vector of rows.
|
void | Overriden for performance.
|
int | Returns the index of the TableColumn with the given identifier.
|
int | Returns the index of the TableColumn with the given identifier.
|
Component | TableCellEditor.getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) Get table cell editor component
|
Component | DefaultTableCellRenderer.getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) Get the string value of the object and pass it to setText().
|
Component | TableCellRenderer.getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) Get table cell renderer component
|
void | Inserts a new row into the table.
|
void | Sets the column identifiers, updates the data rows (truncating
or padding each row with null values) to match the
number of columns, and sends a TableModelEvent to all
registered listeners.
|
void | Sets the data and column identifiers for the table.
|
void | Sets the header value and sends a PropertyChangeEvent (with the
property name HEADER_VALUE_PROPERTY ) to all registered listeners.
|
void | Sets the identifier for the column and sends a PropertyChangeEvent
(with the property name 'identifier') to all registered listeners.
|
void | Sets the String for this cell.
|
void | Sets the value of the given cell. |
void | Sets the value for the specified cell in the table and sends a
TableModelEvent to all registered listeners.
|
void | Sets the value at a particular cell in the table.
|
Methods with return type java.lang.Object | |
Object | Returns the header value.
|
Object | Returns the identifier for the column, or getHeaderValue() if the
identifier is null .
|
Object | DefaultTableModel.getValueAt(int row, int column) Returns the value at the specified cell in the table.
|
Object | TableModel.getValueAt(int rowIndex, int columnIndex) Returns the value ( Object ) at a particular cell in the
table.
|
Classes derived from java.lang.Object | |
class | Handles the asynchronous dynamic invocations.
|
class | Reads and writes BigDecimal as CORBA fixed .
|
class | A byte array comparator for mapping with CORBA object keys.
|
class | The local Codec implementation for ENCODING_CDR_ENCAPS
encoding. |
class | The repository of objects, that have been connected to the
FunctionalORB by the method
ORB.connect(org.omg.CORBA.Object) .
|
class | The reference data about the connected object.
|
class | This class is used to store array lists. |
class | The default socket factory that forges "plain" server and client sockets. |
class | The definition kind holder. |
class | A holder for the exception DuplicateName .
|
class | A holder for the sequence of DynAny
(DynAnySeq ).
|
class | This holder can store any CORBA exception that has no user defined fields.
|
class | The helper operations for the exception ForwardRequest .
|
class | The implementation of Any .
|
class | A simple implementation of the Codec factory, able to return the
standard Codec's. |
class | The working implementation of the Context .
|
class | The working implementation of the ContextList .
|
class | The implementation of the exception container ("Environment").
|
class | The implementation of the list of type codes for exceptions.
|
class | The implementation of the named value.
|
class | The implementation of NVList .
|
class | The implementation of the CORBA request.
|
class | Boxed value holder that also remembers the value type and the value helper.
|
class | This class holds the abstract binary data array of the Streamable
being stored. |
class | Creates the suitable holder for storing the value of the given final_type.
|
class | The Classpath implementation of the Delegate functionality in the
case, when the object was constructed from an IOR object. |
class | Implements an object, constructed from an IOR reference.
|
class | The implementaton of the Interoperable Object Reference (IOR). |
class | The code sets tagged component, normally part of the Internet profile. |
class | The internet profile.
|
class | The code set component.
|
class | A holder for the structure NameDynAnyPair .
|
class | A holder for the sequence of NameDynAnyPair .
|
class | A holder for the structure NameValuePair .
|
class | A holder for the sequence of NameValuePair .
|
class | Creates java objects from the agreed IDL names for the simple case when the
CORBA object is directly mapped into the locally defined java class.
|
class | A holder for CORBA octet that is mapped into
java long .
|
class | This class implements the ORB that uses a single port or the restricted port
range for all its objects. |
class | The ORB implementation, capable to handle remote invocations on the
registered object. |
class | A server, responsible for listening on requests on some local port. |
class | A server, responsible for listening on requests on some local port and
serving multiple requests (probably to the different objects) on the same
thread.
|
class | This class implements so-called Singleton ORB, a highly restricted version
that cannot communicate over network. |
class | Provides the CDR output streams for writing the response to the given buffer.
|
class | The service detail holder. |
class | This class supports invocation using ServerRequest. |
class | The holder for SetOverrideType.
|
class | The delegate, implementing the basic functionality only. |
class | This class caches the opened sockets that are reused during the
frequent calls. |
class | A stream, additionally holding the gnu request.
|
class | A holder that stores the input stream, from that the holder data
can be read. |
class | Finds a stub class like "_HelloStub" that can be instantiated
from IOR reference. |
class | Reads and writes the TypeCodes usind common data representation.
|
class | A conveniency method for naming the built-in types.
|
class | Contains the static method to throw an error in the case
when the execution should never get into the current point.
|
class | A version number, represented by the major version number
and the minor version number.
|
class | A holder for CORBA char that is mapped into
java char .
|
class | A holder for CORBA wstring that is mapped into
java String . |
class | The server side implementation base for the Policy .
|
Constructors with parameter type java.lang.Object | |
Create the new policy of the given type, having the given value.
|
Fields of type java.lang.Object | |
Object | The shared serving identity (usually POA) or null if no such
applicable.
|
Methods with parameter type java.lang.Object | |
Connected_objects.cObject | Add the new object to the repository.
|
int | Compare arrays first by absolute equality, then by length
and then (byte to byte) by content.
|
void | Connect the given CORBA object to this ORB, explicitly specifying the
object key and the identity of the thread (and port), where the object must
be served. |
void | Connect the given CORBA object to this ORB, explicitly specifying the
object key and the identity of the thread (and port), where the object must
be served. |
boolean | Delegates functionality to equal(Any) .
|
boolean | Checks for equality.
|
boolean | Returns true if the versions are equal.
|
boolean | Check the values for equality.
|
Socket | Get a socket.
|
void | Notifies ORB that the shared service indentity (usually POA) is destroyed.
|
boolean | Insert the passed parameter into the given Any, assuming that the helper
class is available. |
void | Put a socket. |
Methods with return type java.lang.Object | |
Object | Converts the given IDL name to class name, tries to load the matching class
and create an object instance with parameterless constructor. |
Object | Try to instantiate an object with the given IDL name. |
Object | Get the value of this policy
|
Object | Get the item at the given index.
|
Classes derived from java.lang.Object | |
class | An abstract class to facilitate implementing PRNG algorithms.
|
class | A checked exception that indicates that a pseudo random number generated has
reached its theoretical limit in generating random bytes.
|
class | A simple pseudo-random number generator that relies on a hash algorithm, that
(a) starts its operation by hashing a seed , and then (b)
continuously re-hashing its output. |
class | A Factory to instantiate pseudo random number generators.
|
class | A type for entropy accumulators that will be notified of random events.
|
Constructors with parameter type java.lang.Object | |
Methods with return type java.lang.Object | |
Object | This method may be called to create a new copy of the
Object. |
Object | Returns a clone copy of this instance.
|
Object |
Classes derived from java.lang.Object | |
class |
Wraps the result of a query for buffered notifications. |
class | Wraps a notification with an identifier that specifies
the listener which received it.
|
Classes derived from java.lang.Object | |
class | A string buffer that additionally holds line and absolute postion
information.
|
class | The parser constants and operations, directly related to the parser
constants.
|
class | Defines a region in the text: its bounding positions and the line number.
|
class | A text level content model node. |
class | The simple pattern, consisting from the sequence of tokens that
may have the unary modifier '? |
class | This can be thrown from various parsing methods.
|
class | A token queue.
|
class | Reader splits the input char sequence into tokens.
|
class | A token.
|
Classes derived from java.lang.Object | |
class | A Swing based peer for the AWT button.
|
class | A CanvasPeer to be used together with the Swing peers.
|
class | A CheckboxPeer implementation that is backed by the Swing JCheckBox.
|
class | The base class for Swing based component peers. |
class | A peer for Container to be used with the Swing based AWT peers.
|
class | An abstract base class for FramePeer implementations based on Swing.
|
class | A Label peer based on JLabel .
|
class | |
class | A Swing based peer for the AWT menu bar. |
class | A Swing based peer for the AWT MenuItem.
|
class | A Swing based peer for the AWT menu.
|
class | A panel peer based on Swing.
|
class | |
class | A TextFieldPeer based on Swing JTextField.
|
class | A base implementation for Toolkit that provides the
Swing based widgets. |
class | An abstract base class for Swing based WindowPeer implementation. |
Classes derived from java.lang.Object | |
class |
Classes derived from java.lang.Object | |
class | |
class |
Constructors with parameter type java.lang.Object | |
NamingEvent.NamingEvent(EventContext source, int type, Binding newBd, Binding oldBd, Object changeInfo) |
Fields of type java.lang.Object | |
Object |
Methods with parameter type java.lang.Object | |
void | EventDirContext.addNamingListener(String target, String filter, Object[] filterArgs, SearchControls ctls, NamingListener l) |
void | EventDirContext.addNamingListener(Name target, String filter, Object[] filterArgs, SearchControls ctls, NamingListener l) |
Methods with return type java.lang.Object | |
Object |
Classes derived from java.lang.Object | |
class | Anubis is a 128-bit block cipher that accepts a variable-length key. |
class | A basic abstract class to facilitate implementing symmetric key block
ciphers.
|
class | Blowfish is a 16-round, 64-bit Feistel cipher designed by Bruce Schneier. |
class | An implmenetation of the CAST5 (a.k.a. |
class | A Factory to instantiate symmetric block cipher instances.
|
class | The Data Encryption Standard. |
class | Khazad is a 64-bit (legacy-level) block cipher that accepts a 128-bit key.
|
class | The implementation of a Null block cipher.
|
class | Rijndael --pronounced Reindaal-- is the AES. |
class | Serpent is a 32-round substitution-permutation network block cipher,
operating on 128-bit blocks and accepting keys of 128, 192, and 256 bits in
length. |
class | Square is a 128-bit key, 128-bit block cipher algorithm developed by Joan
Daemen, Lars Knudsen and Vincent Rijmen.
|
class | Triple-DES, 3DES, or DESede is a combined cipher that uses three
iterations of the Data Encryption Standard cipher to theoretically improve
the security of plain DES, at the cost of speed.
|
class | Twofish is a balanced 128-bit Feistel cipher, consisting of 16 rounds. |
class | Checked exception thrown to indicate that a weak key has been generated and
or specified instead of a valid non-weak value.
|
Fields of type java.lang.Object | |
Object | The session key for this instance. |
Object | The instance lock. |
Methods with parameter type java.lang.Object | |
void | Decrypts exactly one block of ciphertext.
|
void | Decrypts exactly one block of ciphertext.
|
void | Decrypts exactly one block of ciphertext.
|
void | |
void | |
void | |
void | Decrypts exactly one block of ciphertext.
|
void | |
void | Decrypts exactly one block of ciphertext.
|
void | |
void | Decrypts exactly one block of ciphertext.
|
void | Encrypts exactly one block of plaintext.
|
void | Encrypts exactly one block of plaintext.
|
void | The full encryption algorithm is given in the following four steps.
|
void | |
void | |
void | |
void | Encrypts exactly one block of plaintext.
|
void | |
void | Encrypts exactly one block of plaintext.
|
void | |
void | Encrypts exactly one block of plaintext.
|
Methods with return type java.lang.Object | |
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Returns a clone of this instance.
|
Object | Expands a user-supplied key material into a session key for a designated
block size.
|
Object | Expands a user-supplied key material into a session key for a designated
block size.
|
Object | Expands a user-supplied key material into a session key for a designated
block size.
|
Object | |
Object | Expands a user-supplied key material into a session key for a designated
block size.
|
Object | NullCipher.makeKey(byte[] uk, int bs) |
Object | Expands a user-supplied key material into a session key for a designated
block size.
|
Object | |
Object | Expands a user-supplied key material into a session key for a designated
block size.
|
Object | |
Object | Expands a user-supplied key material into a session key for a designated
block size.
|
Classes derived from java.lang.Object | |
class |
Classes derived from java.lang.Object | |
class | Discrete Cosine Transformations.
|
class | This Object construct a JPEGHuffmanTable which can be used to encode/decode
a scan from a JPEG codec stream. |
class | This class holds the methods to decode and write a component information to
a raster.
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | This class implements the Zig Zag Algorithm on any array with
the same amount of rows and columns. |
Methods with parameter type java.lang.Object | |
boolean | |
ImageReader |
Classes derived from java.lang.Object | |
class | |
class | This error is thrown when a critical Abstract Window Toolkit (AWT) error
occurs.
|
class | AWTEvent is the root event class for all AWT events in the JDK 1.1 event
model. |
class | This class is used to implement a chain of event handlers. |
class | This is a generic exception that indicates an exception occurred in the
Abstract Window Toolkit (AWT) system.
|
class | This class mirrors KeyEvents, representing both low-level key presses and
key releases, and high level key typed inputs. |
class | This class implements permissions for AWT. |
class | A general purpose Stroke implementation that can represent a wide
variety of line styles for use with subclasses of Graphics2D .
|
class | This class implements a layout manager that positions components
in certain sectors of the parent container.
|
class | A double-buffering capability descriptor. |
class | A type-safe enumeration of buffer flipping results.
|
class | This class provides a button widget for the AWT.
|
class | |
class | The Canvas component provides a blank rectangular
area, which the client application can use for drawing and for
capturing events. |
class | This class provides accessibility support for the canvas.
|
class | This class implements a card-based layout scheme. |
class | This class implements a component which has an on/off state. |
class | This class provides accessibility support for the
checkbox.
|
class | This class if for combining checkboxes into groups so that only
one checkbox in the group can be selected at any one time.
|
class | This class implements a menu item that has a checkbox on it indicating
the selected state of some option.
|
class | |
class | This class implements a drop down choice list.
|
class | This class provides accessibility support for the
combo box.
|
class | This class represents a color value in the AWT system. |
class | The root of all evil. |
class | This class provides accessibility support for subclasses of container.
|
class | This class provides support for blitting offscreen surfaces to a
component.
|
class | This class provides support for flipping component buffers. |
class | Converts component changes into property changes.
|
class | Converts focus changes into property changes.
|
class | This class is used to differentiate different orientations for text layout.
|
class | A generic window toolkit object that acts as a container for other objects.
|
class | This class provides accessibility support for subclasses of container.
|
class | This class fires a PropertyChange listener, if registered,
when children are added or removed from the enclosing accessible object.
|
class | ContainerOrderFocusTraversalPolicy defines a focus traversal order
based on the order in which Components were packed in a Container.
|
class | This class represents various predefined cursor types.
|
class | DefaultFocusTraversalPolicy is the default focus traversal policy
used by Containers.
|
class | |
class | This class enables Java application to access system commands to perform
desktop oriented operations, like writing and sending emails, or surfing
webpages with the system browser or editing/printing files with a default
editor. |
class | Represents an action type supported by a platform.
|
class | Dialog provides a top-level window normally used to receive
user input in applications.
|
class | Accessibility support for Dialog .
|
class | |
class | |
class | This class holds a width and height value pair. |
class | This encapsulates information about the display mode for a graphics
device configuration. |
class | Written using on-line Java Platform 1.2 API Specification, as well
as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).
|
class | This class manages a queue of AWTEvent objects that
are posted to it. |
class | This class implements a file selection dialog box widget.
|
class | This class implements a flow-based layout. |
class | |
class | This class represents a windowing system font.
|
class | Thrown when a specified font is bad.
|
class | This class returns information about the display characteristics of
a font. |
class | This class is a top-level window with a title bar and window
decorations.
|
class | Accessibility support for Frame .
|
class | A paint object that can be used to color a region by blending two colors.
|
class | This is the abstract superclass of classes for drawing to graphics
devices such as the screen or printers.
|
class | An abstract class defining a device independent two-dimensional vector
graphics API. |
class | This allows filtering an array of GraphicsConfigurations for the best
one based on various requirements. |
class | This class describes the configuration of various graphics devices, such
as a monitor or printer. |
class | This describes a graphics device available to the given environment. |
class | This descibes the collection of GraphicsDevice and Font objects available
on a given platform. |
class | This specifies the constraints for a component managed by the
GridBagLayout layout manager.
|
class | |
class | This class implements a grid-based layout scheme. |
class | This exception is thrown when code dependent on a keyboard, mouse, or
display is executed in a headless environment.
|
class | This exception is thrown when the requested operation failed because
a component was not in the proper state.
|
class | This is the abstract superclass of all image objects in Java.
|
class | This class represents the capabilities of an image buffer. |
class | This class represents the "margin" or space around a container.
|
class | Needs documentation...
|
class | |
class | |
class | |
class | |
class | |
class | The KeyboardFocusManager handles the focusing of
windows for receiving keyboard events. |
class | This component is used for displaying simple text strings that cannot
be edited by the user.
|
class | This class provides accessibility support for the label.
|
class | Class that implements a listbox widget
|
class | |
class | |
class | This class is used for keeping track of the status of various media
objects.
|
class | This class represents a pull down or tear off menu in Java's AWT.
|
class | Basic Accessibility class for Menu. |
class | This class implements a menu bar in the AWT system.
|
class | This class provides accessibility support for AWT menu bars.
|
class | This is the superclass of all menu AWT widgets.
|
class | This class provides a base for the accessibility support of menu
components.
|
class | This class represents an item in a menu.
|
class | |
class | This class implements a keyboard accelerator for a menu item.
|
class | MouseInfo is a class containing utility functions for mouse information.
|
class | Missing Documentation
|
class | |
class | |
class | |
class | |
class | |
class | A panel is a simple container class. |
class | This class provides accessibility support for Panels, and is the
runtime type returned by getAccessibleContext() .
|
class | This class represents a point on the screen using cartesian coordinates.
|
class | PointerInfo represents information about the mouse pointer,
i.e. its GraphicsDevice and location.
|
class | This class represents a polygon, a closed, two-dimensional region in a
coordinate space. |
class | This class implement an AWT popup menu widget
|
class | |
class | This abstract class represents a print job.
|
class | This class represents a rectangle and all the interesting things you
might want to do with it. |
class | A collection of (key, value) items that provide 'hints' for the
Graphics2D rendering pipeline. |
class | The base class used to represent keys.
|
class | The Robot class is used to simulate user interaction with graphical
programs. |
class | This class implements a scrollbar widget.
|
class | This class provides accessibility support for the
scrollbar.
|
class | This widget provides a scrollable region that allows a single
subcomponent to be viewed through a smaller window.
|
class | |
class | Need this class since the serialization spec for ScrollPane
uses it.
|
class | This class contains the various "system colors" in use by the native
windowing system. |
class | A TextArea is a text component capable of displaying multiple lines
of user-editable text. |
class | |
class | This class provides common functionality for widgets than
contain text.
|
class | |
class | This class implements a single line text entry field widget
|
class | |
class | This class provides a way to fill a Shape with a texture that is
specified by a BufferedImage.
|
class | The AWT system uses a set of native peer objects to implement its
widgets. |
class | This class represents a top-level window with no decorations.
|
class |
Constructors with parameter type java.lang.Object | |
Create an event on the specified source object and id.
| |
Creates a new collection containing a single (key, value) pair.
|
Fields of type java.lang.Object | |
Object | This variable is returned whenever a property that is not defined
is requested.
|
Object | This value is for use with the KEY_ALPHA_INTERPOLATION key.
|
Object | This value is for use with the KEY_ALPHA_INTERPOLATION key.
|
Object | This value is for use with the KEY_ALPHA_INTERPOLATION key.
|
Object | This value is for use with the KEY_ANTIALIASING key.
|
Object | This value is for use with the KEY_ANTIALIASING key.
|
Object | This value is for use with the KEY_ANTIALIASING key.
|
Object | This value is for use with the KEY_COLOR_RENDERING key.
|
Object | This value is for use with the KEY_COLOR_RENDERING key.
|
Object | This value is for use with the KEY_COLOR_RENDERING key.
|
Object | This value is for use with the KEY_DITHERING key.
|
Object | This value is for use with the KEY_DITHERING key.
|
Object | This value is for use with the KEY_DITHERING key.
|
Object | This value is for use with the KEY_FRACTIONALMETRICS key.
|
Object | This value is for use with the KEY_FRACTIONALMETRICS key.
|
Object | This value is for use with the KEY_FRACTIONALMETRICS key.
|
Object | This value is for use with the KEY_INTERPOLATION key.
|
Object | This value is for use with the KEY_INTERPOLATION key.
|
Object | This value is for use with the KEY_INTERPOLATION key.
|
Object | This value is for use with the KEY_RENDERING key.
|
Object | This value is for use with the KEY_RENDERING key.
|
Object | This value is for use with the KEY_RENDERING key.
|
Object | This value is for use with the KEY_STROKE_CONTROL key.
|
Object | This value is for use with the KEY_STROKE_CONTROL key.
|
Object | This value is for use with the KEY_STROKE_CONTROL key.
|
Object | This value is for use with the KEY_TEXT_ANTIALIASING key.
|
Object | This value is for use with the KEY_TEXT_ANTIALIASING key.
|
Object | This value is for use with the KEY_TEXT_ANTIALIASING key.
|
Object | |
Object |
Methods with parameter type java.lang.Object | |
boolean | AWT 1.0 ACTION_EVENT event handler. |
void | Adds the specified component to this container at the end of the
component list. |
void | Adds the specified component to this container at the specified index
in the component list. |
void | This method is called by all the add() methods to perform
the actual adding of the component. |
void | Adds the specified child component to this container. |
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 | |
void | Adds the specified component to the layout, with the specified
constraints object.
|
boolean | Returns true if the collection of hints contains the
specified key, and false otherwise.
|
boolean | Returns true if the collection of hints contains the
specified value, and false otherwise.
|
boolean | |
boolean | Tests two keystrokes for equality.
|
boolean | Compares this BasicStroke for equality with an arbitrary
object. |
boolean | Tests this object for equality against the specified object. |
boolean | Tests this object for equality against the specified object. |
boolean | Tests whether or not the specified object is equal to this font. |
boolean | Tests whether this object is equal to the specified object. |
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Tests whether or not this object is equal to the specified object.
|
boolean | Tests this rectangle for equality against the specified object. |
boolean | Checks this collection for equality with an arbitrary object.
|
boolean | Checks this key for equality with an arbitrary object.
|
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 | Fires a property change event as a response to a vetoable change to
to the specified property. |
Object | Returns the value associated with the specified key, or null
if there is no value defined for the key.
|
Component | Return the component at the specified location, which must be one
of the absolute constants such as CENTER or SOUTH. |
Component | Return the component at the indicated location, or null if no component
is at that location. |
boolean | AWT 1.0 GOT_FOCUS event handler. |
boolean | Returns true if the specified value is compatible with
this key, and false otherwise.
|
boolean | AWT 1.0 LOST_FOCUS event handler. |
Object | Adds a (key, value) pair to the collection of hints (if the
collection already contains the specified key, then the
value is updated).
|
Object | Removes a hint from the collection.
|
void | |
void | Adds or updates a hint in the current rendering hints table.
|
void | Retarget the event, such as converting a heavyweight component to a
lightweight child of the original. |
Methods with return type java.lang.Object | |
Object | Clone this buffering capability descriptor.
|
Object | Create a copy of this object.
|
Object | Clone this image capability descriptor.
|
Object | Returns a copy of this object.
|
Object | This method may be called to create a new copy of the
Object. |
Object | This method may be called to create a new copy of the
Object. |
Object | Creates a clone of this instance.
|
Object | Returns the value associated with the specified key, or null
if there is no value defined for the key.
|
Object | Return the constraint corresponding to a component in this layout.
|
Object | |
Object[] | Returns all media objects that have encountered errors during loading.
|
Object[] | MediaTracker.getErrorsID(int id) Returns all media objects with the specified ID that have encountered
an error.
|
Object | This method requests a named property for an object. |
Object | Returns the current value of a rendering hint.
|
Object[] | Returns an array of length one containing the checkbox label if this
checkbox is selected. |
Object[] | Returns an array of length 1 with the menu item label for this object
if the state is on. |
Object[] | Returns an array with one row containing the selected item.
|
Object[] | Returns the list of objects that are selected in this component.
|
Object[] | Returns the list of items that are currently selected in this list as
an array of type Object[] instead of String[] .
|
Object | Returns the object used for synchronization locks on this component
when performing tree and layout functions.
|
Object | Returns the object used for synchronization locks on this component
when performing tree and layout functions.
|
Object | |
Object | Adds a (key, value) pair to the collection of hints (if the
collection already contains the specified key, then the
value is updated).
|
Object | Returns a cached version of the deserialized keystroke, if available.
|
Object | Removes a hint from the collection.
|
Classes derived from java.lang.Object | |
class | JAXP SAX parser factory implementation that uses libxml2.
|
class | A SAX2 parser that uses libxml2.
|
Methods with parameter type java.lang.Object | |
void |
Methods with return type java.lang.Object | |
Object |
Classes derived from java.lang.Object | |
class | The exception is thrown in response to bind the same object
into the same context repeatedly under the different name.
|
class | The helper operations for the AlreadyBound user exception.
|
class | The holder for class AlreadyBound exception.
|
class | The exception is raised when the naming service has
given up for some reason.
|
class | The helper operations for CannotProceed .
|
class | The holder for exception CannotProceed .
|
class | The exception is thrown if the name has the zero length or is otherwise
invalid.
|
class | The helper operations for the InvalidName
|
class | The holder for exception InvalidName .
|
class | This exception is thrown in response to the attemt to destroy
the non tempty context. |
class | The helper operations for the NotEmpty .
|
class | The holder for exception NotEmpty .
|
class | The exception is thrown when the binding being searched does not exist
or has the wrong type
|
class | The helper operations for NotFound .
|
class | The holder for the NotFound exception.
|
class | Represents the reason (explanation), why the binding cannot be found.
|
class | The helper operations for NotFoundReason
|
class | The holder for class NotFoundReason .
|
Classes derived from java.lang.Object | |
class | |
class |
Methods with parameter type java.lang.Object | |
void | |
void | |
void |
Methods with return type java.lang.Object | |
Object[] |
Classes derived from java.lang.Object | |
class | DSA Parameter class Specification. |
class | DSA Private Key class Specification. |
class | DSA Public Key class Specification. |
class | Encoded Key Specification class which is used to store
byte encoded keys.
|
class | Exception for an invalid key specification.
|
class | Exception for an invalid algorithm specification.
|
class | PKCS8 Encoded Key Specification class which is used to store
"PKCS#8" byte encoded keys.
|
class | An implementation of AlgorithmParameterSpec for the RSA PSS encoding
scheme.
|
class | This class generates a set of RSA Key parameters used in the generation
of RSA keys.
|
class | This class represents an RSA multi-prime private key, as defined in the
PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information
values.
|
class | An in-memory representation of the RSA triplet (prime, exponent, and
coefficient) inside a PKCS#1 v2.1 OtherPrimeInfo structure.
|
class | RSA Private Certificate Key class Specification. |
class | RSA Private Key class Specification. |
class | RSA Public Key class Specification. |
class | X.509 Encoded Key Specification class which is used to store
"X.509" byte encoded keys.
|
Classes derived from java.lang.Object | |
class | A base abstract class to facilitate implementations of concrete Signatures.
|
class | A Factory class to instantiate Signature codecs.
|
class | A Factory to instantiate signature-with-appendix handlers.
|
Methods with parameter type java.lang.Object | |
byte[] | |
boolean | Terminates a signature verification phase by digesting and processing the
context of the underlying message digest algorithm instance.
|
boolean | Terminates a signature verification phase by digesting and processing the
context of the underlying message digest algorithm instance.
|
boolean |
Methods with return type java.lang.Object | |
Object | Returns a clone copy of this instance.
|
Object | Returns a clone copy of this instance.
|
Object | ISignatureCodec.decodeSignature(byte[] input) |
Object | |
Object | Terminates a signature generation phase by digesting and processing the
context of the underlying message digest algorithm instance.
|
Object | Terminates a signature generation phase by digesting and processing the
context of the underlying message digest algorithm instance.
|
Classes derived from java.lang.Object | |
class |
Classes derived from java.lang.Object | |
class | This class is a transparent wrapper for DES-EDE (Triple-DES) keys,
which are arrays of 24 bytes.
|
class | This class is a transparent wrapper for DES keys, which are arrays
of 8 bytes.
|
class | This class represents the parameters needed for generating
Diffie-Hellman parameters.
|
class | The base set of parameters necessary to perform Diffie-Hellman key
exchange. |
class | A wrapper for Diffie-Hellman private key data.
|
class | A wrapper for Diffie-Hellman public key data.
|
class | A wrapper for an initialization vector. |
class | A wrapper for a password-based key, used for password-based
encryption (PBE).
|
class | A wrapper for the parameters used in PKCS #5 -
Password-Based Cryptography Standard.
|
class | A wrapper for parameters for the RC2
block cipher ("RC" means either "Rivest Cipher" or "Ron's Code",
depending upon who you ask and when).
|
class | A wrapper for parameters to the RC5
block cipher.
|
class | This is a simple wrapper around a raw byte array, for ciphers that do
not require any key parameters other than the bytes themselves.
|
Methods with parameter type java.lang.Object | |
boolean | |
boolean | Determine whether this Object is semantically equal
to another Object.
|
boolean | Determine whether this Object is semantically equal
to another Object.
|
Classes derived from java.lang.Object | |
class | A factory for creating font delegate objects.
|
class | The GNU implementation of the abstract GlyphVector class, which
uses the services provided by a FontDelegate for its functionality.
|
class |
Classes derived from java.lang.Object | |
class | This abstract class defines the interface to audio file readers.
|
class | This abstract class provides an API for writing audio files. |
class | A format conversion provider supplies methods for converting between
different audio formats. |
class | This abstract class defines an interface to mixer providers.
|
Classes derived from java.lang.Object | |
class | This class is only for java.rmi.MarshalledObject to deserialize object from
objBytes and locBytes
|
class | This class is only for java.rmi.MarshalledObject to serialize object and
got objBytes and locBytes
|
Methods with return type java.lang.Object | |
Object |
Classes derived from java.lang.Object | |
class | Implements InputStream on an ImageInputStream
The purpose of this is to avoid IIO dependencies in the various decoders.
|
Classes derived from java.lang.Object | |
class |
Classes derived from java.lang.Object | |
class | Wrapper for an Array value.
|
class | Wrapper for an boolean value.
|
class | Wrapper for an byte value.
|
class | Wrapper for an char value.
|
class | Wrapper for an double value.
|
class | Wrapper for an float value.
|
class | Wrapper for an int value.
|
class | Wrapper for an long value.
|
class | Wrapper for an Object value.
|
class | Wrapper for an short value.
|
class | Wrapper for an String value.
|
class | Superclass for all JDWP Values.
|
class | A factory to create JDWP Values.
|
class | Wrapper for an void value.
|
Constructors with parameter type java.lang.Object | |
Create a new ArrayValue from an Object
| |
Create a new ObjectValue from an Object
|
Methods with parameter type java.lang.Object | |
Value | Create a value type for an Object of type determined by a Class. |
Methods with return type java.lang.Object | |
Object | Returns an object representing this type
|
Object | Get an untagged object from the ByteBuffer
|
Object | Get an untagged object from the ByteBuffer
|
Object | Get the value held in this Value
|