org.brains2b.thex
Class HexEditorMap

java.lang.Object
  extended by javax.swing.ActionMap
      extended by org.brains2b.swingext.action.ExtActionMap
          extended by org.brains2b.thex.HexEditorMap
All Implemented Interfaces:
java.io.Serializable

public class HexEditorMap
extends org.brains2b.swingext.action.ExtActionMap

ActionMap for default actions of HexEditor

Depending on which editor (Binary or Ascii) is visible and has focus the actions will be done on that view and synchronized to the other view

Version:
$Revision: 1.2 $ $Date: 2010/01/15 03:53:05 $
Author:
dennis@brains2b.nl
See Also:
Serialized Form

Constructor Summary
HexEditorMap(java.awt.event.ActionListener listener)
          Constructor
 
Method Summary
 
Methods inherited from class org.brains2b.swingext.action.ExtActionMap
addAction, allKeys, clear, get, getListener, getMap, keys, put, remove, setDefaultSystemActions, size
 
Methods inherited from class javax.swing.ActionMap
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexEditorMap

public HexEditorMap(java.awt.event.ActionListener listener)
Constructor

Parameters:
listener - ActionListener to use to handle the actions