Uses of Enum
de.xima.fc.config.EXfcConfigType
Packages that use EXfcConfigType
-
Uses of EXfcConfigType in de.xima.fc.config
Subclasses with type arguments of type EXfcConfigType in de.xima.fc.configModifier and TypeClassDescriptionenumEnum for the different types of configuration files used by formcycle.Methods in de.xima.fc.config that return EXfcConfigTypeModifier and TypeMethodDescriptionstatic EXfcConfigTypeReturns the enum constant of this type with the specified name.static EXfcConfigType[]EXfcConfigType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.config with parameters of type EXfcConfigTypeModifier and TypeMethodDescriptionstatic <E extends org.apache.commons.configuration2.event.Event>
voidXfcConfig.addBuilderEventListener(EXfcConfigType configType, org.apache.commons.configuration2.event.EventType<E> eventType, org.apache.commons.configuration2.event.EventListener<? super E> eventListener) Adds an event listener to theConfigurationBuilderof a given formcycle properties file.static <E extends org.apache.commons.configuration2.event.Event>
voidXfcConfig.removeBuilderEventListener(EXfcConfigType configType, org.apache.commons.configuration2.event.EventType<E> eventType, org.apache.commons.configuration2.event.EventListener<? super E> eventListener) Removes an event listener from theConfigurationBuilderof a given formcycle properties file.