Class Summary |
AdminCredentials |
Object containing password of the administrator. |
GuiAdmin |
GUI (graphical user interface) seen by the the administrator. |
GuiAuthorization |
Authorisation form, used to register the user. |
GuiIm |
Screen with hidden elements. |
GuiImForm |
Instant messaging GUI with a form and list of system messages. |
GuiInbox |
Shows list of messages and allows replying or writing a new one; core GUI entity of the
Open IM. |
GuiNewMessages |
Seen when a push request causes the IM to launch, serves as an alert that informs about
new messages waiting in the inbox. |
GuiUnauthorized |
Seen when the UnauthorizedException is thrown. |
GuiWriteMessage |
Seen when writing a new message or replying to a message. |
Inbox |
Servlet-implementing class, which launches the core class: OpenIM . |
InstantMessage |
Representation of the entry in the Messages table of the database that stores data of
OpenStage IM. |
OpenIM |
Generates the content and decides which screen is shown; the core class of Open IM. |
Pair |
Pair of String objects. |
UserCredentials |
Contains data, which identify a single user. |