GraphLab Project

Uses of Interface
graphlab.platform.extension.ExtensionHandler

Packages that use ExtensionHandler
graphlab.platform.extension   
graphlab.plugins.algorithmanimator.core.atoms.extension   
graphlab.plugins.algorithmanimator.extension   
graphlab.plugins.graphgenerator.core.extension   
graphlab.plugins.main.extension   
graphlab.plugins.main.saveload.core.extension   
graphlab.plugins.reports.extension   
graphlab.plugins.visualization.corebasics.extension   
graphlab.ui.extension   
 

Uses of ExtensionHandler in graphlab.platform.extension
 

Methods in graphlab.platform.extension that return types with arguments of type ExtensionHandler
static java.util.HashSet<ExtensionHandler> ExtensionLoader.getRegisteredExtensionHandlers()
           
 

Methods in graphlab.platform.extension with parameters of type ExtensionHandler
static void ExtensionLoader.registerExtensionHandler(ExtensionHandler extHandler)
          Registers extHandler as an extension handler, so after this new extension that are loaded to GraphLab will be given to handler.
 

Uses of ExtensionHandler in graphlab.plugins.algorithmanimator.core.atoms.extension
 

Classes in graphlab.plugins.algorithmanimator.core.atoms.extension that implement ExtensionHandler
 class AtomAnimatorExtensionHandler
           
 

Uses of ExtensionHandler in graphlab.plugins.algorithmanimator.extension
 

Classes in graphlab.plugins.algorithmanimator.extension that implement ExtensionHandler
 class AlgorithmExtensionHandler
           
 

Uses of ExtensionHandler in graphlab.plugins.graphgenerator.core.extension
 

Classes in graphlab.plugins.graphgenerator.core.extension that implement ExtensionHandler
 class GraphGeneratorExtensionHandler
          the plug in handler for graph generators, this class loads classes that are implementing GraphGeneratorExtension interface,...
 

Uses of ExtensionHandler in graphlab.plugins.main.extension
 

Classes in graphlab.plugins.main.extension that implement ExtensionHandler
 class GraphActionExtensionHandler
          the plug in handler for GraphModel generators, this class loads classes that are implementing GraphGeneratorExtension interface,...
 

Uses of ExtensionHandler in graphlab.plugins.main.saveload.core.extension
 

Classes in graphlab.plugins.main.saveload.core.extension that implement ExtensionHandler
 class GraphIOExtensionHandler
          the plug in handler for graph Input and Output, this class loads classes that are implementing GraphReaderExtension interface,...
 

Uses of ExtensionHandler in graphlab.plugins.reports.extension
 

Classes in graphlab.plugins.reports.extension that implement ExtensionHandler
 class GraphReportExtensionHandler
           
 

Uses of ExtensionHandler in graphlab.plugins.visualization.corebasics.extension
 

Classes in graphlab.plugins.visualization.corebasics.extension that implement ExtensionHandler
 class VisualizationExtensionHandler
           
 

Uses of ExtensionHandler in graphlab.ui.extension
 

Classes in graphlab.ui.extension that implement ExtensionHandler
 class UIActionExtensionHandler
           
 


GraphLab Project