|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--ishitai.oopad.TXTdata
TXTdata.java Created: Wed Sep 01 21:09:04 1999
| Constructor Summary | |
TXTdata(java.awt.Frame f)
|
|
| Method Summary | |
void |
close()
Cleans up the resources used by this class. |
java.lang.String |
getFilename()
Accessor to path+name of the file connected to this data |
java.lang.String |
open()
Opens the file and loads it into a String |
void |
write(java.lang.String textfile)
Writes the contents of the editor's textarea to the file. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public TXTdata(java.awt.Frame f)
| Method Detail |
public java.lang.String getFilename()
public java.lang.String open()
public void write(java.lang.String textfile)
textfile - The String from the TextArea.public void close()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||