/**
* Creates the table based upon the list of registered components
*/
private JTable createTable() {
// Fetch the set of components and form a 2D array of table entries
CellComponentRegistry registry =
CellComponentRegistry.getCellComponentRegistry();
Set<CellComponentFactorySPI> factories = registry.getAllCellFactories();
// Fetch the set of component property display names that are already
// on the set and remove from the list of factories.
CellServerState state = editframe.getCellServerState();
Iterator<CellComponentFactorySPI> it = factories.iterator();