Uses of Class
org.basex.gui.editor.Editor

Packages that use Editor
org.basex.gui.editor   
 

Uses of Editor in org.basex.gui.editor
 

Methods in org.basex.gui.editor with parameters of type Editor
 void SearchBar.editor(Editor e, boolean srch)
          Sets the specified editor and updates the component layout.
 

Constructors in org.basex.gui.editor with parameters of type Editor
SearchEditor(GUI gui, Editor editor)
          Constructor.
SearchEditor(GUI gui, javax.swing.JComponent center, Editor editor)
          Constructor.