org.extex.interpreter
Interface EditHandler
- All Known Implementing Classes:
- EditHandlerTeXImpl
public interface EditHandler
This interface describes the possibility to edit a file at a certain
location. It the implementing class is able, it should open an editor and
place the cursor on the line indicated.
- Version:
- $Revision:4445 $
- Author:
- Gerd Neugebauer
|
Method Summary |
boolean |
edit(Localizer localizer,
Locator locator)
Edit a file at a given location. |
edit
boolean edit(Localizer localizer,
Locator locator)
- Edit a file at a given location.
- Parameters:
localizer - the localizer to acquire texts fromlocator - the locator for the place to edit
- Returns:
true iff the job can be continued