GraphLab Project

Uses of Class
graphlab.platform.attribute.NotifiableAttributeSetImpl

Packages that use NotifiableAttributeSetImpl
graphlab.platform.preferences   
graphlab.ui.components.gpropertyeditor.utils   
 

Uses of NotifiableAttributeSetImpl in graphlab.platform.preferences
 

Fields in graphlab.platform.preferences declared as NotifiableAttributeSetImpl
 NotifiableAttributeSetImpl AbstractPreference.attributeSet
           
 

Fields in graphlab.platform.preferences with type parameters of type NotifiableAttributeSetImpl
 java.util.HashSet<NotifiableAttributeSetImpl> Preferences.setOfAttributes
           
 

Uses of NotifiableAttributeSetImpl in graphlab.ui.components.gpropertyeditor.utils
 

Methods in graphlab.ui.components.gpropertyeditor.utils that return NotifiableAttributeSetImpl
 NotifiableAttributeSetImpl ObjectViewer.getSortedNotifiableAttributeSet(NotifiableAttributeSet in)
           
 


GraphLab Project