GraphLab Project

graphlab.ui.components.gbody
Interface GBodyPane


public interface GBodyPane

this is an interface which is used to give a JPanel, in graphlab the Graph implements this. the program should put a JPanel in the Body of the GFrame, so it finds the JPanel via the getPanel method of the class that specified in the body tag of XML.

Author:
azin azadi

Method Summary
 javax.swing.JPanel getPanel()
           
 

Method Detail

getPanel

javax.swing.JPanel getPanel()

GraphLab Project