|
org.netbeans.modules.registry/1 1.8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeEvent | |
---|---|
org.netbeans.api.registry | The Registry API provides unified access to settings. |
org.netbeans.spi.registry | The Registry SPI may be used by infrastructure modules which handle persistence of settings. |
Uses of AttributeEvent in org.netbeans.api.registry |
---|
Methods in org.netbeans.api.registry with parameters of type AttributeEvent | |
---|---|
void |
ContextListener.attributeChanged(AttributeEvent evt)
Attribute was added, removed or modified. |
void |
ContextAdapter.attributeChanged(AttributeEvent evt)
|
Uses of AttributeEvent in org.netbeans.spi.registry |
---|
Methods in org.netbeans.spi.registry that return AttributeEvent | |
---|---|
static AttributeEvent |
SpiUtils.createAttributeEvent(BasicContext source,
String bindingName,
String attributeName,
int type)
Create AttributeEvent instance. |
|
org.netbeans.modules.registry/1 1.8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |