net.sf.japaki.text
Class AbstractFormat.DefaultField

java.lang.Object
  extended by java.text.AttributedCharacterIterator.Attribute
      extended by java.text.Format.Field
          extended by net.sf.japaki.text.AbstractFormat.DefaultField
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractFormat

protected static class AbstractFormat.DefaultField
extends Format.Field

Miminal implementation of the Field class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING
 
Constructor Summary
AbstractFormat.DefaultField(String name)
          Creates a Field with the specified name.
 
Method Summary
 
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
equals, getName, hashCode, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractFormat.DefaultField

public AbstractFormat.DefaultField(String name)
Creates a Field with the specified name.

Parameters:
name - Name of the attribute