Skip navigation links
A B C D E G H L O P R S U V 

A

available() - Method in class org.exbin.deltahex.CharsetStreamTranslator
 

B

BYTE_BUFFER_SIZE - Static variable in class org.exbin.deltahex.CharsetStreamTranslator
 
byteToCharsCode(byte, CodeType, char[], int, HexCharactersCase) - Static method in class org.exbin.deltahex.CodeAreaUtils
Converts byte value to sequence of characters of given code type.
byteToHexChars(byte) - Static method in class org.exbin.deltahex.CodeAreaUtils
Converts byte value to sequence of hexadecimal characters.
byteToHexChars(char[], byte) - Static method in class org.exbin.deltahex.CodeAreaUtils
Converts byte value to sequence of two hexadecimal characters.

C

caretMoved(CaretPosition, Section) - Method in interface org.exbin.deltahex.CaretMovedListener
Fires notification each time caret is moved or section is changed.
CaretMovedListener - Interface in org.exbin.deltahex
Interface for caret moved listener.
CaretPosition - Class in org.exbin.deltahex
Specifies caret position as combination of data position and code offset in single byte representation.
CaretPosition() - Constructor for class org.exbin.deltahex.CaretPosition
 
CaretPosition(long, int) - Constructor for class org.exbin.deltahex.CaretPosition
 
CharsetStreamTranslator - Class in org.exbin.deltahex
Input stream translation class which converts from input charset to target charset.
CharsetStreamTranslator(Charset, Charset, InputStream, int) - Constructor for class org.exbin.deltahex.CharsetStreamTranslator
 
CharsetStreamTranslator(Charset, Charset, InputStream) - Constructor for class org.exbin.deltahex.CharsetStreamTranslator
 
CodeAreaLineNumberLength - Class in org.exbin.deltahex
Line number length.
CodeAreaLineNumberLength() - Constructor for class org.exbin.deltahex.CodeAreaLineNumberLength
 
CodeAreaLineNumberLength.LineNumberType - Enum in org.exbin.deltahex
 
CodeAreaUtils - Class in org.exbin.deltahex
Hexadecimal editor component utilities.
CodeAreaUtils() - Constructor for class org.exbin.deltahex.CodeAreaUtils
 
CodeType - Enum in org.exbin.deltahex
Enumeration of supported code types.

D

dataChanged() - Method in interface org.exbin.deltahex.DataChangedListener
Fires notification each time data is modified.
DataChangedListener - Interface in org.exbin.deltahex
Interface for data change listener.

E

EditationAllowed - Enum in org.exbin.deltahex
Enumeration of allowed editation variants.
EditationMode - Enum in org.exbin.deltahex
Enumeration of editation modes.
editationModeChanged(EditationMode) - Method in interface org.exbin.deltahex.EditationModeChangedListener
Fires notification each time editation mode is changed.
EditationModeChangedListener - Interface in org.exbin.deltahex
Interface for editation mode change listener.

G

getBase() - Method in enum org.exbin.deltahex.PositionCodeType
 
getBaseLog() - Method in enum org.exbin.deltahex.PositionCodeType
 
getCodeOffset() - Method in class org.exbin.deltahex.CaretPosition
 
getDataPosition() - Method in class org.exbin.deltahex.CaretPosition
 
getEnd() - Method in class org.exbin.deltahex.SelectionRange
 
getFirst() - Method in class org.exbin.deltahex.SelectionRange
Returns first data position of the selection.
getLast() - Method in class org.exbin.deltahex.SelectionRange
Returns last data position of the selection.
getLength() - Method in class org.exbin.deltahex.SelectionRange
Returns length of the selected area.
getLineNumberLength() - Method in class org.exbin.deltahex.CodeAreaLineNumberLength
 
getLineNumberType() - Method in class org.exbin.deltahex.CodeAreaLineNumberLength
 
