Uses of Class
proyecto.editor.Editor

Packages that use Editor
proyecto.editor   
proyecto.herramientas   
 

Uses of Editor in proyecto.editor
 

Methods in proyecto.editor that return Editor
static Editor Editor.get()
           Obtenemos nuestra ventana principal, para tener acceso a caulquier propiedad creada.
 

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

Constructors in proyecto.editor with parameters of type Editor
BuscarYRemplazar(Editor ventanEditor)
          Constructor buscar y remplazar.
ControlVentEditor(Editor vent)
          Constructor control vent editor.
GuardadoFinalPanel(Editor aguiEditor, boolean modal, int aModo)
          Constructor guardado final panel.
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.