-
data
org.exbin.utils.binary_data.BinaryData data
-
painter
CodeAreaPainter painter
-
commandHandler
CodeAreaCommandHandler commandHandler
-
caret
CodeAreaCaret caret
-
selection
org.exbin.deltahex.SelectionRange selection
-
viewMode
org.exbin.deltahex.ViewMode viewMode
-
codeType
org.exbin.deltahex.CodeType codeType
-
positionCodeType
org.exbin.deltahex.PositionCodeType positionCodeType
-
backgroundMode
CodeArea.BackgroundMode backgroundMode
-
lineNumberBackground
boolean lineNumberBackground
-
charset
java.nio.charset.Charset charset
-
decorationMode
int decorationMode
-
editationAllowed
org.exbin.deltahex.EditationAllowed editationAllowed
-
editationMode
org.exbin.deltahex.EditationMode editationMode
-
charRenderingMode
CodeArea.CharRenderingMode charRenderingMode
-
charAntialiasingMode
CodeArea.CharAntialiasingMode charAntialiasingMode
-
hexCharactersCase
org.exbin.deltahex.HexCharactersCase hexCharactersCase
-
headerSpace
CodeAreaSpace headerSpace
-
lineNumberSpace
CodeAreaSpace lineNumberSpace
-
lineNumberLength
org.exbin.deltahex.CodeAreaLineNumberLength lineNumberLength
-
lineLength
int lineLength
-
byteGroupSize
int byteGroupSize
-
spaceGroupSize
int spaceGroupSize
-
subFontSpace
int subFontSpace
-
showHeader
boolean showHeader
-
showLineNumbers
boolean showLineNumbers
-
mouseDown
boolean mouseDown
-
wrapMode
boolean wrapMode
-
handleClipboard
boolean handleClipboard
-
showUnprintableCharacters
boolean showUnprintableCharacters
-
showShadowCursor
boolean showShadowCursor
-
verticalScrollBarVisibility
org.exbin.deltahex.ScrollBarVisibility verticalScrollBarVisibility
-
verticalScrollMode
CodeArea.VerticalScrollMode verticalScrollMode
-
horizontalScrollBarVisibility
org.exbin.deltahex.ScrollBarVisibility horizontalScrollBarVisibility
-
horizontalScrollMode
CodeArea.HorizontalScrollMode horizontalScrollMode
-
horizontalScrollBar
javax.swing.JScrollBar horizontalScrollBar
-
verticalScrollBar
javax.swing.JScrollBar verticalScrollBar
-
scrollPosition
CodeArea.ScrollPosition scrollPosition
-
mainColors
ColorsGroup mainColors
Component colors.
Parent foreground and background are used for header and line numbers
section.
-
alternateColors
ColorsGroup alternateColors
-
selectionColors
ColorsGroup selectionColors
-
mirrorSelectionColors
ColorsGroup mirrorSelectionColors
-
cursorColor
java.awt.Color cursorColor
-
negativeCursorColor
java.awt.Color negativeCursorColor
-
decorationLineColor
java.awt.Color decorationLineColor
-
selectionChangedListeners
java.util.List<E> selectionChangedListeners
Listeners.
-
caretMovedListeners
java.util.List<E> caretMovedListeners
-
editationModeChangedListeners
java.util.List<E> editationModeChangedListeners
-
dataChangedListeners
java.util.List<E> dataChangedListeners
-
scrollingListeners
java.util.List<E> scrollingListeners
-
paintDataCache
org.exbin.deltahex.swing.CodeArea.PaintDataCache paintDataCache