mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
dynamic plugins: removed unused dom UI components
GitOrigin-RevId: 73b43da392e6b242a1f4d206bb5a5385ca4e9b34
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6f62608074
commit
af31d6f44c
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user