00001 // 00002 // HFTextRepresenter.h 00003 // HexFiend_2 00004 // 00005 // Created by Peter Ammon on 11/3/07. 00006 // Copyright 2007 ridiculous_fish. All rights reserved. 00007 // 00008 00009 #import <HexFiend/HFRepresenter.h> 00010 #import <HexFiend/HFByteArray.h> 00011 00019 @interface HFTextRepresenter : HFRepresenter { 00020 BOOL behavesAsTextField; 00021 NSArray *rowBackgroundColors; 00022 } 00023 00024 00026 - (NSArray *)rowBackgroundColors; 00027 00029 - (void)setRowBackgroundColors:(NSArray *)colors; 00030 00033 - (void)setBehavesAsTextField:(BOOL)val; 00034 00037 - (BOOL)behavesAsTextField; 00038 00039 @end
1.5.9