Home
last modified time | relevance | path

Searched refs:addHyperlink (Results 1 – 25 of 38) sorted by relevance

12

/dports/java/jd-gui/jd-gui-1.6.6/services/src/main/java/org/jd/gui/view/component/
H A DJavaFilePage.java256addHyperlink(new TypePage.HyperlinkReferenceData(position, internalTypeName.length(), newReference… in enterImportDeclaration()
330addHyperlink(new TypePage.HyperlinkReferenceData(position, name.length(), newReferenceData(interna… in enterType()
366addHyperlink(new TypePage.HyperlinkReferenceData(position, name.length(), newReferenceData(interna… in enterNewExpression()
369addHyperlink(new TypePage.HyperlinkReferenceData(position, name.length(), newReferenceData(interna… in enterNewExpression()
391addHyperlink(new TypePage.HyperlinkReferenceData(position, fieldName.length(), newReferenceData(fi… in enterExpression()
406addHyperlink(new TypePage.HyperlinkReferenceData(position, name.length(), newReferenceData(interna… in enterExpression()
423addHyperlink(new TypePage.HyperlinkReferenceData(position, fieldName.length(), newReferenceData(fi… in enterExpression()
470addHyperlink(new TypePage.HyperlinkReferenceData(position, methodName.length(), newReferenceData(m… in enterCallMethodExpression()
482addHyperlink(new TypePage.HyperlinkReferenceData(position, 4, newReferenceData(currentInternalType… in enterCallMethodExpression()
492addHyperlink(new TypePage.HyperlinkReferenceData(position, 5, newReferenceData(methodTypeName, "<i… in enterCallMethodExpression()
[all …]
H A DClassFilePage.java290addHyperlink(new TypePage.HyperlinkReferenceData(stringBuffer.length(), name.length(), newReferenc… in printReference()
293addHyperlink(new TypePage.HyperlinkReferenceData(stringBuffer.length(), name.length(), newReferenc… in printReference()
296addHyperlink(new TypePage.HyperlinkReferenceData(stringBuffer.length(), name.length(), newReferenc… in printReference()
H A DManifestFilePage.java46addHyperlink(new ManifestHyperlinkData(startIndex, endIndex, internalTypeName + "-main-([Ljava/lan… in ManifestFilePage()
58addHyperlink(new ManifestHyperlinkData(startIndex, endIndex, internalTypeName + "-premain-(*)?")); in ManifestFilePage()
H A DWebXmlFilePage.java204 addHyperlink(new PathHyperlinkData(startIndex, endIndex, trim)); in handle()
207 addHyperlink(new TypeHyperlinkData(startIndex, endIndex, internalTypeName)); in handle()
H A DHyperlinkPage.java81 public void addHyperlink(HyperlinkData hyperlinkData) { in addHyperlink() method in HyperlinkPage
H A DLogPage.java56 addHyperlink(new LogHyperlinkData(start+3, leftParenthesisIndex)); in parseLine()
H A DXmlFilePage.java54 addHyperlink(new TypeHyperlinkData(startIndex, endIndex, internalTypeName)); in XmlFilePage()
H A DEjbJarXmlFilePage.java156 addHyperlink(new TypeHyperlinkData(startIndex, endIndex, internalTypeName)); in handle()
H A DOneTypeReferencePerLinePage.java51addHyperlink(new TypeReferencePage.TypeHyperlinkData(startIndex, endIndex, internalTypeName)); in OneTypeReferencePerLinePage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/views/
H A DDescriptionPanel.java172addHyperlink(buf, CompositeCheatSheetPage.START_HREF, START_IMAGE, Messages.COMPOSITE_PAGE_START_T… in showDescription()
176addHyperlink(buf, CompositeCheatSheetPage.REVIEW_TAG, REVIEW_IMAGE, Messages.COMPOSITE_PAGE_REVIEW… in showDescription()
186 addHyperlink(buf, CompositeCheatSheetPage.SKIP_HREF, SKIP_IMAGE, skipMessage); in showDescription()
217 private void addHyperlink(StringBuilder buf, String href, String imageRef, String message) { in addHyperlink() method in DescriptionPanel
252addHyperlink(buf, CompositeCheatSheetPage.GOTO_TASK_TAG + successor.getId(), GOTO_IMAGE, message); in showSuccesorTaskLinks()
H A DCompositeCheatSheetPage.java346 private void addHyperlink(StringBuilder buf, String href, String imageRef, String message) { in addHyperlink() method in CompositeCheatSheetPage
371addHyperlink(buf, END_REVIEW_TAG + task.getId(), DescriptionPanel.REVIEW_IMAGE, Messages.COMPOSITE… in reviewTask()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/console/
H A DJavaNativeConsoleTracker.java34 console.addHyperlink(link, offset+1, length-2); in matchFound()
H A DJavaExceptionConsoleTracker.java40 getConsole().addHyperlink(link, offset, length - 1); in matchFound()
H A DJavaConsoleTracker.java62 fConsole.addHyperlink(link, offset+1, length-2); in matchFound()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/include/
H A DZLBlockTreeNode.h85 …void addHyperlink(size_t left, size_t top, size_t right, size_t bottom, shared_ptr<ZLRunnableWithK…
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/src/blockTreeView/
H A DZLBlockTreeNode.h85 …void addHyperlink(size_t left, size_t top, size_t right, size_t bottom, shared_ptr<ZLRunnableWithK…
H A DZLBlockTreeNode.cpp83 void ZLBlockTreeNode::addHyperlink(size_t left, size_t top, size_t right, size_t bottom, shared_ptr… in addHyperlink() function in ZLBlockTreeNode
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqpainter.h462 inline void addHyperlink(int x, int y, int w, int h, const QUrl &url);
463 inline void addHyperlink(const QRect &r, const QUrl &url);
464 void addHyperlink(const QRectF &r, const QUrl &url);
860 inline void QPainter::addHyperlink(int x, int y, int w, int h, const QUrl &url) in addHyperlink() function
862 addHyperlink(QRectF(x, y, w, h), url); in addHyperlink()
865 inline void QPainter::addHyperlink(const QRect &r, const QUrl &url) in addHyperlink() function
867 addHyperlink(QRectF(r), url); in addHyperlink()
H A Dqprintengine_pdf_p.h116 virtual void addHyperlink(const QRectF &r, const QUrl &url);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/console tests/org/eclipse/jdt/debug/tests/console/
H A DIOConsoleHyperlinkActionDelegate.java67 … backingconsole.addHyperlink(new MyHyperlink(), event.getOffset(), event.getLength()); in run()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/console/
H A DAbstractJavacPatternMatcher.java144 fConsole.addHyperlink(link, offset, length); in addLink()
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Draw/
H A DRichText.hs260 renderFlattenedValue curUser (SingleInline fi) = addClickable $ addHyperlink $ addStyles widget
276 addHyperlink = case mUrl of function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/
H A DProcessConsole.java681 addHyperlink(link, offset, length); in addLink()
693 addHyperlink(link, offset, length); in addLink()
899 addHyperlink(new ConsoleLogFileHyperlink(fFilePath), event.getOffset(), event.getLength()); in matchFound()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/
H A DRtfTextrun.java324 public RtfHyperLink addHyperlink(RtfAttributes attr) throws IOException { in addHyperlink() method in RtfTextrun
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/blockTree/
H A DFBReaderNode.cpp165 addHyperlink(left, h - stringH, left + stringW, h, action); in drawHyperlink()

12