|
GraphLab Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AttributeListener in graphlab.graph.graph |
---|
Classes in graphlab.graph.graph that implement AttributeListener | |
---|---|
class |
AbstractGraphRenderer
The basic renderer interface |
class |
FastRenderer
|
Uses of AttributeListener in graphlab.graph.old |
---|
Classes in graphlab.graph.old that implement AttributeListener | |
---|---|
class |
AcceleratedRenderer
a super renderer, not working completely yet. |
class |
LayeredRenderer
|
class |
SuperAcceleratedRenderer
a super accelerated renderer, not working completely yet. |
Uses of AttributeListener in graphlab.platform.attribute |
---|
Methods in graphlab.platform.attribute that return types with arguments of type AttributeListener | |
---|---|
java.util.Collection<AttributeListener> |
NotifiableAttributeSetImpl.getAttributeListeners()
|
java.util.Collection<AttributeListener> |
NotifiableAttributeSet.getAttributeListeners()
|
java.util.Collection<AttributeListener> |
TimeLimitedNotifiableAttrSet.getAttributeListeners()
|
Methods in graphlab.platform.attribute with parameters of type AttributeListener | |
---|---|
void |
NotifiableAttributeSetImpl.addAttributeListener(AttributeListener attributeListener)
|
void |
NotifiableAttributeSet.addAttributeListener(AttributeListener attributeListener)
Add a listener to changes of an AttributeSet. |
void |
TimeLimitedNotifiableAttrSet.addAttributeListener(AttributeListener attributeListener)
|
void |
NotifiableAttributeSetImpl.removeAttributeListener(AttributeListener x)
|
void |
NotifiableAttributeSet.removeAttributeListener(AttributeListener attributeListener)
Remove a listener from list of listeners. |
void |
TimeLimitedNotifiableAttrSet.removeAttributeListener(AttributeListener attributeListener)
|
Method parameters in graphlab.platform.attribute with type arguments of type AttributeListener | |
---|---|
void |
NotifiableAttributeSetImpl.fireAttributeChange(java.util.Collection<AttributeListener> listeners,
java.lang.String name,
java.lang.Object oldVal,
java.lang.Object newVal)
|
void |
TimeLimitedNotifiableAttrSet.fireAttributeChange(java.util.Collection<AttributeListener> listeners,
java.lang.String name,
java.lang.Object oldVal,
java.lang.Object newVal)
|
Uses of AttributeListener in graphlab.platform.preferences |
---|
Classes in graphlab.platform.preferences that implement AttributeListener | |
---|---|
class |
GraphPreferences
|
Methods in graphlab.platform.preferences with parameters of type AttributeListener | |
---|---|
void |
GraphPreferences.defineListeners(AttributeListener al)
|
abstract void |
AbstractPreference.defineListeners(AttributeListener al)
|
Uses of AttributeListener in graphlab.platform.preferences.lastsettings |
---|
Classes in graphlab.platform.preferences.lastsettings that implement AttributeListener | |
---|---|
class |
LastSettings
|
class |
Settings
|
Uses of AttributeListener in graphlab.plugins.main.core.actions |
---|
Classes in graphlab.plugins.main.core.actions that implement AttributeListener | |
---|---|
class |
GraphPropertyEditor
the left side property editor of graphlab gui |
Uses of AttributeListener in graphlab.ui |
---|
Classes in graphlab.ui that implement AttributeListener | |
---|---|
class |
ParameterShower
this class provides the ability to show and edit the parametr of a parametrizable object with a property editor |
Methods in graphlab.ui that return types with arguments of type AttributeListener | |
---|---|
java.util.Collection<AttributeListener> |
PortableNotifiableAttributeSetImpl.getAttributeListeners()
|
Methods in graphlab.ui with parameters of type AttributeListener | |
---|---|
void |
PortableNotifiableAttributeSetImpl.addAttributeListener(AttributeListener attributeListener)
|
void |
PortableNotifiableAttributeSetImpl.removeAttributeListener(AttributeListener attributeListener)
|
Uses of AttributeListener in graphlab.ui.components.gpropertyeditor |
---|
Classes in graphlab.ui.components.gpropertyeditor that implement AttributeListener | |
---|---|
class |
ProEditor2NotifiableAttributeSetConnector
Author: azin azadi |
|
GraphLab Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |