Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

CDC 1.1.2

Uses of Interface
java.text.AttributedCharacterIterator

Packages that use AttributedCharacterIterator
java.text Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages. 
 

Uses of AttributedCharacterIterator in java.text
 

Methods in java.text that return AttributedCharacterIterator
 AttributedCharacterIterator MessageFormat.formatToCharacterIterator(Object arguments)
          Formats an array of objects and inserts them into the MessageFormat's pattern, producing an AttributedCharacterIterator.
 AttributedCharacterIterator Format.formatToCharacterIterator(Object obj)
          Formats an Object producing an AttributedCharacterIterator.
 AttributedCharacterIterator SimpleDateFormat.formatToCharacterIterator(Object obj)
          Formats an Object producing an AttributedCharacterIterator.
 AttributedCharacterIterator AttributedString.getIterator()
          Creates an AttributedCharacterIterator instance that provides access to the entire contents of this string.
 AttributedCharacterIterator AttributedString.getIterator(AttributedCharacterIterator.Attribute[] attributes)
          Creates an AttributedCharacterIterator instance that provides access to selected contents of this string.
 AttributedCharacterIterator AttributedString.getIterator(AttributedCharacterIterator.Attribute[] attributes, int beginIndex, int endIndex)
          Creates an AttributedCharacterIterator instance that provides access to selected contents of this string.
 AttributedCharacterIterator DecimalFormat.formatToCharacterIterator(Object obj)
          Formats an Object producing an AttributedCharacterIterator.
 

Constructors in java.text with parameters of type AttributedCharacterIterator
AttributedString(AttributedCharacterIterator text)
          Constructs an AttributedString instance with the given attributed text represented by AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator text, int beginIndex, int endIndex)
          Constructs an AttributedString instance with the subrange of the given attributed text represented by AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator text, int beginIndex, int endIndex, AttributedCharacterIterator.Attribute[] attributes)
          Constructs an AttributedString instance with the subrange of the given attributed text represented by AttributedCharacterIterator.
 


CDC 1.1.2

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 218 specification.