GraphLab Project

Uses of Package
graphlab.ui.components

Packages that use graphlab.ui.components
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   
graphlab.ui.actions   
graphlab.ui.components   
graphlab.ui.components.prefeditor   
graphlab.ui.components.utils   
graphlab.ui.xml   
 

Classes in graphlab.ui.components used by graphlab.plugins.commandline
GComponentInterface
          this interface provides a way to get components from xml files, all components you want to pass to UI from xml should implemented this interface, the returned component will be added to UI.
 

Classes in graphlab.ui.components used by graphlab.plugins.commonplugin.reporter.actions
GComponentInterface
          this interface provides a way to get components from xml files, all components you want to pass to UI from xml should implemented this interface, the returned component will be added to UI.
 

Classes in graphlab.ui.components used by graphlab.plugins.main.core.actions
GComponentInterface
          this interface provides a way to get components from xml files, all components you want to pass to UI from xml should implemented this interface, the returned component will be added to UI.
 

Classes in graphlab.ui.components used by graphlab.plugins.main.ui
GComponentInterface
          this interface provides a way to get components from xml files, all components you want to pass to UI from xml should implemented this interface, the returned component will be added to UI.
 

Classes in graphlab.ui.components used by graphlab.plugins.reports.ui
GComponentInterface
          this interface provides a way to get components from xml files, all components you want to pass to UI from xml should implemented this interface, the returned component will be added to UI.
 

Classes in graphlab.ui.components used by graphlab.samples.ui.texteditor.myplugin.components
GComponentInterface
          this interface provides a way to get components from xml files, all components you want to pass to UI from xml should implemented this interface, the returned component will be added to UI.
 

Classes in graphlab.ui.components used by graphlab.ui
GFrame
          this class is the extension of JFrame, which is not only a simple JFrame, it is a frame work that has all parts of an User Interface, it contains: Toolbar, Status Bar, Side Bar, Menu Bar and a Body which is the main program
 

Classes in graphlab.ui.components used by graphlab.ui.actions
GComponentInterface
          this interface provides a way to get components from xml files, all components you want to pass to UI from xml should implemented this interface, the returned component will be added to UI.
 

Classes in graphlab.ui.components used by graphlab.ui.components
GStatusBar
           
GToolbar
           
 

Classes in graphlab.ui.components used by graphlab.ui.components.prefeditor
GFrame
          this class is the extension of JFrame, which is not only a simple JFrame, it is a frame work that has all parts of an User Interface, it contains: Toolbar, Status Bar, Side Bar, Menu Bar and a Body which is the main program
 

Classes in graphlab.ui.components used by graphlab.ui.components.utils
GComponentInterface
          this interface provides a way to get components from xml files, all components you want to pass to UI from xml should implemented this interface, the returned component will be added to UI.
 

Classes in graphlab.ui.components used by graphlab.ui.xml
GFrame
          this class is the extension of JFrame, which is not only a simple JFrame, it is a frame work that has all parts of an User Interface, it contains: Toolbar, Status Bar, Side Bar, Menu Bar and a Body which is the main program
GStatusBar
           
GToolbar
           
 


GraphLab Project