Package | Description |
---|---|
com.ibm.tivoli.maximo.skd.applet.util |
Modifier and Type | Class and Description |
---|---|
static class |
Activities.FilterActivityVisitor
Activities.IlvActivityVisitor that builds a list of Filtered activities based
on the Activities.IFilter instance |
static class |
Activities.FindByIDActivityVisitor
Visitor that will find an Activity by ID
|
static class |
Activities.SameTypeVisitor
Special visitor where isValid() will return true if each object
that is visited has the same type as any objectname in the list
|
static class |
Activities.ShowMoveToMenuVisitor
Special Visitor where isValid() will return true IF ALL
that nodes being visited can support the MoveTo menu.
|
Modifier and Type | Field and Description |
---|---|
static Activities.IlvActivityVisitor<java.lang.Void> |
Activities.SELECT_ALL_ROWS_ACTIVITY_VISITOR
Simple
Activities.IlvActivityVisitor that selects every row that is passed |
Modifier and Type | Method and Description |
---|---|
static Activities.IlvActivityVisitor<java.util.Set<java.lang.String>> |
Activities.newAdjustTimeVisitor(ilog.views.gantt.IlvDuration adjustment)
Creates a visitor that will adjust the start and end times on an activity by the given
IlvDuration . |
Modifier and Type | Method and Description |
---|---|
static <T> void |
Activities.visitActivities(ilog.views.gantt.IlvActivity[] items,
ilog.views.gantt.IlvGanttChart ganttChart,
Activities.IlvActivityVisitor<T> visitor,
T state)
Applies an IlvActivityVisitor to each activity and it's children.
|
static <T> void |
Activities.visitActivity(ilog.views.gantt.IlvActivity item,
ilog.views.gantt.IlvGanttChart ganttChart,
Activities.IlvActivityVisitor<T> visitor,
T state)
Applies an IlvActivityVisitor to each activity and it's children.
|