From 4ba8c3222647851220ae5da03e33e733d2fc7016 Mon Sep 17 00:00:00 2001 From: yvesf Date: Thu, 24 Feb 2011 21:51:29 +0100 Subject: Wagon: Deploying site to repository --- apidocs/allclasses-frame.html | 56 +++ apidocs/allclasses-noframe.html | 56 +++ apidocs/constant-values.html | 175 +++++++ apidocs/de/dhbw/horb/calendar/ICSServlet.html | 300 ++++++++++++ .../dhbw/horb/calendar/class-use/ICSServlet.html | 145 ++++++ .../horb/calendar/dualis/DualisConnection.html | 309 +++++++++++++ ...lisException.DualisAuthenticationException.html | 280 +++++++++++ .../DualisException.DualisScrapingException.html | 266 +++++++++++ .../dhbw/horb/calendar/dualis/DualisException.html | 285 ++++++++++++ .../dualis/class-use/DualisConnection.html | 145 ++++++ ...lisException.DualisAuthenticationException.html | 181 ++++++++ .../DualisException.DualisScrapingException.html | 181 ++++++++ .../calendar/dualis/class-use/DualisException.html | 189 ++++++++ .../dhbw/horb/calendar/dualis/package-frame.html | 48 ++ .../dhbw/horb/calendar/dualis/package-summary.html | 180 ++++++++ .../de/dhbw/horb/calendar/dualis/package-tree.html | 161 +++++++ .../de/dhbw/horb/calendar/dualis/package-use.html | 183 ++++++++ .../de/dhbw/horb/calendar/ics/AbstractICSType.html | 338 ++++++++++++++ apidocs/de/dhbw/horb/calendar/ics/VCalendar.html | 273 +++++++++++ .../de/dhbw/horb/calendar/ics/VEvent.Builder.html | 389 ++++++++++++++++ apidocs/de/dhbw/horb/calendar/ics/VEvent.html | 441 ++++++++++++++++++ .../calendar/ics/class-use/AbstractICSType.html | 197 ++++++++ .../horb/calendar/ics/class-use/VCalendar.html | 145 ++++++ .../calendar/ics/class-use/VEvent.Builder.html | 229 +++++++++ .../dhbw/horb/calendar/ics/class-use/VEvent.html | 210 +++++++++ .../de/dhbw/horb/calendar/ics/package-frame.html | 39 ++ .../de/dhbw/horb/calendar/ics/package-summary.html | 170 +++++++ .../de/dhbw/horb/calendar/ics/package-tree.html | 156 +++++++ apidocs/de/dhbw/horb/calendar/ics/package-use.html | 202 ++++++++ apidocs/de/dhbw/horb/calendar/package-frame.html | 33 ++ apidocs/de/dhbw/horb/calendar/package-summary.html | 158 +++++++ apidocs/de/dhbw/horb/calendar/package-tree.html | 162 +++++++ apidocs/de/dhbw/horb/calendar/package-use.html | 145 ++++++ .../calendar/ui/MyApplication.MyMainWindow.html | 511 +++++++++++++++++++++ .../de/dhbw/horb/calendar/ui/MyApplication.html | 308 +++++++++++++ .../horb/calendar/ui/StundenplanComponent.html | 439 ++++++++++++++++++ .../ui/class-use/MyApplication.MyMainWindow.html | 179 ++++++++ .../horb/calendar/ui/class-use/MyApplication.html | 145 ++++++ .../ui/class-use/StundenplanComponent.html | 145 ++++++ .../de/dhbw/horb/calendar/ui/package-frame.html | 37 ++ .../de/dhbw/horb/calendar/ui/package-summary.html | 166 +++++++ apidocs/de/dhbw/horb/calendar/ui/package-tree.html | 179 ++++++++ apidocs/de/dhbw/horb/calendar/ui/package-use.html | 171 +++++++ .../horb/calendar/util/AuthenticatedServlet.html | 359 +++++++++++++++ .../util/class-use/AuthenticatedServlet.html | 181 ++++++++ .../de/dhbw/horb/calendar/util/package-frame.html | 33 ++ .../dhbw/horb/calendar/util/package-summary.html | 158 +++++++ .../de/dhbw/horb/calendar/util/package-tree.html | 160 +++++++ .../de/dhbw/horb/calendar/util/package-use.html | 171 +++++++ apidocs/deprecated-list.html | 147 ++++++ apidocs/help-doc.html | 224 +++++++++ apidocs/index-all.html | 338 ++++++++++++++ apidocs/index.html | 40 ++ apidocs/options | 24 + apidocs/overview-frame.html | 51 ++ apidocs/overview-summary.html | 173 +++++++ apidocs/overview-tree.html | 195 ++++++++ apidocs/package-list | 5 + apidocs/packages | 5 + apidocs/resources/inherit.gif | Bin 0 -> 57 bytes apidocs/serialized-form.html | 421 +++++++++++++++++ apidocs/stylesheet.css | 29 ++ 62 files changed, 11421 insertions(+) create mode 100644 apidocs/allclasses-frame.html create mode 100644 apidocs/allclasses-noframe.html create mode 100644 apidocs/constant-values.html create mode 100644 apidocs/de/dhbw/horb/calendar/ICSServlet.html create mode 100644 apidocs/de/dhbw/horb/calendar/class-use/ICSServlet.html create mode 100644 apidocs/de/dhbw/horb/calendar/dualis/DualisConnection.html create mode 100644 apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisAuthenticationException.html create mode 100644 apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisScrapingException.html create mode 100644 apidocs/de/dhbw/horb/calendar/dualis/DualisException.html create mode 100644 apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisConnection.html create mode 100644 apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisAuthenticationException.html create mode 100644 apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisScrapingException.html create mode 100644 apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.html create mode 100644 apidocs/de/dhbw/horb/calendar/dualis/package-frame.html create mode 100644 apidocs/de/dhbw/horb/calendar/dualis/package-summary.html create mode 100644 apidocs/de/dhbw/horb/calendar/dualis/package-tree.html create mode 100644 apidocs/de/dhbw/horb/calendar/dualis/package-use.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/AbstractICSType.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/VCalendar.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/VEvent.Builder.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/VEvent.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/class-use/AbstractICSType.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/class-use/VCalendar.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.Builder.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/package-frame.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/package-summary.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/package-tree.html create mode 100644 apidocs/de/dhbw/horb/calendar/ics/package-use.html create mode 100644 apidocs/de/dhbw/horb/calendar/package-frame.html create mode 100644 apidocs/de/dhbw/horb/calendar/package-summary.html create mode 100644 apidocs/de/dhbw/horb/calendar/package-tree.html create mode 100644 apidocs/de/dhbw/horb/calendar/package-use.html create mode 100644 apidocs/de/dhbw/horb/calendar/ui/MyApplication.MyMainWindow.html create mode 100644 apidocs/de/dhbw/horb/calendar/ui/MyApplication.html create mode 100644 apidocs/de/dhbw/horb/calendar/ui/StundenplanComponent.html create mode 100644 apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.MyMainWindow.html create mode 100644 apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.html create mode 100644 apidocs/de/dhbw/horb/calendar/ui/class-use/StundenplanComponent.html create mode 100644 apidocs/de/dhbw/horb/calendar/ui/package-frame.html create mode 100644 apidocs/de/dhbw/horb/calendar/ui/package-summary.html create mode 100644 apidocs/de/dhbw/horb/calendar/ui/package-tree.html create mode 100644 apidocs/de/dhbw/horb/calendar/ui/package-use.html create mode 100644 apidocs/de/dhbw/horb/calendar/util/AuthenticatedServlet.html create mode 100644 apidocs/de/dhbw/horb/calendar/util/class-use/AuthenticatedServlet.html create mode 100644 apidocs/de/dhbw/horb/calendar/util/package-frame.html create mode 100644 apidocs/de/dhbw/horb/calendar/util/package-summary.html create mode 100644 apidocs/de/dhbw/horb/calendar/util/package-tree.html create mode 100644 apidocs/de/dhbw/horb/calendar/util/package-use.html create mode 100644 apidocs/deprecated-list.html create mode 100644 apidocs/help-doc.html create mode 100644 apidocs/index-all.html create mode 100644 apidocs/index.html create mode 100644 apidocs/options create mode 100644 apidocs/overview-frame.html create mode 100644 apidocs/overview-summary.html create mode 100644 apidocs/overview-tree.html create mode 100644 apidocs/package-list create mode 100644 apidocs/packages create mode 100644 apidocs/resources/inherit.gif create mode 100644 apidocs/serialized-form.html create mode 100644 apidocs/stylesheet.css (limited to 'apidocs') diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html new file mode 100644 index 0000000..b69d3e7 --- /dev/null +++ b/apidocs/allclasses-frame.html @@ -0,0 +1,56 @@ + + + + + + + +All Classes (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + +All Classes +
+ + + + + +
AbstractICSType +
+AuthenticatedServlet +
+DualisConnection +
+DualisException +
+DualisException.DualisAuthenticationException +
+DualisException.DualisScrapingException +
+ICSServlet +
+MyApplication +
+MyApplication.MyMainWindow +
+StundenplanComponent +
+VCalendar +
+VEvent +
+VEvent.Builder +
+
+ + + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html new file mode 100644 index 0000000..9920dd7 --- /dev/null +++ b/apidocs/allclasses-noframe.html @@ -0,0 +1,56 @@ + + + + + + + +All Classes (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + +All Classes +
+ + + + + +
AbstractICSType +
+AuthenticatedServlet +
+DualisConnection +
+DualisException +
+DualisException.DualisAuthenticationException +
+DualisException.DualisScrapingException +
+ICSServlet +
+MyApplication +
+MyApplication.MyMainWindow +
+StundenplanComponent +
+VCalendar +
+VEvent +
+VEvent.Builder +
+
+ + + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html new file mode 100644 index 0000000..ed91c1d --- /dev/null +++ b/apidocs/constant-values.html @@ -0,0 +1,175 @@ + + + + + + + +Constant Field Values (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+de.dhbw.*
+ +

+ + + + + + + + + + + + +
de.dhbw.horb.calendar.dualis.DualisConnection
+public static final StringDUALIS_URL"https://dualis.dhbw.de/scripts/mgrqcgi?APPNAME=CampusNet&PRGNAME=EXTERNALPAGES&ARGUMENTS=-N000000000000001,-N,-Awelcome"
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ICSServlet.html b/apidocs/de/dhbw/horb/calendar/ICSServlet.html new file mode 100644 index 0000000..1caaaec --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ICSServlet.html @@ -0,0 +1,300 @@ + + + + + + + +ICSServlet (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar +
+Class ICSServlet

+
+java.lang.Object
+  extended by javax.servlet.GenericServlet
+      extended by javax.servlet.http.HttpServlet
+          extended by de.dhbw.horb.calendar.util.AuthenticatedServlet
+              extended by de.dhbw.horb.calendar.ICSServlet
+
+
+
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
+
+
+
+
public class ICSServlet
extends AuthenticatedServlet
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ICSServlet() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+protected  voiddoGet(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + String username, + String password) + +
+           
+ + + + + + + +
Methods inherited from class de.dhbw.horb.calendar.util.AuthenticatedServlet
doGet, getLoginRealm, setLoginRealm
+ + + + + + + +
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
+ + + + + + + +
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ICSServlet

+
+public ICSServlet()
+
+
+ + + + + + + + +
+Method Detail
+ +

+doGet

+
+protected void doGet(javax.servlet.http.HttpServletRequest request,
+                     javax.servlet.http.HttpServletResponse response,
+                     String username,
+                     String password)
+              throws IOException
+
+
+
Specified by:
doGet in class AuthenticatedServlet
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/class-use/ICSServlet.html b/apidocs/de/dhbw/horb/calendar/class-use/ICSServlet.html new file mode 100644 index 0000000..4f826f0 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/class-use/ICSServlet.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.ICSServlet (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.ICSServlet

+
+No usage of de.dhbw.horb.calendar.ICSServlet +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/DualisConnection.html b/apidocs/de/dhbw/horb/calendar/dualis/DualisConnection.html new file mode 100644 index 0000000..9bbf2ab --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/dualis/DualisConnection.html @@ -0,0 +1,309 @@ + + + + + + + +DualisConnection (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.dualis +
+Class DualisConnection

+
+java.lang.Object
+  extended by de.dhbw.horb.calendar.dualis.DualisConnection
+
+
+
+
public class DualisConnection
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+static StringDUALIS_URL + +
+           
+  + + + + + + + + + + +
+Constructor Summary
DualisConnection(String username, + String password) + +
+          Baut eine Verbindung mit Dualis auf und führt einen Login durch
+  + + + + + + + + + + + +
+Method Summary
+ List<VEvent>getEvents() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+DUALIS_URL

+
+public static final String DUALIS_URL
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+DualisConnection

+
+public DualisConnection(String username,
+                        String password)
+
+
Baut eine Verbindung mit Dualis auf und führt einen Login durch +

+

+
Parameters:
username - Dualis Benutzername
password - Dualis Password +
Throws: +
com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException +
IOException +
DualisException.DualisScrapingException +
DualisException.DualisAuthenticationException
+
+ + + + + + + + +
+Method Detail
+ +

+getEvents

+
+public List<VEvent> getEvents()
+                       throws com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException,
+                              IOException,
+                              DualisException.DualisScrapingException,
+                              DualisException.DualisAuthenticationException
+
+
+ +
Throws: +
com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException +
IOException +
DualisException.DualisScrapingException +
DualisException.DualisAuthenticationException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisAuthenticationException.html b/apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisAuthenticationException.html new file mode 100644 index 0000000..d632a72 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisAuthenticationException.html @@ -0,0 +1,280 @@ + + + + + + + +DualisException.DualisAuthenticationException (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.dualis +
+Class DualisException.DualisAuthenticationException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.dhbw.horb.calendar.dualis.DualisException
+              extended by de.dhbw.horb.calendar.dualis.DualisException.DualisAuthenticationException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
Enclosing class:
DualisException
+
+
+
+
public static class DualisException.DualisAuthenticationException
extends DualisException
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class de.dhbw.horb.calendar.dualis.DualisException
DualisException.DualisAuthenticationException, DualisException.DualisScrapingException
+  + + + + + + + + + + + + + + +
+Constructor Summary
DualisException.DualisAuthenticationException(String msg) + +
+           
DualisException.DualisAuthenticationException(String msg, + Throwable e) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DualisException.DualisAuthenticationException

+
+public DualisException.DualisAuthenticationException(String msg,
+                                                     Throwable e)
+
+
+
+ +

+DualisException.DualisAuthenticationException

+
+public DualisException.DualisAuthenticationException(String msg)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisScrapingException.html b/apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisScrapingException.html new file mode 100644 index 0000000..cba5c65 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/dualis/DualisException.DualisScrapingException.html @@ -0,0 +1,266 @@ + + + + + + + +DualisException.DualisScrapingException (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.dualis +
+Class DualisException.DualisScrapingException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.dhbw.horb.calendar.dualis.DualisException
+              extended by de.dhbw.horb.calendar.dualis.DualisException.DualisScrapingException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
Enclosing class:
DualisException
+
+
+
+
public static class DualisException.DualisScrapingException
extends DualisException
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class de.dhbw.horb.calendar.dualis.DualisException
DualisException.DualisAuthenticationException, DualisException.DualisScrapingException
+  + + + + + + + + + + + +
+Constructor Summary
DualisException.DualisScrapingException(String msg, + Throwable e) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DualisException.DualisScrapingException

+
+public DualisException.DualisScrapingException(String msg,
+                                               Throwable e)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/DualisException.html b/apidocs/de/dhbw/horb/calendar/dualis/DualisException.html new file mode 100644 index 0000000..bcdd5a6 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/dualis/DualisException.html @@ -0,0 +1,285 @@ + + + + + + + +DualisException (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.dualis +
+Class DualisException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.dhbw.horb.calendar.dualis.DualisException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
Direct Known Subclasses:
DualisException.DualisAuthenticationException, DualisException.DualisScrapingException
+
+
+
+
public abstract class DualisException
extends Exception
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + +
+Nested Class Summary
+static classDualisException.DualisAuthenticationException + +
+           
+static classDualisException.DualisScrapingException + +
+           
+  + + + + + + + + + + + + + +
+Constructor Summary
DualisException(String msg) + +
+           
DualisException(String msg, + Throwable e) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DualisException

+
+public DualisException(String msg)
+
+
+
+ +

+DualisException

+
+public DualisException(String msg,
+                       Throwable e)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisConnection.html b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisConnection.html new file mode 100644 index 0000000..9fec9ae --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisConnection.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.dualis.DualisConnection (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.dualis.DualisConnection

+
+No usage of de.dhbw.horb.calendar.dualis.DualisConnection +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisAuthenticationException.html b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisAuthenticationException.html new file mode 100644 index 0000000..79d015d --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisAuthenticationException.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.dualis.DualisException.DualisAuthenticationException (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.dualis.DualisException.DualisAuthenticationException

+
+ + + + + + + + + +
+Packages that use DualisException.DualisAuthenticationException
de.dhbw.horb.calendar.dualis  
+  +

+ + + + + +
+Uses of DualisException.DualisAuthenticationException in de.dhbw.horb.calendar.dualis
+  +

+ + + + + + + + + +
Methods in de.dhbw.horb.calendar.dualis that throw DualisException.DualisAuthenticationException
+ List<VEvent>DualisConnection.getEvents() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisScrapingException.html b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisScrapingException.html new file mode 100644 index 0000000..b5ac553 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.DualisScrapingException.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.dualis.DualisException.DualisScrapingException (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.dualis.DualisException.DualisScrapingException

+
+ + + + + + + + + +
+Packages that use DualisException.DualisScrapingException
de.dhbw.horb.calendar.dualis  
+  +

+ + + + + +
+Uses of DualisException.DualisScrapingException in de.dhbw.horb.calendar.dualis
+  +

+ + + + + + + + + +
Methods in de.dhbw.horb.calendar.dualis that throw DualisException.DualisScrapingException
+ List<VEvent>DualisConnection.getEvents() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.html b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.html new file mode 100644 index 0000000..2a0ac9a --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/dualis/class-use/DualisException.html @@ -0,0 +1,189 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.dualis.DualisException (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.dualis.DualisException

+
+ + + + + + + + + +
+Packages that use DualisException
de.dhbw.horb.calendar.dualis  
+  +

+ + + + + +
+Uses of DualisException in de.dhbw.horb.calendar.dualis
+  +

+ + + + + + + + + + + + + +
Subclasses of DualisException in de.dhbw.horb.calendar.dualis
+static classDualisException.DualisAuthenticationException + +
+           
+static classDualisException.DualisScrapingException + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/package-frame.html b/apidocs/de/dhbw/horb/calendar/dualis/package-frame.html new file mode 100644 index 0000000..1b99be8 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/dualis/package-frame.html @@ -0,0 +1,48 @@ + + + + + + + +de.dhbw.horb.calendar.dualis (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + +de.dhbw.horb.calendar.dualis + + + + +
+Classes  + +
+DualisConnection
+ + + + + + +
+Exceptions  + +
+DualisException +
+DualisException.DualisAuthenticationException +
+DualisException.DualisScrapingException
+ + + + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/package-summary.html b/apidocs/de/dhbw/horb/calendar/dualis/package-summary.html new file mode 100644 index 0000000..9bf9933 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/dualis/package-summary.html @@ -0,0 +1,180 @@ + + + + + + + +de.dhbw.horb.calendar.dualis (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.dhbw.horb.calendar.dualis +

+ + + + + + + + + +
+Class Summary
DualisConnection 
+  + +

+ + + + + + + + + + + + + + + + + +
+Exception Summary
DualisException 
DualisException.DualisAuthenticationException 
DualisException.DualisScrapingException 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/package-tree.html b/apidocs/de/dhbw/horb/calendar/dualis/package-tree.html new file mode 100644 index 0000000..e5dad74 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/dualis/package-tree.html @@ -0,0 +1,161 @@ + + + + + + + +de.dhbw.horb.calendar.dualis Class Hierarchy (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.dhbw.horb.calendar.dualis +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/dualis/package-use.html b/apidocs/de/dhbw/horb/calendar/dualis/package-use.html new file mode 100644 index 0000000..6695d86 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/dualis/package-use.html @@ -0,0 +1,183 @@ + + + + + + + +Uses of Package de.dhbw.horb.calendar.dualis (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.dhbw.horb.calendar.dualis

+
+ + + + + + + + + +
+Packages that use de.dhbw.horb.calendar.dualis
de.dhbw.horb.calendar.dualis  
+  +

+ + + + + + + + + + + + + + +
+Classes in de.dhbw.horb.calendar.dualis used by de.dhbw.horb.calendar.dualis
DualisException + +
+           
DualisException.DualisAuthenticationException + +
+           
DualisException.DualisScrapingException + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/AbstractICSType.html b/apidocs/de/dhbw/horb/calendar/ics/AbstractICSType.html new file mode 100644 index 0000000..792204b --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/AbstractICSType.html @@ -0,0 +1,338 @@ + + + + + + + +AbstractICSType (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.ics +
+Class AbstractICSType

+
+java.lang.Object
+  extended by de.dhbw.horb.calendar.ics.AbstractICSType
+
+
+
Direct Known Subclasses:
VEvent
+
+
+
+
public abstract class AbstractICSType
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+static SimpleDateFormatdateTimeFormat + +
+          RFC says: + + FORM #2: DATE WITH UTC TIME + + The date with UTC time, or absolute time, is identified by a LATIN + CAPITAL LETTER Z suffix character, the UTC designator, appended to + the time value.
+  + + + + + + + + + + +
+Constructor Summary
AbstractICSType() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static StringescapeText(String text) + +
+          described in RFC section 3.3.11
+abstract  Stringserialize() + +
+          Serialisierert dieses Calenderteil.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+dateTimeFormat

+
+public static SimpleDateFormat dateTimeFormat
+
+
RFC says: +
+ FORM #2: DATE WITH UTC TIME
+ 
+       The date with UTC time, or absolute time, is identified by a LATIN
+       CAPITAL LETTER Z suffix character, the UTC designator, appended to
+       the time value.  For example, the following represents January 19,
+       1998, at 0700 UTC:
+ 
+        19980119T070000Z
+ 
+       The "TZID" property parameter MUST NOT be applied to DATE-TIME
+       properties whose time values are specified in UTC.
+ 
+

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+AbstractICSType

+
+public AbstractICSType()
+
+
+ + + + + + + + +
+Method Detail
+ +

+serialize

+
+public abstract String serialize()
+
+
Serialisierert dieses Calenderteil. Dem Ergebnis Fehlt noch der vCalendar + Header und Footer +

+

+
+
+
+
+ +

+escapeText

+
+public static String escapeText(String text)
+
+
described in RFC section 3.3.11 +

+

+
Parameters:
text - +
Returns:
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/VCalendar.html b/apidocs/de/dhbw/horb/calendar/ics/VCalendar.html new file mode 100644 index 0000000..50bd076 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/VCalendar.html @@ -0,0 +1,273 @@ + + + + + + + +VCalendar (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.ics +
+Class VCalendar

+
+java.lang.Object
+  extended by de.dhbw.horb.calendar.ics.VCalendar
+
+
+
+
public class VCalendar
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
VCalendar(String title) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidadd(AbstractICSType ics) + +
+           
+ Stringserialize() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VCalendar

+
+public VCalendar(String title)
+
+
+ + + + + + + + +
+Method Detail
+ +

+add

+
+public void add(AbstractICSType ics)
+
+
+
+
+
+
+ +

+serialize

+
+public String serialize()
+
+
+ +
Returns:
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/VEvent.Builder.html b/apidocs/de/dhbw/horb/calendar/ics/VEvent.Builder.html new file mode 100644 index 0000000..e00779e --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/VEvent.Builder.html @@ -0,0 +1,389 @@ + + + + + + + +VEvent.Builder (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.ics +
+Class VEvent.Builder

+
+java.lang.Object
+  extended by de.dhbw.horb.calendar.ics.VEvent.Builder
+
+
+
Enclosing class:
VEvent
+
+
+
+
public static class VEvent.Builder
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
VEvent.Builder() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ VEventbuild() + +
+           
+ VEvent.Builderdescription(String description) + +
+           
+ VEvent.Builderdtend(Date dtend) + +
+           
+ VEvent.Builderdtstamp(Date dtstamp) + +
+           
+ VEvent.Builderdtstart(Date dtstart) + +
+           
+ VEvent.Builderlocation(String location) + +
+           
+ VEvent.Builderstatus(String status) + +
+           
+ VEvent.Buildersummary(String summary) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VEvent.Builder

+
+public VEvent.Builder()
+
+
+ + + + + + + + +
+Method Detail
+ +

+dtstamp

+
+public VEvent.Builder dtstamp(Date dtstamp)
+
+
+
+
+
+
+ +

+dtstart

+
+public VEvent.Builder dtstart(Date dtstart)
+
+
+
+
+
+
+ +

+dtend

+
+public VEvent.Builder dtend(Date dtend)
+
+
+
+
+
+
+ +

+summary

+
+public VEvent.Builder summary(String summary)
+
+
+
+
+
+
+ +

+description

+
+public VEvent.Builder description(String description)
+
+
+
+
+
+
+ +

+location

+
+public VEvent.Builder location(String location)
+
+
+
+
+
+
+ +

+build

+
+public VEvent build()
+
+
+
+
+
+
+ +

+status

+
+public VEvent.Builder status(String status)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/VEvent.html b/apidocs/de/dhbw/horb/calendar/ics/VEvent.html new file mode 100644 index 0000000..35b1f44 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/VEvent.html @@ -0,0 +1,441 @@ + + + + + + + +VEvent (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.ics +
+Class VEvent

+
+java.lang.Object
+  extended by de.dhbw.horb.calendar.ics.AbstractICSType
+      extended by de.dhbw.horb.calendar.ics.VEvent
+
+
+
+
public class VEvent
extends AbstractICSType
+ + +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classVEvent.Builder + +
+           
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ Stringdescription + +
+           
+ Datedtend + +
+           
+ Datedtstamp + +
+           
+ Datedtstart + +
+           
+ Stringlocation + +
+           
+ Stringstatus + +
+           
+ Stringsummary + +
+           
+ + + + + + + +
Fields inherited from class de.dhbw.horb.calendar.ics.AbstractICSType
dateTimeFormat
+  + + + + + + + + + + +
+Constructor Summary
VEvent() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ Stringserialize() + +
+          Serialisierert dieses Calenderteil.
+ + + + + + + +
Methods inherited from class de.dhbw.horb.calendar.ics.AbstractICSType
escapeText
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+dtstamp

+
+public Date dtstamp
+
+
+
+
+
+ +

+dtstart

+
+public Date dtstart
+
+
+
+
+
+ +

+dtend

+
+public Date dtend
+
+
+
+
+
+ +

+status

+
+public String status
+
+
+
+
+
+ +

+summary

+
+public String summary
+
+
+
+
+
+ +

+description

+
+public String description
+
+
+
+
+
+ +

+location

+
+public String location
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+VEvent

+
+public VEvent()
+
+
+ + + + + + + + +
+Method Detail
+ +

+serialize

+
+public String serialize()
+
+
Serialisierert dieses Calenderteil. Dem Ergebnis Fehlt noch der vCalendar + Header und Footer
+
+ See RFC section 3.6.1 for VEVENT Specification +

+

+
Specified by:
serialize in class AbstractICSType
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/class-use/AbstractICSType.html b/apidocs/de/dhbw/horb/calendar/ics/class-use/AbstractICSType.html new file mode 100644 index 0000000..ecaa824 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/class-use/AbstractICSType.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.ics.AbstractICSType (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.ics.AbstractICSType

+
+ + + + + + + + + +
+Packages that use AbstractICSType
de.dhbw.horb.calendar.ics  
+  +

+ + + + + +
+Uses of AbstractICSType in de.dhbw.horb.calendar.ics
+  +

+ + + + + + + + + +
Subclasses of AbstractICSType in de.dhbw.horb.calendar.ics
+ classVEvent + +
+           
+  +

+ + + + + + + + + +
Methods in de.dhbw.horb.calendar.ics with parameters of type AbstractICSType
+ voidVCalendar.add(AbstractICSType ics) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/class-use/VCalendar.html b/apidocs/de/dhbw/horb/calendar/ics/class-use/VCalendar.html new file mode 100644 index 0000000..5109d12 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/class-use/VCalendar.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.ics.VCalendar (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.ics.VCalendar

+
+No usage of de.dhbw.horb.calendar.ics.VCalendar +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.Builder.html b/apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.Builder.html new file mode 100644 index 0000000..b56b462 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.Builder.html @@ -0,0 +1,229 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.ics.VEvent.Builder (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.ics.VEvent.Builder

+
+ + + + + + + + + +
+Packages that use VEvent.Builder
de.dhbw.horb.calendar.ics  
+  +

+ + + + + +
+Uses of VEvent.Builder in de.dhbw.horb.calendar.ics
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.dhbw.horb.calendar.ics that return VEvent.Builder
+ VEvent.BuilderVEvent.Builder.description(String description) + +
+           
+ VEvent.BuilderVEvent.Builder.dtend(Date dtend) + +
+           
+ VEvent.BuilderVEvent.Builder.dtstamp(Date dtstamp) + +
+           
+ VEvent.BuilderVEvent.Builder.dtstart(Date dtstart) + +
+           
+ VEvent.BuilderVEvent.Builder.location(String location) + +
+           
+ VEvent.BuilderVEvent.Builder.status(String status) + +
+           
+ VEvent.BuilderVEvent.Builder.summary(String summary) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.html b/apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.html new file mode 100644 index 0000000..0af8b6a --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/class-use/VEvent.html @@ -0,0 +1,210 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.ics.VEvent (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.ics.VEvent

+
+ + + + + + + + + + + + + +
+Packages that use VEvent
de.dhbw.horb.calendar.dualis  
de.dhbw.horb.calendar.ics  
+  +

+ + + + + +
+Uses of VEvent in de.dhbw.horb.calendar.dualis
+  +

+ + + + + + + + + +
Methods in de.dhbw.horb.calendar.dualis that return types with arguments of type VEvent
+ List<VEvent>DualisConnection.getEvents() + +
+           
+  +

+ + + + + +
+Uses of VEvent in de.dhbw.horb.calendar.ics
+  +

+ + + + + + + + + +
Methods in de.dhbw.horb.calendar.ics that return VEvent
+ VEventVEvent.Builder.build() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/package-frame.html b/apidocs/de/dhbw/horb/calendar/ics/package-frame.html new file mode 100644 index 0000000..61954c7 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/package-frame.html @@ -0,0 +1,39 @@ + + + + + + + +de.dhbw.horb.calendar.ics (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + +de.dhbw.horb.calendar.ics + + + + +
+Classes  + +
+AbstractICSType +
+VCalendar +
+VEvent +
+VEvent.Builder
+ + + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/package-summary.html b/apidocs/de/dhbw/horb/calendar/ics/package-summary.html new file mode 100644 index 0000000..0279694 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/package-summary.html @@ -0,0 +1,170 @@ + + + + + + + +de.dhbw.horb.calendar.ics (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.dhbw.horb.calendar.ics +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AbstractICSType 
VCalendar 
VEvent 
VEvent.Builder 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/package-tree.html b/apidocs/de/dhbw/horb/calendar/ics/package-tree.html new file mode 100644 index 0000000..60fe6bd --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/package-tree.html @@ -0,0 +1,156 @@ + + + + + + + +de.dhbw.horb.calendar.ics Class Hierarchy (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.dhbw.horb.calendar.ics +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ics/package-use.html b/apidocs/de/dhbw/horb/calendar/ics/package-use.html new file mode 100644 index 0000000..82d1b47 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ics/package-use.html @@ -0,0 +1,202 @@ + + + + + + + +Uses of Package de.dhbw.horb.calendar.ics (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.dhbw.horb.calendar.ics

+
+ + + + + + + + + + + + + +
+Packages that use de.dhbw.horb.calendar.ics
de.dhbw.horb.calendar.dualis  
de.dhbw.horb.calendar.ics  
+  +

+ + + + + + + + +
+Classes in de.dhbw.horb.calendar.ics used by de.dhbw.horb.calendar.dualis
VEvent + +
+           
+  +

+ + + + + + + + + + + + + + +
+Classes in de.dhbw.horb.calendar.ics used by de.dhbw.horb.calendar.ics
AbstractICSType + +
+           
VEvent + +
+           
VEvent.Builder + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/package-frame.html b/apidocs/de/dhbw/horb/calendar/package-frame.html new file mode 100644 index 0000000..cabf6dd --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +de.dhbw.horb.calendar (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + +de.dhbw.horb.calendar + + + + +
+Classes  + +
+ICSServlet
+ + + + diff --git a/apidocs/de/dhbw/horb/calendar/package-summary.html b/apidocs/de/dhbw/horb/calendar/package-summary.html new file mode 100644 index 0000000..838304a --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/package-summary.html @@ -0,0 +1,158 @@ + + + + + + + +de.dhbw.horb.calendar (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.dhbw.horb.calendar +

+ + + + + + + + + +
+Class Summary
ICSServlet 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/package-tree.html b/apidocs/de/dhbw/horb/calendar/package-tree.html new file mode 100644 index 0000000..a2892cd --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/package-tree.html @@ -0,0 +1,162 @@ + + + + + + + +de.dhbw.horb.calendar Class Hierarchy (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.dhbw.horb.calendar +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/package-use.html b/apidocs/de/dhbw/horb/calendar/package-use.html new file mode 100644 index 0000000..e927a47 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.dhbw.horb.calendar (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.dhbw.horb.calendar

+
+No usage of de.dhbw.horb.calendar +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ui/MyApplication.MyMainWindow.html b/apidocs/de/dhbw/horb/calendar/ui/MyApplication.MyMainWindow.html new file mode 100644 index 0000000..c04eb6b --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ui/MyApplication.MyMainWindow.html @@ -0,0 +1,511 @@ + + + + + + + +MyApplication.MyMainWindow (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.ui +
+Class MyApplication.MyMainWindow

+
+java.lang.Object
+  extended by com.vaadin.ui.AbstractComponent
+      extended by com.vaadin.ui.AbstractComponentContainer
+          extended by com.vaadin.ui.Panel
+              extended by com.vaadin.ui.Window
+                  extended by de.dhbw.horb.calendar.ui.MyApplication.MyMainWindow
+
+
+
All Implemented Interfaces:
com.vaadin.event.Action.Container, com.vaadin.event.Action.Notifier, com.vaadin.event.FieldEvents.BlurNotifier, com.vaadin.event.FieldEvents.FocusNotifier, com.vaadin.event.MethodEventSource, com.vaadin.terminal.Paintable, com.vaadin.terminal.ParameterHandler, com.vaadin.terminal.Scrollable, com.vaadin.terminal.Sizeable, com.vaadin.terminal.URIHandler, com.vaadin.terminal.VariableOwner, com.vaadin.ui.Component, com.vaadin.ui.ComponentContainer, com.vaadin.ui.ComponentContainer.ComponentAttachListener, com.vaadin.ui.ComponentContainer.ComponentDetachListener, Serializable, EventListener
+
+
+
Enclosing class:
MyApplication
+
+
+
+
public static class MyApplication.MyMainWindow
extends com.vaadin.ui.Window
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class com.vaadin.ui.Window
com.vaadin.ui.Window.CloseEvent, com.vaadin.ui.Window.CloseListener, com.vaadin.ui.Window.CloseShortcut, com.vaadin.ui.Window.Notification, com.vaadin.ui.Window.ResizeEvent, com.vaadin.ui.Window.ResizeListener
+  + + + + + + + + +
Nested classes/interfaces inherited from class com.vaadin.ui.AbstractComponent
com.vaadin.ui.AbstractComponent.ComponentErrorEvent, com.vaadin.ui.AbstractComponent.ComponentErrorHandler
+  + + + + + + + + +
Nested classes/interfaces inherited from interface com.vaadin.terminal.URIHandler
com.vaadin.terminal.URIHandler.ErrorEvent
+  + + + + + + + + +
Nested classes/interfaces inherited from interface com.vaadin.terminal.ParameterHandler
com.vaadin.terminal.ParameterHandler.ErrorEvent
+  + + + + + + + + +
Nested classes/interfaces inherited from interface com.vaadin.ui.ComponentContainer
com.vaadin.ui.ComponentContainer.ComponentAttachEvent, com.vaadin.ui.ComponentContainer.ComponentAttachListener, com.vaadin.ui.ComponentContainer.ComponentDetachEvent, com.vaadin.ui.ComponentContainer.ComponentDetachListener
+  + + + + + + + + +
Nested classes/interfaces inherited from interface com.vaadin.ui.Component
com.vaadin.ui.Component.ErrorEvent, com.vaadin.ui.Component.ErrorListener, com.vaadin.ui.Component.Event, com.vaadin.ui.Component.Focusable, com.vaadin.ui.Component.Listener
+  + + + + + + + + +
Nested classes/interfaces inherited from interface com.vaadin.terminal.Paintable
com.vaadin.terminal.Paintable.RepaintRequestEvent, com.vaadin.terminal.Paintable.RepaintRequestListener
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class com.vaadin.ui.Window
BORDER_DEFAULT, BORDER_MINIMAL, BORDER_NONE, closeShortcut
+ + + + + + + +
Fields inherited from class com.vaadin.ui.Panel
actionManager, STYLE_LIGHT
+ + + + + + + +
Fields inherited from interface com.vaadin.terminal.Sizeable
SIZE_UNDEFINED, UNIT_SYMBOLS, UNITS_CM, UNITS_EM, UNITS_EX, UNITS_INCH, UNITS_MM, UNITS_PERCENTAGE, UNITS_PICAS, UNITS_PIXELS, UNITS_POINTS
+  + + + + + + + + + + +
+Constructor Summary
MyApplication.MyMainWindow() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetPassword() + +
+           
+ StringgetUsername() + +
+           
+ voidlogin(String username, + String password) + +
+           
+ voidlogout() + +
+           
+ + + + + + + +
Methods inherited from class com.vaadin.ui.Window
addComponent, addListener, addListener, addListener, addListener, addParameterHandler, addURIHandler, addWindow, bringToFront, center, changeVariables, close, executeJavaScript, fireClose, fireResize, getApplication, getBorder, getChildWindows, getName, getParent, getPositionX, getPositionY, getTerminal, getTheme, getURL, getWindow, handleParameters, handleURI, isClosable, isDraggable, isModal, isResizable, open, open, open, paintContent, removeCloseShortcut, removeListener, removeListener, removeListener, removeListener, removeParameterHandler, removeURIHandler, removeWindow, scrollIntoView, setApplication, setBorder, setClosable, setCloseShortcut, setDraggable, setModal, setName, setPositionX, setPositionY, setResizable, setTerminal, setTheme, showNotification, showNotification, showNotification, showNotification, showNotification
+ + + + + + + +
Methods inherited from class com.vaadin.ui.Panel
addAction, addActionHandler, addListener, attach, componentAttachedToContainer, componentDetachedFromContainer, detach, getActionManager, getComponentIterator, getContent, getLayout, getScrollLeft, getScrollOffsetX, getScrollOffsetY, getScrollTop, isScrollable, removeAction, removeActionHandler, removeAllActionHandlers, removeAllComponents, removeComponent, removeListener, replaceComponent, requestRepaintAll, setContent, setLayout, setScrollable, setScrollLeft, setScrollOffsetX, setScrollOffsetY, setScrollTop
+ + + + + + + +
Methods inherited from class com.vaadin.ui.AbstractComponentContainer
addListener, addListener, fireComponentAttachEvent, fireComponentDetachEvent, moveComponentsFrom, removeListener, removeListener, setEnabled, setHeight, setWidth
+ + + + + + + +
Methods inherited from class com.vaadin.ui.AbstractComponent
addListener, addListener, addListener, addListener, addListener, addStyleName, childRequestedRepaint, fireComponentErrorEvent, fireComponentEvent, fireEvent, focus, getCaption, getComponentError, getData, getDebugId, getDescription, getErrorHandler, getErrorMessage, getHeight, getHeightUnits, getIcon, getLocale, getStyle, getStyleName, getTag, getWidth, getWidthUnits, handleError, hasListeners, isEnabled, isImmediate, isReadOnly, isVisible, paint, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeStyleName, requestRepaint, requestRepaintRequests, setCaption, setComponentError, setData, setDebugId, setDescription, setErrorHandler, setHeight, setHeight, setHeightUnits, setIcon, setImmediate, setLocale, setParent, setReadOnly, setSizeFull, setSizeUndefined, setStyle, setStyleName, setVisible, setWidth, setWidth, setWidthUnits
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface com.vaadin.ui.Component
addListener, addStyleName, childRequestedRepaint, getCaption, getIcon, getLocale, getStyleName, isEnabled, isReadOnly, isVisible, removeListener, removeStyleName, setCaption, setIcon, setParent, setReadOnly, setStyleName, setVisible
+ + + + + + + +
Methods inherited from interface com.vaadin.terminal.Paintable
addListener, getDebugId, paint, removeListener, requestRepaint, requestRepaintRequests, setDebugId
+ + + + + + + +
Methods inherited from interface com.vaadin.terminal.VariableOwner
isImmediate
+ + + + + + + +
Methods inherited from interface com.vaadin.terminal.Sizeable
getHeight, getHeightUnits, getWidth, getWidthUnits, setHeight, setHeight, setHeightUnits, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthUnits
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MyApplication.MyMainWindow

+
+public MyApplication.MyMainWindow()
+
+
+ + + + + + + + +
+Method Detail
+ +

+login

+
+public void login(String username,
+                  String password)
+
+
+
+
+
+
+ +

+logout

+
+public void logout()
+
+
+
+
+
+
+ +

+getUsername

+
+public String getUsername()
+
+
+
+
+
+
+ +

+getPassword

+
+public String getPassword()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ui/MyApplication.html b/apidocs/de/dhbw/horb/calendar/ui/MyApplication.html new file mode 100644 index 0000000..7e51c99 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ui/MyApplication.html @@ -0,0 +1,308 @@ + + + + + + + +MyApplication (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.ui +
+Class MyApplication

+
+java.lang.Object
+  extended by com.vaadin.Application
+      extended by de.dhbw.horb.calendar.ui.MyApplication
+
+
+
All Implemented Interfaces:
com.vaadin.terminal.Terminal.ErrorListener, com.vaadin.terminal.URIHandler, Serializable
+
+
+
+
public class MyApplication
extends com.vaadin.Application
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classMyApplication.MyMainWindow + +
+           
+ + + + + + + +
Nested classes/interfaces inherited from class com.vaadin.Application
com.vaadin.Application.ApplicationError, com.vaadin.Application.CustomizedSystemMessages, com.vaadin.Application.SystemMessages, com.vaadin.Application.UserChangeEvent, com.vaadin.Application.UserChangeListener, com.vaadin.Application.WindowAttachEvent, com.vaadin.Application.WindowAttachListener, com.vaadin.Application.WindowDetachEvent, com.vaadin.Application.WindowDetachListener
+  + + + + + + + + +
Nested classes/interfaces inherited from interface com.vaadin.terminal.URIHandler
com.vaadin.terminal.URIHandler.ErrorEvent
+  + + + + + + + + + + + +
+Constructor Summary
MyApplication() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidinit() + +
+           
+ + + + + + + +
Methods inherited from class com.vaadin.Application
addListener, addListener, addListener, addResource, addWindow, close, getContext, getErrorHandler, getLocale, getLogoutURL, getMainWindow, getProperty, getPropertyNames, getRelativeLocation, getSystemMessages, getTheme, getURL, getUser, getVersion, getWindow, getWindows, handleURI, isRunning, removeListener, removeListener, removeListener, removeResource, removeWindow, setErrorHandler, setLocale, setLogoutURL, setMainWindow, setTheme, setUser, start, terminalError
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MyApplication

+
+public MyApplication()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+public void init()
+
+
+
Specified by:
init in class com.vaadin.Application
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ui/StundenplanComponent.html b/apidocs/de/dhbw/horb/calendar/ui/StundenplanComponent.html new file mode 100644 index 0000000..dd8627f --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ui/StundenplanComponent.html @@ -0,0 +1,439 @@ + + + + + + + +StundenplanComponent (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.ui +
+Class StundenplanComponent

+
+java.lang.Object
+  extended by com.vaadin.ui.AbstractComponent
+      extended by com.vaadin.ui.AbstractComponentContainer
+          extended by com.vaadin.ui.AbstractLayout
+              extended by com.vaadin.ui.AbstractOrderedLayout
+                  extended by com.vaadin.ui.OrderedLayout
+                      extended by com.vaadin.ui.FormLayout
+                          extended by de.dhbw.horb.calendar.ui.StundenplanComponent
+
+
+
All Implemented Interfaces:
com.vaadin.event.MethodEventSource, com.vaadin.terminal.Paintable, com.vaadin.terminal.Sizeable, com.vaadin.terminal.VariableOwner, com.vaadin.ui.Component, com.vaadin.ui.ComponentContainer, com.vaadin.ui.Layout, com.vaadin.ui.Layout.AlignmentHandler, com.vaadin.ui.Layout.MarginHandler, com.vaadin.ui.Layout.SpacingHandler, Serializable, EventListener
+
+
+
+
public class StundenplanComponent
extends com.vaadin.ui.FormLayout
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class com.vaadin.ui.AbstractComponent
com.vaadin.ui.AbstractComponent.ComponentErrorEvent, com.vaadin.ui.AbstractComponent.ComponentErrorHandler
+  + + + + + + + + +
Nested classes/interfaces inherited from interface com.vaadin.ui.Layout
com.vaadin.ui.Layout.AlignmentHandler, com.vaadin.ui.Layout.MarginHandler, com.vaadin.ui.Layout.MarginInfo, com.vaadin.ui.Layout.SpacingHandler
+  + + + + + + + + +
Nested classes/interfaces inherited from interface com.vaadin.ui.ComponentContainer
com.vaadin.ui.ComponentContainer.ComponentAttachEvent, com.vaadin.ui.ComponentContainer.ComponentAttachListener, com.vaadin.ui.ComponentContainer.ComponentDetachEvent, com.vaadin.ui.ComponentContainer.ComponentDetachListener
+  + + + + + + + + +
Nested classes/interfaces inherited from interface com.vaadin.ui.Component
com.vaadin.ui.Component.ErrorEvent, com.vaadin.ui.Component.ErrorListener, com.vaadin.ui.Component.Event, com.vaadin.ui.Component.Focusable, com.vaadin.ui.Component.Listener
+  + + + + + + + + +
Nested classes/interfaces inherited from interface com.vaadin.terminal.Paintable
com.vaadin.terminal.Paintable.RepaintRequestEvent, com.vaadin.terminal.Paintable.RepaintRequestListener
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class com.vaadin.ui.OrderedLayout
ORIENTATION_HORIZONTAL, ORIENTATION_VERTICAL
+ + + + + + + +
Fields inherited from class com.vaadin.ui.AbstractOrderedLayout
components
+ + + + + + + +
Fields inherited from class com.vaadin.ui.AbstractLayout
margins
+ + + + + + + +
Fields inherited from interface com.vaadin.ui.Layout.AlignmentHandler
ALIGNMENT_BOTTOM, ALIGNMENT_HORIZONTAL_CENTER, ALIGNMENT_LEFT, ALIGNMENT_RIGHT, ALIGNMENT_TOP, ALIGNMENT_VERTICAL_CENTER
+ + + + + + + +
Fields inherited from interface com.vaadin.terminal.Sizeable
SIZE_UNDEFINED, UNIT_SYMBOLS, UNITS_CM, UNITS_EM, UNITS_EX, UNITS_INCH, UNITS_MM, UNITS_PERCENTAGE, UNITS_PICAS, UNITS_PIXELS, UNITS_POINTS
+  + + + + + + + + + + +
+Constructor Summary
StundenplanComponent(MyApplication.MyMainWindow myMainWindow) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class com.vaadin.ui.OrderedLayout
getOrientation, paintContent, setOrientation, setOrientation
+ + + + + + + +
Methods inherited from class com.vaadin.ui.AbstractOrderedLayout
addComponent, addComponent, addComponentAsFirst, addListener, changeVariables, getComponent, getComponentAlignment, getComponentCount, getComponentIndex, getComponentIterator, getExpandRatio, isSpacing, isSpacingEnabled, removeComponent, removeListener, replaceComponent, setComponentAlignment, setComponentAlignment, setComponentAlignment, setExpandRatio, setSpacing
+ + + + + + + +
Methods inherited from class com.vaadin.ui.AbstractLayout
getMargin, setMargin, setMargin, setMargin
+ + + + + + + +
Methods inherited from class com.vaadin.ui.AbstractComponentContainer
addListener, addListener, attach, detach, fireComponentAttachEvent, fireComponentDetachEvent, moveComponentsFrom, removeAllComponents, removeListener, removeListener, requestRepaintAll, setEnabled, setHeight, setWidth
+ + + + + + + +
Methods inherited from class com.vaadin.ui.AbstractComponent
addListener, addListener, addListener, addListener, addListener, addStyleName, childRequestedRepaint, fireComponentErrorEvent, fireComponentEvent, fireEvent, focus, getApplication, getCaption, getComponentError, getData, getDebugId, getDescription, getErrorHandler, getErrorMessage, getHeight, getHeightUnits, getIcon, getLocale, getParent, getStyle, getStyleName, getTag, getWidth, getWidthUnits, getWindow, handleError, hasListeners, isEnabled, isImmediate, isReadOnly, isVisible, paint, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeStyleName, requestRepaint, requestRepaintRequests, setCaption, setComponentError, setData, setDebugId, setDescription, setErrorHandler, setHeight, setHeight, setHeightUnits, setIcon, setImmediate, setLocale, setParent, setReadOnly, setSizeFull, setSizeUndefined, setStyle, setStyleName, setVisible, setWidth, setWidth, setWidthUnits
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface com.vaadin.ui.ComponentContainer
addListener, addListener, moveComponentsFrom, removeAllComponents, removeListener, removeListener, requestRepaintAll
+ + + + + + + +
Methods inherited from interface com.vaadin.ui.Component
addListener, addStyleName, attach, childRequestedRepaint, detach, getApplication, getCaption, getIcon, getLocale, getParent, getStyleName, getWindow, isEnabled, isReadOnly, isVisible, removeListener, removeStyleName, setCaption, setEnabled, setIcon, setParent, setReadOnly, setStyleName, setVisible
+ + + + + + + +
Methods inherited from interface com.vaadin.terminal.Paintable
addListener, getDebugId, paint, removeListener, requestRepaint, requestRepaintRequests, setDebugId
+ + + + + + + +
Methods inherited from interface com.vaadin.terminal.VariableOwner
isImmediate
+ + + + + + + +
Methods inherited from interface com.vaadin.terminal.Sizeable
getHeight, getHeightUnits, getWidth, getWidthUnits, setHeight, setHeight, setHeight, setHeightUnits, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidth, setWidthUnits
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StundenplanComponent

+
+public StundenplanComponent(MyApplication.MyMainWindow myMainWindow)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.MyMainWindow.html b/apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.MyMainWindow.html new file mode 100644 index 0000000..a2ce009 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.MyMainWindow.html @@ -0,0 +1,179 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.ui.MyApplication.MyMainWindow (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.ui.MyApplication.MyMainWindow

+
+ + + + + + + + + +
+Packages that use MyApplication.MyMainWindow
de.dhbw.horb.calendar.ui  
+  +

+ + + + + +
+Uses of MyApplication.MyMainWindow in de.dhbw.horb.calendar.ui
+  +

+ + + + + + + + +
Constructors in de.dhbw.horb.calendar.ui with parameters of type MyApplication.MyMainWindow
StundenplanComponent(MyApplication.MyMainWindow myMainWindow) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.html b/apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.html new file mode 100644 index 0000000..cb2e802 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ui/class-use/MyApplication.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.ui.MyApplication (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.ui.MyApplication

+
+No usage of de.dhbw.horb.calendar.ui.MyApplication +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ui/class-use/StundenplanComponent.html b/apidocs/de/dhbw/horb/calendar/ui/class-use/StundenplanComponent.html new file mode 100644 index 0000000..2359de4 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ui/class-use/StundenplanComponent.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.ui.StundenplanComponent (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.ui.StundenplanComponent

+
+No usage of de.dhbw.horb.calendar.ui.StundenplanComponent +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ui/package-frame.html b/apidocs/de/dhbw/horb/calendar/ui/package-frame.html new file mode 100644 index 0000000..c42527e --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ui/package-frame.html @@ -0,0 +1,37 @@ + + + + + + + +de.dhbw.horb.calendar.ui (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + +de.dhbw.horb.calendar.ui + + + + +
+Classes  + +
+MyApplication +
+MyApplication.MyMainWindow +
+StundenplanComponent
+ + + + diff --git a/apidocs/de/dhbw/horb/calendar/ui/package-summary.html b/apidocs/de/dhbw/horb/calendar/ui/package-summary.html new file mode 100644 index 0000000..d5dbd46 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ui/package-summary.html @@ -0,0 +1,166 @@ + + + + + + + +de.dhbw.horb.calendar.ui (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.dhbw.horb.calendar.ui +

+ + + + + + + + + + + + + + + + + +
+Class Summary
MyApplication 
MyApplication.MyMainWindow 
StundenplanComponent 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ui/package-tree.html b/apidocs/de/dhbw/horb/calendar/ui/package-tree.html new file mode 100644 index 0000000..1a7a525 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ui/package-tree.html @@ -0,0 +1,179 @@ + + + + + + + +de.dhbw.horb.calendar.ui Class Hierarchy (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.dhbw.horb.calendar.ui +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/ui/package-use.html b/apidocs/de/dhbw/horb/calendar/ui/package-use.html new file mode 100644 index 0000000..bd23e65 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/ui/package-use.html @@ -0,0 +1,171 @@ + + + + + + + +Uses of Package de.dhbw.horb.calendar.ui (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.dhbw.horb.calendar.ui

+
+ + + + + + + + + +
+Packages that use de.dhbw.horb.calendar.ui
de.dhbw.horb.calendar.ui  
+  +

+ + + + + + + + +
+Classes in de.dhbw.horb.calendar.ui used by de.dhbw.horb.calendar.ui
MyApplication.MyMainWindow + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/util/AuthenticatedServlet.html b/apidocs/de/dhbw/horb/calendar/util/AuthenticatedServlet.html new file mode 100644 index 0000000..efd913a --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/util/AuthenticatedServlet.html @@ -0,0 +1,359 @@ + + + + + + + +AuthenticatedServlet (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.dhbw.horb.calendar.util +
+Class AuthenticatedServlet

+
+java.lang.Object
+  extended by javax.servlet.GenericServlet
+      extended by javax.servlet.http.HttpServlet
+          extended by de.dhbw.horb.calendar.util.AuthenticatedServlet
+
+
+
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
+
+
+
Direct Known Subclasses:
ICSServlet
+
+
+
+
public abstract class AuthenticatedServlet
extends javax.servlet.http.HttpServlet
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
AuthenticatedServlet() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddoGet(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response) + +
+           
+protected abstract  voiddoGet(javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + String username, + String password) + +
+           
+ StringgetLoginRealm() + +
+           
+ voidsetLoginRealm(String loginRealm) + +
+           
+ + + + + + + +
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
+ + + + + + + +
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AuthenticatedServlet

+
+public AuthenticatedServlet()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setLoginRealm

+
+public void setLoginRealm(String loginRealm)
+
+
+
+
+
+
+ +

+getLoginRealm

+
+public String getLoginRealm()
+
+
+
+
+
+
+ +

+doGet

+
+protected void doGet(javax.servlet.http.HttpServletRequest request,
+                     javax.servlet.http.HttpServletResponse response)
+              throws javax.servlet.ServletException,
+                     IOException
+
+
+
Overrides:
doGet in class javax.servlet.http.HttpServlet
+
+
+ +
Throws: +
javax.servlet.ServletException +
IOException
+
+
+
+ +

+doGet

+
+protected abstract void doGet(javax.servlet.http.HttpServletRequest request,
+                              javax.servlet.http.HttpServletResponse response,
+                              String username,
+                              String password)
+                       throws javax.servlet.ServletException,
+                              IOException
+
+
+ +
Throws: +
javax.servlet.ServletException +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/util/class-use/AuthenticatedServlet.html b/apidocs/de/dhbw/horb/calendar/util/class-use/AuthenticatedServlet.html new file mode 100644 index 0000000..40e8b3a --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/util/class-use/AuthenticatedServlet.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class de.dhbw.horb.calendar.util.AuthenticatedServlet (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.dhbw.horb.calendar.util.AuthenticatedServlet

+
+ + + + + + + + + +
+Packages that use AuthenticatedServlet
de.dhbw.horb.calendar  
+  +

+ + + + + +
+Uses of AuthenticatedServlet in de.dhbw.horb.calendar
+  +

+ + + + + + + + + +
Subclasses of AuthenticatedServlet in de.dhbw.horb.calendar
+ classICSServlet + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/util/package-frame.html b/apidocs/de/dhbw/horb/calendar/util/package-frame.html new file mode 100644 index 0000000..40f2bad --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/util/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +de.dhbw.horb.calendar.util (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + +de.dhbw.horb.calendar.util + + + + +
+Classes  + +
+AuthenticatedServlet
+ + + + diff --git a/apidocs/de/dhbw/horb/calendar/util/package-summary.html b/apidocs/de/dhbw/horb/calendar/util/package-summary.html new file mode 100644 index 0000000..cd894e6 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/util/package-summary.html @@ -0,0 +1,158 @@ + + + + + + + +de.dhbw.horb.calendar.util (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.dhbw.horb.calendar.util +

+ + + + + + + + + +
+Class Summary
AuthenticatedServlet 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/util/package-tree.html b/apidocs/de/dhbw/horb/calendar/util/package-tree.html new file mode 100644 index 0000000..d357378 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/util/package-tree.html @@ -0,0 +1,160 @@ + + + + + + + +de.dhbw.horb.calendar.util Class Hierarchy (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.dhbw.horb.calendar.util +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/de/dhbw/horb/calendar/util/package-use.html b/apidocs/de/dhbw/horb/calendar/util/package-use.html new file mode 100644 index 0000000..c48fd23 --- /dev/null +++ b/apidocs/de/dhbw/horb/calendar/util/package-use.html @@ -0,0 +1,171 @@ + + + + + + + +Uses of Package de.dhbw.horb.calendar.util (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.dhbw.horb.calendar.util

+
+ + + + + + + + + +
+Packages that use de.dhbw.horb.calendar.util
de.dhbw.horb.calendar  
+  +

+ + + + + + + + +
+Classes in de.dhbw.horb.calendar.util used by de.dhbw.horb.calendar
AuthenticatedServlet + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html new file mode 100644 index 0000000..8f42406 --- /dev/null +++ b/apidocs/deprecated-list.html @@ -0,0 +1,147 @@ + + + + + + + +Deprecated List (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html new file mode 100644 index 0000000..9317720 --- /dev/null +++ b/apidocs/help-doc.html @@ -0,0 +1,224 @@ + + + + + + + +API Help (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+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.

+Overview

+
+ +

+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+

+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, nested class and nested 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.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+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. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

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


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/index-all.html b/apidocs/index-all.html new file mode 100644 index 0000000..cb8906d --- /dev/null +++ b/apidocs/index-all.html @@ -0,0 +1,338 @@ + + + + + + + +Index (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B D E G I L M S V
+

+A

+
+
AbstractICSType - Class in de.dhbw.horb.calendar.ics
 
AbstractICSType() - +Constructor for class de.dhbw.horb.calendar.ics.AbstractICSType +
  +
add(AbstractICSType) - +Method in class de.dhbw.horb.calendar.ics.VCalendar +
  +
AuthenticatedServlet - Class in de.dhbw.horb.calendar.util
 
AuthenticatedServlet() - +Constructor for class de.dhbw.horb.calendar.util.AuthenticatedServlet +
  +
+
+

+B

+
+
build() - +Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
  +
+
+

+D

+
+
dateTimeFormat - +Static variable in class de.dhbw.horb.calendar.ics.AbstractICSType +
RFC says: + + FORM #2: DATE WITH UTC TIME + + The date with UTC time, or absolute time, is identified by a LATIN + CAPITAL LETTER Z suffix character, the UTC designator, appended to + the time value. +
de.dhbw.horb.calendar - package de.dhbw.horb.calendar
 
de.dhbw.horb.calendar.dualis - package de.dhbw.horb.calendar.dualis
 
de.dhbw.horb.calendar.ics - package de.dhbw.horb.calendar.ics
 
de.dhbw.horb.calendar.ui - package de.dhbw.horb.calendar.ui
 
de.dhbw.horb.calendar.util - package de.dhbw.horb.calendar.util
 
description(String) - +Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
  +
description - +Variable in class de.dhbw.horb.calendar.ics.VEvent +
  +
doGet(HttpServletRequest, HttpServletResponse, String, String) - +Method in class de.dhbw.horb.calendar.ICSServlet +
  +
doGet(HttpServletRequest, HttpServletResponse) - +Method in class de.dhbw.horb.calendar.util.AuthenticatedServlet +
  +
doGet(HttpServletRequest, HttpServletResponse, String, String) - +Method in class de.dhbw.horb.calendar.util.AuthenticatedServlet +
  +
dtend(Date) - +Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
  +
dtend - +Variable in class de.dhbw.horb.calendar.ics.VEvent +
  +
dtstamp(Date) - +Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
  +
dtstamp - +Variable in class de.dhbw.horb.calendar.ics.VEvent +
  +
dtstart(Date) - +Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
  +
dtstart - +Variable in class de.dhbw.horb.calendar.ics.VEvent +
  +
DUALIS_URL - +Static variable in class de.dhbw.horb.calendar.dualis.DualisConnection +
  +
DualisConnection - Class in de.dhbw.horb.calendar.dualis
 
DualisConnection(String, String) - +Constructor for class de.dhbw.horb.calendar.dualis.DualisConnection +
Baut eine Verbindung mit Dualis auf und führt einen Login durch +
DualisException - Exception in de.dhbw.horb.calendar.dualis
 
DualisException(String) - +Constructor for exception de.dhbw.horb.calendar.dualis.DualisException +
  +
DualisException(String, Throwable) - +Constructor for exception de.dhbw.horb.calendar.dualis.DualisException +
  +
DualisException.DualisAuthenticationException - Exception in de.dhbw.horb.calendar.dualis
 
DualisException.DualisAuthenticationException(String, Throwable) - +Constructor for exception de.dhbw.horb.calendar.dualis.DualisException.DualisAuthenticationException +
  +
DualisException.DualisAuthenticationException(String) - +Constructor for exception de.dhbw.horb.calendar.dualis.DualisException.DualisAuthenticationException +
  +
DualisException.DualisScrapingException - Exception in de.dhbw.horb.calendar.dualis
 
DualisException.DualisScrapingException(String, Throwable) - +Constructor for exception de.dhbw.horb.calendar.dualis.DualisException.DualisScrapingException +
  +
+
+

+E

+
+
escapeText(String) - +Static method in class de.dhbw.horb.calendar.ics.AbstractICSType +
described in RFC section 3.3.11 +
+
+

+G

+
+
getEvents() - +Method in class de.dhbw.horb.calendar.dualis.DualisConnection +
  +
getLoginRealm() - +Method in class de.dhbw.horb.calendar.util.AuthenticatedServlet +
  +
getPassword() - +Method in class de.dhbw.horb.calendar.ui.MyApplication.MyMainWindow +
  +
getUsername() - +Method in class de.dhbw.horb.calendar.ui.MyApplication.MyMainWindow +
  +
+
+

+I

+
+
ICSServlet - Class in de.dhbw.horb.calendar
 
ICSServlet() - +Constructor for class de.dhbw.horb.calendar.ICSServlet +
  +
init() - +Method in class de.dhbw.horb.calendar.ui.MyApplication +
  +
+
+

+L

+
+
location(String) - +Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
  +
location - +Variable in class de.dhbw.horb.calendar.ics.VEvent +
  +
login(String, String) - +Method in class de.dhbw.horb.calendar.ui.MyApplication.MyMainWindow +
  +
logout() - +Method in class de.dhbw.horb.calendar.ui.MyApplication.MyMainWindow +
  +
+
+

+M

+
+
MyApplication - Class in de.dhbw.horb.calendar.ui
 
MyApplication() - +Constructor for class de.dhbw.horb.calendar.ui.MyApplication +
  +
MyApplication.MyMainWindow - Class in de.dhbw.horb.calendar.ui
 
MyApplication.MyMainWindow() - +Constructor for class de.dhbw.horb.calendar.ui.MyApplication.MyMainWindow +
  +
+
+

+S

+
+
serialize() - +Method in class de.dhbw.horb.calendar.ics.AbstractICSType +
Serialisierert dieses Calenderteil. +
serialize() - +Method in class de.dhbw.horb.calendar.ics.VCalendar +
  +
serialize() - +Method in class de.dhbw.horb.calendar.ics.VEvent +
Serialisierert dieses Calenderteil. +
setLoginRealm(String) - +Method in class de.dhbw.horb.calendar.util.AuthenticatedServlet +
  +
status(String) - +Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
  +
status - +Variable in class de.dhbw.horb.calendar.ics.VEvent +
  +
StundenplanComponent - Class in de.dhbw.horb.calendar.ui
 
StundenplanComponent(MyApplication.MyMainWindow) - +Constructor for class de.dhbw.horb.calendar.ui.StundenplanComponent +
  +
summary(String) - +Method in class de.dhbw.horb.calendar.ics.VEvent.Builder +
  +
summary - +Variable in class de.dhbw.horb.calendar.ics.VEvent +
  +
+
+

+V

+
+
VCalendar - Class in de.dhbw.horb.calendar.ics
 
VCalendar(String) - +Constructor for class de.dhbw.horb.calendar.ics.VCalendar +
  +
VEvent - Class in de.dhbw.horb.calendar.ics
 
VEvent() - +Constructor for class de.dhbw.horb.calendar.ics.VEvent +
  +
VEvent.Builder - Class in de.dhbw.horb.calendar.ics
 
VEvent.Builder() - +Constructor for class de.dhbw.horb.calendar.ics.VEvent.Builder +
  +
+
+A B D E G I L M S V + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/index.html b/apidocs/index.html new file mode 100644 index 0000000..4b7cb90 --- /dev/null +++ b/apidocs/index.html @@ -0,0 +1,40 @@ + + + + + + + +DHBW Calendar 1.0-SNAPSHOT API + + + + + + + + + + + +<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="overview-summary.html">Non-frame version.</A> + + + diff --git a/apidocs/options b/apidocs/options new file mode 100644 index 0000000..51102ec --- /dev/null +++ b/apidocs/options @@ -0,0 +1,24 @@ +-classpath +'/home/yvesf/vcs/dhbwcalendar/target/classes:/home/yvesf/.m2/repository/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar:/home/yvesf/.m2/repository/com/vaadin/vaadin/6.5.1/vaadin-6.5.1.jar:/home/yvesf/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar:/home/yvesf/.m2/repository/xalan/serializer/2.7.1/serializer-2.7.1.jar:/home/yvesf/.m2/repository/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.jar:/home/yvesf/.m2/repository/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar:/home/yvesf/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/home/yvesf/.m2/repository/org/w3c/css/sac/1.3/sac-1.3.jar:/home/yvesf/.m2/repository/net/sourceforge/cssparser/cssparser/0.9.5/cssparser-0.9.5.jar:/home/yvesf/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar:/home/yvesf/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar:/home/yvesf/.m2/repository/net/sourceforge/htmlunit/htmlunit/2.8/htmlunit-2.8.jar:/home/yvesf/.m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.8/htmlunit-core-js-2.8.jar:/home/yvesf/.m2/repository/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar:/home/yvesf/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/home/yvesf/.m2/repository/org/apache/james/apache-mime4j/0.6/apache-mime4j-0.6.jar:/home/yvesf/.m2/repository/org/apache/httpcomponents/httpmime/4.0.1/httpmime-4.0.1.jar:/home/yvesf/.m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.14/nekohtml-1.9.14.jar:/home/yvesf/.m2/repository/xalan/xalan/2.7.1/xalan-2.7.1.jar:/home/yvesf/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar' +-encoding +'UTF-8' +-protected +-sourcepath +'/home/yvesf/vcs/dhbwcalendar/src/main/java' +-author +-bottom +'Copyright © 2011. All Rights Reserved.' +-charset +'UTF-8' +-d +'/home/yvesf/vcs/dhbwcalendar/target/site/apidocs' +-docencoding +'UTF-8' +-doctitle +'DHBW Calendar 1.0-SNAPSHOT API' +-link +'http://java.sun.com/javase/6/docs/api' +-use +-version +-windowtitle +'DHBW Calendar 1.0-SNAPSHOT API' \ No newline at end of file diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html new file mode 100644 index 0000000..5c3f9df --- /dev/null +++ b/apidocs/overview-frame.html @@ -0,0 +1,51 @@ + + + + + + + +Overview List (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +Packages +
+de.dhbw.horb.calendar +
+de.dhbw.horb.calendar.dualis +
+de.dhbw.horb.calendar.ics +
+de.dhbw.horb.calendar.ui +
+de.dhbw.horb.calendar.util +
+

+ +

+  + + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html new file mode 100644 index 0000000..a8b5fec --- /dev/null +++ b/apidocs/overview-summary.html @@ -0,0 +1,173 @@ + + + + + + + +Overview (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +


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

+DHBW Calendar 1.0-SNAPSHOT API +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages
de.dhbw.horb.calendar 
de.dhbw.horb.calendar.dualis 
de.dhbw.horb.calendar.ics 
de.dhbw.horb.calendar.ui 
de.dhbw.horb.calendar.util 
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html new file mode 100644 index 0000000..71e7aaa --- /dev/null +++ b/apidocs/overview-tree.html @@ -0,0 +1,195 @@ + + + + + + + +Class Hierarchy (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
de.dhbw.horb.calendar, de.dhbw.horb.calendar.dualis, de.dhbw.horb.calendar.ics, de.dhbw.horb.calendar.ui, de.dhbw.horb.calendar.util
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/package-list b/apidocs/package-list new file mode 100644 index 0000000..02f4e35 --- /dev/null +++ b/apidocs/package-list @@ -0,0 +1,5 @@ +de.dhbw.horb.calendar +de.dhbw.horb.calendar.dualis +de.dhbw.horb.calendar.ics +de.dhbw.horb.calendar.ui +de.dhbw.horb.calendar.util diff --git a/apidocs/packages b/apidocs/packages new file mode 100644 index 0000000..5cd4bed --- /dev/null +++ b/apidocs/packages @@ -0,0 +1,5 @@ +de.dhbw.horb.calendar.ics +de.dhbw.horb.calendar +de.dhbw.horb.calendar.dualis +de.dhbw.horb.calendar.util +de.dhbw.horb.calendar.ui \ No newline at end of file diff --git a/apidocs/resources/inherit.gif b/apidocs/resources/inherit.gif new file mode 100644 index 0000000..c814867 Binary files /dev/null and b/apidocs/resources/inherit.gif differ diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html new file mode 100644 index 0000000..2dae50e --- /dev/null +++ b/apidocs/serialized-form.html @@ -0,0 +1,421 @@ + + + + + + + +Serialized Form (DHBW Calendar 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Serialized Form

+
+
+ + + + + +
+Package de.dhbw.horb.calendar
+ +

+ + + + + +
+Class de.dhbw.horb.calendar.ICSServlet extends AuthenticatedServlet implements Serializable
+ +

+serialVersionUID: 1L + +

+


+ + + + + +
+Package de.dhbw.horb.calendar.dualis
+ +

+ + + + + +
+Class de.dhbw.horb.calendar.dualis.DualisException extends Exception implements Serializable
+ +

+serialVersionUID: 1L + +

+ +

+ + + + + +
+Class de.dhbw.horb.calendar.dualis.DualisException.DualisAuthenticationException extends DualisException implements Serializable
+ +

+serialVersionUID: 1L + +

+ +

+ + + + + +
+Class de.dhbw.horb.calendar.dualis.DualisException.DualisScrapingException extends DualisException implements Serializable
+ +

+serialVersionUID: 1L + +

+


+ + + + + +
+Package de.dhbw.horb.calendar.ui
+ +

+ + + + + +
+Class de.dhbw.horb.calendar.ui.MyApplication extends com.vaadin.Application implements Serializable
+ +

+serialVersionUID: 1L + +

+ +

+ + + + + +
+Class de.dhbw.horb.calendar.ui.MyApplication.MyMainWindow extends com.vaadin.ui.Window implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+tabSheet

+
+com.vaadin.ui.TabSheet tabSheet
+
+
+
+
+
+

+loginComponent

+
+de.dhbw.horb.calendar.ui.MyApplication.LoginComponent loginComponent
+
+
+
+
+
+

+stundenplanComponent

+
+StundenplanComponent stundenplanComponent
+
+
+
+
+
+

+logoutComponent

+
+de.dhbw.horb.calendar.ui.MyApplication.LogoutComponent logoutComponent
+
+
+
+
+
+

+password

+
+String password
+
+
+
+
+
+

+username

+
+String username
+
+
+
+
+ +

+ + + + + +
+Class de.dhbw.horb.calendar.ui.StundenplanComponent extends com.vaadin.ui.FormLayout implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+buttonFetchListener

+
+com.vaadin.ui.Button.ClickListener buttonFetchListener
+
+
+
+
+
+

+buttonFetch

+
+com.vaadin.ui.Button buttonFetch
+
+
+
+
+
+

+refresher

+
+com.vaadin.ui.ProgressIndicator refresher
+
+
The Progress Indicator have no real sense. Its used to force the client + to poll all 500ms for new events +

+

+
+
+
+

+table

+
+com.vaadin.ui.Table table
+
+
+
+
+
+

+myMainWindow

+
+MyApplication.MyMainWindow myMainWindow
+
+
+
+
+
+ + + + + +
+Package de.dhbw.horb.calendar.util
+ +

+ + + + + +
+Class de.dhbw.horb.calendar.util.AuthenticatedServlet extends javax.servlet.http.HttpServlet implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+loginRealm

+
+String loginRealm
+
+
+
+
+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011. All Rights Reserved. + + diff --git a/apidocs/stylesheet.css b/apidocs/stylesheet.css new file mode 100644 index 0000000..6ea9e51 --- /dev/null +++ b/apidocs/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + -- cgit v1.2.1