Skip navigation links
A B C D E F G H I K L M N O P R S U V 

A

addCaretMovedListener(CaretMovedListener) - Method in class org.exbin.deltahex.swing.CodeArea
 
addDataChangedListener(DataChangedListener) - Method in class org.exbin.deltahex.swing.CodeArea
 
addEditationModeChangedListener(EditationModeChangedListener) - Method in class org.exbin.deltahex.swing.CodeArea
 
addScrollingListener(ScrollingListener) - Method in class org.exbin.deltahex.swing.CodeArea
 
addSelectionChangedListener(SelectionChangedListener) - Method in class org.exbin.deltahex.swing.CodeArea
 
alternateColors - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 

B

backgroundMode - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
backSpacePressed() - Method in interface org.exbin.deltahex.swing.CodeAreaCommandHandler
Backspace key was pressed.
backSpacePressed() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler
 
BinaryDataClipboardData(BinaryData) - Constructor for class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler.BinaryDataClipboardData
 
byteGroupSize - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
bytesPerLine - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 

C

canPaste() - Method in class org.exbin.deltahex.swing.CodeArea
 
canPaste() - Method in interface org.exbin.deltahex.swing.CodeAreaCommandHandler
Returns true if paste action is possible.
canPaste() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler
 
charMapping - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
charRenderingMode - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
charset - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
charsPerCodeArea - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
charsPerLine - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
charToBytes(char) - Method in class org.exbin.deltahex.swing.CodeArea
 
charWidth - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
clearSelection() - Method in class org.exbin.deltahex.swing.CodeArea
 
CodeArea - Class in org.exbin.deltahex.swing
Hexadecimal viewer/editor component.
CodeArea() - Constructor for class org.exbin.deltahex.swing.CodeArea
 
codeArea - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
CodeArea.BackgroundMode - Enum in org.exbin.deltahex.swing
 
CodeArea.CharAntialiasingMode - Enum in org.exbin.deltahex.swing
 
CodeArea.CharRenderingMode - Enum in org.exbin.deltahex.swing
Character rendering mode.
CodeArea.HorizontalScrollMode - Enum in org.exbin.deltahex.swing
 
CodeArea.ScrollPosition - Class in org.exbin.deltahex.swing
Scrolling position.
CodeArea.VerticalScrollMode - Enum in org.exbin.deltahex.swing
 
CodeAreaCaret - Class in org.exbin.deltahex.swing
Code area caret.
CodeAreaCaret(CodeArea) - Constructor for class org.exbin.deltahex.swing.CodeAreaCaret
 
CodeAreaCaret.CursorRenderingMode - Enum in org.exbin.deltahex.swing
 
CodeAreaCaret.CursorShape - Enum in org.exbin.deltahex.swing
 
CodeAreaCaret.CursorShapeWidth - Enum in org.exbin.deltahex.swing
 
CodeAreaCommandHandler - Interface in org.exbin.deltahex.swing
Interface for code area data manipulation.
CodeAreaPainter - Interface in org.exbin.deltahex.swing
Hexadecimal editor painter.
CodeAreaSpace - Class in org.exbin.deltahex.swing
Empty space definition.
CodeAreaSpace() - Constructor for class org.exbin.deltahex.swing.CodeAreaSpace
 
CodeAreaSpace(CodeAreaSpace.SpaceType) - Constructor for class org.exbin.deltahex.swing.CodeAreaSpace
 
CodeAreaSpace.SpaceType - Enum in org.exbin.deltahex.swing
 
CodeDataClipboardData(BinaryData) - Constructor for class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler.CodeDataClipboardData
 
codeDigits - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
codeSectionRect - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
ColorsGroup - Class in org.exbin.deltahex.swing
Set of colors for different sections of component rendering.
ColorsGroup() - Constructor for class org.exbin.deltahex.swing.ColorsGroup
 
