Home
last modified time | relevance | path

Searched refs:getHyperlinkSettings (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/
H A DFormTextModel.java168 getHyperlinkSettings(), null); in processSubnodes()
274 getHyperlinkSettings(), null); in processSegments()
282 getHyperlinkSettings()); in processSegments()
289 getHyperlinkSettings(), fontId); in processSegments()
569 p.parseRegularText(text, expandURLs, wrapAllowed, getHyperlinkSettings(), fontId, in processTextSegment()
594 p.parseRegularText(text, convertURLs, true, getHyperlinkSettings(), in parseRegularText()
602 p.parseRegularText(text, convertURLs, true, getHyperlinkSettings(), null); in parseRegularText()
606 public HyperlinkSettings getHyperlinkSettings() { in getHyperlinkSettings() method in FormTextModel
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/
H A DFormText.java935 public HyperlinkSettings getHyperlinkSettings() { in getHyperlinkSettings() method in FormText
936 return model.getHyperlinkSettings(); in getHyperlinkSettings()
1408 setCursor(model.getHyperlinkSettings().getHyperlinkCursor()); in handleMouseMove()
1417 setCursor(model.getHyperlinkSettings().getTextCursor()); in handleMouseMove()
1520 HyperlinkSettings settings = getHyperlinkSettings(); in paintLinkHover()
1540 setCursor(model.getHyperlinkSettings().getBusyCursor()); in activateLink()
1552 setCursor(model.getHyperlinkSettings().getHyperlinkCursor()); in activateLink()