GraphLab Project

Uses of Interface
graphlab.graph.ui.HyperlinkHandler

Packages that use HyperlinkHandler
graphlab.graph.ui   
graphlab.plugins.commandline   
graphlab.ui   
 

Uses of HyperlinkHandler in graphlab.graph.ui
 

Methods in graphlab.graph.ui with parameters of type HyperlinkHandler
static void GHTMLPageComponent.registerHyperLinkHandler(java.lang.String protocol, HyperlinkHandler h)
           
 

Uses of HyperlinkHandler in graphlab.plugins.commandline
 

Classes in graphlab.plugins.commandline that implement HyperlinkHandler
 class ShellHyperlinkHandler
           
 

Uses of HyperlinkHandler in graphlab.ui
 

Methods in graphlab.ui with parameters of type HyperlinkHandler
static void UIUtils.registerHyperLinkHandler(java.lang.String protocol, HyperlinkHandler h)
           
 


GraphLab Project