Class ExtentListSelectorModel
java.lang.Object
org.gvsig.app.project.documents.view.gui.ExtentListSelectorModel
- All Implemented Interfaces:
PropertyChangeListener,EventListener,ListModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetElementAt(int arg0) intgetSize()booleanisView(int index) voidpropertyChange(PropertyChangeEvent change) void
-
Constructor Details
-
ExtentListSelectorModel
-
-
Method Details
-
getSize
public int getSize() -
getElementAt
- Specified by:
getElementAtin interfaceListModel
-
isView
public boolean isView(int index) -
addListDataListener
- Specified by:
addListDataListenerin interfaceListModel
-
removeListDataListener
- Specified by:
removeListDataListenerin interfaceListModel
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-