getMaxDigits() - Method in enum org.exbin.deltahex.CodeType
Maximum number of digits per single byte.
getSpaceType() - Method in class org.exbin.deltahex.CodeAreaLineNumberLength
 
getStart() - Method in class org.exbin.deltahex.SelectionRange
 

H

HexCharactersCase - Enum in org.exbin.deltahex
Enumeration of hex characters case.

L

longToBaseCode(char[], int, long, int, int, boolean, boolean) - Static method in class org.exbin.deltahex.CodeAreaUtils
Converts long value to code of given base and length limit.
longToHexChars(long, int) - Static method in class org.exbin.deltahex.CodeAreaUtils
Converts long value to sequence of hexadecimal character.
longToHexChars(char[], long, int) - Static method in class org.exbin.deltahex.CodeAreaUtils
Converts long value to sequence of hexadecimal character.
LOWER_HEX_CODES - Static variable in class org.exbin.deltahex.CodeAreaUtils
 

O

org.exbin.deltahex - package org.exbin.deltahex
 

P

PositionCodeType - Enum in org.exbin.deltahex
Enumeration of supported position code types.
processNext() - Method in class org.exbin.deltahex.CharsetStreamTranslator
 

R

read() - Method in class org.exbin.deltahex.CharsetStreamTranslator
 
read(byte[], int, int) - Method in class org.exbin.deltahex.CharsetStreamTranslator
 

S

ScrollBarVisibility - Enum in org.exbin.deltahex
Enumeration of scrollbar visibility modes.
scrolled() - Method in interface org.exbin.deltahex.ScrollingListener
Fires notification each time component is scrolled.
ScrollingListener - Interface in org.exbin.deltahex
Interface for scrolling listener.
Section - Enum in org.exbin.deltahex
Enumeration of active section type.
selectionChanged(SelectionRange) - Method in interface org.exbin.deltahex.SelectionChangedListener
Fires notification each time selection range changes or selection is created or cleared.
SelectionChangedListener - Interface in org.exbin.deltahex
Interface for selection change listener.
SelectionRange - Class in org.exbin.deltahex
Selection range is selection between two points where begin represents originating point.
SelectionRange() - Constructor for class org.exbin.deltahex.SelectionRange
 
SelectionRange(long, long) - Constructor for class org.exbin.deltahex.SelectionRange
 
setCodeOffset(int) - Method in class org.exbin.deltahex.CaretPosition
 
setDataPosition(long) - Method in class org.exbin.deltahex.CaretPosition
 
setEnd(long) - Method in class org.exbin.deltahex.SelectionRange
 
setLineNumberLength(int) - Method in class org.exbin.deltahex.CodeAreaLineNumberLength
 
setLineNumberType(CodeAreaLineNumberLength.LineNumberType) - Method in class org.exbin.deltahex.CodeAreaLineNumberLength
 
setPosition(CaretPosition) - Method in class org.exbin.deltahex.CaretPosition
 
setStart(long) - Method in class org.exbin.deltahex.SelectionRange
 
stringCodeToByte(String, CodeType) - Static method in class org.exbin.deltahex.CodeAreaUtils
Converts string of characters to byte value.

U

UPPER_HEX_CODES - Static variable in class org.exbin.deltahex.CodeAreaUtils
 

V

valueOf(String) - Static method in enum org.exbin.deltahex.CodeAreaLineNumberLength.LineNumberType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.CodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.EditationAllowed
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.EditationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.HexCharactersCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.PositionCodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.ScrollBarVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.Section
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.ViewMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.exbin.deltahex.CodeAreaLineNumberLength.LineNumberType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.CodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.EditationAllowed
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.EditationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.HexCharactersCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.PositionCodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.ScrollBarVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.Section
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.ViewMode
Returns an array containing the constants of this enum type, in the order they are declared.
ViewMode - Enum in org.exbin.deltahex
Enumeration of supported view modes.
A B C D E G H L O P R S U V 
Skip navigation links