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 |
---|---|
IlpInteractor |
IlpAbstractStyle.getInteractor(IlpInteractorKey key)
Deprecated.
Returns the
IlpInteractor value of a given key in this style. |
IlpInteractor |
IlpAbstractStyle.getInteractor(IlpInteractorKey key,
IlpInteractor defaultValue)
Deprecated.
Returns the
IlpInteractor value of a given key in this style. |
void |
IlpAbstractStyle.setInteractor(IlpInteractorKey key,
IlpInteractor value)
Deprecated.
Changes the
IlpInteractor local value of a given property in
this style. |
Modifier and Type | Method and Description |
---|---|
static IlpInteractorKey |
IlpInteractorKey.New(String name)
Deprecated.
Creates a new key for properties of type
IlpInteractor
with a default value of null . |
static IlpInteractorKey |
IlpInteractorKey.New(String name,
IlpInteractor defaultValue)
Deprecated.
Creates a new key for properties of type
IlpInteractor . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.