Package scalaExec.gui

Examples of scalaExec.gui.AutoCompletionFrame


                         }
                     }
                            );

                GlobalValues.autoCompletionFrame = new AutoCompletionFrame("ScalaLab editor autocompletion, Press F1  for detailed help on the selected entry");
                GlobalValues.autoCompletionFrame.displayMatches(resultsList);
                         }     // some text is selected

                e.consume()// consume this event so it will not be processed in the default manner by the source that originated it
                      //get the text on the current line
View Full Code Here

TOP

Related Classes of scalaExec.gui.AutoCompletionFrame

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.