這是我的完整編碼。我有兩個類firstone MyDateTime和第二個是員工。 我已經包括mine.For的目前正在編碼中EmployeePart類,AbstractEditorPart是我們的有效期延長輸入密鑰監聽器的日期是不是在Linux的風味工作
public class MyDateTime extends DateTime{
public DateTime(Composite parent, int style)
{
super(parent, style);
}
public Date getValue()
{
Date date = new Date(getYear(), getMonth(), getDay());
return date;
}
}
public Class EmployeePart extends AbstractEditorPart(
private MyDateTime currentDate;
public void createBody(Composite parent){
currentDate=Util.createDateChooserCombo(parent, toolkit, "Date:", 2);
}
public void save(Employee input){
return null;
}
}
}
儘量尋找鍵碼10了。 – Lesleh