Uses of Class
org.basex.gui.view.editor.EditorArea
Packages that use EditorArea
-
Uses of EditorArea in org.basex.gui.view.editor
Methods in org.basex.gui.view.editor that return EditorAreaModifier and TypeMethodDescriptionEditorView.getEditor()Returns the current editor.Opens and parses the specified query file.Methods in org.basex.gui.view.editor with parameters of type EditorAreaModifier and TypeMethodDescriptionvoidEditorView.close(EditorArea edit) Closes an editor.booleanEditorView.confirm(EditorArea edit) Shows a confirmation dialog for the specified editor, or all editors. -
Uses of EditorArea in org.basex.gui.view.project
Methods in org.basex.gui.view.project with parameters of type EditorAreaModifier and TypeMethodDescriptionvoidProjectView.findFiles(EditorArea ea) Finds files with the text selected in the specified editor area.