From edeec74732762754557b61219ef52d4e8b105759 Mon Sep 17 00:00:00 2001 From: jestin Date: Fri, 11 Aug 2000 09:15:22 +0000 Subject: The doc is generated by javadoc. I still don't know if it's a good Idea to CVS the generated files. --- doc/allclasses-frame.html | 37 ------ doc/deprecated-list.html | 87 ------------- doc/help-doc.html | 136 ------------------- doc/index-all.html | 324 ---------------------------------------------- doc/index.html | 22 ---- doc/overview-tree.html | 111 ---------------- doc/package-list | 0 doc/packages.html | 26 ---- doc/serialized-form.html | 98 -------------- doc/stylesheet.css | 29 ----- 10 files changed, 870 deletions(-) delete mode 100644 doc/allclasses-frame.html delete mode 100644 doc/deprecated-list.html delete mode 100644 doc/help-doc.html delete mode 100644 doc/index-all.html delete mode 100644 doc/index.html delete mode 100644 doc/overview-tree.html delete mode 100644 doc/package-list delete mode 100644 doc/packages.html delete mode 100644 doc/serialized-form.html delete mode 100644 doc/stylesheet.css (limited to 'doc') diff --git a/doc/allclasses-frame.html b/doc/allclasses-frame.html deleted file mode 100644 index 21a11ce..0000000 --- a/doc/allclasses-frame.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - -All Classes - - - - - -All Classes -
- - - - - -
Ivy -
-IvyApplicationAdapter -
-IvyApplicationListener -
-IvyClient -
-IvyException -
-IvyMessageListener -
-IvyWatcher -
-
- - - diff --git a/doc/deprecated-list.html b/doc/deprecated-list.html deleted file mode 100644 index 01f9b85..0000000 --- a/doc/deprecated-list.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - -: Deprecated List - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Deprecated API

-
-
- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/doc/help-doc.html b/doc/help-doc.html deleted file mode 100644 index 741f08d..0000000 --- a/doc/help-doc.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - -: API Help - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-How This API Document Is Organized

-
-This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

-Package

-
- -

-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

-
-

-Class/Interface

-
- -

-Each class, interface, inner class and inner interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

-Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
-

-Tree (Class Hierarchy)

-
-There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. -
-

-Deprecated API

-
-The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
-

-Index

-
-The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
-

-Prev/Next

-These links take you to the next or previous class, interface, package, or related page.

-Frames/No Frames

-These links show and hide the HTML frames. All pages are available with or without frames. -

-

-Serialized Form

-Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. -

- - -This help file applies to API documentation generated using the standard doclet. - -
-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/doc/index-all.html b/doc/index-all.html deleted file mode 100644 index 08489c3..0000000 --- a/doc/index-all.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - - -: Index - - - - - - - - - - - - - - - - - -
- -
- - -A B C D E F G I M P R S U
-

-A

-
-
addApplicationListener(IvyApplicationListener) - -Method in class fr.dgac.ivy.Ivy -
  -
AddRegexp - -Static variable in class fr.dgac.ivy.IvyClient -
  -
appName - -Variable in class fr.dgac.ivy.Ivy -
  -
-
-

-B

-
-
bindMsg(String, IvyMessageListener) - -Method in class fr.dgac.ivy.Ivy -
  -
Bye - -Static variable in class fr.dgac.ivy.IvyClient -
  -
-
-

-C

-
-
checkConnected(IvyClient) - -Method in class fr.dgac.ivy.Ivy -
  -
close() - -Method in class fr.dgac.ivy.IvyWatcher -
  -
connect(IvyClient) - -Method in class fr.dgac.ivy.Ivy -
  -
connect(IvyClient) - -Method in class fr.dgac.ivy.IvyApplicationAdapter -
  -
connect(IvyClient) - -Method in interface fr.dgac.ivy.IvyApplicationListener -
  -
-
-

-D

-
-
DEFAULT_DOMAIN - -Static variable in class fr.dgac.ivy.Ivy -
  -
DEFAULT_PORT - -Static variable in class fr.dgac.ivy.Ivy -
  -
DelRegexp - -Static variable in class fr.dgac.ivy.IvyClient -
  -
delRegexp(int) - -Method in class fr.dgac.ivy.IvyClient -
  -
Die - -Static variable in class fr.dgac.ivy.IvyClient -
  -
die(IvyClient) - -Method in class fr.dgac.ivy.IvyApplicationAdapter -
  -
die(IvyClient, int) - -Method in class fr.dgac.ivy.Ivy -
  -
die(IvyClient, int) - -Method in interface fr.dgac.ivy.IvyApplicationListener -
  -
directMessage(IvyClient, int, String) - -Method in class fr.dgac.ivy.Ivy -
  -
directMessage(IvyClient, int, String) - -Method in class fr.dgac.ivy.IvyApplicationAdapter -
  -
directMessage(IvyClient, int, String) - -Method in interface fr.dgac.ivy.IvyApplicationListener -
  -
DirectMsg - -Static variable in class fr.dgac.ivy.IvyClient -
  -
disconnect(IvyClient) - -Method in class fr.dgac.ivy.Ivy -
  -
disconnect(IvyClient) - -Method in class fr.dgac.ivy.IvyApplicationAdapter -
  -
disconnect(IvyClient) - -Method in interface fr.dgac.ivy.IvyApplicationListener -
  -
-
-

-E

-
-
EndArg - -Static variable in class fr.dgac.ivy.IvyClient -
  -
EndRegexp - -Static variable in class fr.dgac.ivy.IvyClient -
  -
