net.sf.sqs_xml.editor.base.swing
クラス NodeTreeSelectionModel

java.lang.Object
  拡張javax.swing.tree.DefaultTreeSelectionModel
      拡張net.sf.sqs_xml.editor.base.swing.NodeTreeSelectionModel
すべての実装インタフェース:
java.lang.Cloneable, java.io.Serializable, javax.swing.tree.TreeSelectionModel

public class NodeTreeSelectionModel
extends javax.swing.tree.DefaultTreeSelectionModel

作成者:
hiroya
関連項目:
直列化された形式

フィールドの概要
static int NORMAL_MODE
           
static int XOR_MODE
           
 
クラス 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
 
コンストラクタの概要
NodeTreeSelectionModel(AbstractNodeTreePane tree)
           
 
メソッドの概要
 boolean isHierachicalSelected(javax.swing.tree.TreePath path)
           
 void removeHierachicalSelected()
           
 void selectNodeGroup(int rowClicked)
           
 void selectNodeGroup(int row1, int row2)
           
 
クラス javax.swing.tree.DefaultTreeSelectionModel から継承したメソッド
addPropertyChangeListener, addSelectionPath, addSelectionPaths, 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, removeSelectionPaths, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode, setSelectionPath, setSelectionPaths, toString, updateLeadIndex
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

NORMAL_MODE

public static final int NORMAL_MODE
関連項目:
定数フィールド値

XOR_MODE

public static final int XOR_MODE
関連項目:
定数フィールド値
コンストラクタの詳細

NodeTreeSelectionModel

public NodeTreeSelectionModel(AbstractNodeTreePane tree)
メソッドの詳細

selectNodeGroup

public void selectNodeGroup(int row1,
                            int row2)

removeHierachicalSelected

public void removeHierachicalSelected()

isHierachicalSelected

public boolean isHierachicalSelected(javax.swing.tree.TreePath path)

selectNodeGroup

public void selectNodeGroup(int rowClicked)