程序包 org.meteoinfo.ui

类 CheckTreeSelectionModel

  • 所有已实现的接口:
    java.io.Serializable, java.lang.Cloneable, javax.swing.tree.TreeSelectionModel

    public class CheckTreeSelectionModel
    extends javax.swing.tree.DefaultTreeSelectionModel
    作者:
    wyq
    另请参阅:
    序列化表格
    • 字段概要

      • 从类继承的字段 javax.swing.tree.DefaultTreeSelectionModel

        changeSupport, leadIndex, leadPath, leadRow, listenerList, listSelectionModel, rowMapper, selection, SELECTION_MODE_PROPERTY, selectionMode
      • 从接口继承的字段 javax.swing.tree.TreeSelectionModel

        CONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void addSelectionPaths​(javax.swing.tree.TreePath[] paths)  
      boolean isPartiallySelected​(javax.swing.tree.TreePath path)  
      boolean isPathSelected​(javax.swing.tree.TreePath path, boolean dig)  
      void removeSelectionPaths​(javax.swing.tree.TreePath[] paths)  
      void setSelectionPaths​(javax.swing.tree.TreePath[] pPaths)  
      • 从类继承的方法 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
      • 从类继承的方法 java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • CheckTreeSelectionModel

        public CheckTreeSelectionModel​(javax.swing.tree.TreeModel model)
    • 方法详细资料

      • 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)
        指定者:
        setSelectionPaths 在接口中 javax.swing.tree.TreeSelectionModel
        覆盖:
        setSelectionPaths 在类中 javax.swing.tree.DefaultTreeSelectionModel
      • addSelectionPaths

        public void addSelectionPaths​(javax.swing.tree.TreePath[] paths)
        指定者:
        addSelectionPaths 在接口中 javax.swing.tree.TreeSelectionModel
        覆盖:
        addSelectionPaths 在类中 javax.swing.tree.DefaultTreeSelectionModel
      • removeSelectionPaths

        public void removeSelectionPaths​(javax.swing.tree.TreePath[] paths)
        指定者:
        removeSelectionPaths 在接口中 javax.swing.tree.TreeSelectionModel
        覆盖:
        removeSelectionPaths 在类中 javax.swing.tree.DefaultTreeSelectionModel