ishitai.oopad
Class TXTmodule

java.lang.Object
  |
  +--ishitai.oopad.TXTmodule

public class TXTmodule
extends java.lang.Object
implements Module, java.awt.event.TextListener, java.awt.event.ActionListener

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

appcloser

public AppCloser appcloser
Method Detail

textValueChanged

public void textValueChanged(java.awt.event.TextEvent e)
Required by TextListener; currently used only for dirty flag
Specified by:
textValueChanged in interface java.awt.event.TextListener

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Required by ActionListener; used to received user input from the status line.
Specified by:
actionPerformed in interface java.awt.event.ActionListener

newFile

public void newFile()
Registered with "New" into Adapter.

openFile

public void openFile()
Registered with "Open" into Adapter.

saveFile

public void saveFile()
Registered with "Save" into Adapter.

exitFile

public void exitFile()
Registered with "Exit" into Adapter.
Specified by:
exitFile in interface Module