Drop « Text Input « Java Swing Q&A





1. drop down menu in form editor    coderanch.com

Hi, By using below extension point I am able to get drop down menu in views. But I need to get a drop down menu in form editor and toolbar. HintButtonAction ================ public void selectionChanged(IAction action, ISelection selection) { // Do ...