Package overit.geocall.util
Class State
java.lang.Object
java.util.AbstractMap
java.util.HashMap
overit.geocall.util.State
- All Implemented Interfaces:
Serializable,Cloneable,Map
Utility class used to store nested configuration for the graphic interface.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClass for the configurationstatic classClass for the widgetNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
OLD_PIPE_DELIMITER
- See Also:
-
BLANK_SPACE_DELIMITER
- See Also:
-
WIDGET_ATTRIBUTES_OBJECT
- See Also:
-
FIELDS_OBJECT_NAME
- See Also:
-
-
Constructor Details
-
State
public State()
-
-
Method Details
-
getConf
Returns the conf- Parameters:
clz- The string clzobj- The string obj- Returns:
- The conf
-