GraphLab Project

Uses of Class
graphlab.ui.components.prefeditor.GTabbedAttributePane

Packages that use GTabbedAttributePane
graphlab.ui.components.prefeditor   
 

Uses of GTabbedAttributePane in graphlab.ui.components.prefeditor
 

Fields in graphlab.ui.components.prefeditor declared as GTabbedAttributePane
 GTabbedAttributePane GTabbedAttributeFrame.tabbedPane
           
 

Methods in graphlab.ui.components.prefeditor with parameters of type GTabbedAttributePane
static GTabbedAttributeFrame GTabbedAttributeFrame.showEditDialog(GTabbedAttributePane tabs)
           
static GTabbedAttributeFrame GTabbedAttributeFrame.showEditDialog(GTabbedAttributePane tabs, boolean modal)
          Shows a Property editor to edit the attributes in the input.
 

Constructors in graphlab.ui.components.prefeditor with parameters of type GTabbedAttributePane
GTabbedAttributeFrame(java.awt.Frame parent, GTabbedAttributePane tabbedPane, boolean modal)
          Creates new form GAttrFrame
 


GraphLab Project