Uses of Interface java.lang.Cloneable

Uses in package gnu.java.awt.font

Classes implementing java.lang.Cloneable

class
The GNU implementation of the abstract GlyphVector class, which uses the services provided by a FontDelegate for its functionality.

Uses in package gnu.gcj.xlib

Classes implementing java.lang.Cloneable

class
An X11 graphics context.
class
Size hints for an X11 window in its normal state.

Uses in package gnu.java.awt.java2d

Classes implementing java.lang.Cloneable

class
This is a 100% Java implementation of the Java2D rendering pipeline.
class
Cubic Bezier curve segment
class
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

Uses in package gnu.javax.crypto.jce.mac

Classes implementing java.lang.Cloneable

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.

Uses in package javax.swing

Classes implementing java.lang.Cloneable

class
A base class for implementing the Action interface.
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
Produces grayscale images out of colored images.
class
class
A TreeModel that does not allow anything to be selected.
class
UIDefaults is a database where all settings and interface bindings are stored into.

Uses in package javax.swing.text

Classes implementing java.lang.Cloneable

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 JFormattedTextFields.
class
class
This class can be used to iterate over the Element tree of a Document or an Element.
class
Renders a run of styled text.
class
This extends DefaultFormatter so that the value to string conversion is done via a Format object.
class
A GlyphView that caches the textattributes for most effective rendering.
class
class
NumberFormatter is an InternationalFormatter that implements value to string and string to value conversion via an instance of NumberFormat.
class
A text fragment represented by a sequence of characters stored in an array.
class
A set of attributes.
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
TextAction

Uses in package gnu.java.security.der

Classes implementing java.lang.Cloneable

class
Immutable representation of a bit string, which is equivalent to a byte array except some number of the rightmost bits are ignored.

Uses in package gnu.javax.crypto.cipher

Classes implementing java.lang.Cloneable

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
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.

Uses in package gnu.javax.naming.ictxImpl.trans

Classes implementing java.lang.Cloneable

class
The implementation of the Name.

Uses in package java.awt

Classes implementing java.lang.Cloneable

class
A double-buffering capability descriptor.
class
This class holds a width and height value pair.
class
This specifies the constraints for a component managed by the GridBagLayout layout manager.
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
Missing Documentation
class
This class represents a point on the screen using cartesian coordinates.
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.

Uses in package javax.print

Classes implementing java.lang.Cloneable

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.

Uses in package gnu.xml.dom

Classes implementing java.lang.Cloneable

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
"DocumentFragment" implementation.
class
"Element" implementation.
class
"Entity" implementation.
class
"EntityReference" implementation (reference to parsed entity).
class
Abstract implemention of nodes describing external DTD-related objects.
class
"Node", "EventTarget", and "DocumentEvent" implementation.
class
"Notation" implementation.
class
Abstract implemention of namespace support.
class
"ProcessingInstruction" (PI) implementation.
class
"Text" implementation.

Uses in package gnu.java.awt.peer.gtk

Classes implementing java.lang.Cloneable

class

Uses in package java.util

Classes implementing java.lang.Cloneable

class
An array-backed implementation of the List interface.
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
This class represents a specific time in milliseconds since the epoch.
class
class
Provides an efficient mechanism for recording a set of enumeration constants.
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
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
Locales represent a specific country and culture.
class
A set of persistent properties, which can be saved or loaded from a stream.
class
This class represents a simple time zone offset and handles daylight savings.
class
class
This class represents a time zone offset and handles daylight savings.
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
The Vector classes implements growable arrays of Objects.

Uses in package javax.swing.text.html

Classes implementing java.lang.Cloneable

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
Renders HTML content (identified by HTML.Tag.CONTENT).

Uses in package gnu.javax.security.auth.callback

Classes implementing java.lang.Cloneable

class

Uses in package gnu.java.security.x509

Classes implementing java.lang.Cloneable

class
Sun's implementation of X509CertSelector sucks.
class
Sun's implementation of X509CRLSelector sucks.

Uses in package javax.management.openmbean

Classes implementing java.lang.Cloneable

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
Provides an implementation of the TabularData interface using a HashMap.

Uses in package gnu.xml.util

Classes implementing java.lang.Cloneable

class
Utility implementation of a SAX resolver, which can be used to improve network utilization of SAX based XML components.

Uses in package java.awt.image

Classes implementing java.lang.Cloneable

class
This filter should produce images which do not have image artifacts like broken lines which were originally unbroken.
class
The BufferedImageFilter class wraps BufferedImageOp objects in a Filter.
class
Currently this filter does almost nothing and needs to be implemented.
class
The ImageFilter class is a base class which can be extended to provide different types of filters for an image.
class
Kernel represents an image processing kernel.
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
A filter designed to filter images in the default RGBColorModel regardless of the ImageProducer's ColorModel.

Uses in package gnu.javax.swing.text.html.parser

Classes implementing java.lang.Cloneable

class
A set, adapted to store HTML attributes.
class
Small fixed HTML attribute set.

Uses in package javax.print.attribute

Classes implementing java.lang.Cloneable

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
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
URISyntax is the abstract base class of all attribute classes having an Uniform Resource Identifier URI as value.

