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 HexEditorHexEditorEvent. 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 HexEditorHexTableModel. editorprivate HexEditorHexSearch. hexprivate HexEditorHexTable. hexEditorMethods in org.fife.ui.hex.swing with parameters of type HexEditor Modifier and Type Method Description private java.awt.datatransfer.DataFlavorHexEditorTransferHandler. 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 HexEditorHexWithControls. hexMethods in org.jrd.frontend.frame.main.decompilerview that return HexEditor Modifier and Type Method Description private HexEditorHexWithControls. createHexArea()Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type HexEditor Modifier and Type Method Description static SearchControlsPanelSearchControlsPanel. createHexControls(HexEditor hex)
-