GraphLab Project

Uses of Class
graphlab.ui.AttributeSetView

Packages that use AttributeSetView
graphlab.plugins.main.core.actions   
graphlab.ui   
graphlab.ui.components.gpropertyeditor   
 

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

Fields in graphlab.plugins.main.core.actions declared as AttributeSetView
 AttributeSetView GraphPropertyEditor.viewer
           
 

Uses of AttributeSetView in graphlab.ui
 

Methods in graphlab.ui that return AttributeSetView
 AttributeSetView PortableNotifiableAttributeSetImpl.getView()
           
 AttributeSetView NotifiableAttributeSetView.getView()
           
 

Methods in graphlab.ui with parameters of type AttributeSetView
 void PortableNotifiableAttributeSetImpl.setView(AttributeSetView view)
           
 

Uses of AttributeSetView in graphlab.ui.components.gpropertyeditor
 

Fields in graphlab.ui.components.gpropertyeditor declared as AttributeSetView
protected  AttributeSetView GCellEditor.atr
           
 

Methods in graphlab.ui.components.gpropertyeditor with parameters of type AttributeSetView
 void GCellRenderer.setAtrView(AttributeSetView attributes)
           
 


GraphLab Project