GraphLab Project

Uses of Interface
graphlab.ui.components.GComponentInterface

Packages that use GComponentInterface
graphlab.plugins.commandline   
graphlab.plugins.commonplugin.reporter.actions   
graphlab.plugins.main.core.actions   
graphlab.plugins.main.ui   
graphlab.plugins.reports.ui   
graphlab.samples.ui.texteditor.myplugin.components   
graphlab.ui.actions   
graphlab.ui.components.utils   
 

Uses of GComponentInterface in graphlab.plugins.commandline
 

Classes in graphlab.plugins.commandline that implement GComponentInterface
 class ShellSideBar
           
 

Uses of GComponentInterface in graphlab.plugins.commonplugin.reporter.actions
 

Classes in graphlab.plugins.commonplugin.reporter.actions that implement GComponentInterface
 class ExceptionReport
           
 

Uses of GComponentInterface in graphlab.plugins.main.core.actions
 

Classes in graphlab.plugins.main.core.actions that implement GComponentInterface
 class LastSelectedStatusAction
          Author: azin azadi
 class StatusBarMessage
          with using of this class you can have a message in status bar of the program, by just putting a bar in the XML file as following
 

Uses of GComponentInterface in graphlab.plugins.main.ui
 

Classes in graphlab.plugins.main.ui that implement GComponentInterface
 class GTabbedGraphPane
           
 

Uses of GComponentInterface in graphlab.plugins.reports.ui
 

Classes in graphlab.plugins.reports.ui that implement GComponentInterface
 class ReportsSideBar
           
 

Uses of GComponentInterface in graphlab.samples.ui.texteditor.myplugin.components
 

Classes in graphlab.samples.ui.texteditor.myplugin.components that implement GComponentInterface
 class LabelComponent
           
 class TextEditorComponent
           
 

Uses of GComponentInterface in graphlab.ui.actions
 

Classes in graphlab.ui.actions that implement GComponentInterface
 class MemoryUsageStatusAction
           
 

Uses of GComponentInterface in graphlab.ui.components.utils
 

Classes in graphlab.ui.components.utils that implement GComponentInterface
 class PropertyEditorSidebar
           
 


GraphLab Project