HexFiend
|
A high-level view class that is analagous to NSTextField. More...
Properties | |
BOOL | usesHexArea |
Whether the hexadecimal view is shown. More... | |
BOOL | usesTextArea |
Whether the text area is shown. More... | |
NSStringEncoding | stringEncoding |
The string encoding used by the text area. More... | |
BOOL | editable |
Whether the field is editable. More... | |
HFTextField encapsulates a HFController and HFRepresenters into a single "do it all" NSControl analagous to NSTextField. Its objectValue is an HFByteArray. It sends its action
to its target
when the user hits return. It has no control.
An HFTextField can be configured to show a hexadecimal view, an ASCII (really the defaultCStringEncoding
) view, or both.
This class is currently missing a fair amount of functionality, such as enabled state.
|
readwritenonatomicassign |
|
readwritenonatomicassign |
|
readwritenonatomicassign |
|
readwritenonatomicassign |