Package com.formdev.flatlaf.themeeditor
Class FlatThemePreview.VariablesDelegateMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,java.lang.String>
-
- com.formdev.flatlaf.themeeditor.FlatThemePreview.VariablesDelegateMap
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,java.lang.String>
- Enclosing class:
- FlatThemePreview
private class FlatThemePreview.VariablesDelegateMap extends java.util.HashMap<java.lang.String,java.lang.String>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,java.lang.String>
variables
-
Constructor Summary
Constructors Constructor Description VariablesDelegateMap(java.util.Map<java.lang.String,java.lang.String> variables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
get(java.lang.Object key)
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-