Interface | Description |
---|---|
CaretMovedListener |
Interface for caret moved listener.
|
DataChangedListener |
Interface for data change listener.
|
EditationModeChangedListener |
Interface for editation mode change listener.
|
ScrollingListener |
Interface for scrolling listener.
|
SelectionChangedListener |
Interface for selection change listener.
|
Class | Description |
---|---|
CaretPosition |
Specifies caret position as combination of data position and code offset in
single byte representation.
|
CodeAreaLineNumberLength |
Line number length.
|
CodeAreaUtils |
Hexadecimal editor component utilities.
|
CharsetStreamTranslator |
Input stream translation class which converts from input charset to target
charset.
|
SelectionRange |
Selection range is selection between two points where begin represents
originating point.
|
Enum | Description |
---|---|
CodeAreaLineNumberLength.LineNumberType | |
CodeType |
Enumeration of supported code types.
|
EditationAllowed |
Enumeration of allowed editation variants.
|
EditationMode |
Enumeration of editation modes.
|
HexCharactersCase |
Enumeration of hex characters case.
|
PositionCodeType |
Enumeration of supported position code types.
|
ScrollBarVisibility |
Enumeration of scrollbar visibility modes.
|
Section |
Enumeration of active section type.
|
ViewMode |
Enumeration of supported view modes.
|