ColorsGroup(ColorsGroup) - Constructor for class org.exbin.deltahex.swing.ColorsGroup
Copy constructor.
ColorsGroup.ColorType - Enum in org.exbin.deltahex.swing
Enumeration of color types in ColorsGroup.
computeByteCharPos(int) - Method in class org.exbin.deltahex.swing.CodeArea
Computes character position for byte code of given offset position
computeByteCharPos(int, boolean) - Method in class org.exbin.deltahex.swing.CodeArea
 
computeByteOffsetPerCodeCharOffset(int, boolean) - Method in class org.exbin.deltahex.swing.CodeArea
Computes byte offset index for given code line offset.
computeCharsPerLine(int) - Method in class org.exbin.deltahex.swing.CodeArea
Computes number of characters for given number of bytes / offset.
computeFittingBytes(int) - Method in class org.exbin.deltahex.swing.CodeArea
 
computePaintData() - Method in class org.exbin.deltahex.swing.CodeArea
 
copy() - Method in class org.exbin.deltahex.swing.CodeArea
 
copy() - Method in interface org.exbin.deltahex.swing.CodeAreaCommandHandler
Copies selection to clipboard.
copy() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler
 
copyAsCode() - Method in class org.exbin.deltahex.swing.CodeArea
 
copyAsCode() - Method in interface org.exbin.deltahex.swing.CodeAreaCommandHandler
Copies selection to clipboard as code string.
copyAsCode() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler
 
cut() - Method in class org.exbin.deltahex.swing.CodeArea
 
cut() - Method in interface org.exbin.deltahex.swing.CodeAreaCommandHandler
Cuts selection to clipboard.
cut() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler
 

D

DECORATION_BOX - Static variable in class org.exbin.deltahex.swing.CodeArea
 
DECORATION_DEFAULT - Static variable in class org.exbin.deltahex.swing.CodeArea
 
DECORATION_HEADER_LINE - Static variable in class org.exbin.deltahex.swing.CodeArea
 
DECORATION_LINENUM_LINE - Static variable in class org.exbin.deltahex.swing.CodeArea
 
DECORATION_PREVIEW_LINE - Static variable in class org.exbin.deltahex.swing.CodeArea
 
DefaultCodeAreaCommandHandler - Class in org.exbin.deltahex.swing
Default hexadecimal editor command handler.
DefaultCodeAreaCommandHandler(CodeArea) - Constructor for class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler
 
DefaultCodeAreaCommandHandler.BinaryDataClipboardData - Class in org.exbin.deltahex.swing
 
DefaultCodeAreaCommandHandler.ClipboardData - Interface in org.exbin.deltahex.swing
 
DefaultCodeAreaCommandHandler.CodeDataClipboardData - Class in org.exbin.deltahex.swing
 
DefaultCodeAreaPainter - Class in org.exbin.deltahex.swing
Code area component default painter.
DefaultCodeAreaPainter(CodeArea) - Constructor for class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
DefaultCodeAreaPainter.PaintData - Class in org.exbin.deltahex.swing
Paint cache data structure for single paint operation.
delete() - Method in class org.exbin.deltahex.swing.CodeArea
 
delete() - Method in interface org.exbin.deltahex.swing.CodeAreaCommandHandler
Deletes selection.
delete() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler
 
deletePressed() - Method in interface org.exbin.deltahex.swing.CodeAreaCommandHandler
Delete key was pressed.
deletePressed() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler
 
dispose() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler.BinaryDataClipboardData
 
dispose() - Method in interface org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler.ClipboardData
 
dispose() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler.CodeDataClipboardData
 
drawCenteredChar(Graphics, char[], int, int, int, int) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
Draws char in array centering it in precomputed space.
drawShiftedChar(Graphics, char[], int, int, int, int, int) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 

E

EXCEPTION1_CODE_POINT - Static variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
EXCEPTION2_CODE_POINT - Static variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 

F

fontMetrics - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 

G

getActiveSection() - Method in class org.exbin.deltahex.swing.CodeArea
 
getAlternateColors() - Method in class org.exbin.deltahex.swing.CodeArea
 
