Package wtanaka.praya.obj

The praya message object model (folders, messages, etc).

See:
          Description

Interface Summary
Fillable Represents an object that can receive a bunch of Objs.
FolderListener Listener interface that receives messages when folder content changes in some way.
FolderPersistenceStrategy Interface which may in the future be used to implement persistence strategies for folders (Maildir, Mailbox, etc).
FolderSelectionModel Represents a subset of the messages in a folder.
Graphical Allows for an Obj to represent itself in the user interface as a graphical beast.
 

Class Summary
BooleanConfigObj Boolean configuration.
ChoiceConfigObj Deprecated. use wtanaka.praya.config.ChoiceConfigItem instead.
GFXMessage A graphically represented message object.
IntegerConfigObj Deprecated. use wtanaka.praya.config.IntegerConfigItem instead.
LimitFolder LimitFolder limits the size of a folder based on age, or a maximum size of the folder, or both.
Message This is the superclass for all messages.
NormalFolder This is simply a folder that stores messages in some order.
Obj An Obj is the base class for a message/folder/other thing that represents the state of stored messages.
OutboxFolder This is an outbox.
PasswordConfigObj Deprecated. use wtanaka.praya.config.PasswordConfigItem instead
PersonConfigObj Deprecated. Is this even used?
PlainGFXMessage Deprecated. Is this even used?
ProtoFolder A folder containing the protocols instantiated in the system.
ProtoObj Represents an instance of a protocol in the UI.
ReadOnlyFolder Read Only Folder cannot be modified, except by a privileged thread.
ReadOnlySystemFolder ReadOnlySystemFolder cannot be modified, excepty by a privileged thread, and is also a system folder.
SelfMessage Abstract class which overrides the default Message class isSelfMessage to return true instead of false.
SystemFolder SystemFolder is a folder that only the privileged thread can construct.
TargetedObj Represents an object that is destined for a particular recipient.
TextConfigObj Deprecated. use wtanaka.praya.config instead
TrashFolder This is a trashcan.
 

Package wtanaka.praya.obj Description

The praya message object model (folders, messages, etc).

Return to Sourceforge or the Praya Homepage