| org.acm.seguin.completer.popup.BasePopup org.acm.seguin.completer.popup.CodePopup org.acm.seguin.completer.popup.SignaturePopup
SignaturePopup | public class SignaturePopup extends CodePopup (Code) | | Description of the Class
author: btateyama@yahoo.com |
Inner Class :class ParenKeyHandler extends KeyAdapter | |
SignaturePopup | public SignaturePopup(View argView, Vector argItems, String argTag)(Code) | | Constructor for the SignaturePopup object
Parameters: argView - Description of the Parameter Parameters: argItems - Description of the Parameter Parameters: argTag - Description of the Parameter |
SignaturePopup | public SignaturePopup(View argView, String argPrefix, Vector argItems, String argTag)(Code) | | Constructor for the SignaturePopup object
Parameters: argView - Description of the Parameter Parameters: argItems - Description of the Parameter Parameters: argTag - Description of the Parameter |
createKeyHandler | public KeyListener createKeyHandler(CodePopup argPopup, View argView)(Code) | | Returns a KeyListener that will pass through key strokes
until the paren stack is 0 (matching close paren typed) or
ESC is pressed.
Parameters: argPopup - Description of the Parameter Parameters: argView - Description of the Parameter Description of the Return Value |
createMouseHandler | public MouseListener createMouseHandler(CodePopup argPopup, View argView)(Code) | | Returns a mouse adapter that kills the popup on click
Parameters: argPopup - Description of the Parameter Parameters: argView - Description of the Parameter Description of the Return Value |
showConstructorPopup | public static void showConstructorPopup(View argView, ClassInfo argClassInfo)(Code) | | |
showMethodPopup | public static void showMethodPopup(View argView, Collection argMemberInfos, String argTag)(Code) | | |
|
|