net.sf.rej.gui.split
Class BytecodeToHexSync

java.lang.Object
  extended by net.sf.rej.gui.split.BytecodeToHexSync
All Implemented Interfaces:
BytecodeSplitSynchronizer

public class BytecodeToHexSync
extends java.lang.Object
implements BytecodeSplitSynchronizer


Constructor Summary
BytecodeToHexSync(HexSplit hexEditor)
           
 
Method Summary
 void setOffsets(java.util.Map<java.lang.Object,Range> offsets)
           
 void sync(EditorRow er)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytecodeToHexSync

public BytecodeToHexSync(HexSplit hexEditor)
Method Detail

setOffsets

public void setOffsets(java.util.Map<java.lang.Object,Range> offsets)
Specified by:
setOffsets in interface BytecodeSplitSynchronizer

sync

public void sync(EditorRow er)
Specified by:
sync in interface BytecodeSplitSynchronizer