GraphLab Project

Uses of Class
graphlab.platform.preferences.AbstractPreference

Packages that use AbstractPreference
graphlab.platform.preferences   
graphlab.ui.components.prefeditor   
 

Uses of AbstractPreference in graphlab.platform.preferences
 

Subclasses of AbstractPreference in graphlab.platform.preferences
 class GraphPreferences
           
 

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

Methods in graphlab.platform.preferences with parameters of type AbstractPreference
 void Preferences.putNewSetOfAttributes(AbstractPreference ap)
           
 

Uses of AbstractPreference in graphlab.ui.components.prefeditor
 

Fields in graphlab.ui.components.prefeditor with type parameters of type AbstractPreference
 java.util.HashMap<java.lang.String,java.util.HashSet<AbstractPreference>> GTabbedAttributePane.complicatedTabs
           
 java.util.HashMap<java.lang.String,AbstractPreference> GPrefPane.tabs
           
 java.util.HashMap<java.lang.String,AbstractPreference> GTabbedAttributePane.tabs
           
 

Constructor parameters in graphlab.ui.components.prefeditor with type arguments of type AbstractPreference
GPrefPane(BlackBoard bb, java.util.HashMap<java.lang.String,AbstractPreference> items)
          Creates new form prefForm
GTabbedAttributePane(java.util.HashMap<java.lang.String,AbstractPreference> tabs)
          Creates new form GAttrFrame
GTabbedAttributePane(java.util.HashMap<java.lang.String,java.util.HashSet<AbstractPreference>> tabs, boolean complicatedForm)
           
 


GraphLab Project