我無法找到該界面或其他信息,這一點:SelectionListener中和SelectionAdapter
ok.addSelectionListener(new SelectionAdapter() {
public void widgetSelected(SelectionEvent e) {
System.out.println("Your name is " + text.getText());
shell.close();
}
});
這是否接口名爲
SelectionListener
((.1) - 我爲什麼不能上找到它?因爲它不是通用的嗎?)This selectionAapter is * abstract class * which I implement anonymous class?
爲什麼我更喜歡這個適配器通過處理程序的外部類?
非常感謝!
你在哪裏可以找到此代碼段? – PhiLho
在我正在採取的實踐中的一個測試。 – Numerator
是的,但是這些類名並不是出於藍色。你從某個地方得到了它們,或者你創造了它們。這就是爲什麼這個問題很奇怪......鑑於接受的答案,你應該至少已經標記了SWT的問題! – PhiLho