org.deegree.tools.crs.georeferencing.model
Class CheckBoxListModel

java.lang.Object
  extended by 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 $

Constructor Summary
CheckBoxListModel()
          Creates a new instance of CheckBoxList.
 
Method Summary
 void addCheckboxs(String[] checkboxNames)
           
 List<JCheckBox> getList()
           
 List<JCheckBox> selectThisCheckbox(JCheckBox selectedCheckbox)
          Deselects all checkboxes except of the one, that should be selected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckBoxListModel

public CheckBoxListModel()
Creates a new instance of CheckBoxList.

Method Detail

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.