link start!
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.tridium.workbench.celltable;
|
||||
|
||||
public interface CellEditorContainer {
|
||||
CellController getCellController();
|
||||
|
||||
void setCellController(CellController cellController);
|
||||
}
|
||||
Reference in New Issue
Block a user