| java.lang.Object org.acm.seguin.completer.popup.PopupUtils
PopupUtils | public class PopupUtils (Code) | | Utility functions for popups
author: btateyama@yahoo.com |
Inner Class :static class TextAreaFocusHelper implements Runnable | |
ICON_WIDTH | final static int ICON_WIDTH(Code) | | |
getPointOnTextArea | public static Point getPointOnTextArea(View argView, String argPrefix)(Code) | | Translate a text position to point where popup should appear.
Parameters: argView - Description of the Parameter Parameters: argPrefix - Description of the Parameter The pointOnTextArea value |
isCompleteWord | public static boolean isCompleteWord(KeyEvent argEvent)(Code) | | |
processJEditCommand | public static void processJEditCommand(View argView, BasePopup argPopup, KeyEvent argEvent)(Code) | | |
requestFocusOnTextArea | public static void requestFocusOnTextArea(JEditTextArea argTextArea)(Code) | | |
|
|