public class ActionMap extends Object
Action
Map
String
ActionMap()
void
clear()
get(Object name)
protected Map<String,Action>
getMap()
boolean
isEmpty()
put(String name, Action action)
remove(Object name)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ActionMap()
protected Map<String,Action> getMap()
public void clear()
public Action get(Object name)
public boolean isEmpty()
public Action put(String name, Action action)
public Action remove(Object name)
public int size()