Java Platform 1.2
Beta 4

Uses of Interface
java.lang.Cloneable

Packages that use Cloneable
com.sun.image.codec.jpeg Provides classes for encoding and decoding JPEG images.  
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.  
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
com.sun.java.swing.text.html Provides the class (HTMLEditorKit) and supporting classes for creating HTML text editors.  
com.sun.java.swing.text.rtf Provides a class (RTFEditorKit) for creating Rich-Text-Format text editors.  
com.sun.java.swing.tree Provides classes and interfaces for dealing with java.awt.swing. 
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications.  
java.awt.font Provides classes and interface relating to fonts.  
java.awt.geom Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.  
java.awt.image Provides classes for creating and modifying images.  
java.awt.image.renderable Provides classes and interfaces for producing rendering-independent images.  
java.awt.print Provides classes and interfaces for a general printing API. The API includes such features as: the ability to specify document types mechanisms for control of page setup and page formats the ability to manage job control dialogs
java.security Provides the classes and interfaces for the security framework.  
java.security.acl The classes and interfaces in this package have been superseded by classes in the java.security package.  
java.sql Provides the JDBC package.  
java.text Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.  
java.util Provides useful utilities for data structures, date, time, internationalization, events (root interfaces), a simple string tokenizer, a random-number generator, observers, properties and exceptions.  
java.util.jar Provides classes for creating and reading JAR files.  
java.util.mime Provides classes for dealing with MIME (Multipurpose Internet Mail Extension) types (RFC 2045, RFC 2046).  
java.util.zip Provides classes for computing checksums of data and for compressing and decompressing data using standard ZIP and GZIP formats.  
 

Uses of Cloneable in com.sun.image.codec.jpeg
 

Subinterfaces of Cloneable in com.sun.image.codec.jpeg
  JPEGDecodeParam
          JPEGDecodeParam encapsulates tables and options necessary to control decoding JPEG datastreams.
  JPEGEncodeParam
          JPEGEncodeParam encapsulates tables and options necessary to control encoding of JPEG data streams.
 

Uses of Cloneable in com.sun.java.swing
 

Classes in com.sun.java.swing that implement Cloneable
  AbstractAction
          This class provides default implementations for the JFC Action interface.
  DefaultListSelectionModel
          Default data model for list selections.
  GrayFilter
          An image filter that "disables" an image by turning it into a grayscale image, and brightening the pixels in the image.
static  JTree.DynamicUtilTreeNode
          DynamicUtilTreeNode can wrap vectors/hashtables/arrays/strings and create the appropriate children tree nodes as necessary.
protected static  JTree.EmptySelectionModel
          EmptySelectionModel is a TreeSelectionModel that does not allow anything to be selected.
  UIDefaults
          A table of defaults for Swing components.
 

Uses of Cloneable in com.sun.java.swing.plaf
 

Classes in com.sun.java.swing.plaf that implement Cloneable
  DimensionUIResource
           
  InsetsUIResource
           
 

Uses of Cloneable in com.sun.java.swing.text
 

Classes in com.sun.java.swing.text that implement Cloneable
  DefaultEditorKit
          This is the set of things needed by a text component to be a reasonably functioning editor for some type of text document.
static  DefaultEditorKit.BeepAction
          Creates a beep.
static  DefaultEditorKit.CopyAction
          Coies the selected region and place its contents into the system clipboard.
static  DefaultEditorKit.CutAction
          Cuts the selected region and place its contents into the system clipboard.
static  DefaultEditorKit.DefaultKeyTypedAction
          The action that is executed by default if a key typed event is received and there is no keymap entry.
static  DefaultEditorKit.InsertBreakAction
          Places a line/paragraph break into the document.
static  DefaultEditorKit.InsertContentAction
          Places content into the associated document.
static  DefaultEditorKit.InsertTabAction
          Places a tab character into the document.
static  DefaultEditorKit.PasteAction
          Pastes the contents of the system clipboard into the selected region, or before the caret if nothing is selected.
  EditorKit
          Establishes the set of things needed by a text component to be a reasonably functioning editor for some type of text content.
  ElementIterator
           ElementIterator, as the name suggests, iteratates over the Element tree.
  SimpleAttributeSet
          A straightforward implementation of MutableAttributeSet using a hash table.
  StyledEditorKit
          This is the set of things needed by a text component to be a reasonably functioning editor for some type of text document.
static  StyledEditorKit.AlignmentAction
          An action to set paragraph alignment.
static  StyledEditorKit.BoldAction
          An action to toggle the bold attribute.
static  StyledEditorKit.FontFamilyAction
          An action to set the font family in the associated JEditorPane.
static  StyledEditorKit.FontSizeAction
          An action to set the font size in the associated JEditorPane.
static  StyledEditorKit.ForegroundAction
          An action to set the foreground color in the focused JEditorPane by calling its setForeground method.
static  StyledEditorKit.ItalicAction
          An action to toggle the italic attribute.