getBackgroundColor() - Method in class org.exbin.deltahex.swing.ColorsGroup
 
getBackgroundMode() - Method in class org.exbin.deltahex.swing.CodeArea
 
getBackgroundMode() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getBlinkRate() - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
getByteGroupSize() - Method in class org.exbin.deltahex.swing.CodeArea
 
getByteGroupSize() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getBytesPerLine() - Method in class org.exbin.deltahex.swing.CodeArea
 
getBytesPerLine() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getCaret() - Method in class org.exbin.deltahex.swing.CodeArea
 
getCaretPosition() - Method in class org.exbin.deltahex.swing.CodeArea
 
getCaretPosition() - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
getCharAntialiasingMode() - Method in class org.exbin.deltahex.swing.CodeArea
 
getCharRenderingMode() - Method in class org.exbin.deltahex.swing.CodeArea
 
getCharRenderingMode() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getCharset() - Method in class org.exbin.deltahex.swing.CodeArea
 
getCharset() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getCharsPerLine() - Method in class org.exbin.deltahex.swing.CodeArea
 
getCharsPerLine() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getCharWidth() - Method in class org.exbin.deltahex.swing.CodeArea
 
getCharWidth() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getCodeDigits() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getCodeOffset() - Method in class org.exbin.deltahex.swing.CodeArea
 
getCodeOffset() - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
getCodeSectionRect() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getCodeSectionRectangle() - Method in class org.exbin.deltahex.swing.CodeArea
Returns main code area rectangle.
getCodeType() - Method in class org.exbin.deltahex.swing.CodeArea
 
getColor(ColorsGroup.ColorType) - Method in class org.exbin.deltahex.swing.ColorsGroup
 
getCommandHandler() - Method in class org.exbin.deltahex.swing.CodeArea
 
getComponentRectangle() - Method in class org.exbin.deltahex.swing.CodeArea
Returns component area rectangle.
getCursorColor() - Method in class org.exbin.deltahex.swing.CodeArea
 
getCursorPoint(int, int, int, int) - Method in class org.exbin.deltahex.swing.CodeAreaCaret
Returns relative cursor position in code area or null if cursor is not visible.
getCursorRect(int, int, int, int) - Method in class org.exbin.deltahex.swing.CodeAreaCaret
Returns cursor rectangle.
getCursorThickness(CodeAreaCaret.CursorShape, int, int) - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
getData() - Method in class org.exbin.deltahex.swing.CodeArea
 
getDataPosition() - Method in class org.exbin.deltahex.swing.CodeArea
 
getDataPosition() - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
getDataSize() - Method in class org.exbin.deltahex.swing.CodeArea
 
getDecorationLineColor() - Method in class org.exbin.deltahex.swing.CodeArea
 
getDecorationMode() - Method in class org.exbin.deltahex.swing.CodeArea
 
getEditationAllowed() - Method in class org.exbin.deltahex.swing.CodeArea
 
getEditationMode() - Method in class org.exbin.deltahex.swing.CodeArea
 
getFontMetrics() - Method in class org.exbin.deltahex.swing.CodeArea
 
getHeaderPositionColor(int, int) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
getHeaderSpace() - Method in class org.exbin.deltahex.swing.CodeArea
Returns header space size.
getHeaderSpaceSize() - Method in class org.exbin.deltahex.swing.CodeArea
 
getHeaderSpaceType() - Method in class org.exbin.deltahex.swing.CodeArea
 
getHexCharactersCase() - Method in class org.exbin.deltahex.swing.CodeArea
 
getHorizontalScrollBarVisibility() - Method in class org.exbin.deltahex.swing.CodeArea
 
getHorizontalScrollMode() - Method in class org.exbin.deltahex.swing.CodeArea
 
getInsertCursorShape() - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
getLine() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getLineByteShift() - Method in class org.exbin.deltahex.swing.CodeArea.ScrollPosition
 
getLineDataPosition() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getLineHeight() - Method in class org.exbin.deltahex.swing.CodeArea
 
