Home
last modified time | relevance | path

Searched refs:AnnotationHoverInput (Results 1 – 6 of 6) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/
H A DJavaExpandHover.java53 import org.eclipse.jdt.internal.ui.text.java.hover.AnnotationExpansionControl.AnnotationHoverInput;
156 AnnotationHoverInput input= new AnnotationHoverInput(); in getHoverInfoForLine()
H A DAnnotationExpandHover.java53 import org.eclipse.jdt.internal.ui.text.java.hover.AnnotationExpansionControl.AnnotationHoverInput;
181 AnnotationHoverInput input= new AnnotationHoverInput(); in getHoverInfoForLine()
H A DAnnotationExpansionControl.java100 public static class AnnotationHoverInput { class in AnnotationExpansionControl
443 protected AnnotationHoverInput fInput;
570 if (input instanceof AnnotationHoverInput) in setInput()
571 fInput= (AnnotationHoverInput) input; in setInput()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/java/hover/
H A DJavaExpandHover.java19 … net.sourceforge.phpdt.internal.ui.text.java.hover.AnnotationExpansionControl.AnnotationHoverInput;
163 AnnotationHoverInput input = new AnnotationHoverInput(); in getHoverInfoForLine()
H A DAnnotationExpandHover.java21 … net.sourceforge.phpdt.internal.ui.text.java.hover.AnnotationExpansionControl.AnnotationHoverInput;
179 AnnotationHoverInput input = new AnnotationHoverInput(); in getHoverInfoForLine()
H A DAnnotationExpansionControl.java95 public static class AnnotationHoverInput { class in AnnotationExpansionControl
440 protected AnnotationHoverInput fInput;
581 if (input instanceof AnnotationHoverInput) in setInput()
582 fInput = (AnnotationHoverInput) input; in setInput()