/* LineAndCharacterRange.h created by ovidiu on Sat 29-Mar-1997 */

#import <Foundation/NSObject.h>

@interface LineAndCharacterRange : NSObject
{
    id lineCharacterMatrix;
    id autoUpdateButton;
    id rangeField;

    BOOL useLineRange;
    BOOL autoupdate;
}

+ sharedInstance;

- (void)select:sender;
- (void)showPanel;
- (void)buttonsChanged:sender;

- (void)updateInfo;

- (BOOL)useLineRange;
- (BOOL)autoupdate;

@end
