diff options
Diffstat (limited to 'javadoc/shared')
26 files changed, 7018 insertions, 0 deletions
diff --git a/javadoc/shared/CalendarCategory.html b/javadoc/shared/CalendarCategory.html new file mode 100644 index 0000000..de6c3e8 --- /dev/null +++ b/javadoc/shared/CalendarCategory.html @@ -0,0 +1,522 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.4.2-p8) on Sat Apr 29 14:43:47 CEST 2006 --> +<TITLE> +CalendarCategory +</TITLE> + +<META NAME="keywords" CONTENT="shared.CalendarCategory class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="CalendarCategory"; +} +</SCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CalendarCategory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../shared/CalendarEvent.html" title="class in shared"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="CalendarCategory.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +shared</FONT> +<BR> +Class CalendarCategory</H2> +<PRE> +java.lang.Object + <IMG SRC="../resources/inherit.gif" ALT="extended by"><B>shared.CalendarCategory</B> +</PRE> +<HR> +<DL> +<DT>public class <B>CalendarCategory</B><DT>extends java.lang.Object</DL> + +<P> +This class specifies a category of the calendar events. Its wrapping a vector of references + of all events of this category. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>buetow</DD> +</DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + + +<!-- =========== FIELD SUMMARY =========== --> + + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../shared/CalendarCategory.html#CalendarCategory(java.io.File)">CalendarCategory</A></B>(java.io.File categoryFile)</CODE> + +<BR> + Creates a new calendar category object and sets the categorie's name to the filename of the category.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../shared/CalendarCategory.html#CalendarCategory(java.lang.String)">CalendarCategory</A></B>(java.lang.String sCategoryName)</CODE> + +<BR> + Creates a new calendar category object and sets the categorie's File to the name of the category.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../shared/CalendarCategory.html#addEvent(shared.CalendarEvent)">addEvent</A></B>(<A HREF="../shared/CalendarEvent.html" title="class in shared">CalendarEvent</A> event)</CODE> + +<BR> + This method adds an event to the category.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../shared/CalendarCategory.html#flush()">flush</A></B>()</CODE> + +<BR> + This method flushes the calendar category to the database at the filesystem.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Vector</CODE></FONT></TD> +<TD><CODE><B><A HREF="../shared/CalendarCategory.html#getEvents()">getEvents</A></B>()</CODE> + +<BR> + This method returns the categorie's events.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.io.File</CODE></FONT></TD> +<TD><CODE><B><A HREF="../shared/CalendarCategory.html#getFile()">getFile</A></B>()</CODE> + +<BR> + This method returns the calendar events file object.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.util.Vector</CODE></FONT></TD> +<TD><CODE><B><A HREF="../shared/CalendarCategory.html#getMatchingEvents(shared.remotecall.ClientRequest)">getMatchingEvents</A></B>(<A HREF="../shared/remotecall/ClientRequest.html" title="class in shared.remotecall">ClientRequest</A> clientRequest)</CODE> + +<BR> + This method looks for all calendar events of this category which matches a given client's request.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> java.lang.String</CODE></FONT></TD> +<TD><CODE><B><A HREF="../shared/CalendarCategory.html#getName()">getName</A></B>()</CODE> + +<BR> + This method returns the categorie's name.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> boolean</CODE></FONT></TD> +<TD><CODE><B><A HREF="../shared/CalendarCategory.html#hasChanged()">hasChanged</A></B>()</CODE> + +<BR> + This method lets you check if the calendar category has been modified/changed by a + calendar client request.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> boolean</CODE></FONT></TD> +<TD><CODE><B><A HREF="../shared/CalendarCategory.html#matchesName(java.util.regex.Pattern)">matchesName</A></B>(java.util.regex.Pattern pattern)</CODE> + +<BR> + This method checks the current category's name against a regular expression pattern.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../shared/CalendarCategory.html#removeEvent(shared.CalendarEvent)">removeEvent</A></B>(<A HREF="../shared/CalendarEvent.html" title="class in shared">CalendarEvent</A> event)</CODE> + +<BR> + This method removes a given event from its event vector.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../shared/CalendarCategory.html#setEvents(java.util.Vector)">setEvents</A></B>(java.util.Vector vecEvents)</CODE> + +<BR> + This method sets the categorie's initial events.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../shared/CalendarCategory.html#setHasChanged(boolean)">setHasChanged</A></B>(boolean bHasChanged)</CODE> + +<BR> + This method specifies if the calendar category has been modified/changed or not.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../shared/CalendarCategory.html#unsetFile()">unsetFile</A></B>()</CODE> + +<BR> + This method Sets the categories file handle to null.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TD><B>Methods inherited from class java.lang.Object</B></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Constructor Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="CalendarCategory(java.io.File)"><!-- --></A><H3> +CalendarCategory</H3> +<PRE> +public <B>CalendarCategory</B>(java.io.File categoryFile)</PRE> +<DL> +<DD>Creates a new calendar category object and sets the categorie's name to the filename of the category. +<P> +<DT><B>Parameters:</B><DD><CODE>categoryFile</CODE> - The file object which contains the unparsed events for this specific category. It will be unset after parsing.</DL> +<HR> + +<A NAME="CalendarCategory(java.lang.String)"><!-- --></A><H3> +CalendarCategory</H3> +<PRE> +public <B>CalendarCategory</B>(java.lang.String sCategoryName)</PRE> +<DL> +<DD>Creates a new calendar category object and sets the categorie's File to the name of the category. +<P> +<DT><B>Parameters:</B><DD><CODE>sCategoryName</CODE> - Specifies the categorie's name.</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=1><FONT SIZE="+2"> +<B>Method Detail</B></FONT></TD> +</TR> +</TABLE> + +<A NAME="setEvents(java.util.Vector)"><!-- --></A><H3> +setEvents</H3> +<PRE> +public void <B>setEvents</B>(java.util.Vector vecEvents)</PRE> +<DL> +<DD>This method sets the categorie's initial events. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>vecEvents</CODE> - Specifies the categorie's events.</DL> +</DD> +</DL> +<HR> + +<A NAME="addEvent(shared.CalendarEvent)"><!-- --></A><H3> +addEvent</H3> +<PRE> +public void <B>addEvent</B>(<A HREF="../shared/CalendarEvent.html" title="class in shared">CalendarEvent</A> event)</PRE> +<DL> +<DD>This method adds an event to the category. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>event</CODE> - Specifies the calendar event to add to this category.</DL> +</DD> +</DL> +<HR> + +<A NAME="getFile()"><!-- --></A><H3> +getFile</H3> +<PRE> +public java.io.File <B>getFile</B>()</PRE> +<DL> +<DD>This method returns the calendar events file object. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>Returns the categorie's file object.</DL> +</DD> +</DL> +<HR> + +<A NAME="unsetFile()"><!-- --></A><H3> +unsetFile</H3> +<PRE> +public void <B>unsetFile</B>()</PRE> +<DL> +<DD>This method Sets the categories file handle to null. This is done if all the data has been read from + the file database. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getName()"><!-- --></A><H3> +getName</H3> +<PRE> +public java.lang.String <B>getName</B>()</PRE> +<DL> +<DD>This method returns the categorie's name. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>Returns the categorie's name.</DL> +</DD> +</DL> +<HR> + +<A NAME="getEvents()"><!-- --></A><H3> +getEvents</H3> +<PRE> +public java.util.Vector <B>getEvents</B>()</PRE> +<DL> +<DD>This method returns the categorie's events. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>Returns a Vector of all CalendarEvent objects.</DL> +</DD> +</DL> +<HR> + +<A NAME="getMatchingEvents(shared.remotecall.ClientRequest)"><!-- --></A><H3> +getMatchingEvents</H3> +<PRE> +public java.util.Vector <B>getMatchingEvents</B>(<A HREF="../shared/remotecall/ClientRequest.html" title="class in shared.remotecall">ClientRequest</A> clientRequest)</PRE> +<DL> +<DD>This method looks for all calendar events of this category which matches a given client's request. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>clientRequest</CODE> - Specifies the client request sent by the calendar client. +<DT><B>Returns:</B><DD>Returns a Vector of all matching CalendarEvent objects.</DL> +</DD> +</DL> +<HR> + +<A NAME="matchesName(java.util.regex.Pattern)"><!-- --></A><H3> +matchesName</H3> +<PRE> +public boolean <B>matchesName</B>(java.util.regex.Pattern pattern)</PRE> +<DL> +<DD>This method checks the current category's name against a regular expression pattern. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>pattern</CODE> - Specifies the pattern to be used. +<DT><B>Returns:</B><DD>Returns true if the event matches, else false will be returned.</DL> +</DD> +</DL> +<HR> + +<A NAME="removeEvent(shared.CalendarEvent)"><!-- --></A><H3> +removeEvent</H3> +<PRE> +public void <B>removeEvent</B>(<A HREF="../shared/CalendarEvent.html" title="class in shared">CalendarEvent</A> event)</PRE> +<DL> +<DD>This method removes a given event from its event vector. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>event</CODE> - Specifies the calendar event object to be removed from this category</DL> +</DD> +</DL> +<HR> + +<A NAME="hasChanged()"><!-- --></A><H3> +hasChanged</H3> +<PRE> +public boolean <B>hasChanged</B>()</PRE> +<DL> +<DD>This method lets you check if the calendar category has been modified/changed by a + calendar client request. This is needed by the CalendarDatabase.flush method, to write all + the changes back to the database files. +<P> +<DD><DL> + +<DT><B>Returns:</B><DD>Returns true if the category has changed, else it will return false.</DL> +</DD> +</DL> +<HR> + +<A NAME="setHasChanged(boolean)"><!-- --></A><H3> +setHasChanged</H3> +<PRE> +public void <B>setHasChanged</B>(boolean bHasChanged)</PRE> +<DL> +<DD>This method specifies if the calendar category has been modified/changed or not. +<P> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>bHasChanged</CODE> - Specifies if the category has been modified/changed or not.</DL> +</DD> +</DL> +<HR> + +<A NAME="flush()"><!-- --></A><H3> +flush</H3> +<PRE> +public void <B>flush</B>()</PRE> +<DL> +<DD>This method flushes the calendar category to the database at the filesystem. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CalendarCategory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../shared/CalendarEvent.html" title="class in shared"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="CalendarCategory.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/javadoc/shared/CalendarEvent.html b/javadoc/shared/CalendarEvent.html new file mode 100644 index 0000000..d8de0c9 --- /dev/null +++ b/javadoc/shared/CalendarEvent.html @@ -0,0 +1,809 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.4.2-p8) on Sat Apr 29 14:43:47 CEST 2006 --> +<TITLE> +CalendarEvent +</TITLE> + +<META NAME="keywords" CONTENT="shared.CalendarEvent class"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + parent.document.title="CalendarEvent"; +} +</SCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CalendarEvent.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../shared/CalendarCategory.html" title="class in shared"><B>PREV CLASS</B></A> + <A HREF="../shared/Config.html" title="class in shared"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../index.html" target="_top"><B>FRAMES</B></A> + <A HREF="CalendarEvent.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +shared</FONT> +<BR> +Class CalendarEvent</H2> +<PRE> +java.lang.Object + <IMG SRC="../resources/inherit.gif" ALT="extended by"><B>shared.CalendarEvent</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD> +</DL> +<HR> +<DL> +<DT>public class <B>CalendarEvent</B><DT>extends java.lang.Object<DT>implements java.io.Serializable</DL> + +<P> +This class specifies calendar events. Calendar event objects are the most used objects of the + whole netcalendar suite. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>buetow</DD> +<DT><B>See Also:</B><DD><A HREF="../serialized-form.html#shared.CalendarEvent">Serialized Form</A></DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + + +<!-- =========== FIELD SUMMARY =========== --> + + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../shared/CalendarEvent.html#CalendarEvent(shared.CalendarCategory)">CalendarEvent</A></B>(<A HREF="../shared/CalendarCategory.html" title="class in shared">CalendarCategory</A> category)</CODE> + +<BR> + Simple constructor, creates an event object and increments iEventIDCount by one.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../shared/CalendarEvent.html#CalendarEvent(java.lang.String)">CalendarEvent</A></B>(java.lang.String sCategoryName)</CODE> + +<BR> + Simple constructor, creates an event object and increments iEventIDCount by one.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TD COLSPAN=2><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TD> |
