Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix[Bugzilla] 126109:Integrate with JDT new java class wizard for BIRT event handler creation

Title: Message
-Summary:Integrate with JDT new java class wizard for BIRT event handler creation

- Bugzilla Bug (s) Resolved:126109

- Description:
Because create a java class through the wizard is forbidden in a non-java project, so we don't automate this process to
invoke the java new class wizard. According to Yuqian's opinion, we add a button, through which the user can find proper
event hanlder class, which is implementing specified event handler class.

Tests Description:
Manual

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

- Files Added:

- Files Edited:


/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/nls/messages.properties
/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/propertyeditor/EventHandlerWrapper.java
/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/propertyeditor/HandlerPage.java



Back to the top