jaxx.runtime.swing.editor.config.model
Class CallBackMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<CallBackEntry,List<OptionModel>>
              extended by jaxx.runtime.swing.editor.config.model.CallBackMap
All Implemented Interfaces:
Serializable, Cloneable, Map<CallBackEntry,List<OptionModel>>

public class CallBackMap
extends LinkedHashMap<CallBackEntry,List<OptionModel>>

A convient map of callback entry for a list of option.

This model is used to store callbacks to use before a saving action.

Since:
2.0.2
Author:
tchemit
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
CallBackMap()
           
 
Method Summary
 boolean containsCallBack(String callBackName)
           
 CallBackEntry getCallBack(String callBackName)
           
 
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get, removeEldestEntry
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

CallBackMap

public CallBackMap()
Method Detail

containsCallBack

public boolean containsCallBack(String callBackName)

getCallBack

public CallBackEntry getCallBack(String callBackName)


Copyright © 2008-2012 CodeLutin. All Rights Reserved.