public static interface JTableUtils.GanttConfigAccessor
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. This would not be necessary if the IGanttConfigInfo
had just exposed the
config info has Maps (or unmodified maps using the Collections
unomodifiedMap() method.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName(java.lang.String propName) |
IMXGanttPropertyInfo |
getInfo(java.lang.String name) |
java.util.Iterator<java.lang.String> |
getNames() |
java.util.Iterator<java.lang.String> getNames()
IMXGanttPropertyInfo getInfo(java.lang.String name)
java.lang.String getColumnName(java.lang.String propName)