Error - -Static variable in class fr.dgac.ivy.IvyClient -
  -
-
-

-F

-
-
From() - -Method in class fr.dgac.ivy.IvyClient -
  -
-
-

-G

-
-
getApplicationName() - -Method in class fr.dgac.ivy.IvyClient -
  -
getApplicationPort() - -Method in class fr.dgac.ivy.Ivy -
  -
getAppPort() - -Method in class fr.dgac.ivy.IvyClient -
  -
getDomain(String) - -Static method in class fr.dgac.ivy.Ivy -
  -
getReadyMessage() - -Method in class fr.dgac.ivy.Ivy -
  -
getRegexpOut() - -Method in class fr.dgac.ivy.Ivy -
  -
getRemoteAddress() - -Method in class fr.dgac.ivy.IvyClient -
  -
-
-

-I

-
-
Ivy - class fr.dgac.ivy.Ivy.
 
Ivy(String, String, IvyApplicationListener) - -Constructor for class fr.dgac.ivy.Ivy -
  -
IvyApplicationAdapter - class fr.dgac.ivy.IvyApplicationAdapter.
 
IvyApplicationAdapter() - -Constructor for class fr.dgac.ivy.IvyApplicationAdapter -
  -
IvyApplicationListener - interface fr.dgac.ivy.IvyApplicationListener.
 
IvyClient - class fr.dgac.ivy.IvyClient.
 
IvyException - exception fr.dgac.ivy.IvyException.
 
IvyException(String) - -Constructor for class fr.dgac.ivy.IvyException -
  -
IvyMessageListener - interface fr.dgac.ivy.IvyMessageListener.
 
ivyRunning() - -Method in class fr.dgac.ivy.Ivy -
  -
IvyWatcher - class fr.dgac.ivy.IvyWatcher.
 
-
-

-M

-
-
Msg - -Static variable in class fr.dgac.ivy.IvyClient -
  -
-
-

-P

-
-
Ping - -Static variable in class fr.dgac.ivy.IvyClient -
  -
Pong - -Static variable in class fr.dgac.ivy.IvyClient -
  -
-
-

-R

-
-
receive(IvyClient, String[]) - -Method in interface fr.dgac.ivy.IvyMessageListener -
  -
removeApplicationListener(int) - -Method in class fr.dgac.ivy.Ivy -
  -
run() - -Method in class fr.dgac.ivy.Ivy -
  -
run() - -Method in class fr.dgac.ivy.IvyClient -
  -
run() - -Method in class fr.dgac.ivy.IvyWatcher -
  -
-
-

-S

-
-
sameClient(IvyClient) - -Method in class fr.dgac.ivy.IvyClient -
  -
sendDie() - -Method in class fr.dgac.ivy.IvyClient -
  -
sendDie(String) - -Method in class fr.dgac.ivy.IvyClient -
  -
sendMsg(String) - -Method in class fr.dgac.ivy.Ivy -
  -
sendMsg(String) - -Method in class fr.dgac.ivy.IvyClient -
  -
sendStart(String) - -Method in class fr.dgac.ivy.IvyWatcher -
  -
start(String) - -Method in class fr.dgac.ivy.Ivy -
  -
StartArg - -Static variable in class fr.dgac.ivy.IvyClient -
  -
StartRegexp - -Static variable in class fr.dgac.ivy.IvyClient -
  -
stop() - -Method in class fr.dgac.ivy.Ivy -
  -
-
-

-U

-
-
unBindMsg(int) - -Method in class fr.dgac.ivy.Ivy -
  -
-
-A B C D E F G I M P R S U - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/doc/index.html b/doc/index.html deleted file mode 100644 index 630ff12..0000000 --- a/doc/index.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -Generated Documentation (Untitled) - - - - - - - -<H2> -Frame Alert</H2> - -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to <A HREF="fr/dgac/ivy/Ivy.html">Non-frame version.</A> - diff --git a/doc/overview-tree.html b/doc/overview-tree.html deleted file mode 100644 index 80b22bb..0000000 --- a/doc/overview-tree.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - -: Class Hierarchy - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Hierarchy For All Packages

-
-

-Class Hierarchy -

- -

-Interface Hierarchy -

- -
- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/doc/package-list b/doc/package-list deleted file mode 100644 index e69de29..0000000 diff --git a/doc/packages.html b/doc/packages.html deleted file mode 100644 index 2686165..0000000 --- a/doc/packages.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - -
- -
- -
-
-The front page has been relocated.Please see: -
-          Frame version -
-          Non-frame version.
- - - diff --git a/doc/serialized-form.html b/doc/serialized-form.html deleted file mode 100644 index c7e3078..0000000 --- a/doc/serialized-form.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - -Serialized Form - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Serialized Form

-
- - - - - -
-Class fr.dgac.ivy.IvyException implements Serializable
- -

- -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/doc/stylesheet.css b/doc/stylesheet.css deleted file mode 100644 index 95f5764..0000000 --- a/doc/stylesheet.css +++ /dev/null @@ -1,29 +0,0 @@ -/* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { background-color: #FFFFFF } - -/* Table colors */ -.TableHeadingColor { background: #CCCCFF } /* Dark mauve */ -.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */ -.TableRowColor { background: #FFFFFF } /* White */ - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: normal; font-family: normal } -.FrameHeadingFont { font-size: normal; font-family: normal } -.FrameItemFont { font-size: normal; font-family: normal } - -/* Example of smaller, sans-serif font in frames */ -/* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */ - -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#EEEEFF;}/* Light mauve */ -.NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} - -- cgit v1.1