|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ishitai.oopad.TXTmodule
TXTmodule.java Created: Wed Sep 01 21:01:06 1999
Field Summary | |
AppCloser |
appcloser
|
Fields inherited from interface ishitai.oopad.Module |
EXIT,
NEW,
OPEN |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ae)
Required by ActionListener; used to received user input from the status line. |
void |
exitFile()
Registered with "Exit" into Adapter. |
void |
newFile()
Registered with "New" into Adapter. |
void |
openFile()
Registered with "Open" into Adapter. |
void |
saveFile()
Registered with "Save" into Adapter. |
void |
textValueChanged(java.awt.event.TextEvent e)
Required by TextListener; currently used only for dirty flag |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public AppCloser appcloser
Method Detail |
public void textValueChanged(java.awt.event.TextEvent e)
public void actionPerformed(java.awt.event.ActionEvent ae)
public void newFile()
public void openFile()
public void saveFile()
public void exitFile()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |