Package wtanaka.praya

Main Praya package, containing many of the main interfaces and classes.

See:
          Description

Interface Summary
EditorListener Deprecated. does not appear to be used
FilledField The FilledField is the base class for all the different types of data that can be stored in fields.
IdleListener Listener for idle/unidle events.
MessageActionListener Thrown if an editor is added to the EditorManager with a name that already exists in that EditorManager.
MessageFilter Message filtering interface.
MessageTargetDescriber Deprecated. not sure if this is still used
ProtocolDescriptionListener Listener for changes in the description for a protocol.
ProtocolRecipientListener Listener for changes in the recipient list for a protocol.
ProtocolSelectable Used by old disp package?
Pullable Not Used Yet.
Pushable Implemented by a protocol if it can push messages to the UI.
RecipientResolverListener RecipientResolverListener gets events from RecipientResolver when a recipient is resolved.
 

Class Summary
BooleanFilledField This represents a boolean (e.g.
ConfigPanel Base class for configuration UIs.
Editor Deprecated. does not appear to be used
EditorEvent Deprecated. Not sure if this is still used
EditorManager Deprecated. does not appear to be used
FieldEditor Deprecated. does not appear to be used
IdleEvent Idle event.
IdleTracker Tracker of idle time.
InfoMessage Represents a chunk of arbitrary textual information.
KeyboardHelp Deprecated. does not look like it is used
NowhereRecipient The recipient that isn't a recipient.
Praya Main class for praya.
PrayaApplet Praya applet version.
PrayaMessage A Message Without a Protocol.
PrayaText text mode praya, for testing, maybe even useful.
Protocol Abstract base class for all protocols.
ProtocolClassList Static methods to get a list of protocols.
ProtocolDescriptionEvent Fired when the description of a protocol changes.
ProtocolManager This class manages the protocols currently acessible by the UI.
ProtocolRecipientEvent Fired when a recipient list for a protocol changes.
ProtocolUtils External Methods on Protocol
Recipient Base class for all entities which can receive messages.
RecipientInfoMessage Represents a chunk of arbitrary textual information.
RecipientResolver RecipientResolver is a thread that resolves recipients.
RecipientResolverEvent RecipientResolverEvent is passed to RecipientResolverListener whenever a recipient is resolved.
ResolvedRecipient Base class for all entities which can receive messages, and are "fully resolved." The "fully resolved" concept is demonstrated in these following examples: Outlook (a popular email program written by the Microsoft Corporation) has a feature where you can type a string into the "To" field of an outgoing email message, and Outlook will asynchronously look in your address book for entries which might match your string.
SimpleEditor Deprecated. not used?
Status The status of a recipient.
StringFilledField This will be by far the most common filled field.
TestEverything Test Suite.
Version The current version of Praya (1.28.20020709.003800) generated from an m4 file.
 

Exception Summary
CannotResolveException Thrown if an attempt to resolve a Recipient into a ResolvedRecipient fails for some reason.
DuplicateEditorException Deprecated. does not appear to be used
IllegalCommandException Thrown if a console command is illegal.
InapplicableException Deprecated. does not appear to be used
NotSentException Thrown if an attempted message send does not complete for some reason.
UnknownProtocolException Deprecated. Not Used?
 

Package wtanaka.praya Description

Main Praya package, containing many of the main interfaces and classes.

Return to Sourceforge or the Praya Homepage