wtanaka.praya.dict
Class MimeDefinition

java.lang.Object
  |
  +--wtanaka.praya.obj.Obj
        |
        +--wtanaka.praya.obj.Message
              |
              +--wtanaka.praya.obj.GFXMessage
                    |
                    +--wtanaka.praya.dict.MimeDefinition
All Implemented Interfaces:
Definition, Entity, java.io.Serializable

public abstract class MimeDefinition
extends GFXMessage
implements Definition

todo: Make this nonabstract later

See Also:
Serialized Form

Fields inherited from class wtanaka.praya.obj.GFXMessage
x, y
 
Fields inherited from class wtanaka.praya.obj.Message
generatedBy, score
 
Fields inherited from class wtanaka.praya.obj.Obj
CONTENTS, date, DATE, FROM, privThread, REVCONTENTS, REVDATE, REVFROM, REVSCORE, REVSUBJECT, SCORE, secretObject, SUBJECT
 
Constructor Summary
MimeDefinition(Protocol parent)
           
 
Methods inherited from class wtanaka.praya.obj.GFXMessage
getX, getY, moveTo
 
Methods inherited from class wtanaka.praya.obj.Message
changeScore, convertStringToHtml, getScore, getSourceProtocol, isSelfMessage, isStateChangeMessage, lessThan, renderAsHTML, renderAsHTML, renderAsString, replyRecipient, setZombie, toString
 
Methods inherited from class wtanaka.praya.obj.Obj
getContents, getFrom, getSubject, getTimeStamp, isPrivileged, setPrivilegedThread, setSecretObject, setTimeStamp
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 
Methods inherited from interface wtanaka.praya.dict.Definition
getDefinition, getDictionary, getWord
 
Methods inherited from interface wtanaka.praya.ent.Entity
contains, drawThisOn, wasClicked, wasDoubleClicked, wasDraggedOnto
 

Constructor Detail

MimeDefinition

public MimeDefinition(Protocol parent)