| Interface | Description |
|---|---|
| Activities.HasCancelled |
A "state" object can implement this if they want to "cancel" out of visitor operation
|
| Activities.IFilter<T> |
Generic Filter class for any type
|
| Activities.IlvActivityVisitor<T> |
Simple visitor pattern for activities.
|
| Activities.IlvHierarchyNodeVisitor<NodeType extends ilog.views.gantt.IlvHierarchyNode,ChartType extends ilog.views.gantt.IlvHierarchyChart,StateType> |
Generic
IlvHierarchyNode visitor for visiting any subclass of IlvHierarchyNode |
| Activities.IlvNodeVisitor<T> |
Generic Node Visitor that can visit nodes in an IlvHierarchyChart
|
| Activities.IlvResourceVisitor<T> |
Specific implementation of an
Activities.IlvHierarchyNodeVisitor for IlvResource type objects. |
| ICache<K,T> | |
| JTableUtils.ColumnMovedListener | |
| JTableUtils.ColumnResizedListener | |
| JTableUtils.GanttConfigAccessor |
The GanttConfigAccessor is an abstracted way to access the Map like data in the
GanttConfigInfo and allow
code to interact with those "maps" in a way that enables you to re-use logic when accessing the gantt config info
for resources or activitites. |
| Class | Description |
|---|---|
| ActionUtil |
Handles all the Icon/Action stuff for Menu/Toolbar actions.
|
| Activities |
Utility methods for dealing with Activities (ie, WorkOrders, Assignments, etc)
|
| Activities.CountingVisitor |
Simple counting visitor
|
| Activities.FilterActivityVisitor |
Activities.IlvActivityVisitor that builds a list of Filtered activities based
on the Activities.IFilter instance |
| Activities.FilterNodeVisitor |
Activities.IlvActivityVisitor that builds a list of Filtered activities based
on the Activities.IFilter instance |
| Activities.FindByIDActivityVisitor |
Visitor that will find an Activity by ID
|
| 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
|
| Activities.ShowMoveToMenuVisitor |
Special Visitor where isValid() will return true IF ALL
that nodes being visited can support the MoveTo menu.
|
| ActivityDebugDialog |
Debug Dialog for showing Debug Information about an activity.
|
| BIDIAwareTableHeaderRenderer |
Simple
TableCellRenderer for table headers that will ensure that the JLabel component
that is created for the header has bidi text alignment, of left or right. |
| BIDITableToolTipPolicy | |
| ChartUtility |
Common Utility Methods related to working with Gantts and Charts
|
| DateTimeUtility | |
| DateTimeUtilityTest | |
| DelayedActionManager<T> |
Performs an action after a given amount of delay.
|
| IconHandler |
This class is used to perform common functions
on icons.
|
| ImageUtilities | |
| ImageUtilitiesTest | |
| JTableUtils |
Utlity Methods for working with
JTable |
| JTableUtils.ActivityGanttConfigAccessor |
provides a
JTableUtils.GanttConfigAccessor implementation for the Activity config |
| JTableUtils.ResourceGanttConfigAccessor |
Provides a
JTableUtils.GanttConfigAccessor implemenation for the Resource config |
| JTableUtils.ShowWorkForSelectedResourcesAction |
Action that given the selected resource in the event's source chart, it will adjust the
timescale to see all of the work for that resource.
|
| JTableUtils.TableColumnModelAdapter |
Simple adapter that does nothing.
|
| KeyHandler | |
| Log |
A Simple and efficient logger for the Applet.
|
| MessageDialog | |
| NullTooltipPolicy |
Empty or null Tooltip Policy that can be applied to an
IlvJTable to suppress its mouseover tooltip |
| ReadOnlyTableModel |
This
TableModel decorates an existing table model making it read only by overriding the isCellEditable
method to return true. |
| Resources |
This class is used to retrieve icon, strings etc
based upon a String key.
|
| SimpleContextMenuMouseAdapter |
Simple Utility class for showing a context menu on a component.
|
| SimpleMapCache<K,T> | |
| SKDActivityDuration |
Class to calculate duration for an activity
|
| SKDAMCrewUtility |
Singleton class for servicing utility methods
|
| SKDBidiUtil |
Simple BIDI utilities for the Applets.
|
| SKDBidiUtilTest | |
| SKDConstants |
This class provides a central place for all possible constants.
|
| SKDFormat | |
| SKDPMUtility |
Singleton class for servicing utility methods
|
| SKDUtility |
Singleton class for servicing utility methods
|
| SKDUtilityHelper |
Static methods for getting a Mocked SKDUtility instance
|
| SKDUtilityTest | |
| StateManager |
Simple State Manager for manageing the state fo the Gantt views between saves.
|
| StateManager.AppState |
Structure to holde the state of the entire application
|
| StateManager.GanttState |
Structure to hold the state of a Gantt view
|
| StateManager.TableColState |
Structure to hold the state of a table column
|
| StateManager.TableState |
Structure to hold the state of the a table
|
| UIUtility |
| Enum | Description |
|---|---|
| SKDUtility.SnapToGridState |
| Exception | Description |
|---|---|
| AttachModelException | |
| SKDAppletException | |
| ViewException |