GridView
Class EditTool

java.lang.Object
  extended by GridView.EditTool

public class EditTool
extends java.lang.Object

A small text editor for opening / modifying / saving text files. This editor can come handy for viewing data files or modifying them. It shows the line numbers in a border towards the left.

Since:
1.0

Field Summary
private  EditFrame editFrame
           
 
Constructor Summary
EditTool()
          Class constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

editFrame

private EditFrame editFrame
Constructor Detail

EditTool

public EditTool()
Class constructor.