getLineHeight() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getLineLength() - Method in class org.exbin.deltahex.swing.CodeArea
 
getLineNumberLength() - Method in class org.exbin.deltahex.swing.CodeArea
Returns current line number length in characters.
getLineNumberSpace() - Method in class org.exbin.deltahex.swing.CodeArea
Returns line number space size.
getLineNumberSpaceSize() - Method in class org.exbin.deltahex.swing.CodeArea
 
getLineNumberSpaceType() - Method in class org.exbin.deltahex.swing.CodeArea
 
getLineNumberSpecifiedLength() - Method in class org.exbin.deltahex.swing.CodeArea
 
getLineNumberType() - Method in class org.exbin.deltahex.swing.CodeArea
 
getLinesPerRect() - Method in class org.exbin.deltahex.swing.CodeArea
 
getMainColors() - Method in class org.exbin.deltahex.swing.CodeArea
 
getMainColors() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getMaxCharLength() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getMirrorSelectionColors() - Method in class org.exbin.deltahex.swing.CodeArea
 
getNegativeCursorColor() - Method in class org.exbin.deltahex.swing.CodeArea
 
getOverwriteCursorShape() - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
getPainter() - Method in class org.exbin.deltahex.swing.CodeArea
 
getPositionCodeType() - Method in class org.exbin.deltahex.swing.CodeArea
 
getPositionColor(int, int, Section, ColorsGroup.ColorType, DefaultCodeAreaPainter.PaintData) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
Returns color of given type for specified position.
getPreviewCharPos() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getPreviewX() - Method in class org.exbin.deltahex.swing.CodeArea
Returns X start position of the ascii preview area.
getRenderingMode() - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
getScrollCharOffset() - Method in class org.exbin.deltahex.swing.CodeArea.ScrollPosition
 
getScrollCharPosition() - Method in class org.exbin.deltahex.swing.CodeArea.ScrollPosition
 
getScrollLineOffset() - Method in class org.exbin.deltahex.swing.CodeArea.ScrollPosition
 
getScrollLinePosition() - Method in class org.exbin.deltahex.swing.CodeArea.ScrollPosition
 
getScrollPosition() - Method in class org.exbin.deltahex.swing.CodeArea
 
getScrollPosition() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getSection() - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
getSelection() - Method in class org.exbin.deltahex.swing.CodeArea
 
getSelectionColors() - Method in class org.exbin.deltahex.swing.CodeArea
 
getShadowCursorPoint(int, int, int, int) - Method in class org.exbin.deltahex.swing.CodeAreaCaret
Returns relative shadow cursor position in code area or null if cursor is not visible.
getSpaceGroupSize() - Method in class org.exbin.deltahex.swing.CodeArea
 
getSpaceGroupSize() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getSpaceSize() - Method in class org.exbin.deltahex.swing.CodeAreaSpace
 
getSpaceType() - Method in class org.exbin.deltahex.swing.CodeAreaSpace
 
getStripColors() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getSubFontSpace() - Method in class org.exbin.deltahex.swing.CodeArea
 
getTextColor() - Method in class org.exbin.deltahex.swing.ColorsGroup
 
getTransferData(DataFlavor) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler.BinaryDataClipboardData
 
getTransferData(DataFlavor) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler.CodeDataClipboardData
 
getTransferDataFlavors() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler.BinaryDataClipboardData
 
getTransferDataFlavors() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler.CodeDataClipboardData
 
getUnprintablesBackgroundColor() - Method in class org.exbin.deltahex.swing.ColorsGroup
 
getUnprintablesColor() - Method in class org.exbin.deltahex.swing.ColorsGroup
 
getVerticalScrollBarVisibility() - Method in class org.exbin.deltahex.swing.CodeArea
 
getVerticalScrollMode() - Method in class org.exbin.deltahex.swing.CodeArea
 
getViewMode() - Method in class org.exbin.deltahex.swing.CodeArea
 
