Package ghm.follow.gui

GUI application which permits one to monitor text files to which information is being added asynchronously.

See:
          Description

Class Summary
About Action which displays information about the Follow application.
Clear Action which clears the text area for the currently followed file.
ClearAll Action which clears the contents of all followed files.
Close Action which closes the currently followed file.
Debug Perform an action for debugging.
Delete Action which deletes the contents of the currently followed file.
DeleteAll Action which deletes the contents of all followed files.
DisableableConfirm  
DndFileOpener Implementation of java.awt.dnd.DropTargetListener which opens files dropped on the Follow application's tabbed pane.
Edit Action which closes the currently followed file.
Exit Action which exits the Follow application.
ExternalEditor Action which closes the currently followed file.
FileFollowingPane A component which allows one to view a text file to which information is being asynchronously appended.
FollowApp This class' main() method is the entry point into the Follow application.
FollowAppAction Base class for all actions in the Follow application.
Open Action which opens a new file in the Follow application.
Pause Pauses/unpauses the autoscrolling of files that are open in the Follow application.
Reload Action which closes the currently followed file.
Reset Action which clears the text area for the currently followed file.
WhatIsThis  
 

Package ghm.follow.gui Description

GUI application which permits one to monitor text files to which information is being added asynchronously. The entry point for this application is FollowApp.main(String[]). This package is dependent upon the ghm.follow package.

All classes Copyright (C) 2000-2003 Greg Merrill (greghmerrill@yahoo.com)

Follow is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation.

Follow is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Follow; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA