com.iver.cit.gvsig.gui
Interface IView

All Known Implementing Classes:
SingleView, View

public interface IView

Author:
FJP El motivo de tener un Interfaz IView es para poder tener aplicaciones como SingleView, que permiten tener un interfaz del tipo SDI en lugar de MDI. TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Method Summary
 MapControl getMapControl()
          DOCUMENT ME!
 TOC getTOC()
          DOCUMENT ME!
 

Method Detail

getMapControl

public MapControl getMapControl()
DOCUMENT ME!

Returns:
DOCUMENT ME!

getTOC

public TOC getTOC()
DOCUMENT ME!

Returns:
DOCUMENT ME!