GraphLab Project

Uses of Interface
graphlab.platform.preferences.lastsettings.StorableOnExit

Packages that use StorableOnExit
graphlab.graph.graph   
graphlab.graph.old   
graphlab.platform   
graphlab.platform.extension   
graphlab.platform.preferences   
graphlab.plugins   
graphlab.plugins.commonplugin   
graphlab.plugins.main.core.actions.preferences   
graphlab.plugins.main.saveload.core.extension   
graphlab.ui.actions   
graphlab.ui.xml   
 

Uses of StorableOnExit in graphlab.graph.graph
 

Classes in graphlab.graph.graph that implement StorableOnExit
 class FastRenderer
           
 class GraphModel
           
 

Uses of StorableOnExit in graphlab.graph.old
 

Classes in graphlab.graph.old that implement StorableOnExit
 class AcceleratedRenderer
          a super renderer, not working completely yet.
 class ArrowHandler
           
 class LayeredRenderer
           
 class SuperAcceleratedRenderer
          a super accelerated renderer, not working completely yet.
 

Uses of StorableOnExit in graphlab.platform
 

Classes in graphlab.platform that implement StorableOnExit
 class Application
          The Main runner of program Author: reza
 

Uses of StorableOnExit in graphlab.platform.extension
 

Classes in graphlab.platform.extension that implement StorableOnExit
 class ExtensionLoader
          The base class for loading extensions.
 

Uses of StorableOnExit in graphlab.platform.preferences
 

Classes in graphlab.platform.preferences that implement StorableOnExit
 class Preferences
           
 

Uses of StorableOnExit in graphlab.plugins
 

Classes in graphlab.plugins that implement StorableOnExit
 class GraphLabDebugger
          this class creathed ONLY for test reasons, don't mistake it with main class of program which is GraphLab.
 

Uses of StorableOnExit in graphlab.plugins.commonplugin
 

Classes in graphlab.plugins.commonplugin that implement StorableOnExit
 class Init
           
 

Uses of StorableOnExit in graphlab.plugins.main.core.actions.preferences
 

Classes in graphlab.plugins.main.core.actions.preferences that implement StorableOnExit
 class PreferencesAction
           
 

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

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

Uses of StorableOnExit in graphlab.ui.actions
 

Classes in graphlab.ui.actions that implement StorableOnExit
 class ExitAction
           
 

Uses of StorableOnExit in graphlab.ui.xml
 

Classes in graphlab.ui.xml that implement StorableOnExit
 class UIHandlerImpl
           
 


GraphLab Project