com.iver.cit.gvsig.gui.layout.fframes
Class ListViewModel

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended bycom.iver.cit.gvsig.gui.layout.fframes.ListViewModel
All Implemented Interfaces:
javax.swing.ListModel, java.io.Serializable

public class ListViewModel
extends javax.swing.AbstractListModel

Modelo de la Lista de vistas a seleccionar.

Author:
Vicente Caballero Navarro
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
ListViewModel()
           
 
Method Summary
 void addViews()
          Aņade las vistas que tiene el proyecto a la lista.
 void addViewsforScale(Layout l)
          Aņade un FFrameView a la lista.
 java.lang.Object getElementAt(int index)
           
 int getSize()
           
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListViewModel

public ListViewModel()
Method Detail

addViews

public void addViews()
Aņade las vistas que tiene el proyecto a la lista.


addViewsforScale

public void addViewsforScale(Layout l)
Aņade un FFrameView a la lista.

Parameters:
l - Referencia al Layout.

getSize

public int getSize()
See Also:
ListModel.getSize()

getElementAt

public java.lang.Object getElementAt(int index)
See Also:
ListModel.getElementAt(int)