Uses of Class
proyecto.Editor

Packages that use Editor
proyecto   
proyecto.herramientas   
 

Uses of Editor in proyecto
 

Methods in proyecto that return Editor
static Editor Editor.get()
          Obtener.
 

Methods in proyecto with parameters of type Editor
static BuscarYRemplazar BuscarYRemplazar.get(Editor ventanEditor)
          Obtener.
 

Constructors in proyecto with parameters of type Editor
BuscarYRemplazar(Editor ventanEditor)
          Constructor buscar y remplazar.
ControlVentEditor(Editor vent)
          Constructor control vent editor.
ControlVentPanel(Editor vent)
           
GuardadoFinalPanel(Editor aguiEditor, boolean modal, int aModo)
           
PanelEdicion(Editor princ)
          Constructor panel edicion.
 

Uses of Editor in proyecto.herramientas
 

Constructors in proyecto.herramientas with parameters of type Editor
OpcionesCompilacion(Editor aGui, boolean modal)
          Constructor opciones compilacion.