getViewMode() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getVisibleCharEnd() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getVisibleCharStart() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getVisibleCodeEnd() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getVisibleCodeStart() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getVisiblePreviewEnd() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getVisiblePreviewStart() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
getWidth() - Method in enum org.exbin.deltahex.swing.CodeAreaCaret.CursorShape
 

H

hasSelection() - Method in class org.exbin.deltahex.swing.CodeArea
 

I

INV_SPACE_CODE_POINT - Static variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
isCursorVisible() - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
isDataFlavorSupported(DataFlavor) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler.BinaryDataClipboardData
 
isDataFlavorSupported(DataFlavor) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler.CodeDataClipboardData
 
isEditable() - Method in class org.exbin.deltahex.swing.CodeArea
 
isHandleClipboard() - Method in class org.exbin.deltahex.swing.CodeArea
 
isLineNumberBackground() - Method in class org.exbin.deltahex.swing.CodeArea
 
isMonospaceFontDetected() - Method in class org.exbin.deltahex.swing.CodeArea
 
isShowHeader() - Method in class org.exbin.deltahex.swing.CodeArea
 
isShowLineNumbers() - Method in class org.exbin.deltahex.swing.CodeArea
 
isShowShadowCursor() - Method in class org.exbin.deltahex.swing.CodeArea
 
isShowUnprintableCharacters() - Method in class org.exbin.deltahex.swing.CodeArea
 
isShowUnprintableCharacters() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
isValidChar(char) - Method in class org.exbin.deltahex.swing.CodeArea
 
isVerticalMaxMode() - Method in class org.exbin.deltahex.swing.CodeArea.ScrollPosition
 
isWrapMode() - Method in class org.exbin.deltahex.swing.CodeArea
 

K

keyPressed(KeyEvent) - Method in interface org.exbin.deltahex.swing.CodeAreaCommandHandler
Keyboard key was pressed.
keyPressed(KeyEvent) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler
 
keyTyped(KeyEvent) - Method in interface org.exbin.deltahex.swing.CodeAreaCommandHandler
Keyboard key was typed.
keyTyped(KeyEvent) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler
 

L

line - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
lineChars - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
lineData - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
Line data cache.
lineDataPosition - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
lineHeight - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
lineStart - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
lostOwnership(Clipboard, Transferable) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler.BinaryDataClipboardData
 
lostOwnership(Clipboard, Transferable) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler.CodeDataClipboardData
 

M

mainColors - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
MAX_MONOSPACE_CODE_POINT - Static variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
maxCharLength - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
MIME_CLIPBOARD_BINARY - Static variable in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler
 
MIN_MONOSPACE_CODE_POINT - Static variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
monospaceFont - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
MOUSE_SCROLL_LINES - Static variable in class org.exbin.deltahex.swing.CodeArea
 
moveLeft(int) - Method in class org.exbin.deltahex.swing.CodeArea
 
moveRight(int) - Method in class org.exbin.deltahex.swing.CodeArea
 

N

NO_MODIFIER - Static variable in class org.exbin.deltahex.swing.CodeArea
 
notifyCaretMoved() - Method in class org.exbin.deltahex.swing.CodeArea
 
notifyDataChanged() - Method in class org.exbin.deltahex.swing.CodeArea
 
notifyScrolled() - Method in class org.exbin.deltahex.swing.CodeArea
 

O

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

P

paintBackground(Graphics) - Method in interface org.exbin.deltahex.swing.CodeAreaPainter
Paints background.
paintBackground(Graphics) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
paintComponent(Graphics) - Method in class org.exbin.deltahex.swing.CodeArea
 
