Uses of Interface
info.joseluismartin.gui.Editor

Packages that use Editor
info.joseluismartin.gui   
info.joseluismartin.gui.editor   
 

Uses of Editor in info.joseluismartin.gui
 

Classes in info.joseluismartin.gui that implement Editor
 class ViewFrame
          A JFrame for use as View Container
 

Uses of Editor in info.joseluismartin.gui.editor
 

Methods in info.joseluismartin.gui.editor that return Editor
 Editor ControlState.getEditor()
           
 Editor CleanState.getEditor()
           
 Editor DirtyState.getEditor()
           
 

Methods in info.joseluismartin.gui.editor with parameters of type Editor
 void ControlState.setEditor(Editor editor)
           
 void CleanState.setEditor(Editor editor)
           
 void DirtyState.setEditor(Editor editor)
           
 



Copyright © 2012 JDAL. All Rights Reserved.