什么是eclipse pref表的类

时间:2016-08-30 10:36:06

标签: java eclipse preference

你能告诉我,这个表的类是什么,比如widget with browsing feature

这是eclipse-> window-> preferences-> java-> build path-> classpath变量?或者如果你知道如何获得它的偏好页面类

1 个答案:

答案 0 :(得分:0)

该页面为org.eclipse.jdt.internal.ui.preferences.ClasspathVariablesPreferencePage

实际的类路径列表是使用实现TableViewer的标签提供程序的IColorProvider(至少它已经在Eclipse Neon中删除了颜色)。