Package | Description |
---|---|
ilog.views.chart.renderer |
Contains the predefined chart renderer classes.
|
ilog.views.gantt |
Contains all of the main Gantt Chart classes,
Beans, and data model interfaces.
|
ilog.views.gantt.model |
Contains abstract and basic implementations of
the Gantt data model.
|
ilog.views.util.collections |
Contains miscellaneous iterators and predicates that can be used
with the collections framework.
|
ilog.views.util.filter |
Provides an abstract interface for filtering objects.
|
Modifier and Type | Method and Description |
---|---|
IlvDisplayObjectArea |
IlvTreemapChartRenderer.getDisplayItem(IlvChartDataPicker picker,
IlvUnaryPredicate filter)
Returns the display item containing the specified picking point.
|
IlvDisplayObjectArea |
IlvTreemapChartRenderer.getNearestItem(IlvChartDataPicker picker,
IlvUnaryPredicate filter)
Returns the data object closest to the specified projected coordinates.
|
Modifier and Type | Method and Description |
---|---|
IlvUnaryPredicate<ResourceEvent> |
IlvResource.getChildEventFilter()
Returns a predicate that will be used to determine the events from this
resource's children that should be dispatched to this resource's
IlvResource.processChildEvent(ilog.views.gantt.event.ResourceEvent) method. |
IlvUnaryPredicate<ActivityEvent> |
IlvActivity.getChildEventFilter()
Returns a predicate that will be used to determine the events from this
activity's children that should be dispatched to this activity's
IlvActivity.processChildEvent(ilog.views.gantt.event.ActivityEvent) method. |
Modifier and Type | Method and Description |
---|---|
IlvUnaryPredicate<ActivityEvent> |
IlvSimpleActivity.getChildEventFilter()
Returns a predicate that will be used to determine the events from this
activity's children that should be dispatched to this activity's
IlvSimpleActivity.processChildEvent(ilog.views.gantt.event.ActivityEvent) method. |
IlvUnaryPredicate<ResourceEvent> |
IlvAbstractResource.getChildEventFilter()
Returns a predicate that will be used to determine the events from this
resource's children that should be dispatched to this resource's
IlvAbstractResource.processChildEvent(ilog.views.gantt.event.ResourceEvent) method. |
IlvUnaryPredicate<ActivityEvent> |
IlvAbstractActivity.getChildEventFilter()
Returns a predicate that will be used to determine the events from this
activity's children that should be dispatched to this activity's
IlvAbstractActivity.processChildEvent(ilog.views.gantt.event.ActivityEvent) method. |
Modifier and Type | Method and Description |
---|---|
static <T> IlvUnaryPredicate<T> |
IlvCollections.falseUnaryPredicate()
Returns a unary predicate that always evaluates to
false . |
static <T> IlvUnaryPredicate<T> |
IlvCollections.trueUnaryPredicate()
Returns a unary predicate that always evaluates to
true . |
Constructor and Description |
---|
IlvSelectiveIterator(Iterator<? extends E> iterator,
IlvUnaryPredicate<? super E> predicate)
Constructs an
IlvSelectiveIterator that will selectively traverse the
elements from the specified iterator . |
Modifier and Type | Interface and Description |
---|---|
interface |
IlvFilter<T>
This interface describes a rule that selects some of the objects of a
model and discards the other objects.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractFilter<T>
This class is an implementation of the
IlvFilter interface
which handles the notification to listeners of the filter. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.