paintCursor(Graphics) - Method in interface org.exbin.deltahex.swing.CodeAreaPainter
Paints cursor symbol.
paintCursor(Graphics) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
PaintData(CodeArea) - Constructor for class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
paintHeader(Graphics) - Method in interface org.exbin.deltahex.swing.CodeAreaPainter
Paints header for hexadecimal editor.
paintHeader(Graphics) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
paintLineBackground(Graphics, int, int, DefaultCodeAreaPainter.PaintData) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
paintLineNumbers(Graphics) - Method in interface org.exbin.deltahex.swing.CodeAreaPainter
Paints line number.
paintLineNumbers(Graphics) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
paintLineText(Graphics, int, int, DefaultCodeAreaPainter.PaintData) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
paintMainArea(Graphics) - Method in interface org.exbin.deltahex.swing.CodeAreaPainter
Paints main hexadecimal data section of the component.
paintMainArea(Graphics) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
paintMainArea(Graphics, DefaultCodeAreaPainter.PaintData) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
paintOverall(Graphics) - Method in interface org.exbin.deltahex.swing.CodeAreaPainter
Paints overall hexadecimal editor parts.
paintOverall(Graphics) - Method in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
paste() - Method in class org.exbin.deltahex.swing.CodeArea
 
paste() - Method in interface org.exbin.deltahex.swing.CodeAreaCommandHandler
Pastes content of clipboard to cursor area.
paste() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler
 
pasteFromCode() - Method in class org.exbin.deltahex.swing.CodeArea
 
pasteFromCode() - Method in interface org.exbin.deltahex.swing.CodeAreaCommandHandler
Pastes content of clipboard to cursor area analyzing string code.
pasteFromCode() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler
 
previewCharPos - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 

R

removeCaretMovedListener(CaretMovedListener) - Method in class org.exbin.deltahex.swing.CodeArea
 
removeDataChangedListener(DataChangedListener) - Method in class org.exbin.deltahex.swing.CodeArea
 
removeEditationModeChangedListener(EditationModeChangedListener) - Method in class org.exbin.deltahex.swing.CodeArea
 
removeScrollingListener(ScrollingListener) - Method in class org.exbin.deltahex.swing.CodeArea
 
removeSelectionChangedListener(SelectionChangedListener) - Method in class org.exbin.deltahex.swing.CodeArea
 
resetBlink() - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
resetPosition() - Method in class org.exbin.deltahex.swing.CodeArea
Resets position of cursor and scrollbars.
revealCursor() - Method in class org.exbin.deltahex.swing.CodeArea
 
revealPosition(long, Section) - Method in class org.exbin.deltahex.swing.CodeArea
 

S

ScrollPosition() - Constructor for class org.exbin.deltahex.swing.CodeArea.ScrollPosition
 
scrollPosition - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
selectAll() - Method in class org.exbin.deltahex.swing.CodeArea
 
sequenceBreak() - Method in interface org.exbin.deltahex.swing.CodeAreaCommandHandler
Notifies command handler about end of sequence appendable commands.
sequenceBreak() - Method in class org.exbin.deltahex.swing.DefaultCodeAreaCommandHandler
 
setActiveSection(Section) - Method in class org.exbin.deltahex.swing.CodeArea
 
setAlternateColors(ColorsGroup) - Method in class org.exbin.deltahex.swing.CodeArea
 
setBackgroundColor(Color) - Method in class org.exbin.deltahex.swing.ColorsGroup
 
setBackgroundMode(CodeArea.BackgroundMode) - Method in class org.exbin.deltahex.swing.CodeArea
 
setBlinkRate(int) - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
setBorder(Border) - Method in class org.exbin.deltahex.swing.CodeArea
 
setBothBackgroundColors(Color) - Method in class org.exbin.deltahex.swing.ColorsGroup
 
setByteGroupSize(int) - Method in class org.exbin.deltahex.swing.CodeArea
 
setCaretPosition(CaretPosition) - Method in class org.exbin.deltahex.swing.CodeArea
 
setCaretPosition(long) - Method in class org.exbin.deltahex.swing.CodeArea
 
setCaretPosition(long, int) - Method in class org.exbin.deltahex.swing.CodeArea
 
setCaretPosition(CaretPosition) - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
setCaretPosition(long) - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
setCaretPosition(long, int) - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
setCharAntialiasingMode(CodeArea.CharAntialiasingMode) - Method in class org.exbin.deltahex.swing.CodeArea
 
