From 56ce3c52f8c9b4b84ed6e2236760883deadd8ca7 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Wed, 8 Jun 2011 14:40:34 +0000 Subject: javadoc --- .../CDOView.Options.CacheReferenceTypeEvent.html | 5 + ...ew.Options.ChangeSubscriptionPoliciesEvent.html | 5 + ...View.Options.InvalidationNotificationEvent.html | 5 + .../CDOView.Options.InvalidationPolicyEvent.html | 5 + .../view/CDOView.Options.ReferencePolicyEvent.html | 12 +- ...iew.Options.RevisionPrefetchingPolicyEvent.html | 6 + .../CDOView.Options.StaleReferencePolicyEvent.html | 9 +- ...CDOView.Options.StrongReferencePolicyEvent.html | 211 ++++ .../org/eclipse/emf/cdo/view/CDOView.Options.html | 69 +- .../javadoc/org/eclipse/emf/cdo/view/CDOView.html | 2 +- .../emf/cdo/view/CDOViewAdaptersNotifiedEvent.html | 10 +- .../cdo/view/CDOViewDurabilityChangedEvent.html | 3 +- .../org/eclipse/emf/cdo/view/CDOViewEvent.html | 4 + .../emf/cdo/view/CDOViewInvalidationEvent.html | 8 +- .../emf/cdo/view/CDOViewTargetChangedEvent.html | 2 +- ...CDOView.Options.StrongReferencePolicyEvent.html | 180 ++++ .../emf/cdo/view/class-use/CDOView.Options.html | 2 +- .../eclipse/emf/cdo/view/class-use/CDOView.html | 8 + .../emf/cdo/view/class-use/CDOViewEvent.html | 505 ++++----- .../org/eclipse/emf/cdo/view/package-frame.html | 2 + .../org/eclipse/emf/cdo/view/package-summary.html | 41 +- .../org/eclipse/emf/cdo/view/package-tree.html | 4 +- .../org/eclipse/emf/cdo/view/package-use.html | 1089 ++++++++++---------- 23 files changed, 1351 insertions(+), 836 deletions(-) create mode 100644 plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.StrongReferencePolicyEvent.html create mode 100644 plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.Options.StrongReferencePolicyEvent.html (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view') diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.CacheReferenceTypeEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.CacheReferenceTypeEvent.html index d744cfc711..cc5105f101 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.CacheReferenceTypeEvent.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.CacheReferenceTypeEvent.html @@ -102,6 +102,11 @@ Interface CDOView.Options.CacheReferenceTypeEvent
public static interface CDOView.Options.CacheReferenceTypeEvent
extends IOptionsEvent
+

+An options event fired from view options when the + cache reference type option has changed. +

+

Author:
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.ChangeSubscriptionPoliciesEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.ChangeSubscriptionPoliciesEvent.html index c4a0296d3b..0b213186b5 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.ChangeSubscriptionPoliciesEvent.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.ChangeSubscriptionPoliciesEvent.html @@ -102,6 +102,11 @@ Interface CDOView.Options.ChangeSubscriptionPoliciesEvent
public static interface CDOView.Options.ChangeSubscriptionPoliciesEvent
extends IOptionsEvent
+

+An options event fired from view options when the + change subscription policies option has changed. +

+

Author:
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.InvalidationNotificationEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.InvalidationNotificationEvent.html index 18acbe0c54..40897ef9ab 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.InvalidationNotificationEvent.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.InvalidationNotificationEvent.html @@ -102,6 +102,11 @@ Interface CDOView.Options.InvalidationNotificationEvent
public static interface CDOView.Options.InvalidationNotificationEvent
extends IOptionsEvent
+

+An options event fired from view options when the + invalidation notification enabled option has changed. +

+

Author:
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.InvalidationPolicyEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.InvalidationPolicyEvent.html index 9c21a89fee..dd1b5e5dc9 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.InvalidationPolicyEvent.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.InvalidationPolicyEvent.html @@ -102,6 +102,11 @@ Interface CDOView.Options.InvalidationPolicyEvent
public static interface CDOView.Options.InvalidationPolicyEvent
extends IOptionsEvent
+

+An options event fired from view options when the + invalidation policy option has changed. +

+

Since:
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.ReferencePolicyEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.ReferencePolicyEvent.html index 8e7920fd35..51743afed9 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.ReferencePolicyEvent.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.ReferencePolicyEvent.html @@ -92,16 +92,24 @@ org.eclipse.emf.cdo.view
Interface CDOView.Options.ReferencePolicyEvent
-
All Superinterfaces:
IEvent, IOptionsEvent
+
All Superinterfaces:
CDOView.Options.StrongReferencePolicyEvent, IEvent, IOptionsEvent
Enclosing interface:
CDOView.Options

+Deprecated. Use CDOView.Options.StrongReferencePolicyEvent instead. +

-
public static interface CDOView.Options.ReferencePolicyEvent
extends IOptionsEvent
+
@Deprecated
+public static interface CDOView.Options.ReferencePolicyEvent
extends CDOView.Options.StrongReferencePolicyEvent
+

+An options event fired from view options when the + strong reference policy option has changed. +

+

Author:
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.RevisionPrefetchingPolicyEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.RevisionPrefetchingPolicyEvent.html index b9a5801724..022ab49e4a 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.RevisionPrefetchingPolicyEvent.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.RevisionPrefetchingPolicyEvent.html @@ -102,6 +102,12 @@ Interface CDOView.Options.RevisionPrefetchingPolicyEvent
public static interface CDOView.Options.RevisionPrefetchingPolicyEvent
extends IOptionsEvent
+

+An options event fired from view options when the + revision prefetching policy option has + changed. +

+

Author:
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.StaleReferencePolicyEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.StaleReferencePolicyEvent.html index 87cc359824..6c2b7c424d 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.StaleReferencePolicyEvent.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.StaleReferencePolicyEvent.html @@ -56,7 +56,7 @@ function windowTitle()  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   @@ -102,6 +102,11 @@ Interface CDOView.Options.StaleReferencePolicyEvent
public static interface CDOView.Options.StaleReferencePolicyEvent
extends IOptionsEvent
+

+An options event fired from view options when the + stale reference type option has changed. +

+

Since:
@@ -167,7 +172,7 @@ Interface CDOView.Options.StaleReferencePolicyEvent  PREV CLASS  - NEXT CLASSNEXT CLASS
FRAMES    NO FRAMES   diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.StrongReferencePolicyEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.StrongReferencePolicyEvent.html new file mode 100644 index 0000000000..76548fb283 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.StrongReferencePolicyEvent.html @@ -0,0 +1,211 @@ + + + + + + +CDOView.Options.StrongReferencePolicyEvent (CDO Model Repository Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.eclipse.emf.cdo.view +
+Interface CDOView.Options.StrongReferencePolicyEvent

+
+
All Superinterfaces:
IEvent, IOptionsEvent
+
+
+
All Known Subinterfaces:
CDOView.Options.ReferencePolicyEvent
+
+
+
Enclosing interface:
CDOView.Options
+
+
+
+
public static interface CDOView.Options.StrongReferencePolicyEvent
extends IOptionsEvent
+ + +

+An options event fired from view options when the + strong reference policy option has changed. +

+ +

+

+
Since:
+
4.0
+
Author:
+
Eike Stepper
+
No Implement
+
This interface is not intended to be implemented by clients.
+
No Extend
+
This interface is not intended to be extended by clients.
+
+
+ +

+ + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from interface org.eclipse.net4j.util.options.IOptionsEvent
getSource
+  +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. + + diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.html index c67027b9a6..76efecbe1d 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.html @@ -105,6 +105,10 @@ Interface CDOView.Options
public static interface CDOView.Options
extends IOptions
+

+Encapsulates a set of notifying view configuration options. +

+

Author:
@@ -131,7 +135,8 @@ Interface CDOView.Options CDOView.Options.CacheReferenceTypeEvent
-            +          An options event fired from view options when the + cache reference type option has changed. @@ -139,7 +144,8 @@ Interface CDOView.Options CDOView.Options.ChangeSubscriptionPoliciesEvent
-            +          An options event fired from view options when the + change subscription policies option has changed. @@ -147,7 +153,8 @@ Interface CDOView.Options CDOView.Options.InvalidationNotificationEvent
-            +          An options event fired from view options when the + invalidation notification enabled option has changed. @@ -155,7 +162,8 @@ Interface CDOView.Options CDOView.Options.InvalidationPolicyEvent
-            +          An options event fired from view options when the + invalidation policy option has changed. @@ -163,7 +171,7 @@ Interface CDOView.Options CDOView.Options.ReferencePolicyEvent
-            +          Deprecated. Use CDOView.Options.StrongReferencePolicyEvent instead. @@ -171,7 +179,9 @@ Interface CDOView.Options CDOView.Options.RevisionPrefetchingPolicyEvent
-            +          An options event fired from view options when the + revision prefetching policy option has + changed. @@ -179,7 +189,17 @@ Interface CDOView.Options CDOView.Options.StaleReferencePolicyEvent
-            +          An options event fired from view options when the + stale reference type option has changed. + + + +static interface +CDOView.Options.StrongReferencePolicyEvent + +
+          An options event fired from view options when the + strong reference policy option has changed.   @@ -242,6 +262,14 @@ Interface CDOView.Options + CDOView +getContainer() + +
+          Returns the view of this options object. + + +  CDOInvalidationPolicy getInvalidationPolicy() @@ -342,15 +370,6 @@ Interface CDOView.Options           Sets the reference type to be used when an adapter is used to an object. -  - - - - - - - -
Methods inherited from interface org.eclipse.net4j.util.options.IOptions
getContainer
  @@ -404,6 +423,24 @@ static final int NO_REVISION_PREFETCHING
+

+getContainer

+
+CDOView getContainer()
+
+
Returns the view of this options object. +

+

+
Specified by:
getContainer in interface IOptions
+
+
+
Since:
+
4.0
+
+
+
+
+

getCacheReferenceType

diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.html
index 69560b1e5b..2c8adc97a8 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.html
@@ -153,7 +153,7 @@ A read-only view to the state of the object graph in the repository of the under
 CDOView.Options
 
 
-            +          Encapsulates a set of notifying view configuration options.   diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewAdaptersNotifiedEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewAdaptersNotifiedEvent.html index 12090c0408..8baf6575fd 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewAdaptersNotifiedEvent.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewAdaptersNotifiedEvent.html @@ -55,7 +55,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -99,13 +99,17 @@ Interface CDOViewAdaptersNotifiedEvent
public interface CDOViewAdaptersNotifiedEvent
extends CDOViewEvent
+

+A view event fired when a view has finished notifying EMF adapters about remote changes. +

+

Since:
3.0
Author:
Eike Stepper
-
No Implement
+
See Also:
CDOView.Options.addChangeSubscriptionPolicy(CDOAdapterPolicy)
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
@@ -199,7 +203,7 @@ long getTimeStamp() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewDurabilityChangedEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewDurabilityChangedEvent.html index 3b388f247f..52dc19e823 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewDurabilityChangedEvent.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewDurabilityChangedEvent.html @@ -100,7 +100,8 @@ Interface CDOViewDurabilityChangedEvent

-Notifies about a change of the branch point of the view. +A view event fired when a view has been made + durable or volatile.

diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewEvent.html index ea26637095..361b221d9a 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewEvent.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewEvent.html @@ -102,6 +102,10 @@ Interface CDOViewEvent

public interface CDOViewEvent
extends IEvent
+

+A generic event fired from a view. +

+

Since:
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewInvalidationEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewInvalidationEvent.html index 2bb08a5311..3307a063a8 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewInvalidationEvent.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewInvalidationEvent.html @@ -100,8 +100,9 @@ Interface CDOViewInvalidationEvent

-An event that is emitted to registered listeners of a CDOView if - passive update is enabled for the session. +A view event fired when passive updates (commit notifications) are being received from a remote + repository. Passive updates must be enabled for this event to be + fired.

@@ -110,7 +111,8 @@ An event that is emitted to registered CDOInvalidationNotification, +

See Also:
CDOSessionInvalidationEvent, +CDOInvalidationNotification, CDOAdapterPolicy
No Implement
This interface is not intended to be implemented by clients.
No Extend
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewTargetChangedEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewTargetChangedEvent.html index faebdb2266..dce9d41b8d 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewTargetChangedEvent.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewTargetChangedEvent.html @@ -100,7 +100,7 @@ Interface CDOViewTargetChangedEvent

-Notifies about a change of the branch point of the view. +A view event fired when the branch point of a view has changed.

diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.Options.StrongReferencePolicyEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.Options.StrongReferencePolicyEvent.html new file mode 100644 index 0000000000..87a00a102f --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.Options.StrongReferencePolicyEvent.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Interface org.eclipse.emf.cdo.view.CDOView.Options.StrongReferencePolicyEvent (CDO Model Repository Documentation) + + + + + + + + + + + + +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.eclipse.emf.cdo.view.CDOView.Options.StrongReferencePolicyEvent

+
+ + + + + + + + + +
+Packages that use CDOView.Options.StrongReferencePolicyEvent
org.eclipse.emf.cdo.viewClient concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
+  +

+ + + + + +
+Uses of CDOView.Options.StrongReferencePolicyEvent in org.eclipse.emf.cdo.view
+  +

+ + + + + + + + + +
Subinterfaces of CDOView.Options.StrongReferencePolicyEvent in org.eclipse.emf.cdo.view
+static interfaceCDOView.Options.ReferencePolicyEvent + +
+          Deprecated. Use CDOView.Options.StrongReferencePolicyEvent instead.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. + + diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.Options.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.Options.html index 6627e1f659..343e06c903 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.Options.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.Options.html @@ -120,7 +120,7 @@ Uses of CDOTransaction.Options
-            +          Encapsulates a set of notifying transaction configuration options.   diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.html index 921c97af5c..420ea1eb7e 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.html @@ -719,6 +719,14 @@ Uses of  CDOView +CDOView.Options.getContainer() + +
+          Returns the view of this options object. + + + + CDOView CDOViewEvent.getSource()
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOViewEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOViewEvent.html index a8378c36f2..0ee1872fcc 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOViewEvent.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOViewEvent.html @@ -1,250 +1,255 @@ - - - - - - -Uses of Interface org.eclipse.emf.cdo.view.CDOViewEvent (CDO Model Repository Documentation) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Interface
org.eclipse.emf.cdo.view.CDOViewEvent

-
- - - - - - - - - - - - - -
-Packages that use CDOViewEvent
org.eclipse.emf.cdo.transactionClient concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.viewClient concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
-  -

- - - - - -
-Uses of CDOViewEvent in org.eclipse.emf.cdo.transaction
-  -

- - - - - - - - - - - - - - - - - -
Subinterfaces of CDOViewEvent in org.eclipse.emf.cdo.transaction
- interfaceCDOTransactionConflictEvent - -
-           
- interfaceCDOTransactionFinishedEvent - -
-           
- interfaceCDOTransactionStartedEvent - -
-           
-  -

- - - - - -
-Uses of CDOViewEvent in org.eclipse.emf.cdo.view
-  -

- - - - - - - - - - - - - - - - - - - - - -
Subinterfaces of CDOViewEvent in org.eclipse.emf.cdo.view
- interfaceCDOViewAdaptersNotifiedEvent - -
-           
- interfaceCDOViewDurabilityChangedEvent - -
-          Notifies about a change of the branch point of the view.
- interfaceCDOViewInvalidationEvent - -
-          An event that is emitted to registered listeners of a CDOView if - passive update is enabled for the session.
- interfaceCDOViewTargetChangedEvent - -
-          Notifies about a change of the branch point of the view.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. - - + + + + + + +Uses of Interface org.eclipse.emf.cdo.view.CDOViewEvent (CDO Model Repository Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.eclipse.emf.cdo.view.CDOViewEvent

+
+ + + + + + + + + + + + + +
+Packages that use CDOViewEvent
org.eclipse.emf.cdo.transactionClient concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.viewClient concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
+  +

+ + + + + +
+Uses of CDOViewEvent in org.eclipse.emf.cdo.transaction
+  +

+ + + + + + + + + + + + + + + + + +
Subinterfaces of CDOViewEvent in org.eclipse.emf.cdo.transaction
+ interfaceCDOTransactionConflictEvent + +
+          A view event fired from a transaction for each + object that enters the conflict state.
+ interfaceCDOTransactionFinishedEvent + +
+          A view event fired from a transaction when it becomes + clean after a sucessful commit or + rollback.
+ interfaceCDOTransactionStartedEvent + +
+          A view event fired from a transaction when it first becomes + dirty.
+  +

+ + + + + +
+Uses of CDOViewEvent in org.eclipse.emf.cdo.view
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Subinterfaces of CDOViewEvent in org.eclipse.emf.cdo.view
+ interfaceCDOViewAdaptersNotifiedEvent + +
+          A view event fired when a view has finished notifying EMF adapters about remote changes.
+ interfaceCDOViewDurabilityChangedEvent + +
+          A view event fired when a view has been made + durable or volatile.
+ interfaceCDOViewInvalidationEvent + +
+          A view event fired when passive updates (commit notifications) are being received from a remote + repository.
+ interfaceCDOViewTargetChangedEvent + +
+          A view event fired when the branch point of a view has changed.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. + + diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-frame.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-frame.html index 0521f3743a..05ac380b00 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-frame.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-frame.html @@ -59,6 +59,8 @@ Interfaces
 
CDOView.Options.StaleReferencePolicyEvent
+CDOView.Options.StrongReferencePolicyEvent +
CDOViewAdaptersNotifiedEvent
CDOViewDurabilityChangedEvent diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-summary.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-summary.html index ccdc7a3f85..d4ee41cd10 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-summary.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-summary.html @@ -138,52 +138,65 @@ Client concepts for dealing with views, view sets, queries, CDO objects and EMF CDOView.Options -  +Encapsulates a set of notifying view configuration options. CDOView.Options.CacheReferenceTypeEvent -  +An options event fired from view options when the + cache reference type option has changed. CDOView.Options.ChangeSubscriptionPoliciesEvent -  +An options event fired from view options when the + change subscription policies option has changed. CDOView.Options.InvalidationNotificationEvent -  +An options event fired from view options when the + invalidation notification enabled option has changed. CDOView.Options.InvalidationPolicyEvent -  +An options event fired from view options when the + invalidation policy option has changed. CDOView.Options.ReferencePolicyEvent -  +Deprecated. Use CDOView.Options.StrongReferencePolicyEvent instead. CDOView.Options.RevisionPrefetchingPolicyEvent -  +An options event fired from view options when the + revision prefetching policy option has + changed. CDOView.Options.StaleReferencePolicyEvent -  +An options event fired from view options when the + stale reference type option has changed. + + +CDOView.Options.StrongReferencePolicyEvent +An options event fired from view options when the + strong reference policy option has changed. CDOViewAdaptersNotifiedEvent -  +A view event fired when a view has finished notifying EMF adapters about remote changes. CDOViewDurabilityChangedEvent -Notifies about a change of the branch point of the view. +A view event fired when a view has been made + durable or volatile. CDOViewEvent -  +A generic event fired from a view. CDOViewInvalidationEvent -An event that is emitted to registered listeners of a CDOView if - passive update is enabled for the session. +A view event fired when passive updates (commit notifications) are being received from a remote + repository. CDOViewProvider @@ -199,7 +212,7 @@ Client concepts for dealing with views, view sets, queries, CDO objects and EMF CDOViewTargetChangedEvent -Notifies about a change of the branch point of the view. +A view event fired when the branch point of a view has changed.   diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-tree.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-tree.html index 9f9c21bff8..fe26c05b90 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-tree.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-tree.html @@ -128,7 +128,9 @@ Interface Hierarchy
  • org.eclipse.emf.cdo.view.CDOViewEvent
  • org.eclipse.net4j.util.options.IOptionsEvent +
  • org.eclipse.emf.cdo.view.CDOView.Options.CacheReferenceTypeEvent
  • org.eclipse.emf.cdo.view.CDOView.Options.ChangeSubscriptionPoliciesEvent
  • org.eclipse.emf.cdo.view.CDOView.Options.InvalidationNotificationEvent
  • org.eclipse.emf.cdo.view.CDOView.Options.InvalidationPolicyEvent
  • org.eclipse.emf.cdo.view.CDOView.Options.RevisionPrefetchingPolicyEvent
  • org.eclipse.emf.cdo.view.CDOView.Options.StaleReferencePolicyEvent
  • org.eclipse.emf.cdo.view.CDOView.Options.StrongReferencePolicyEvent +
  • org.eclipse.net4j.util.event.INotifier