Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.text.AttributedCharacterIterator

Uses of AttributedCharacterIterator in java.text
 

Classes in java.text that implement AttributedCharacterIterator
(package private)  class AttributedStringIterator
          This class implements the AttributedCharacterIterator interface.
 

Methods in java.text that return AttributedCharacterIterator
 AttributedCharacterIterator Format.formatToCharacterIterator(java.lang.Object obj)
           
 AttributedCharacterIterator MessageFormat.formatToCharacterIterator(java.lang.Object arguments)
          A convinience method to format patterns.
 AttributedCharacterIterator SimpleDateFormat.formatToCharacterIterator(java.lang.Object date)
           
 AttributedCharacterIterator DecimalFormat.formatToCharacterIterator(java.lang.Object value)
           
 AttributedCharacterIterator AttributedString.getIterator()
          Returns an AttributedCharacterIterator that will iterate over the entire string.
 AttributedCharacterIterator AttributedString.getIterator(AttributedCharacterIterator.Attribute[] attributes)
          Returns an AttributedCharacterIterator that will iterate over the entire string.
 AttributedCharacterIterator AttributedString.getIterator(AttributedCharacterIterator.Attribute[] attributes, int begin_index, int end_index)
          Returns an AttributedCharacterIterator that will iterate over the specified subrange.
 

Constructors in java.text with parameters of type AttributedCharacterIterator
Bidi(AttributedCharacterIterator iter)
          Create a new Bidi object given an attributed character iterator.
AttributedString(AttributedCharacterIterator aci)
          Initializes a new instance of AttributedString that will use the text and attribute information from the specified AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator aci, int begin_index, int end_index)
          Initializes a new instance of AttributedString that will use the text and attribute information from the specified subrange of the specified AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator aci, int begin, int end, AttributedCharacterIterator.Attribute[] attributes)
          Initializes a new instance of AttributedString that will use the text and attribute information from the specified subrange of the specified AttributedCharacterIterator.