setCharRenderingMode(CodeArea.CharRenderingMode) - Method in class org.exbin.deltahex.swing.CodeArea
 
setCharset(Charset) - Method in class org.exbin.deltahex.swing.CodeArea
 
setCodeOffset(int) - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
setCodeType(CodeType) - Method in class org.exbin.deltahex.swing.CodeArea
 
setColor(ColorsGroup.ColorType, Color) - Method in class org.exbin.deltahex.swing.ColorsGroup
 
setColors(ColorsGroup) - Method in class org.exbin.deltahex.swing.ColorsGroup
 
setCommandHandler(CodeAreaCommandHandler) - Method in class org.exbin.deltahex.swing.CodeArea
 
setCursorColor(Color) - Method in class org.exbin.deltahex.swing.CodeArea
 
setData(BinaryData) - Method in class org.exbin.deltahex.swing.CodeArea
 
setDecorationLineColor(Color) - Method in class org.exbin.deltahex.swing.CodeArea
 
setDecorationMode(int) - Method in class org.exbin.deltahex.swing.CodeArea
 
setEditable(boolean) - Method in class org.exbin.deltahex.swing.CodeArea
 
setEditationAllowed(EditationAllowed) - Method in class org.exbin.deltahex.swing.CodeArea
 
setEditationMode(EditationMode) - Method in class org.exbin.deltahex.swing.CodeArea
 
setFont(Font) - Method in class org.exbin.deltahex.swing.CodeArea
 
setHandleClipboard(boolean) - Method in class org.exbin.deltahex.swing.CodeArea
 
setHeaderSpaceSize(int) - Method in class org.exbin.deltahex.swing.CodeArea
 
setHeaderSpaceType(CodeAreaSpace.SpaceType) - Method in class org.exbin.deltahex.swing.CodeArea
 
setHexCharactersCase(HexCharactersCase) - Method in class org.exbin.deltahex.swing.CodeArea
 
setHorizontalScrollBarVisibility(ScrollBarVisibility) - Method in class org.exbin.deltahex.swing.CodeArea
 
setHorizontalScrollMode(CodeArea.HorizontalScrollMode) - Method in class org.exbin.deltahex.swing.CodeArea
 
setInsertCursorShape(CodeAreaCaret.CursorShape) - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
setLineByteShift(int) - Method in class org.exbin.deltahex.swing.CodeArea.ScrollPosition
 
setLineLength(int) - Method in class org.exbin.deltahex.swing.CodeArea
 
setLineNumberBackground(boolean) - Method in class org.exbin.deltahex.swing.CodeArea
 
setLineNumberSpaceSize(int) - Method in class org.exbin.deltahex.swing.CodeArea
 
setLineNumberSpaceType(CodeAreaSpace.SpaceType) - Method in class org.exbin.deltahex.swing.CodeArea
 
setLineNumberSpecifiedLength(int) - Method in class org.exbin.deltahex.swing.CodeArea
 
setLineNumberType(CodeAreaLineNumberLength.LineNumberType) - Method in class org.exbin.deltahex.swing.CodeArea
 
setMainColors(ColorsGroup) - Method in class org.exbin.deltahex.swing.CodeArea
 
setMirrorSelectionColors(ColorsGroup) - Method in class org.exbin.deltahex.swing.CodeArea
 
setOverwriteCursorShape(CodeAreaCaret.CursorShape) - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
setPainter(CodeAreaPainter) - Method in class org.exbin.deltahex.swing.CodeArea
 
setPositionCodeType(PositionCodeType) - Method in class org.exbin.deltahex.swing.CodeArea
 
setRenderingMode(CodeAreaCaret.CursorRenderingMode) - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
setScrollCharOffset(int) - Method in class org.exbin.deltahex.swing.CodeArea.ScrollPosition
 
setScrollCharPosition(int) - Method in class org.exbin.deltahex.swing.CodeArea.ScrollPosition
 
setScrollLineOffset(int) - Method in class org.exbin.deltahex.swing.CodeArea.ScrollPosition
 
