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.
|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Method and Description |
---|---|
String[] |
IlpAbstractStyle.getStringArray(IlpStringArrayKey key)
Deprecated.
Returns the
String[] value of a given key in this style. |
String[] |
IlpAbstractStyle.getStringArray(IlpStringArrayKey key,
String[] defaultValue)
Deprecated.
Returns the
String[] value of a given key in this style. |
void |
IlpAbstractStyle.setStringArray(IlpStringArrayKey key,
String[] value)
Deprecated.
Changes the
String[] local value of a given property in this
style. |
Modifier and Type | Method and Description |
---|---|
static IlpStringArrayKey |
IlpStringArrayKey.New(String name)
Deprecated.
Creates a new key for properties of type
java.lang.String[]
with a default value of null . |
static IlpStringArrayKey |
IlpStringArrayKey.New(String name,
String[] defaultValue)
Deprecated.
Creates a new key for properties of type
java.lang.String[] . |
Modifier and Type | Field and Description |
---|---|
static IlpStringArrayKey |
IltShelf.XSlotLabels
Stores the labels that shall be used as slot labels when
drawing a shelf
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.