站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

E-Index (NetBeans MDR API) - NetBeans API Javadoc 5.0.0

 
A B C D E G I J M O P R S T V W X

E

EVENTMASK_ALL - Static variable in class org.netbeans.api.mdr.events.MDRChangeEvent
Bitmask representing all possible repository event types.
EVENTMASK_ASSOCIATION - Static variable in class org.netbeans.api.mdr.events.AssociationEvent
Bitmask for event types related to operations with associations.
EVENTMASK_ATTRIBUTE - Static variable in class org.netbeans.api.mdr.events.AttributeEvent
Bitmask representing all event types related to instance attribute changes
EVENTMASK_CLASSATTR - Static variable in class org.netbeans.api.mdr.events.AttributeEvent
Bitmask representing all event types related to classifier attribute changes
EVENTMASK_EXTENT - Static variable in class org.netbeans.api.mdr.events.ExtentEvent
Bitmask representing all the events related to extent lifecycle.
EVENTMASK_INSTANCE - Static variable in class org.netbeans.api.mdr.events.InstanceEvent
Bitmask representing all the events related to instance lifecycle.
EVENTMASK_ON_ASSOCIATION - Static variable in class org.netbeans.api.mdr.events.MDRChangeEvent
Bitmask representing all event types which are initially fired on associations.
EVENTMASK_ON_CLASS - Static variable in class org.netbeans.api.mdr.events.MDRChangeEvent
Bitmask representing all event types which are initially fired on class proxies.
EVENTMASK_ON_INSTANCE - Static variable in class org.netbeans.api.mdr.events.MDRChangeEvent
Bitmask representing all event types which are initially fired on instance objects.
EVENTMASK_ON_PACKAGE - Static variable in class org.netbeans.api.mdr.events.MDRChangeEvent
Bitmask representing all event types which are initially fired on package proxies.
EVENTMASK_ON_REPOSITORY - Static variable in class org.netbeans.api.mdr.events.MDRChangeEvent
Bitmask representing all event types which are initially fired on repositories.
EVENTMASK_TRANSACTION - Static variable in class org.netbeans.api.mdr.events.TransactionEvent
Bitmask representing all event types related to write transactions
EVENT_ASSOCIATION_ADD - Static variable in class org.netbeans.api.mdr.events.AssociationEvent
Identifier of the event type indicating that a new link is to be/was added.
EVENT_ASSOCIATION_REMOVE - Static variable in class org.netbeans.api.mdr.events.AssociationEvent
Identifier of the event type indicating that an existing link is to be/was removed.
EVENT_ASSOCIATION_SET - Static variable in class org.netbeans.api.mdr.events.AssociationEvent
Identifier of the event type indicating that one end of an existing association link is to be/was modified.
EVENT_ATTRIBUTE_ADD - Static variable in class org.netbeans.api.mdr.events.AttributeEvent
Event type indicating that a value element of a multi-valued instance attribute is to be/was added
EVENT_ATTRIBUTE_REMOVE - Static variable in class org.netbeans.api.mdr.events.AttributeEvent
Event type indicating that a value element of a multi-valued instance attribute is to be/was removed
EVENT_ATTRIBUTE_SET - Static variable in class org.netbeans.api.mdr.events.AttributeEvent
Event type indicating that a value of a single-valued instance attribute is to be/was changed or a value element of a multi-valued instance attribute is to be/was changed.
EVENT_CLASSATTR_ADD - Static variable in class org.netbeans.api.mdr.events.AttributeEvent
Event type indicating that a value element of a multi-valued classifier attribute is to be/was added
EVENT_CLASSATTR_REMOVE - Static variable in class org.netbeans.api.mdr.events.AttributeEvent
Event type indicating that a value element of a multi-valued classifier attribute is to be/was removed
EVENT_CLASSATTR_SET - Static variable in class org.netbeans.api.mdr.events.AttributeEvent
Event type indicating that a value of a single-valued classifier attribute is to be/was changed or a value element of a multi-valued classifier attribute is to be/was changed.
EVENT_EXTENT_CREATE - Static variable in class org.netbeans.api.mdr.events.ExtentEvent
Identifier for event type that indicates creation of a new extent in a repository.
EVENT_EXTENT_DELETE - Static variable in class org.netbeans.api.mdr.events.ExtentEvent
Identifier for event type that indicates an extent is to be/was deleted.
EVENT_INSTANCE_CREATE - Static variable in class org.netbeans.api.mdr.events.InstanceEvent
Identifier for event type that indicates creation of a new instance of a class.
EVENT_INSTANCE_DELETE - Static variable in class org.netbeans.api.mdr.events.InstanceEvent
Identifier for event type that indicates an instance of a class is to be/was deleted.
EVENT_TRANSACTION_END - Static variable in class org.netbeans.api.mdr.events.TransactionEvent
Event type indicating that a write transaction has been ended.
EVENT_TRANSACTION_START - Static variable in class org.netbeans.api.mdr.events.TransactionEvent
Event type indicating that a write transaction has been started.
EXT_CLASS - Static variable in class org.netbeans.api.mdr.JMIStreamFactory
Extension for Java bytecode files
EXT_JAVA - Static variable in class org.netbeans.api.mdr.JMIStreamFactory
Extension for Java source files
ExtentEvent - class org.netbeans.api.mdr.events.ExtentEvent.
MDR event used for representing events related to lifecycle of package extents in a repository (creation and deletion of extents).
ExtentEvent(Object, int, String, RefObject, Collection) - Constructor for class org.netbeans.api.mdr.events.ExtentEvent
Creates new ExtentEvent object.
ExtentEvent(Object, int, String, RefObject, Collection, boolean) - Constructor for class org.netbeans.api.mdr.events.ExtentEvent
 
endTrans() - Method in interface org.netbeans.api.mdr.MDRepository
Ends transaction started by beginTrans call.
endTrans(boolean) - Method in interface org.netbeans.api.mdr.MDRepository
Ends transaction started by beginTrans call.

 
A B C D E G I J M O P R S T V W X
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.