Uses in package gnu.javax.print.ipp.attribute

Classes implementing java.lang.Cloneable

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
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.

Uses in package java.sql

Classes implementing java.lang.Cloneable

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 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.

Uses in package java.awt.datatransfer

Classes implementing java.lang.Cloneable

class
This class represents a particular data format used for transferring data via the clipboard.

Uses in package javax.naming

Classes implementing java.lang.Cloneable

class
Represents names that may span over several namespaces.
class
Represents hierarchical names from the single namespace.
class
class
This class represents a reference to an object that is located outside of the naming/directory system.

Uses in package javax.swing.plaf

Classes implementing java.lang.Cloneable

class
A Dimension 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.

Uses in package javax.swing.text.rtf

Classes implementing java.lang.Cloneable

class
Provides support for RTF data for use in JEditorPanes.

Uses in package gnu.javax.crypto.mode

Classes implementing java.lang.Cloneable

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
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.

Uses in package gnu.CORBA.Poa

Classes implementing java.lang.Cloneable

class
Directs the invocation to the locally available servant.

Uses in package gnu.xml.dom.html2

Classes implementing java.lang.Cloneable

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
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
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.

Uses in package javax.print.attribute.standard

Classes implementing java.lang.Cloneable

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 MediaSize printing attribute class specifies the size of a printing media.
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.

Uses in package gnu.java.security.provider

Classes implementing java.lang.Cloneable

class

Uses in package gnu.CORBA

Classes implementing java.lang.Cloneable

class
This class is used to store array lists.
class
The implementation of the CORBA request.

Uses in package java.awt.image.renderable

Classes implementing java.lang.Cloneable

class
class

Uses in package gnu.java.util.regex

Classes implementing java.lang.Cloneable

class
RE provides the user interface for compiling and matching regular expressions.
class
An instance of this class represents a match completed by a gnu.regexp matching function.
class
UncheckedRE is a subclass of RE that allows programmers an easier means of programmatically precompiling regular expressions.

Uses in package javax.swing.plaf.basic

Classes implementing java.lang.Cloneable

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
Handles a user action to approve the dialog selection.
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
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
DOCUMENT ME!
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 Action is responsible for restoring the JInternalFrame.
class
This action is responsible for sizing the JInternalFrame.
class
This class is no longer used as of JDK1.3.
class
A DefaultCaret that implements UIResource.
class
The action to cancel editing on this tree.
class
TreeHomeAction is used to handle end/home actions.
class
TreeIncrementAction is used to handle up/down actions.
class
TreePageAction handles page up and page down events.
class
For the first selected row expandedness will be toggled.
class
TreeTraverseAction is the action used for left/right keys.

Uses in package gnu.java.security

Classes implementing java.lang.Cloneable

class
This immutable class represents an object identifier, or OID.

Uses in package java.util.jar

Classes implementing java.lang.Cloneable

class
Represents attribute name/value pairs from a Manifest as a Map.
class
Extension to a ZipEntry that contains manifest attributes and certificates.
class
Reads, writes and manipulaties jar manifest files.

Uses in package gnu.javax.crypto.mac

Classes implementing java.lang.Cloneable

class
The implementation of the HMAC (Keyed-Hash Message Authentication Code).
class
TMMH is a universal hash function suitable for message authentication in the Wegman-Carter paradigm, as in the Stream Cipher Security Transform.

Uses in package gnu.awt.j2d

Classes implementing java.lang.Cloneable

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.

Uses in package java.awt.print

Classes implementing java.lang.Cloneable

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.

Uses in package gnu.java.security.jce.sig

Classes implementing java.lang.Cloneable

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 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
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.

Uses in package gnu.javax.crypto.keyring

Classes implementing java.lang.Cloneable

class
A set of (name => value) pairs used in keyring entries.

Uses in package java.util.concurrent

Classes implementing java.lang.Cloneable

class
A thread-safe implementation of an ArrayList.

Uses in package javax.naming.directory

Classes implementing java.lang.Cloneable

class
class

Uses in package java.security

Classes implementing java.lang.Cloneable

class
This class represents a Java security architecture service provider.

Uses in package gnu.javax.print.ipp.attribute.supported

Classes implementing java.lang.Cloneable

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).

Uses in package gnu.javax.crypto.sasl.srp

Classes implementing java.lang.Cloneable

class
A Factory class that returns IALG (Integrity Algorithm) instances that operate as described in the draft-burdis-cat-sasl-srp-04 and later.

Uses in package gnu.java.security.prng

Classes implementing java.lang.Cloneable

class
An abstract class to facilitate implementing PRNG algorithms.
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.

Uses in package java.security.cert

Classes implementing java.lang.Cloneable

class
An implementation of CertStoreParameters with a simple, in-memory Collection of certificates and 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 CertPathBuilders.
class
A validator for X.509 certificates when approving certificate chains.
class
class
Parameters for verifying certificate paths using the PKIX (Public-Key Infrastructure (X.509)) algorithm.
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
A class for matching X.509 certificate revocation lists by criteria.

Uses in package gnu.java.net.protocol.http

Classes implementing java.lang.Cloneable

class
HTTP date formatter and parser.

Uses in package gnu.javax.crypto.jce

Classes implementing java.lang.Cloneable

class
The additional GNU algorithm implementation as a Java Cryptographic Extension (JCE) Provider.
class

Uses in package java.util.zip

Classes implementing java.lang.Cloneable

class
This class represents a member of a zip archive.

Uses in package java.awt.geom

Classes implementing java.lang.Cloneable

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 general geometric path, consisting of any number of subpaths constructed out of straight lines and cubic or quadratic Bezier curves.
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
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.

Uses in package gnu.javax.print.ipp.attribute.job

Classes implementing java.lang.Cloneable

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.

Uses in package gnu.java.text

Classes implementing java.lang.Cloneable

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

Uses in package gnu.javax.net.ssl.provider

Classes implementing java.lang.Cloneable

class
This is the security provider for Jessie.

Uses in package gnu.java.security.sig

Classes implementing java.lang.Cloneable

class
A base abstract class to facilitate implementations of concrete Signatures.

Uses in package gnu.java.security.hash

Classes implementing java.lang.Cloneable

class
A base abstract class to facilitate hash implementations.
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.

Uses in package gnu.javax.crypto.prng

Classes implementing java.lang.Cloneable

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
KDFs (Key Derivation Functions) are used to stretch user-supplied key material to specific size(s) required by high level cryptographic primitives.

Uses in package java.text

Classes implementing java.lang.Cloneable

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 is the abstract superclass of classes which perform locale dependent String comparisons.
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 the abstract superclass of classes that format and parse data to/from Strings.
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
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.

Uses in package javax.xml.datatype

Classes implementing java.lang.Cloneable

class
An XML Schema 1.0 date/time data type.

Uses in package gnu.java.security.jce.hash

Classes implementing java.lang.Cloneable

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.

Uses in package gnu.java.awt.peer.x

Classes implementing java.lang.Cloneable

class
An implementation of Graphics2D on top of the GLX extension of X.
class

Uses in package gnu.java.util

Classes implementing java.lang.Cloneable

class
A least recently used cache, based on LinkedHashMap.
class
This class represents more advanced variant of java.util.SimpleTimeZone.

Uses in package javax.swing.plaf.metal

Classes implementing java.lang.Cloneable

class
Handles changes to the selection in the directory combo box.

Uses in package gnu.javax.print.ipp.attribute.printer

Classes implementing java.lang.Cloneable

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.

Uses in package gnu.java.security.sig.rsa

Classes implementing java.lang.Cloneable

class
An implementation of the EMSA-PKCS1-V1.5 encoding scheme.
class
An implementation of the EMSA-PSS encoding/decoding scheme.
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
The RSA-PSS signature scheme is a public-key encryption scheme combining the RSA algorithm with the Probabilistic Signature Scheme (PSS) encoding method.

Uses in package javax.crypto

Classes implementing java.lang.Cloneable

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.

Uses in package javax.management

Classes implementing java.lang.Cloneable

class
Represents a list of MBean Attributes, with their names and values.
class
Describes the attributes of a management bean.
class
Describes the constructors of a management bean.
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.

Uses in package javax.swing.tree

Classes implementing java.lang.Cloneable

class
A default implementation of the MutableTreeNode interface.
class
The implementation of the default tree selection model.

Uses in package gnu.javax.swing.plaf.metal

Classes implementing java.lang.Cloneable

class
A Metal theme that can be customized by setting the primary and secondary colors.

Uses in package java.awt.font

Classes implementing java.lang.Cloneable

class
class
class
TextMeasurer is a small utility class for measuring the length of laid-out text objects.

Uses in package javax.sound.midi

Classes implementing java.lang.Cloneable

class
A system exclusive MIDI message.
class
The base class for all MIDI messages.
class
A short MIDI message that is no longer than 3 bytes long.
class
A system exclusive MIDI message.

Uses in package javax.activation

Classes implementing java.lang.Cloneable

class
Activation-specific DataFlavor with improved MIME parsing.

Uses in package gnu.javax.print.ipp.attribute.defaults

Classes implementing java.lang.Cloneable

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.

Uses in package gnu.java.security.sig.dss

Classes implementing java.lang.Cloneable

class
The DSS (Digital Signature Standard) algorithm makes use of the following parameters:
  1. p: A prime modulus, where 2L-1 < p < 2L for 512 <= L <= 1024 and L a multiple of 64.
  2. q: A prime divisor of p - 1, where 2159 < q < 2160.
  3. g: Where g = h(p-1)/q mod p, where h is any integer with 1 < h < p - 1 such that h (p-1)/q mod p > 1 (g has order q mod p).
  4. x: A randomly or pseudorandomly generated integer with 0 < x < q.
  5. y: y = gx mod p.
  6. k: A randomly or pseudorandomly generated integer with 0 < k < q.

The integers p, q, and g can be public and can be common to a group of users.

Uses in package gnu.xml.transform

Classes implementing java.lang.Cloneable

class
The set of variable bindings in effect for a stylesheet.

Uses in package gnu.awt.xlib

Classes implementing java.lang.Cloneable

class