Package | Description |
---|---|
ilog.views.gantt.property |
Provides interfaces and classes for accessing
arbitrary object properties.
|
ilog.views.util.text |
Contains general purpose text formatters and parsers that
enhance the standard
java.text package. |
Modifier and Type | Method and Description |
---|---|
IlvListFormat |
IlvActivityReservationsProperty.getListFormat()
Returns the list formatter used to format the list of resources for an
activity.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvActivityReservationsProperty.setListFormat(IlvListFormat listFormat)
Sets the list formatter used to format the list of resources for an
activity.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvPatternBasedListFormat
This class formats a list of items, producing a single string.
|
class |
IlvSimpleListFormat
This class formats a list of items, producing a single string.
|
Modifier and Type | Method and Description |
---|---|
static IlvListFormat |
IlvListFormat.getInstance()
Returns the default list formatter, of default style, for the default
locale.
|
static IlvListFormat |
IlvListFormat.getInstance(int style)
Returns the default list formatter for the default locale, using
the given style.
|
static IlvListFormat |
IlvListFormat.getInstance(int style,
Locale inLocale)
Returns the default list formatter for the given locale, using
the given style.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.