dynamic plugins: removed unused dom UI components

GitOrigin-RevId: 73b43da392e6b242a1f4d206bb5a5385ca4e9b34
This commit is contained in:
sergey.vasiliev
2020-05-05 14:56:15 +02:00
committed by intellij-monorepo-bot
parent 6f62608074
commit af31d6f44c

View File

@@ -108,10 +108,6 @@ public abstract class DomUIFactory {
return null;
}
public static TableCellEditor createCellEditor(GenericDomValue genericDomValue) {
return getDomUIFactory().createCellEditor(genericDomValue, DomUtil.extractParameterClassFromGenericType(genericDomValue.getDomElementType()));
}
protected abstract TableCellEditor createCellEditor(DomElement element, Class type);
public abstract UserActivityWatcher createEditorAwareUserActivityWatcher();