org.deegree.tools.crs.georeferencing.model
Class CheckBoxListModel
java.lang.Object
org.deegree.tools.crs.georeferencing.model.CheckBoxListModel
public class CheckBoxListModel
- extends Object
TODO add class documentation here
- Version:
- $Revision: 28895 $, $Date: 2010-12-17 14:28:11 +0100 (Fri, 17 Dec 2010) $
- Author:
- Steffen Thomas, last edited by: $Author: aschmitz $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckBoxListModel
public CheckBoxListModel()
- Creates a new instance of
CheckBoxList
.
addCheckboxs
public void addCheckboxs(String[] checkboxNames)
selectThisCheckbox
public List<JCheckBox> selectThisCheckbox(JCheckBox selectedCheckbox)
- Deselects all checkboxes except of the one, that should be selected.
- Parameters:
selectedCheckbox
- the selected checkbox.
getList
public List<JCheckBox> getList()
Copyright © 2011. All Rights Reserved.