Package | Description |
---|---|
com.ibm.tivoli.maximo.skd.applet.util |
Modifier and Type | Class and Description |
---|---|
static class |
JTableUtils.ActivityGanttConfigAccessor
provides a
JTableUtils.GanttConfigAccessor implementation for the Activity config |
static class |
JTableUtils.ResourceGanttConfigAccessor
Provides a
JTableUtils.GanttConfigAccessor implemenation for the Resource config |
Modifier and Type | Method and Description |
---|---|
static JTableUtils.GanttConfigAccessor |
JTableUtils.activityConfigAccessor(IGanttConfigInfo ganttConfigInfo)
Adapter for getting the
JTableUtils.GanttConfigAccessor implementation from the IGanttConfigInfo |
static JTableUtils.GanttConfigAccessor |
JTableUtils.resourceConfigAccessor(IGanttConfigInfo ganttConfigInfo)
Adapter for getting the
JTableUtils.GanttConfigAccessor implementation from the IGanttConfigInfo |
Modifier and Type | Method and Description |
---|---|
static void |
JTableUtils.applyTableColumnSizes(javax.swing.JTable atable,
JTableUtils.GanttConfigAccessor accessor)
Given the
JTable and the JTableUtils.GanttConfigAccessor apply the table column sizes to the table |