GraphLab Project

Uses of Class
graphlab.ui.components.gpropertyeditor.GPropertyEditor

Packages that use GPropertyEditor
graphlab.plugins.main.core.actions   
graphlab.ui.components.gpropertyeditor   
graphlab.ui.components.prefeditor   
graphlab.ui.components.utils   
 

Uses of GPropertyEditor in graphlab.plugins.main.core.actions
 

Methods in graphlab.plugins.main.core.actions that return GPropertyEditor
 GPropertyEditor GraphPropertyEditor.getPropertyEditor()
           
 

Uses of GPropertyEditor in graphlab.ui.components.gpropertyeditor
 

Constructors in graphlab.ui.components.gpropertyeditor with parameters of type GPropertyEditor
ProEditor2NotifiableAttributeSetConnector(GPropertyEditor editor)
           
 

Uses of GPropertyEditor in graphlab.ui.components.prefeditor
 

Methods in graphlab.ui.components.prefeditor that return GPropertyEditor
 GPropertyEditor GTabbedAttributeFrame.getPropertyEditor()
          return the GProertyEditor which is the main editor of notifiableAttributeSet
 GPropertyEditor GTabbedAttributePane.getPropertyEditor()
          return the GProertyEditor which is the main editor of notifiableAttributeSet
 

Uses of GPropertyEditor in graphlab.ui.components.utils
 

Methods in graphlab.ui.components.utils that return GPropertyEditor
 GPropertyEditor GAttrFrame.getPropertyEditor()
          return the GProertyEditor which is the main editor of NotifiableAttributeSet
 


GraphLab Project