public interface EditorSource
| Modifier and Type | Method and Description |
|---|---|
void |
processAspect(int aspect,
javax.xml.namespace.QName dimensionName,
java.util.Set<?> set)
An EditorSource must implement this method.
|
void |
setDTSContainer(DTSContainer dts)
Convenient method to reset the EditorSource content.
|
void processAspect(int aspect,
javax.xml.namespace.QName dimensionName,
java.util.Set<?> set)
aspect - this is the aspect code as defined in CommonAspectRuledimensionName - when the aspect
is com.ihr.xbrl.om.table.definition.CommonAspectRule.DIMENSION this parameter provides
the dimension nameset - this is the set that contains values from the instance. The EditorSource might add
new values to this setvoid setDTSContainer(DTSContainer dts)
dts - the dts to store information for