| Interface | Description |
|---|---|
| DataSourceConfigFactory |
This is the designer-scoped interface that 3rd party module authors need to implement to add new data sources.
|
| QueryConfigFactory |
This is the designer-scoped interface that 3rd party module authors need to implement to add new query types.
|
| ShapeConfigFactory |
Created by carl.gould on 5/5/2015.
|
| Class | Description |
|---|---|
| AbstractDataSourceConfigFactory |
Created by carl.gould on 3/4/2015.
|
| AbstractQueryConfigFactory |
Created by carl.gould on 3/4/2015.
|
| DataSourceConfigPanel |
This class must be extended by authors of new data sources.
|
| DesignerDataSourceRegistry |
This registry holds the data source configuration datasources that have been registered on the designer.
|
| DesignerShapeRegistry |
Holds the RM shapes that are on the palette.
|
| DesignerShapeRegistry.ShapeDescriptor | |
| QueryConfigPanel |
This class must be extended by authors of new query types.
|
| ShapeConfigPanel |
Created by carl.gould on 5/5/2015.
|