Package editor

Class AbstractPathCompletionHandler

    • Constructor Detail

      • AbstractPathCompletionHandler

        public AbstractPathCompletionHandler()
    • Method Detail

      • displayPathCompletionBeanInfoPopup

        protected void displayPathCompletionBeanInfoPopup​(BeanInfoPopup popup)
      • displayFeaturePathCompletionBeanInfoPopup

        protected void displayFeaturePathCompletionBeanInfoPopup​(BeanInfoPopup popup)
      • getPathAtCaret

        protected java.lang.String getPathAtCaret()
      • getWordAtCaret

        protected java.lang.String getWordAtCaret()
      • getSingleNameAtCaret

        protected java.lang.String getSingleNameAtCaret()
      • getWordBeforeCaret

        protected java.lang.String getWordBeforeCaret()
      • getMemberPathFromPath

        protected java.lang.String getMemberPathFromPath​(java.lang.String strPath)
      • getLastWordInPath

        private java.lang.String getLastWordInPath​(java.lang.String strMemberPath)
      • isWordAtCaret

        protected boolean isWordAtCaret​(ISymbolTable transientSymTable)
      • getRootBeanFromPath

        protected java.lang.String getRootBeanFromPath​(java.lang.String strPath)