Uses of Class
org.fife.ui.hex.swing.HexEditor
-
Packages that use HexEditor Package Description org.fife.ui.hex.event org.fife.ui.hex.swing org.jrd.frontend.frame.main.decompilerview -
-
Uses of HexEditor in org.fife.ui.hex.event
Methods in org.fife.ui.hex.event that return HexEditor Modifier and Type Method Description HexEditor
HexEditorEvent. getHexEditor()
Constructors in org.fife.ui.hex.event with parameters of type HexEditor Constructor Description HexEditorEvent(HexEditor editor, int offs, int added, int removed)
-
Uses of HexEditor in org.fife.ui.hex.swing
Fields in org.fife.ui.hex.swing declared as HexEditor Modifier and Type Field Description private HexEditor
HexTableModel. editor
private HexEditor
HexSearch. hex
private HexEditor
HexTable. hexEditor
Methods in org.fife.ui.hex.swing with parameters of type HexEditor Modifier and Type Method Description private java.awt.datatransfer.DataFlavor
HexEditorTransferHandler. getImportFlavor(java.awt.datatransfer.DataFlavor[] flavors, HexEditor e)
Constructors in org.fife.ui.hex.swing with parameters of type HexEditor Constructor Description HexSearch(HexEditor hex)
HexTable(HexEditor hexEditor, HexTableModel model)
HexTableModel(HexEditor editor)
-
Uses of HexEditor in org.jrd.frontend.frame.main.decompilerview
Fields in org.jrd.frontend.frame.main.decompilerview declared as HexEditor Modifier and Type Field Description private HexEditor
HexWithControls. hex
Methods in org.jrd.frontend.frame.main.decompilerview that return HexEditor Modifier and Type Method Description private HexEditor
HexWithControls. createHexArea()
Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type HexEditor Modifier and Type Method Description static SearchControlsPanel
SearchControlsPanel. createHexControls(HexEditor hex)
-