在我的 Eclipse 插件中,我有一個顯示整數和字符串值的表。要編輯我正在使用TextCellEditor包中的字符串值org.eclipse.jface.viewers。我找到了一個NumberCellEditor我想嘗試的。它在包裝中org.eclipse.ve.internal.propertysheet.NumberCellEditor。我在 eclipse 中看不到這個包,它沒有列在 .xml 下的 plugin.xml 文件中Dependencies。它也不在單擊“添加”按鈕時顯示的列表中。我怎樣才能使用這個類?
1 回答

qq_遁去的一_1
TA貢獻1725條經驗 獲得超8個贊
org.eclipse.ve
似乎是不再可用的舊 Eclipse Visual Editor 插件。
此外,名稱中包含的包internal
中的類是禁止使用的(請參閱Eclipse API Rules of Engagement)。它們可能隨時更改或刪除。
添加回答
舉報
0/150
提交
取消