Public Member Functions | |
| (BOOL) | - usesHexArea |
| (void) | - setUsesHexArea: |
| (BOOL) | - usesTextArea |
| (void) | - setUsesTextArea: |
| (void) | - setStringEncoding: |
| (NSStringEncoding) | - stringEncoding |
| (void) | - setEditable: |
| (BOOL) | - isEditable |
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.
| - (BOOL) usesHexArea |
Returns whether the hexadecimal view is shown.
| - (void) setUsesHexArea: | (BOOL) | val |
Sets whether the hexadecimal view is shown.
| - (BOOL) usesTextArea |
Returns whether the text area is shown.
| - (void) setUsesTextArea: | (BOOL) | val |
Sets whether the text area is shown.
| - (void) setStringEncoding: | (NSStringEncoding) | encoding |
Sets the string encoding used by the text area.
| - (NSStringEncoding) stringEncoding |
Gets the string encoding used by the text area.
| - (void) setEditable: | (BOOL) | flag |
Sets editability.
| - (BOOL) isEditable |
Returns editability.
1.5.9