Java in a Nutshell, 5th Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Java in a Nutshell, 5th Edition [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


MessageFormat.Fieldjava.text

Java 1.4serializable


This
class defines an ARGUMENT
AttributedCharacterIterator.Attribute constant
that is be used by the AttributedCharacterIterator
returned by MessageFormat.formatToCharacterIterator(
) to identify portions of the formatted message
that are derived from the arguments passed to
formatToCharacterIterator( ). The value associated
with this ARGUMENT attribute will be an
Integer specifying the argument number.

public static class

MessageFormat.Field extends Format.Field {
// Protected Constructors
protected

Field (String

name );
// Public Constants
public static final MessageFormat.Field

ARGUMENT ;
// Protected Methods Overriding AttributedCharacterIterator.Attribute
protected Object

readResolve ( ) throws java.io.InvalidObjectException;
}



    / 1191