|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.interfaceware.chameleon.Table com.interfaceware.chameleon.Message
public class Message
This class handles Message objects.
Field Summary |
---|
Fields inherited from class com.interfaceware.chameleon.Table |
---|
m_TableHandle |
Constructor Summary | |
---|---|
Message(Engine AEngine,
int MessageIndex)
Construct a Message object with the specified Engine and message index. |
|
Message(Engine AEngine,
int MessageIndex,
long TableHandle)
Construct a Message object with the specified Engine, message index, and table handle. |
Method Summary | |
---|---|
void |
addRow()
Prevents adding a row to the Message object. |
protected void |
finalize()
Free the Message object handle. |
java.lang.String |
generateMessage()
Get a Message object in text string format by calling the Engine.generate
method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Message(Engine AEngine, int MessageIndex) throws ChameleonException
ChameleonException
public Message(Engine AEngine, int MessageIndex, long TableHandle) throws ChameleonException
ChameleonException
Method Detail |
---|
protected void finalize() throws ChameleonException
finalize
in class Table
ChameleonException
public java.lang.String generateMessage() throws ChameleonException
Engine.generate
method. This method will free the underlying table.
ChameleonException
public void addRow() throws ChameleonException
addRow
in class Table
ChameleonException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |