|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDataRecordOperations
public class DataRecordOperations
DataRecordOperations Class
This class is responsible for recording the various data operations, such as writing to files.
The Boolean variable "VERBOSE_DEBUG" displays debugging information for this class. Set value to "true" to display messages.
Constructor Summary | |
---|---|
DataRecordOperations()
Default Constructor for class, with no parameters |
Method Summary | |
---|---|
void |
writeFile(java.io.File fileObj,
java.lang.String document)
This method is used to store (write) AI preview code to a file on disk. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataRecordOperations()
Method Detail |
---|
public void writeFile(java.io.File fileObj, java.lang.String document) throws java.io.IOException
document
- The text that is displayed in the generated AI file preview text-area.
java.io.IOException
- To be handled by GUIFramework
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |