Lines Matching refs:fInput

133 			if (fInput.fAnnotationListener != null) {  in selected()
135 fInput.fAnnotationListener.annotationSelected(event); in selected()
141 if (fInput.fAnnotationListener != null) { in defaultSelected()
143 fInput.fAnnotationListener.annotationDefaultSelected(event); in defaultSelected()
150 if (fInput.fAnnotationListener != null) { in showContextMenu()
152 fInput.fAnnotationListener.annotationContextMenuAboutToShow( in showContextMenu()
207 if (fInput != null) { in handleEvent()
208 Control ruler = fInput.fRulerInfo.getControl(); in handleEvent()
240 if (e.button == 1 && item.fAnnotation == fInput.fAnnotations[0] in mouseDoubleClick()
241 && fInput.fDoubleClickListener != null) { in mouseDoubleClick()
242 fInput.fDoubleClickListener.doubleClick(null); in mouseDoubleClick()
244 if (fInput.redoAction != null) in mouseDoubleClick()
245 fInput.redoAction.run(AnnotationExpansionControl.this); in mouseDoubleClick()
440 protected AnnotationHoverInput fInput; field in AnnotationExpansionControl
578 if (fInput != null && fInput.fViewer != null) in setInput()
579 fInput.fViewer.removeViewportListener(fViewportListener); in setInput()
582 fInput = (AnnotationHoverInput) input; in setInput()
584 fInput = null; in setInput()
586 inputChanged(fInput, null); in setInput()
596 if (fInput == null) in refresh()
599 if (fInput.fAnnotations == null) in refresh()
602 if (fInput.fViewer != null) in refresh()
603 fInput.fViewer.addViewportListener(fViewportListener); in refresh()
605 fShell.setRegion(fLayouter.getShellRegion(fInput.fAnnotations.length)); in refresh()
607 Layout layout = fLayouter.getLayout(fInput.fAnnotations.length); in refresh()
611 for (int i = 0; i < fInput.fAnnotations.length; i++) { in refresh()
615 item.fAnnotation = fInput.fAnnotations[i]; in refresh()
628 int newSize = fInput == null ? 0 : fInput.fAnnotations.length; in adjustItemNumber()
690 return fInput.fAnnotations != null && fInput.fAnnotations.length > 0; in hasContents()
788 StyledText text = fInput.fViewer.getTextWidget(); in setViewerBackground()
794 Position pos = fInput.model.getPosition(annotation); in setViewerBackground()
798 IRegion region = ((TextViewer) fInput.fViewer) in setViewerBackground()
869 if (fInput == null) in resetViewerBackground()
872 StyledText text = fInput.fViewer.getTextWidget(); in resetViewerBackground()