GraphLab Project

Uses of Class
graphlab.ui.components.utils.GAttrFrame

Packages that use GAttrFrame
graphlab.ui   
graphlab.ui.components.utils   
 

Uses of GAttrFrame in graphlab.ui
 

Methods in graphlab.ui that return GAttrFrame
static GAttrFrame UIUtils.showEditDialog(NotifiableAttributeSet input, boolean modal)
           
 

Uses of GAttrFrame in graphlab.ui.components.utils
 

Methods in graphlab.ui.components.utils that return GAttrFrame
static GAttrFrame GAttrFrame.showEditDialog(NotifiableAttributeSet input)
           
static GAttrFrame GAttrFrame.showEditDialog(NotifiableAttributeSet input, boolean modal)
          Shows a Property editor to edit the attributes in the input.
 


GraphLab Project