|
org.netbeans.modules.registry/1 1.8 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.netbeans.api.registry.ContextEvent
org.netbeans.api.registry.AttributeEvent
public final class AttributeEvent
An event from context indicating that attribute was added or
removed. The getType() can be used to distinguish type of the change.
| Field Summary | |
|---|---|
static int |
ATTRIBUTE_ADDED
This event type is for added attribute. |
static int |
ATTRIBUTE_MODIFIED
This event type is for modified attribute. |
static int |
ATTRIBUTE_REMOVED
This event type is for removed attribute. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Method Summary | |
|---|---|
String |
getAttributeName()
Attribute name. |
String |
getBindingName()
Binding name which attribute has changed or null if context attribute was changed. |
int |
getType()
|
String |
toString()
|
| Methods inherited from class org.netbeans.api.registry.ContextEvent |
|---|
getContext |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ATTRIBUTE_ADDED
public static final int ATTRIBUTE_REMOVED
public static final int ATTRIBUTE_MODIFIED
| Method Detail |
|---|
public String getBindingName()
public String getAttributeName()
public int getType()
public String toString()
toString in class ContextEvent
|
org.netbeans.modules.registry/1 1.8 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||