Uses of Interface
java.lang.Cloneable
Packages that useCloneable
Package
Description
This package defines classes and interfaces for the JDK extensionsto the GSS-API.
Contains all of the classes for creating user interfaces and for paintinggraphics and images.
Provides interfaces and classes for transferring data between and withinapplications.
Provides classes and interface relating to fonts.
Provides the Java 2D classes for defining and performing operations onobjects related to two-dimensional geometry.
Provides classes for creating and modifying images.
Provides classes and interfaces for producing rendering-independent images.
Provides classes and interfaces for a general printing API.
Provides the classes for implementing networking applications.
Provides the classes and interfaces for the security framework.
Provides classes and interfaces for parsing and managingcertificates, certificate revocation lists (CRLs), andcertification paths.
Provides the API for accessing and processing data stored in adata source (usually a relational database) using theJava programming language.
Provides classes and interfaces for handling text, dates, numbers,and messages in a manner independent of natural languages.
Contains the collections framework, some internationalization support classes,a service loader, properties, random number generation, string parsingand scanning classes, base64 encoding and decoding, a bit array, andseveral miscellaneous utility classes.
Utility classes commonly useful in concurrent programming.
Provides classes for reading and writing the JAR (Java ARchive)file format, which is based on the standard ZIP file format with anoptional manifest file.
Provides classes for reading and writing the standard ZIP and GZIP fileformats.
Provides the classes and interfaces for cryptographicoperations.
Public classes used by the built-in TIFF plug-ins.
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
Provides the open data types and Open MBean descriptor classes.
Provides the definition of the Relation Service.
Provides the classes and interfaces for accessing naming services.
Extends the
javax.naming package to provide functionalityfor accessing directory services.Provides support for LDAPv3 extended operations and controls.
Provides the principal classes and interfaces for the Java PrintService API.
Provides classes and interfaces that describe the types of Java PrintService attributes and how they can be collected into attribute sets.
Package
javax.print.attribute.standard contains classes for specificprinting attributes.Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI(Musical Instrument Digital Interface) data.
Standard interfaces and base classes for JDBC
RowSet implementations.Provides utility classes to allow serializable mappings between SQL typesand data types in the Java programming language.
Provides a set of "lightweight" (all-Java language) componentsthat, to the maximum degree possible, work the same on all platforms.
Provides one interface and many abstract classes that Swing uses to provideits pluggable look-and-feel capabilities.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel(once codenamedMetal), which is the default look and feel.
Provides classes and interfaces that deal with editable and noneditable textcomponents.
Provides the class
HTMLEditorKit and supporting classes for creatingHTML text editors.Provides a class (
RTFEditorKit) for creating Rich-Text-Format texteditors.Provides classes and interfaces for dealing with
javax.swing.JTree.Defines XML/Java Type Mappings.
This package presents a framework that allows application developers tomake use of security services like authentication, data integrity anddata confidentiality from a variety of underlying security mechanismslike Kerberos, using a unified API.
Uses ofCloneable incom.sun.security.jgss
Subinterfaces ofCloneable incom.sun.security.jgssModifier and TypeInterfaceDescriptioninterfaceThe extended GSSCredential interface for supporting additionalfunctionalities not defined byorg.ietf.jgss.GSSCredential.Uses ofCloneable injava.awt
Modifier and TypeClassDescriptionclassCapabilities and properties of buffers.classTheDimensionclass encapsulates the width andheight of a component (in integer precision) in a single object.classTheGridBagConstraintsclass specifies constraintsfor components that are laid out using theGridBagLayoutclass.classCapabilities and properties of images.classAnInsetsobject is a representation of the bordersof a container.final classA set of attributes which control a print job.final classA set of attributes which control the output of a printed page.classA point representing a location in(x,y)coordinate space,specified in integer precision.classARectanglespecifies an area in a coordinate space that isenclosed by theRectangleobject's upper-left point(x,y)in the coordinate space, its width, and its height.classTheRenderingHintsclass defines and manages collections ofkeys and associated values which allow an application to provide inputinto the choice of algorithms used by other classes which performrendering and image manipulation services.Uses ofCloneable injava.awt.datatransfer
Classes injava.awt.datatransfer that implementCloneableUses ofCloneable injava.awt.font
Classes injava.awt.font that implementCloneableModifier and TypeClassDescriptionclassAGlyphVectorobject is a collection of glyphscontaining geometric information for the placement of each glyphin a transformed coordinate space which corresponds to thedevice on which theGlyphVectoris ultimatelydisplayed.final classTextLayoutis an immutable graphical representation of styledcharacter data.final classTheTextMeasurerclass provides the primitive operationsneeded for line break: measuring up to a given advance, determining theadvance of a range of characters, and generating aTextLayoutfor a range of characters.Uses ofCloneable injava.awt.geom
Classes injava.awt.geom that implementCloneableModifier and TypeClassDescriptionclassTheAffineTransformclass represents a 2D affine transformthat performs a linear mapping from 2D coordinates to other 2Dcoordinates that preserves the "straightness" and"parallelness" of lines.classArc2Dis the abstract superclass for all objects thatstore a 2D arc defined by a framing rectangle,start angle, angular extent (length of the arc), and a closure type(OPEN,CHORD, orPIE).static classThis class defines an arc specified indoubleprecision.static classThis class defines an arc specified infloatprecision.classAnAreaobject stores and manipulates aresolution-independent description of an enclosed area of2-dimensional space.classTheCubicCurve2Dclass defines a cubic parametric curvesegment in(x,y)coordinate space.static classA cubic parametric curve segment specified withdoublecoordinates.static classA cubic parametric curve segment specified withfloatcoordinates.classTheDimension2Dclass is to encapsulate a widthand a height dimension.classTheEllipse2Dclass describes an ellipse that is definedby a framing rectangle.static classTheDoubleclass defines an ellipse specifiedindoubleprecision.static classTheFloatclass defines an ellipse specifiedinfloatprecision.final classTheGeneralPathclass represents a geometric pathconstructed from straight lines, and quadratic and cubic(Bézier) curves.classThisLine2Drepresents a line segment in(x,y)coordinate space.static classA line segment specified with double coordinates.static classA line segment specified with float coordinates.classThePath2Dclass provides a simple, yet flexibleshape which represents an arbitrary geometric path.static classTheDoubleclass defines a geometric path withcoordinates stored in double precision floating point.static classTheFloatclass defines a geometric path withcoordinates stored in single precision floating point.classThePoint2Dclass defines a point representing a locationin(x,y)coordinate space.static classTheDoubleclass defines a point specified indoubleprecision.static classTheFloatclass defines a point specified in floatprecision.classTheQuadCurve2Dclass defines a quadratic parametric curvesegment in(x,y)coordinate space.static classA quadratic parametric curve segment specified withdoublecoordinates.static classA quadratic parametric curve segment specified withfloatcoordinates.classTheRectangle2Dclass describes a rectangledefined by a location(x,y)and dimension(w x h).static classTheDoubleclass defines a rectangle specified indouble coordinates.static classTheFloatclass defines a rectangle specified in floatcoordinates.classRectangularShapeis the base class for a number ofShapeobjects whose geometry is defined by a rectangular frame.classTheRoundRectangle2Dclass defines a rectangle withrounded corners defined by a location(x,y), adimension(w x h), and the width and height of an arcwith which to round the corners.static classTheDoubleclass defines a rectangle with roundedcorners all specified indoublecoordinates.static classTheFloatclass defines a rectangle with roundedcorners all specified infloatcoordinates.Uses ofCloneable injava.awt.image
Classes injava.awt.image that implementCloneableModifier and TypeClassDescriptionclassAn ImageFilter class for scaling images using a simple area averagingalgorithm that produces smoother results than the nearest neighboralgorithm.classTheBufferedImageFilterclass subclasses anImageFilterto provide a simple means ofusing a single-source/single-destination image operator(BufferedImageOp) to filter aBufferedImagein the Image Producer/Consumer/Observerparadigm.classAn ImageFilter class for cropping images.classThis class implements a filter for the set of interface methods thatare used to deliver data from an ImageProducer to an ImageConsumer.classTheKernelclass defines a matrix that describes how aspecified pixel and its surrounding pixels affect the valuecomputed for the pixel's position in the output image of a filteringoperation.classAn ImageFilter class for scaling images using the simplest algorithm.classThis class provides an easy way to create an ImageFilter which modifiesthe pixels of an image in the default RGB ColorModel.Uses ofCloneable injava.awt.image.renderable
Classes injava.awt.image.renderable that implementCloneableModifier and TypeClassDescriptionclassAParameterBlockencapsulates all the information about sources andparameters (Objects) required by a RenderableImageOp, or otherclasses that process images.classA RenderContext encapsulates the information needed to produce aspecific rendering from a RenderableImage.Uses ofCloneable injava.awt.print
Classes injava.awt.print that implementCloneableModifier and TypeClassDescriptionclassThePageFormatclass describes the size andorientation of a page to be printed.classThePaperclass describes the physical characteristics ofa piece of paper.Uses ofCloneable injava.net
Modifier and TypeClassDescriptionfinal classAn HttpCookie object represents an HTTP cookie, which carries stateinformation between server and user agent.Uses ofCloneable injava.security
Classes injava.security that implementCloneableModifier and TypeClassDescriptionclassThis class defines login and logout methods for a provider.classThis class represents a "provider" for theJava Security API, where a provider implements some or all parts ofJava Security.Uses ofCloneable injava.security.cert
Subinterfaces ofCloneable injava.security.certModifier and TypeInterfaceDescriptioninterfaceA specification of the result of a certification path builder algorithm.interfaceA specification of certification path algorithm parameters.interfaceA specification of the result of a certification path validator algorithm.interfaceA selector that defines a set of criteria for selectingCertificates.interfaceA specification ofCertStoreparameters.interfaceA selector that defines a set of criteria for selectingCRLs.Classes injava.security.cert that implementCloneableModifier and TypeClassDescriptionclassParameters used as input for the CollectionCertStorealgorithm.classParameters used as input for the LDAPCertStorealgorithm.classParameters used as input for the PKIXCertPathBuilderalgorithm.classThis class represents the successful result of the PKIX certificationpath builder algorithm.classAn abstract class that performs one or more checks on anX509Certificate.classThis class represents the successful result of the PKIX certificationpath validation algorithm.classParameters used as input for the PKIXCertPathValidatoralgorithm.classAPKIXCertPathCheckerfor checking the revocation status ofcertificates with the PKIX algorithm.final classParameters used as input forCertStorealgorithms which useinformation contained in a URI to retrieve certificates and CRLs.classACertSelectorthat selectsX509Certificatesthatmatch all specified criteria.classACRLSelectorthat selectsX509CRLsthatmatch all specified criteria.Uses ofCloneable injava.sql
Modifier and TypeClassDescriptionclassA thin wrapper around a millisecond value that allowsJDBC to identify this as an SQLDATEvalue.classA thin wrapper around thejava.util.Dateclass that allows the JDBCAPI to identify this as an SQLTIMEvalue.classA thin wrapper aroundjava.util.Datethat allows the JDBC API to identify this as an SQLTIMESTAMPvalue.Uses ofCloneable injava.text
Modifier and TypeInterfaceDescriptioninterfaceAnAttributedCharacterIteratorallows iteration through both text andrelated attribute information.interfaceThis interface defines a protocol for bidirectional iteration over text.Modifier and TypeClassDescriptionclassTheBreakIteratorclass implements methods for finding the location of boundaries in text.classChoiceFormatis a concrete subclass ofNumberFormatthatallows you to attach a format to a range of numbers.classTheCollatorclass performs locale-sensitiveStringcomparison.final classCompactNumberFormatis a concrete subclass ofNumberFormatthat formats a decimal number in a localized compact form.classDateFormatis an abstract class for date/time formatting subclasses whichformats and parses dates or time in a language-independent manner.classDateFormatSymbolsis a public class for encapsulatinglocalizable date-time formatting data, such as the names of themonths, the names of the days of the week, and the time zone data.classDecimalFormatis a concrete subclass ofNumberFormatthat formats decimal numbers in a localized manner.classThis class represents the set of symbols (such as the decimal separator,the grouping separator, and so on) needed byDecimalFormatto format numbers.classFormatis an abstract base class for formatting locale-sensitiveinformation such as dates, messages, numbers, and lists.final classListFormatformats or parses a list of strings in a locale-sensitive way.classMessageFormatprovides a means to produce concatenatedmessages in a language-neutral way.classNumberFormatis the abstract base class for all numberformats.classTheRuleBasedCollatorclass is a concrete subclass ofCollatorthat provides a simple, data-driven, tablecollator.classSimpleDateFormatis a concrete class for formatting andparsing dates in a locale-sensitive manner.final classStringCharacterIteratorimplements theCharacterIteratorprotocol for aString.Uses ofCloneable injava.util
Modifier and TypeClassDescriptionclassArrayDeque<E>Resizable-array implementation of theDequeinterface.classArrayList<E>Resizable-array implementation of theListinterface.classThis class implements a vector of bits that grows as needed.classTheCalendarclass is an abstract class that provides methodsfor converting between a specific instant in time and a set ofcalendar fieldssuch asYEAR,MONTH,DAY_OF_MONTH,HOUR, and so on, and formanipulating the calendar fields, such as getting the date of the nextweek.classThe classDaterepresents a specific instantin time, with millisecond precision.classA specializedMapimplementation for use with enum type keys.classA specializedSetimplementation for use with enum types.classGregorianCalendaris a concrete subclass ofCalendarand provides the standard calendar systemused by most of the world.classHashMap<K,V> Hash table based implementation of theMapinterface.classHashSet<E>This class implements theSetinterface, backed by a hash table(actually aHashMapinstance).classHashtable<K,V> This class implements a hash table, which maps keys to values.classIdentityHashMap<K,V> This class implements theMapinterface with a hash table, usingreference-equality in place of object-equality when comparing keys (andvalues).classLinkedHashMap<K,V> Hash table and linked list implementation of theMapinterface,with well-defined encounter order.classHash table and linked list implementation of theSetinterface,with well-defined encounter order.classLinkedList<E>Doubly-linked list implementation of theListandDequeinterfaces.final classALocalerepresents a specific geographical, political,or cultural region.classThePropertiesclass represents a persistent set ofproperties.classSimpleTimeZoneis a concrete subclass ofTimeZonethat represents a time zone for use with a Gregorian calendar.classStack<E>TheStackclass represents a last-in-first-out(LIFO) stack of objects.classTimeZonerepresents a time zone offset, and also figures out daylightsavings.classTreeMap<K,V> A Red-Black tree basedNavigableMapimplementation.classTreeSet<E>ANavigableSetimplementation based on aTreeMap.classVector<E>TheVectorclass implements a growable array ofobjects.Uses ofCloneable injava.util.concurrent
Classes injava.util.concurrent that implementCloneableModifier and TypeClassDescriptionclassA scalable concurrentConcurrentNavigableMapimplementation.classA scalable concurrentNavigableSetimplementation based onaConcurrentSkipListMap.classA thread-safe variant ofArrayListin which all mutativeoperations (add,set, and so on) are implemented bymaking a fresh copy of the underlying array.Uses ofCloneable injava.util.jar
Classes injava.util.jar that implementCloneableModifier and TypeClassDescriptionclassThe Attributes class maps Manifest attribute names to associated stringvalues.classThis class is used to represent a JAR file entry.classThe Manifest class is used to maintain Manifest entry names and theirassociated Attributes.Uses ofCloneable injava.util.zip
Classes injava.util.zip that implementCloneableUses ofCloneable injavax.crypto
Classes injavax.crypto that implementCloneableModifier and TypeClassDescriptionclassThis class provides the functionality of a "Message Authentication Code"(MAC) algorithm.Uses ofCloneable injavax.imageio.plugins.tiff
Classes injavax.imageio.plugins.tiff that implementCloneableModifier and TypeClassDescriptionclassA convenience class for simplifying interaction with TIFF nativeimage metadata.final classA class representing a field in a TIFF 6.0 Image File Directory.Uses ofCloneable injavax.management
Subinterfaces ofCloneable injavax.managementClasses injavax.management that implementCloneableModifier and TypeClassDescriptionclassRepresents a list of values for attributes of an MBean.classAn immutable descriptor.classDescribes an MBean attribute exposed for management.classDescribes a constructor exposed by an MBean.classDescribes the management interface exposed by an MBean; that is,the set of attributes and operations which are available formanagement operations.classTheMBeanNotificationInfoclass is used to describe thecharacteristics of the different notification instancesemitted by an MBean, for a given Java class of notification.classDescribes a management operation exposed by an MBean.classDescribes an argument of an operation exposed by an MBean.Uses ofCloneable injavax.management.modelmbean
Classes injavax.management.modelmbean that implementCloneableModifier and TypeClassDescriptionclassThis class represents the metadata set for a ModelMBean element.classThe ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.classThe ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.classThis class represents the meta data for ModelMBeans.classThe ModelMBeanNotificationInfo object describes a notification emittedby a ModelMBean.classThe ModelMBeanOperationInfo object describes a management operation ofthe ModelMBean.Uses ofCloneable injavax.management.openmbean
Classes injavax.management.openmbean that implementCloneableModifier and TypeClassDescriptionclassDescribes an attribute of an open MBean.classDescribes a constructor of an Open MBean.classTheOpenMBeanInfoSupportclass describes the managementinformation of anopen MBean: it is a subclass ofMBeanInfo, and it implements theOpenMBeanInfointerface.classDescribes an operation of an Open MBean.classDescribes a parameter used in one or more operations orconstructors of an open MBean.classTheTabularDataSupportclass is theopen dataclass which implements theTabularDataand theMapinterfaces, and which is internally based on a hash map data structure.Uses ofCloneable injavax.management.relation
Classes injavax.management.relation that implementCloneableModifier and TypeClassDescriptionclassA RoleList represents a list of roles (Role objects).classA RoleUnresolvedList represents a list of RoleUnresolved objects,representing roles not retrieved from a relation due to a problemencountered when trying to access (read or write) the roles.Uses ofCloneable injavax.naming
Subinterfaces ofCloneable injavax.namingModifier and TypeInterfaceDescriptioninterfaceTheNameinterface represents a generic name -- an orderedsequence of components.Classes injavax.naming that implementCloneableModifier and TypeClassDescriptionclassThis class represents a composite name -- a sequence of component names spanning multiple namespaces.classThis class represents a compound name -- a name from a hierarchical name space.classThis class represents a Reference whose contents is a name, called the link name, that is bound to an atomic name in a context.classThis class represents a reference to an object that is found outside of the naming/directory system.Uses ofCloneable injavax.naming.directory
Subinterfaces ofCloneable injavax.naming.directoryModifier and TypeInterfaceDescriptioninterfaceThis interface represents an attribute associated with a named object.interfaceThis interface represents a collection of attributes.Classes injavax.naming.directory that implementCloneableModifier and TypeClassDescriptionclassThis class provides a basic implementation of theAttributeinterface.classThis class provides a basic implementation of the Attributes interface.Uses ofCloneable injavax.naming.ldap
Classes injavax.naming.ldap that implementCloneableUses ofCloneable injavax.print
Classes injavax.print that implementCloneableModifier and TypeClassDescriptionclassClassDocFlavorencapsulates an object that specifies the format inwhich print data is supplied to aDocPrintJob.static classClassDocFlavor.BYTE_ARRAYprovides predefined static constantDocFlavorobjects for example doc flavors using a byte array(byte[]) as the print data representation class.static classClassDocFlavor.CHAR_ARRAYprovides predefined static constantDocFlavorobjects for example doc flavors using a character array(char[]) as the print data representation class.static classClassDocFlavor.INPUT_STREAMprovides predefined static constantDocFlavorobjects for example doc flavors using a byte stream(java.io.InputStream) as the print datarepresentation class.static classClassDocFlavor.READERprovides predefined static constantDocFlavorobjects for example doc flavors using a characterstream (java.io.Reader) as the print datarepresentation class.static classClassDocFlavor.SERVICE_FORMATTEDprovides predefined staticconstantDocFlavorobjects for example doc flavors for serviceformatted print data.static classClassDocFlavor.STRINGprovides predefined static constantDocFlavorobjects for example doc flavors using a string(java.lang.String) as the print data representation class.static classClassDocFlavor.URLprovides predefined static constantDocFlavorobjects.Uses ofCloneable injavax.print.attribute
Classes injavax.print.attribute that implementCloneableModifier and TypeClassDescriptionclassClassDateTimeSyntaxis an abstract base class providing the commonimplementation of all attributes whose value is a date and time.classClassEnumSyntaxis an abstract base class providing the commonimplementation of all "type safe enumeration" objects.classClassIntegerSyntaxis an abstract base class providing the commonimplementation of all attributes with integer values.classClassResolutionSyntaxis an abstract base class providing the commonimplementation of all attributes denoting a printer resolution.classClassSetOfIntegerSyntaxis an abstract base class providing thecommon implementation of all attributes whose value is a set of nonnegativeintegers.classClassSize2DSyntaxis an abstract base class providing the commonimplementation of all attributes denoting a size in two dimensions.classClassTextSyntaxis an abstract base class providing the commonimplementation of all attributes whose value is a string.classClassURISyntaxis an abstract base class providing the commonimplementation of all attributes whose value is a Uniform Resource Identifier(URI).Uses ofCloneable injavax.print.attribute.standard
Classes injavax.print.attribute.standard that implementCloneableModifier and TypeClassDescriptionfinal classClassChromaticityis a printing attribute class, an enumeration,that specifies monochrome or color printing.final classClassColorSupportedis a printing attribute class, an enumeration,that identifies whether the device is capable of any type of color printingat all, including highlight color as well as full process color.classClassCompressionis a printing attribute class, an enumeration, thatspecifies how print data is compressed.final classClassCopiesis an integer valued printing attribute class thatspecifies the number of copies to be printed.final classClassCopiesSupportedis a printing attribute class, a set ofintegers, that gives the supported values for aCopiesattribute.final classClassDateTimeAtCompletedis a printing attribute class, a date-timeattribute, that indicates the date and time at which the Print Job completed(or was canceled or aborted).final classClassDateTimeAtCreationis a printing attribute class, a date-timeattribute, that indicates the date and time at which the Print Job wascreated.final classClassDateTimeAtProcessingis a printing attribute class, a date-timeattribute, that indicates the date and time at which the Print Job firstbegan processing.final classClassDestinationis a printing attribute class, aURI, thatis used to indicate an alternate destination for the spooled printerformatted data.final classClassDialogTypeSelectionis a printing attribute class, anenumeration, that indicates the user dialog type to be used for specifyingprinting options.final classClassDocumentNameis a printing attribute class, a text attribute,that specifies the name of a document.final classClassFidelityis a printing attribute class, an enumeration, thatindicates whether total fidelity to client supplied print request attributesis required.classClassFinishingsis a printing attribute class, an enumeration, thatidentifies whether the printer applies a finishing operation of some kind ofbinding to each copy of each printed document in the job.final classClassJobHoldUntilis a printing attribute class, a date-timeattribute, that specifies the exact date and time at which the job mustbecome a candidate for printing.final classClassJobImpressionsis an integer valued printing attribute classthat specifies the total size in number of impressions of the document(s)being submitted.final classClassJobImpressionsCompletedis an integer valued printing attributeclass that specifies the number of impressions completed for the job so far.final classClassJobImpressionsSupportedis a printing attribute class, a set ofintegers, that gives the supported values for aJobImpressionsattribute.final classClassJobKOctetsis an integer valued printing attribute class thatspecifies the total size of the document(s) in K octets, i.e., in units of1024 octets requested to be processed in the job.final classClassJobKOctetsProcessedis an integer valued printing attributeclass that specifies the total number of print data octets processed so farin K octets, i.e., in units of 1024 octets.final classClassJobKOctetsSupportedis a printing attribute class, a set ofintegers, that gives the supported values for aJobKOctetsattribute.classClassJobMediaSheetsis an integer valued printing attribute classthat specifies the total number of media sheets to be produced for this job.final classClassJobMediaSheetsCompletedis an integer valued printing attributeclass that specifies the number of media sheets which have completed markingand stacking for the entire job so far, whether those sheets have beenprocessed on one side or on both.final classClassJobMediaSheetsSupportedis a printing attribute class, a set ofintegers, that gives the supported values for aJobMediaSheetsattribute.final classClassJobMessageFromOperatoris a printing attribute class, a textattribute, that provides a message from an operator, system administrator, or"intelligent" process to indicate to the end user the reasons formodification or other management action taken on a job.final classClassJobNameis a printing attribute class, a text attribute, thatspecifies the name of a print job.final classClassJobOriginatingUserNameis a printing attribute class, a textattribute, that contains the name of the end user that submitted the printjob.final classClassJobPriorityis an integer valued printing attribute class thatspecifies a print job's priority.final classClassJobPrioritySupportedis an integer valued printing attributeclass that specifies whether a Print Service instance supports theJobPriorityattribute and the number of different jobpriority levels supported.classClassJobSheetsis a printing attribute class, an enumeration, thatdetermines which job start and end sheets, if any, must be printed with ajob.classJobStateis a printing attribute class, an enumeration, thatidentifies the current state of a print job.classClassJobStateReasonis a printing attribute class, an enumeration,that provides additional information about the job's current state, i.e.,information that augments the value of the job'sJobStateattribute.final classClassJobStateReasonsis a printing attribute class, a set ofenumeration values, that provides additional information about the job'scurrent state, i.e., information that augments the value of the job'sJobStateattribute.classClassMediais a printing attribute class that specifies the mediumon which to print.classClassMediaNameis a subclass ofMedia, a printing attributeclass (an enumeration) that specifies the media for a print job as a name.classClassMediaSizeis a two-dimensional size valued printing attributeclass that indicates the dimensions of the medium in a portrait orientation,with theXdimension running along the bottom edge and theYdimension running along the left edge.classClassMediaSizeNameis a subclass ofMedia.classClassMediaTrayis a subclass ofMedia.classClassMultipleDocumentHandlingis a printing attribute class, anenumeration, that controls finishing operations and the placement of one ormore print-stream pages into impressions and onto media sheets.final classClassNumberOfDocumentsis an integer valued printing attribute thatindicates the number of individual docs the printer has accepted for thisjob, regardless of whether the docs' print data has reached the printer ornot.final classClassNumberOfInterveningJobsis an integer valued printing attributethat indicates the number of jobs that are ahead of this job in the relativechronological order of expected time to complete (i.e., the current scheduledorder).final classClassNumberUpis an integer valued printing attribute class thatspecifies the number of print-stream pages to impose upon a single side of aninstance of a selected medium.final classClassNumberUpSupportedis a printing attribute class, a set ofintegers, that gives the supported values for aNumberUpattribute.final classClassOrientationRequestedis a printing attribute class, anenumeration, that indicates the desired orientation for printed print-streampages; it does not describe the orientation of the client-suppliedprint-stream pages.classClassOutputBinis a printing attribute class, an enumeration, thatspecifies the output bin for the job.final classClassOutputDeviceAssignedis a printing attribute class, a textattribute, that identifies the output device to which the service hasassigned this job.final classClassPageRangesis a printing attribute class, a set of integers,that identifies the range(s) of print-stream pages that the Printer objectuses for each copy of each document which are to be printed.final classClassPagesPerMinuteis an integer valued printing attribute thatindicates the nominal number of pages per minute to the nearest whole numberwhich may be generated by this printer (e.g., simplex, black-and-white).final classClassPagesPerMinuteColoris an integer valued printing attributethat indicates the nominal number of pages per minute to the nearest wholenumber which may be generated by this printer when printing color (e.g.,simplex, color).classClassPDLOverrideSupportedis a printing attribute class, anenumeration, that expresses the printer's ability to attempt to overrideprocessing instructions embedded in documents' print data with processinginstructions specified as attributes outside the print data.final classClassPresentationDirectionis a printing attribute class, anenumeration, that is used in conjunction with theNumberUpattribute to indicate the layout of multiple print-stream pages to imposeupon a single side of an instance of a selected medium.final classClassPrinterInfois a printing attribute class, a text attribute,that provides descriptive information about a printer.final classClassPrinterIsAcceptingJobsis a printing attribute class, anenumeration, that indicates whether the printer is currently able to acceptjobs.final classClassPrinterLocationis a printing attribute class, a textattribute, that identifies the location of the device.final classClassPrinterMakeAndModelis a printing attribute class, a textattribute, that the make and model of the printer.final classClassPrinterMessageFromOperatoris a printing attribute class, atext attribute, that provides a message from an operator, systemadministrator, or "intelligent" process to indicate to the end userinformation about or status of the printer, such as why it is unavailable orwhen it is expected to be available.final classClassPrinterMoreInfois a printing attribute class, aURI,that is used to obtain more information about this specific printer.final classClassPrinterMoreInfoManufactureris a printing attribute class, aURI, that is used to obtain more information about this type ofdevice.final classClassPrinterNameis a printing attribute class, a text attribute,that specifies the name of a printer.final classClassPrinterResolutionis a printing attribute class that specifiesan exact resolution supported by a printer or to be used for a print job.final classClassPrinterStateis a printing attribute class, an enumeration,that identifies the current state of a printer.classClassPrinterStateReasonis a printing attribute class, anenumeration, that provides additional information about the printer's currentstate, i.e., information that augments the value of the printer'sPrinterStateattribute.final classClassPrinterStateReasonsis a printing attribute class, a set ofenumeration values, that provides additional information about the printer'scurrent state, i.e., information that augments the value of the printer'sPrinterStateattribute.final classClassPrinterURIis a printing attribute class, aURI, thatspecifies the globally unique name of a printer.classClassPrintQualityis a printing attribute class, an enumeration,that specifies the print quality that the printer uses for the job.final classClassQueuedJobCountis an integer valued printing attribute thatindicates the number of jobs in the printer whoseJobStateis eitherPENDING,PENDING_HELD,PROCESSING, orPROCESSING_STOPPED.classClassReferenceUriSchemesSupportedis a printing attribute class anenumeration, that indicates a "URI scheme," such as "http:" or "ftp:", that aprinter can use to retrieve print data stored at aURIlocation.final classClassRequestingUserNameis a printing attribute class, a textattribute, that specifies the name of the end user that submitted the printjob.final classClassSeverityis a printing attribute class, an enumeration, thatdenotes the severity of aPrinterStateReasonattribute.final classClassSheetCollateis a printing attribute class, an enumeration,that specifies whether or not the media sheets of each copy of each printeddocument in a job are to be in sequence, when multiple copies of the documentare specified by theCopiesattribute.final classClassSidesis a printing attribute class, an enumeration, thatspecifies how print-stream pages are to be imposed upon the sides of aninstance of a selected medium, i.e., an impression.Uses ofCloneable injavax.sound.midi
Classes injavax.sound.midi that implementCloneableModifier and TypeClassDescriptionclassAMetaMessageis aMidiMessagethat is not meaningful tosynthesizers, but that can be stored in a MIDI file and interpreted by asequencer program.classMidiMessageis the base class for MIDI messages.classAShortMessagecontains a MIDI message that has at most two databytes following its status byte.classASysexMessageobject represents a MIDI system exclusive message.Uses ofCloneable injavax.sql.rowset
Classes injavax.sql.rowset that implementCloneableModifier and TypeClassDescriptionclassAn abstract class providing aRowSetobject with its basic functionality.Uses ofCloneable injavax.sql.rowset.serial
Classes injavax.sql.rowset.serial that implementCloneableModifier and TypeClassDescriptionclassA serialized version of anArrayobject, which is the mapping in the Java programming language of an SQLARRAYvalue.classA serialized mapping in the Java programming language of an SQLBLOBvalue.classA serialized mapping in the Java programming language of an SQLCLOBvalue.classA serialized mapping in the Java programming language of an SQLDATALINKvalue.classA serializable mapping in the Java programming language of an SQLJAVA_OBJECTvalue.classA serialized mapping of aRefobject, which is the mapping in theJava programming language of an SQLREFvalue.classA serialized mapping in the Java programming language of an SQLstructured type.Uses ofCloneable injavax.swing
Classes injavax.swing that implementCloneableModifier and TypeClassDescriptionclassThis class provides default implementations for the JFCActioninterface.classDefault data model for list selections.classAn image filter that "disables" an image by turningit into a grayscale image, and brightening the pixelsin the image.static classDynamicUtilTreeNodecan wrapvectors/hashtables/arrays/strings andcreate the appropriate children tree nodes as necessary.protected static classEmptySelectionModelis aTreeSelectionModelthat does not allow anything to be selected.classA table of defaults for Swing components.Uses ofCloneable injavax.swing.plaf
Classes injavax.swing.plaf that implementCloneableModifier and TypeClassDescriptionclassA subclass ofDimensionthat implementsUIResource.classA subclass of Insets that implements UIResource.Uses ofCloneable injavax.swing.plaf.basic
Classes injavax.swing.plaf.basic that implementCloneableModifier and TypeClassDescriptionprotected classHandles closing an internal frame.protected classHandles maximizing an internal frame.protected classHandles minimizing an internal frame.protected classHandles navigating to the next internal frame.protected classHandles restoring a minimized or maximized internal frame.protected classResponds to an Open or Save requestprotected classResponds to a cancel request.protected classChange to parent directory action.protected classActs on the "home" key event or equivalent event.protected classCreates a new folder.protected classRescans the files in the current directoryclassThis class should be treated as a "protected" inner class.classThis class should be treated as a "protected" inner class.classThis class should be treated as a "protected" inner class.classThis class should be treated as a "protected" inner class.classThis class should be treated as a "protected" inner class.classThis class should be treated as a "protected" inner class.classAs of Java 2 platform v1.3 this undocumented class is no longer used.static classDefault implementation of the interfaceCaret.classActionListener that invokes cancelEditing when action performed.classTreeHomeAction is used to handle end/home actions.classTreeIncrementAction is used to handle up/down actions.classTreePageAction handles page up and page down events.classFor the first selected row expandedness will be toggled.classTreeTraverseActionis the action used for left/right keys.Uses ofCloneable injavax.swing.plaf.metal
Classes injavax.swing.plaf.metal that implementCloneableModifier and TypeClassDescriptionprotected classActs when DirectoryComboBox has changed the selected item.Uses ofCloneable injavax.swing.text
Classes injavax.swing.text that implementCloneableModifier and TypeClassDescriptionclassDateFormatter is anInternationalFormatterthat does itsformatting by way of an instance ofjava.text.DateFormat.classA default implementation of Caret.classThis is the set of things needed by a text componentto be a reasonably functioning editor for sometypeof text document.static classCreates a beep.static classCopies the selected region and place its contentsinto the system clipboard.static classCuts the selected region and place its contentsinto the system clipboard.static classThe action that is executed by default ifakey typed event is received and thereis no keymap entry.static classPlaces a line/paragraph break into the document.static classPlaces content into the associated document.static classPlaces a tab character into the document.static classPastes the contents of the system clipboard into theselected region, or before the caret if nothing isselected.classDefaultFormatterformats arbitrary objects.classEstablishes the set of things needed by a text componentto be a reasonably functioning editor for sometypeof text content.classElementIterator, as the name suggests, iterates over theElementtree.classA GlyphView is a styled chunk of text that represents a viewmapped over an element in the text model.classInternationalFormatterextendsDefaultFormatter,using an instance ofjava.text.Formatto handle theconversion to a String, and the conversion from a String.classALabelViewis a styled chunk of textthat represents a view mapped over an element in thetext model.classMaskFormatteris used to format and edit strings.classNumberFormattersubclassesInternationalFormatteradding special behavior for numbers.classA segment of a character array representing a fragmentof text.classA straightforward implementation of MutableAttributeSet using ahash table.classThis is the set of things needed by a text componentto be a reasonably functioning editor for sometypeof text document.static classAn action to set paragraph alignment.static classAn action to toggle the bold attribute.static classAn action to set the font family in the associatedJEditorPane.static classAn action to set the font size in the associatedJEditorPane.static classAn action to set foreground color.static classAn action to toggle the italic attribute.static classAn action that assumes it's being fired on a JEditorPanewith a StyledEditorKit (or subclass) installed.static classAn action to toggle the underline attribute.classAn Action implementation useful for key bindings that areshared across a number of different text components.Uses ofCloneable injavax.swing.text.html
Classes injavax.swing.text.html that implementCloneableModifier and TypeClassDescriptionclassThe Swing JEditorPane text component supports different kindsof content via a plug-in mechanism called an EditorKit.static classAn abstract Action providing some convenience methods that maybe useful in inserting HTML into an existing document.static classInsertHTMLTextAction can be used to insert an arbitrary string of HTMLinto an existing HTML document.classDisplays theinline element stylesbased upon css attributes.Uses ofCloneable injavax.swing.text.rtf
Classes injavax.swing.text.rtf that implementCloneableModifier and TypeClassDescriptionclassThis is the default implementation of RTF editingfunctionality.Uses ofCloneable injavax.swing.tree
Classes injavax.swing.tree that implementCloneableModifier and TypeClassDescriptionclassADefaultMutableTreeNodeis a general-purpose node in a tree datastructure.classDefault implementation of TreeSelectionModel.Uses ofCloneable injavax.xml.datatype
Classes injavax.xml.datatype that implementCloneableModifier and TypeClassDescriptionclassRepresentation for W3C XML Schema 1.0 date/time datatypes.Uses ofCloneable inorg.ietf.jgss
Subinterfaces ofCloneable inorg.ietf.jgssModifier and TypeInterfaceDescriptioninterfaceThis interface encapsulates the GSS-API credentials for an entity.