Package jaxx.runtime.swing.config.model
Class CallBackMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<CallBackEntry,java.util.List<OptionModel>>
jaxx.runtime.swing.config.model.CallBackMap
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<CallBackEntry,java.util.List<OptionModel>>
public class CallBackMap extends java.util.LinkedHashMap<CallBackEntry,java.util.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.5.11
- Author:
- Tony Chemit - chemit@codelutin.com
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,V extends java.lang.Object> -
Constructor Summary
Constructors Constructor Description CallBackMap() -
Method Summary
Modifier and Type Method Description booleancontainsCallBack(java.lang.String callBackName)CallBackEntrygetCallBack(java.lang.String callBackName)Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesMethods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
Constructor Details
-
CallBackMap
public CallBackMap()
-
-
Method Details
-
containsCallBack
public boolean containsCallBack(java.lang.String callBackName) -
getCallBack
-