GraphLab Project

Uses of Class
graphlab.ui.components.GFrame

Packages that use GFrame
graphlab.ui   
graphlab.ui.components.prefeditor   
graphlab.ui.xml   
 

Uses of GFrame in graphlab.ui
 

Methods in graphlab.ui that return GFrame
 GFrame UI.getGFrame()
           
static GFrame UIUtils.getGFrame(BlackBoard b)
          returns the GFrame object that mapped to the blackboard.
 

Methods in graphlab.ui with parameters of type GFrame
 void UI.loadXML(java.lang.String XMLFilePath, java.lang.Class resClass, GFrame frame)
           
 

Uses of GFrame in graphlab.ui.components.prefeditor
 

Subclasses of GFrame in graphlab.ui.components.prefeditor
 class GPrefPane
           
 

Uses of GFrame in graphlab.ui.xml
 

Constructors in graphlab.ui.xml with parameters of type GFrame
UIHandlerImpl(GFrame gFrame, BlackBoard bb, java.util.HashMap<java.lang.String,AbstractAction> actions, java.lang.Class resClass)
           
 


GraphLab Project