static  StyledEditorKit.StyledTextAction
          An action that assumes it's being fired on a JEditorPane with a StyledEditorKit (or subclass) installed.
static  StyledEditorKit.UnderlineAction
          An action to toggle the underline attribute.
  TextAction
          An Action implementation useful for key bindings that are shared across a number of different text components.
 

Uses of Cloneable in com.sun.java.swing.text.html
 

Classes in com.sun.java.swing.text.html that implement Cloneable
  HTMLEditorKit
          This is the default implementation of html functionality.
 

Uses of Cloneable in com.sun.java.swing.text.rtf
 

Classes in com.sun.java.swing.text.rtf that implement Cloneable
  RTFEditorKit
          This is the default implementation of rtf editing functionality.
 

Uses of Cloneable in com.sun.java.swing.tree
 

Classes in com.sun.java.swing.tree that implement Cloneable
  DefaultMutableTreeNode
          A DefaultMutableTreeNode is a general-purpose node in a tree data structure.
  DefaultTreeSelectionModel
          Implementation of TreeSelectionModel.
 

Uses of Cloneable in java.awt
 

Classes in java.awt that implement Cloneable
  Dimension
          The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
  GridBagConstraints
          The GridBagConstraints class specifies constraints for components that are laid out using the GridBagLayout class.
  Insets
          An Insets object is a representation of the borders of a container.
  Point
          A point representing a location in (x, y) coordinate space, specified in integer precision.
  Rectangle
          A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (xy) in the coordinate space, its width, and its height.
  RenderingHints
          This class contains rendering hints that can be used by the
 

Uses of Cloneable in java.awt.datatransfer
 

Classes in java.awt.datatransfer that implement Cloneable
  DataFlavor
          Each instance represents the opaque concept of a data format as would appear on a clipboard, during drag and drop, or in a file system.
 

Uses of Cloneable in java.awt.font
 

Classes in java.awt.font that implement Cloneable
  GlyphVector
          GlyphVector is a collection of Glyphs containing geometric information for the placement the GlyphVector and of each Glyph in a transformed coordinate space which should correspond to the device on which the GlyphVector is ultimately to be displayed.
  TextLayout
          TextLayout is an immutable graphical representation of styled character data.
 

Uses of Cloneable in java.awt.geom
 

Classes in java.awt.geom that implement Cloneable
  AffineTransform
          This class represents a 2D affine transform which performs a linear mapping from 2D coordinates to other 2D coordinates in a manner which preserves the "straightness" and "parallelness" of lines.
  Arc2D
          An arc defined by a bounding rectangle, start angle and angular extent, and a closure type (one of OPEN, CHORD, or PIE).
static  Arc2D.Double
          An arc specified in double precision,
static  Arc2D.Float
          An arc specified in float precision,
  Area
          Area is a device-independent specification of an arbitrarily-shaped area.
  CubicCurve2D
          A cubic parametric curve segment in (x, y) coordinate space.
static  CubicCurve2D.Double
          A cubic parametric curve segment specified with double coordinates.
static  CubicCurve2D.Float
          A cubic parametric curve segment specified with float coordinates.
  Dimension2D
          A class to encapsulate a width and a height Dimension.
  Ellipse2D
          An ellipse defined by a bounding rectangle.
static  Ellipse2D.Double
          An ellipse specified in double precision.
static  Ellipse2D.Float
          An ellipse specified in float precision.
  GeneralPath
          This class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves.
  Line2D
          A line segment in (x, y) coordinate space.
static  Line2D.Double
          A line segment specified with double coordinates.
static  Line2D.Float
          A line segment specified with float coordinates.
  Point2D
          A point representing a location in (x, y) coordinate space.
static  Point2D.Double
          A point specified in double precision.
static  Point2D.Float
          A point specified in float precision.
  QuadCurve2D
          A quadratic parametric curve segment in (x, y) coordinate space.
static  QuadCurve2D.Double
          A quadratic parametric curve segment specified with double coordinates.
static  QuadCurve2D.Float
          A quadratic parametric curve segment specified with float coordinates.
  Rectangle2D
          A rectangle defined by a location (x, y) and dimension (w x h).
static  Rectangle2D.Double
          A rectangle specified in double coordinates.
static  Rectangle2D.Float
          A rectangle specified in float coordinates.
  RectangularShape
          The base class for a number of shapes whose geometry is defined by a rectangular frame.
  RoundRectangle2D
          A rectangle with rounded corners defined by a location (x, y), a dimension (w x h), and the width and height of an arc to round the corners with.
static  RoundRectangle2D.Double
          A rectangle with rounded corners all specified in double coordinates.
static  RoundRectangle2D.Float
          A rectangle with rounded corners all specified in float coordinates.
 

Uses of Cloneable in java.awt.image
 

