mirror of
https://github.com/java-decompiler/jd-gui.git
synced 2024-12-03 10:10:55 +00:00
Merge pull request #32 from simon04/HyperlinkData
Fix build: "unable to resolve class HyperlinkData"
This commit is contained in:
commit
7ebc16a617
@ -37,9 +37,9 @@ class WebXmlFilePage extends TypeHyperlinkPage implements UriGettable, ContentSa
|
||||
|
||||
String getSyntaxStyle() { SyntaxConstants.SYNTAX_STYLE_XML }
|
||||
|
||||
protected boolean isHyperlinkEnabled(HyperlinkData hyperlinkData) { hyperlinkData.enabled }
|
||||
protected boolean isHyperlinkEnabled(HyperlinkPage.HyperlinkData hyperlinkData) { hyperlinkData.enabled }
|
||||
|
||||
protected void openHyperlink(int x, int y, HyperlinkData hyperlinkData) {
|
||||
protected void openHyperlink(int x, int y, HyperlinkPage.HyperlinkData hyperlinkData) {
|
||||
if (hyperlinkData.enabled) {
|
||||
// Save current position in history
|
||||
def location = textArea.getLocationOnScreen()
|
||||
|
Loading…
Reference in New Issue
Block a user