Package | Description |
---|---|
conexp.fx.core.xml |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompoundData |
class |
BooleanData |
class |
BooleanListData |
class |
CompoundData |
class |
CompoundListData |
class |
FloatData |
class |
FloatListData |
class |
IntegerData |
class |
IntegerListData |
class |
ListData<T> |
class |
Metadata |
class |
StringData |
class |
StringListData |
class |
XMLFile
Use an XMLFile for persistent configuration values.
|
Modifier and Type | Method and Description |
---|---|
Data<?> |
AbstractCompoundData.get(Object key) |
Data<?> |
AbstractCompoundData.put(String key,
Data<?> value) |
Data<?> |
AbstractCompoundData.remove(Object key) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,Data<?>>> |
AbstractCompoundData.entrySet() |
Map<String,Data<?>> |
CompoundListData.get(int index) |
List<Map<String,Data<?>>> |
Data.getCompoundListValue() |
Map<String,Data<?>> |
Data.getCompoundValue() |
Iterator<Map<String,Data<?>>> |
CompoundListData.iterator() |
ListIterator<Map<String,Data<?>>> |
CompoundListData.listIterator() |
ListIterator<Map<String,Data<?>>> |
CompoundListData.listIterator(int index) |
protected static Map<String,Data<?>> |
AbstractCompoundData.readDataFromElement(org.jsoup.nodes.Element element,
Metadata metadata) |
Map<String,Data<?>> |
CompoundListData.remove(int index) |
Map<String,Data<?>> |
CompoundListData.set(int index,
Map<String,Data<?>> value) |
List<Map<String,Data<?>>> |
CompoundListData.subList(int fromIndex,
int toIndex) |
Collection<Data<?>> |
AbstractCompoundData.values() |
Modifier and Type | Method and Description |
---|---|
Data<?> |
AbstractCompoundData.put(String key,
Data<?> value) |
Modifier and Type | Method and Description |
---|---|
void |
CompoundListData.add(int index,
Map<String,Data<?>> value) |
boolean |
CompoundListData.add(Map<String,Data<?>> value) |
boolean |
CompoundListData.addAll(Collection<? extends Map<String,Data<?>>> collection) |
boolean |
CompoundListData.addAll(int index,
Collection<? extends Map<String,Data<?>>> collection) |
void |
AbstractCompoundData.putAll(Map<? extends String,? extends Data<?>> m) |
Map<String,Data<?>> |
CompoundListData.set(int index,
Map<String,Data<?>> value) |
Constructor and Description |
---|
AbstractCompoundData(Datatype type,
String key,
Map<String,Data<?>> value) |
CompoundData(String key,
Map<String,Data<?>> value) |
CompoundListData(String key,
String subkey,
List<Map<String,Data<?>>> value) |
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.