setScrollLinePosition(long) - Method in class org.exbin.deltahex.swing.CodeArea.ScrollPosition
 
setSection(Section) - Method in class org.exbin.deltahex.swing.CodeAreaCaret
 
setSelection(SelectionRange) - Method in class org.exbin.deltahex.swing.CodeArea
 
setSelectionColors(ColorsGroup) - Method in class org.exbin.deltahex.swing.CodeArea
 
setShowHeader(boolean) - Method in class org.exbin.deltahex.swing.CodeArea
 
setShowLineNumbers(boolean) - Method in class org.exbin.deltahex.swing.CodeArea
 
setShowShadowCursor(boolean) - Method in class org.exbin.deltahex.swing.CodeArea
 
setShowUnprintableCharacters(boolean) - Method in class org.exbin.deltahex.swing.CodeArea
 
setSpaceGroupSize(int) - Method in class org.exbin.deltahex.swing.CodeArea
 
setSpaceSize(int) - Method in class org.exbin.deltahex.swing.CodeAreaSpace
 
setSpaceType(CodeAreaSpace.SpaceType) - Method in class org.exbin.deltahex.swing.CodeAreaSpace
 
setSubFontSpace(int) - Method in class org.exbin.deltahex.swing.CodeArea
 
setTextColor(Color) - Method in class org.exbin.deltahex.swing.ColorsGroup
 
setUnprintablesBackgroundColor(Color) - Method in class org.exbin.deltahex.swing.ColorsGroup
 
setUnprintablesColor(Color) - Method in class org.exbin.deltahex.swing.ColorsGroup
 
setVerticalMaxMode(boolean) - Method in class org.exbin.deltahex.swing.CodeArea.ScrollPosition
 
setVerticalScrollBarVisibility(ScrollBarVisibility) - Method in class org.exbin.deltahex.swing.CodeArea
 
setVerticalScrollMode(CodeArea.VerticalScrollMode) - Method in class org.exbin.deltahex.swing.CodeArea
 
setViewMode(ViewMode) - Method in class org.exbin.deltahex.swing.CodeArea
 
setWrapMode(boolean) - Method in class org.exbin.deltahex.swing.CodeArea
 
showUnprintableCharacters - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
spaceGroupSize - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 

U

unprintableCharactersMapping - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter
 
unprintableChars - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
Single line of unprintable characters.
updateScrollBars() - Method in class org.exbin.deltahex.swing.CodeArea
 
updateSelection(int, CaretPosition) - Method in class org.exbin.deltahex.swing.CodeArea
 

V

valueOf(String) - Static method in enum org.exbin.deltahex.swing.CodeArea.BackgroundMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.swing.CodeArea.CharAntialiasingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.swing.CodeArea.CharRenderingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.swing.CodeArea.HorizontalScrollMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.swing.CodeArea.VerticalScrollMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.swing.CodeAreaCaret.CursorRenderingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.swing.CodeAreaCaret.CursorShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.swing.CodeAreaCaret.CursorShapeWidth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.swing.CodeAreaSpace.SpaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exbin.deltahex.swing.ColorsGroup.ColorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.exbin.deltahex.swing.CodeArea.BackgroundMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.swing.CodeArea.CharAntialiasingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.swing.CodeArea.CharRenderingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.swing.CodeArea.HorizontalScrollMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.swing.CodeArea.VerticalScrollMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.swing.CodeAreaCaret.CursorRenderingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.swing.CodeAreaCaret.CursorShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.swing.CodeAreaCaret.CursorShapeWidth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.swing.CodeAreaSpace.SpaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exbin.deltahex.swing.ColorsGroup.ColorType
Returns an array containing the constants of this enum type, in the order they are declared.
viewMode - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
visibleCharEnd - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
visibleCharStart - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
visibleCodeEnd - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
visibleCodeStart - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
visiblePreviewEnd - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
visiblePreviewStart - Variable in class org.exbin.deltahex.swing.DefaultCodeAreaPainter.PaintData
 
A B C D E F G H I K L M N O P R S U V 
Skip navigation links