GraphLab Project

Uses of Class
graphlab.ui.components.gbody.GBody

Packages that use GBody
graphlab.ui.components   
graphlab.ui.components.gsidebar   
 

Uses of GBody in graphlab.ui.components
 

Methods in graphlab.ui.components that return GBody
 GBody GFrame.getBody()
           
 

Uses of GBody in graphlab.ui.components.gsidebar
 

Methods in graphlab.ui.components.gsidebar with parameters of type GBody
 void GSideBarPanel.setBody(GBody b)
           
 

Constructors in graphlab.ui.components.gsidebar with parameters of type GBody
GSidebar(GBody targetBody, BlackBoard blackboard)
          constructor
GSideBarPanel(GBody gBody, java.awt.Component leftPanel, java.lang.String label)
          Creates new form GSideBarPanel
 


GraphLab Project