Package | Description |
---|---|
ilog.cpl.style |
Deprecated Provides classes and interfaces for handling styles (see
IlpStyle ). |
ilog.cpl.style.key |
Deprecated Provides a set of keys used to identify values within styles.
|
Modifier and Type | Method and Description |
---|---|
Format |
IlpAbstractStyle.getFormat(IlpFormatKey key)
Deprecated.
Returns the
Format value of a given key in this style. |
Format |
IlpAbstractStyle.getFormat(IlpFormatKey key,
Format defaultValue)
Deprecated.
Returns the
Format value of a given key in this style. |
void |
IlpAbstractStyle.setFormat(IlpFormatKey key,
Format value)
Deprecated.
Changes the
Format local value of a given property in this
style. |
Constructor and Description |
---|
IlpStyleValueFormatter(IlpStyleValueProvider provider,
IlpFormatKey key)
Deprecated.
IlpStyleValueFormatter constructor. |
IlpStyleValueFormatter(IlpStyleValueProvider provider,
IlpFormatKey key,
IlpStyle style)
Deprecated.
IlpStyleValueFormatter constructor. |
Modifier and Type | Method and Description |
---|---|
static IlpFormatKey |
IlpFormatKey.New(String name)
Deprecated.
Creates a new key for properties of type
java.text.Format
with a default value of null . |
static IlpFormatKey |
IlpFormatKey.New(String name,
Format defaultValue)
Deprecated.
Creates a new key for properties of type
java.text.Format . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.