Uses of Enum
de.xima.fc.prompt.service.support.PromptFileSource
Packages that use PromptFileSource
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of PromptFileSource in de.xima.fc.prompt.service.support
Subclasses with type arguments of type PromptFileSource in de.xima.fc.prompt.service.supportMethods in de.xima.fc.prompt.service.support that return PromptFileSourceModifier and TypeMethodDescriptionPromptFiles.getSource()static PromptFileSourceReturns the enum constant of this type with the specified name.static PromptFileSource[]PromptFileSource.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.prompt.service.support with parameters of type PromptFileSource -
Uses of PromptFileSource in de.xima.fc.prompt.service.support.gui.component
Methods in de.xima.fc.prompt.service.support.gui.component with parameters of type PromptFileSourceModifier and TypeMethodDescriptionvoidSingleFileComponent.onChangeSource(PromptFileSource source) Callback invoked when the user changes the source of the prompt config file.