Uses of Class
com.github.blutorange.primefaces.config.monacoeditor.EGoToLocationValues
| Package | Description |
|---|---|
| com.github.blutorange.primefaces.config.monacoeditor |
-
Uses of EGoToLocationValues in com.github.blutorange.primefaces.config.monacoeditor
Methods in com.github.blutorange.primefaces.config.monacoeditor that return EGoToLocationValues Modifier and Type Method Description static EGoToLocationValuesEGoToLocationValues. valueOf(String name)Returns the enum constant of this type with the specified name.static EGoToLocationValues[]EGoToLocationValues. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.blutorange.primefaces.config.monacoeditor with parameters of type EGoToLocationValues Modifier and Type Method Description EditorGotoLocationOptionsEditorGotoLocationOptions. setMultiple(EGoToLocationValues multiple)EditorGotoLocationOptionsEditorGotoLocationOptions. setMultipleDeclarations(EGoToLocationValues multipleDeclarations)EditorGotoLocationOptionsEditorGotoLocationOptions. setMultipleDefinitions(EGoToLocationValues multipleDefinitions)EditorGotoLocationOptionsEditorGotoLocationOptions. setMultipleImplementations(EGoToLocationValues multipleImplementations)EditorGotoLocationOptionsEditorGotoLocationOptions. setMultipleReferences(EGoToLocationValues multipleReferences)EditorGotoLocationOptionsEditorGotoLocationOptions. setMultipleTypeDefinitions(EGoToLocationValues multipleTypeDefinitions)