From 39e55d340b79a835ec815ea688d8f3011506a935 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Fri, 2 Sep 2011 17:40:40 +0000 Subject: update javadoc to juno --- .../net4j/util/lifecycle/ILifecycleEvent.Kind.html | 24 +- .../net4j/util/lifecycle/LifecycleState.html | 24 +- .../net4j/util/lifecycle/class-use/ILifecycle.html | 4 +- .../lifecycle/class-use/ILifecycleEvent.Kind.html | 2 +- .../net4j/util/lifecycle/class-use/Lifecycle.html | 4 +- .../util/lifecycle/class-use/LifecycleState.html | 2 +- .../net4j/util/lifecycle/package-summary.html | 48 +-- .../eclipse/net4j/util/lifecycle/package-tree.html | 398 ++++++++++----------- 8 files changed, 253 insertions(+), 253 deletions(-) (limited to 'plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle') diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/ILifecycleEvent.Kind.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/ILifecycleEvent.Kind.html index 9022da7960..435ce6b3ff 100644 --- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/ILifecycleEvent.Kind.html +++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/ILifecycleEvent.Kind.html @@ -175,7 +175,7 @@ Enumerates the possible values()
-          Returns an array containing the constants of this enum type, in +          Returns an array containing the constants of this enum type, in the order they are declared. @@ -264,17 +264,17 @@ values
 public static ILifecycleEvent.Kind[] values()
-
Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
-for (ILifecycleEvent.Kind c : ILifecycleEvent.Kind.values())
-    System.out.println(c);
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (ILifecycleEvent.Kind c : ILifecycleEvent.Kind.values())
+    System.out.println(c);
 

-
Returns:
an array containing the constants of this enum type, in +
Returns:
an array containing the constants of this enum type, in the order they are declared
@@ -285,16 +285,16 @@ valueOf
 public static ILifecycleEvent.Kind valueOf(String name)
-
Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are +
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws: -
IllegalArgumentException - if this enum type has no constant +
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/LifecycleState.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/LifecycleState.html index cbb66786db..258b118525 100644 --- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/LifecycleState.html +++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/LifecycleState.html @@ -170,7 +170,7 @@ Enum LifecycleState values()
-          Returns an array containing the constants of this enum type, in +          Returns an array containing the constants of this enum type, in the order they are declared. @@ -259,17 +259,17 @@ values
 public static LifecycleState[] values()
-
Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
-for (LifecycleState c : LifecycleState.values())
-    System.out.println(c);
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (LifecycleState c : LifecycleState.values())
+    System.out.println(c);
 

-
Returns:
an array containing the constants of this enum type, in +
Returns:
an array containing the constants of this enum type, in the order they are declared
@@ -280,16 +280,16 @@ valueOf
 public static LifecycleState valueOf(String name)
-
Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are +
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws: -
IllegalArgumentException - if this enum type has no constant +
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/ILifecycle.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/ILifecycle.html index be2e3f0616..b6dabe5f48 100644 --- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/ILifecycle.html +++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/ILifecycle.html @@ -518,8 +518,8 @@ Uses of DelegatingRegistry<K,V>
-          Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract of - Map.entrySet() as well as of Map.keySet(), i.e. they are disconnected sets and modifications applied +          Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract of + Map.entrySet() as well as of Map.keySet(), i.e. they are disconnected sets and modifications applied to them are not applied to their underlying AbstractDelegatingRegistry. diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/ILifecycleEvent.Kind.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/ILifecycleEvent.Kind.html index cffb3dd938..dda3f1de39 100644 --- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/ILifecycleEvent.Kind.html +++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/ILifecycleEvent.Kind.html @@ -140,7 +140,7 @@ Uses of values()
-          Returns an array containing the constants of this enum type, in +          Returns an array containing the constants of this enum type, in the order they are declared. diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/Lifecycle.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/Lifecycle.html index 37b5b7c393..3bce8d9096 100644 --- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/Lifecycle.html +++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/Lifecycle.html @@ -353,8 +353,8 @@ Uses of DelegatingRegistry<K,V>
-          Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract of - Map.entrySet() as well as of Map.keySet(), i.e. they are disconnected sets and modifications applied +          Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract of + Map.entrySet() as well as of Map.keySet(), i.e. they are disconnected sets and modifications applied to them are not applied to their underlying AbstractDelegatingRegistry. diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/LifecycleState.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/LifecycleState.html index 6c20531e32..caefc1a5ce 100644 --- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/LifecycleState.html +++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/class-use/LifecycleState.html @@ -177,7 +177,7 @@ Uses of values()
-          Returns an array containing the constants of this enum type, in +          Returns an array containing the constants of this enum type, in the order they are declared. diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/package-summary.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/package-summary.html index 0246d94d66..f628961abb 100644 --- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/package-summary.html +++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/package-summary.html @@ -191,30 +191,30 @@ Package org.eclipse.net4j.util.lifecycle Description

-A framework for components with a simple lifecycle. -Interfaces that describe the behaviour of objects with respect to their lifecycle. -A utility class to interact with such objects and an abstract class that can be -used to implement such objects are provided as well. -

- - - +A framework for components with a simple lifecycle. +Interfaces that describe the behaviour of objects with respect to their lifecycle. +A utility class to interact with such objects and an abstract class that can be +used to implement such objects are provided as well. +

+ + +

diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/package-tree.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/package-tree.html index 8c38dd9cf4..41db813282 100644 --- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/package-tree.html +++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/package-tree.html @@ -1,199 +1,199 @@ - - - - - - -org.eclipse.net4j.util.lifecycle Class Hierarchy (Net4j Utilities Documentation) - - - - - - - - - - - - -


- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package org.eclipse.net4j.util.lifecycle -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -

-Interface Hierarchy -

- -

-Annotation Type Hierarchy -

- -

-Enum Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. - - + + + + + + +org.eclipse.net4j.util.lifecycle Class Hierarchy (Net4j Utilities Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.eclipse.net4j.util.lifecycle +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +

+Annotation Type Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. + + -- cgit v1.2.3