org.gvsig.fmap.mapcontrol.swing.dynobject.impl
Class LayersDynObjectSetComponentModel
java.lang.Object
javax.swing.AbstractListModel
org.gvsig.fmap.mapcontrol.swing.dynobject.impl.LayersDynObjectSetComponentModel
- All Implemented Interfaces:
- Serializable, ListModel, Disposable
public class LayersDynObjectSetComponentModel
- extends AbstractListModel
- implements Disposable
Model for a LayersDynObjectSetComponent.
- Version:
- $Id$
- Author:
- gvSIG Team
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayersDynObjectSetComponentModel
public LayersDynObjectSetComponentModel(Map<String,DynObjectSet> layerName2InfoByPoint)
getLayerNames
public String[] getLayerNames()
getLayerInfoByPoint
public DynObjectSet getLayerInfoByPoint(String layerName)
getSize
public int getSize()
- Specified by:
getSize in interface ListModel
getElementAt
public Object getElementAt(int index)
- Specified by:
getElementAt in interface ListModel
dispose
public void dispose()
- Specified by:
dispose in interface Disposable
Copyright © 2004-2013 gvSIG. All Rights Reserved.