Package org.meteoinfo.ui
Class CheckTreeSelectionModel
- java.lang.Object
-
- javax.swing.tree.DefaultTreeSelectionModel
-
- org.meteoinfo.ui.CheckTreeSelectionModel
-
public class CheckTreeSelectionModel extends javax.swing.tree.DefaultTreeSelectionModel- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckTreeSelectionModel(javax.swing.tree.TreeModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSelectionPaths(javax.swing.tree.TreePath[] paths)booleanisPartiallySelected(javax.swing.tree.TreePath path)booleanisPathSelected(javax.swing.tree.TreePath path, boolean dig)voidremoveSelectionPaths(javax.swing.tree.TreePath[] paths)voidsetSelectionPaths(javax.swing.tree.TreePath[] pPaths)-
Methods inherited from class javax.swing.tree.DefaultTreeSelectionModel
addPropertyChangeListener, addSelectionPath, addTreeSelectionListener, arePathsContiguous, canPathsBeAdded, canPathsBeRemoved, clearSelection, clone, fireValueChanged, getLeadSelectionPath, getLeadSelectionRow, getListeners, getMaxSelectionRow, getMinSelectionRow, getPropertyChangeListeners, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, getTreeSelectionListeners, insureRowContinuity, insureUniqueness, isPathSelected, isRowSelected, isSelectionEmpty, notifyPathChange, removePropertyChangeListener, removeSelectionPath, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode, setSelectionPath, toString, updateLeadIndex
-
-
-
-
Method Detail
-
isPartiallySelected
public boolean isPartiallySelected(javax.swing.tree.TreePath path)
-
isPathSelected
public boolean isPathSelected(javax.swing.tree.TreePath path, boolean dig)
-
setSelectionPaths
public void setSelectionPaths(javax.swing.tree.TreePath[] pPaths)
- Overrides:
setSelectionPathsin classjavax.swing.tree.DefaultTreeSelectionModel
-
addSelectionPaths
public void addSelectionPaths(javax.swing.tree.TreePath[] paths)
- Overrides:
addSelectionPathsin classjavax.swing.tree.DefaultTreeSelectionModel
-
removeSelectionPaths
public void removeSelectionPaths(javax.swing.tree.TreePath[] paths)
- Overrides:
removeSelectionPathsin classjavax.swing.tree.DefaultTreeSelectionModel
-
-