mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 03:20:45 +00:00
Added: AS3 - navigation to definition in other SWF file and also player/airglobal
This commit is contained in:
@@ -24,9 +24,13 @@ import jsyntaxpane.Token;
|
||||
*/
|
||||
public interface LinkHandler {
|
||||
|
||||
public LinkType isLink(Token token);
|
||||
public LinkType getLinkType(Token token);
|
||||
|
||||
public LinkType getExternalTypeLinkType(String className);
|
||||
|
||||
public void handleLink(Token token);
|
||||
|
||||
public void handleExternalTypeLink(String className);
|
||||
|
||||
public Highlighter.HighlightPainter linkPainter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user