Classes in java.awt.image that implement Cloneable
  AreaAveragingScaleFilter
          An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm.
  BufferedImageFilter
          This class subclasses an ImageFilter to provide a simple means of using a single-source/single-destination image operator (BufferedImageOp) to filter a BufferedImage in the Image Producer/Consumer/Observer paradigm.
  CropImageFilter
          An ImageFilter class for cropping images.
  ImageFilter
          This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer.
  Kernel
          This class defines a Kernel object.
  ReplicateScaleFilter
          An ImageFilter class for scaling images using the simplest algorithm.
  RGBImageFilter
          This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.
 

Uses of Cloneable in java.awt.image.renderable
 

Classes in java.awt.image.renderable that implement Cloneable
  ParameterBlock
          A ParameterBlock encapsulates all the information about sources and parameters (Objects) required by a RenderableImageOp, or other classes that process images.
  RenderContext
          A RenderContext encapsulates the information needed to produce a specific rendering from a RenderableImage.
 

Uses of Cloneable in java.awt.print
 

Classes in java.awt.print that implement Cloneable
  PageFormat
          A PageFormat instance describes the size and orientation of a page to be printed.
  Paper
          Describes the physical characteristics of a piece of paper. 11/11/97 Notes - Should support media color, weight, and type.
 

Uses of Cloneable in java.security
 

Classes in java.security that implement Cloneable
  Provider
          This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security, including: Algorithms (such as DSA, RSA, MD5 or SHA-1).
 

Uses of Cloneable in java.security.acl
 

Subinterfaces of Cloneable in java.security.acl
  AclEntry
          This is the interface used for representing one entry in an Access Control List (ACL).
 

Uses of Cloneable in java.sql
 

Classes in java.sql that implement Cloneable
  Time
          This class is a thin wrapper around java.util.
  Timestamp
          This class is a thin wrapper around java.util.
 

Uses of Cloneable in java.text
 

Subinterfaces of Cloneable in java.text
  AttributedCharacterIterator
          An AttributedCharacterIterator allows iteration through both text and related attribute information.
  CharacterIterator
          This interface defines a protocol for bidirectional iteration over text.
 

Classes in java.text that implement Cloneable
  BreakIterator
          The BreakIterator class implements methods for finding the location of boundaries in text.
  ChoiceFormat
          A ChoiceFormat allows you to attach a format to a range of numbers.
  Collator
          The Collator class performs locale-sensitive String comparison.
  DateFormat
          DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.
  DateFormatSymbols
          DateFormatSymbols is a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
  DecimalFormat
          DecimalFormat is a concrete subclass of NumberFormat for formatting decimal numbers.
  DecimalFormatSymbols
          This class represents the set of symbols (such as the decimal separator, the grouping separator, and so on) needed by DecimalFormat to format numbers.
  Format
          Format is an abstract base class for formatting locale-sensitive information such as dates, messages, and numbers.
  MessageFormat
          MessageFormat provides a means to produce concatenated messages in language-neutral way.
  NumberFormat
          NumberFormat is the abstract base class for all number formats.
  RuleBasedCollator
          The RuleBasedCollator class is a concrete subclass of Collator that provides a simple, data-driven, table collator.
  SimpleDateFormat
          SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner.
  StringCharacterIterator
          StringCharacterIterator implements the CharacterIterater protocol for a String.
 

Uses of Cloneable in java.util
 

Classes in java.util that implement Cloneable
  ArrayList
          Resizable-array implementation of the List interface.
  BitSet
          This class implements a vector of bits that grows as needed.
  Calendar
          Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
  Date
          The class Date represents a specific instant in time, with millisecond precision.
  GregorianCalendar
          GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar used by most of the world.
  HashMap
          Hash table based implementation of the Map interface.
  HashSet
          This class implements the Set interface, backed by a hash table (actually a HashMap).
  Hashtable
          This class implements a hashtable, which maps keys to values.
  LinkedList
          Linked list implementation of the List interface.
  Locale
          A Locale object represents a specific geographical, political, or cultural region.
  Properties
          The Properties class represents a persistent set of properties.
  SimpleTimeZone
          SimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar.
  Stack
          The Stack class represents a last-in-first-out (LIFO) stack of objects.
  TimeZone
          TimeZone represents a time zone offset, and also figures out daylight savings.
  TreeMap
          Red-Black tree based implementation of the SortedMap interface.
  TreeSet
          This class implements the TreeSet interface, backed by a TreeMap.
  Vector
          The Vector class implements a growable array of objects.
 

Uses of Cloneable in java.util.jar
 

Classes in java.util.jar that implement Cloneable
  Attributes
          The Attributes class maps Manifest attribute names to associated string values.
  JarEntry
          This class is used to represent a JAR file entry.
  Manifest
          The Manifest class is used to maintain Manifest entry names and their associated Attributes.
 

Uses of Cloneable in java.util.mime
 

Classes in java.util.mime that implement Cloneable
  MimeType
          A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.
  MimeTypeParameterList
          An object that encapsualtes the parameter list of a MimeType as defined in RFC 2045 and 2046.
 

Uses of Cloneable in java.util.zip
 

Classes in java.util.zip that implement Cloneable
  ZipEntry
          This class is used to represent a ZIP file entry.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.