jp.hishidama.swing.table
クラス RowHeaderSelectionModel
java.lang.Object
javax.swing.DefaultListSelectionModel
jp.hishidama.swing.table.RowHeaderSelectionModel
- すべての実装されたインタフェース:
- Serializable, Cloneable, EventListener, ListSelectionListener, ListSelectionModel
public class RowHeaderSelectionModel
- extends DefaultListSelectionModel
- implements ListSelectionListener
行ヘッダーのSelectionModel.
- 導入されたバージョン:
- 2009.03.13
- バージョン:
- 2009.04.11 選択時にdataTableを行選択するよう変更
- 作成者:
- ひしだま
- 関連項目:
RowHeaderTable,
直列化された形式
RowHeaderSelectionModel
public RowHeaderSelectionModel(JTable dataTable)
- コンストラクター
- パラメータ:
dataTable - データテーブル
setSelectionInterval
public void setSelectionInterval(int index0,
int index1)
- 定義:
- インタフェース
ListSelectionModel 内の setSelectionInterval - オーバーライド:
- クラス
DefaultListSelectionModel 内の setSelectionInterval
addSelectionInterval
public void addSelectionInterval(int index0,
int index1)
- 定義:
- インタフェース
ListSelectionModel 内の addSelectionInterval - オーバーライド:
- クラス
DefaultListSelectionModel 内の addSelectionInterval
removeSelectionInterval
public void removeSelectionInterval(int index0,
int index1)
- 定義:
- インタフェース
ListSelectionModel 内の removeSelectionInterval - オーバーライド:
- クラス
DefaultListSelectionModel 内の removeSelectionInterval
getMinSelectionIndex
public int getMinSelectionIndex()
- 定義:
- インタフェース
ListSelectionModel 内の getMinSelectionIndex - オーバーライド:
- クラス
DefaultListSelectionModel 内の getMinSelectionIndex
getMaxSelectionIndex
public int getMaxSelectionIndex()
- 定義:
- インタフェース
ListSelectionModel 内の getMaxSelectionIndex - オーバーライド:
- クラス
DefaultListSelectionModel 内の getMaxSelectionIndex
isSelectedIndex
public boolean isSelectedIndex(int index)
- 定義:
- インタフェース
ListSelectionModel 内の isSelectedIndex - オーバーライド:
- クラス
DefaultListSelectionModel 内の isSelectedIndex
getAnchorSelectionIndex
public int getAnchorSelectionIndex()
- 定義:
- インタフェース
ListSelectionModel 内の getAnchorSelectionIndex - オーバーライド:
- クラス
DefaultListSelectionModel 内の getAnchorSelectionIndex
setAnchorSelectionIndex
public void setAnchorSelectionIndex(int anchorIndex)
- 定義:
- インタフェース
ListSelectionModel 内の setAnchorSelectionIndex - オーバーライド:
- クラス
DefaultListSelectionModel 内の setAnchorSelectionIndex
getLeadSelectionIndex
public int getLeadSelectionIndex()
- 定義:
- インタフェース
ListSelectionModel 内の getLeadSelectionIndex - オーバーライド:
- クラス
DefaultListSelectionModel 内の getLeadSelectionIndex
setLeadSelectionIndex
public void setLeadSelectionIndex(int leadIndex)
- 定義:
- インタフェース
ListSelectionModel 内の setLeadSelectionIndex - オーバーライド:
- クラス
DefaultListSelectionModel 内の setLeadSelectionIndex
clearSelection
public void clearSelection()
- 定義:
- インタフェース
ListSelectionModel 内の clearSelection - オーバーライド:
- クラス
DefaultListSelectionModel 内の clearSelection
isSelectionEmpty
public boolean isSelectionEmpty()
- 定義:
- インタフェース
ListSelectionModel 内の isSelectionEmpty - オーバーライド:
- クラス
DefaultListSelectionModel 内の isSelectionEmpty
insertIndexInterval
public void insertIndexInterval(int index,
int length,
boolean before)
- 定義:
- インタフェース
ListSelectionModel 内の insertIndexInterval - オーバーライド:
- クラス
DefaultListSelectionModel 内の insertIndexInterval
removeIndexInterval
public void removeIndexInterval(int index0,
int index1)
- 定義:
- インタフェース
ListSelectionModel 内の removeIndexInterval - オーバーライド:
- クラス
DefaultListSelectionModel 内の removeIndexInterval
setValueIsAdjusting
public void setValueIsAdjusting(boolean isAdjusting)
- 定義:
- インタフェース
ListSelectionModel 内の setValueIsAdjusting - オーバーライド:
- クラス
DefaultListSelectionModel 内の setValueIsAdjusting
getValueIsAdjusting
public boolean getValueIsAdjusting()
- 定義:
- インタフェース
ListSelectionModel 内の getValueIsAdjusting - オーバーライド:
- クラス
DefaultListSelectionModel 内の getValueIsAdjusting
setSelectionMode
public void setSelectionMode(int selectionMode)
- 定義:
- インタフェース
ListSelectionModel 内の setSelectionMode - オーバーライド:
- クラス
DefaultListSelectionModel 内の setSelectionMode
getSelectionMode
public int getSelectionMode()
- 定義:
- インタフェース
ListSelectionModel 内の getSelectionMode - オーバーライド:
- クラス
DefaultListSelectionModel 内の getSelectionMode
addListSelectionListener
public void addListSelectionListener(ListSelectionListener x)
- 定義:
- インタフェース
ListSelectionModel 内の addListSelectionListener - オーバーライド:
- クラス
DefaultListSelectionModel 内の addListSelectionListener
removeListSelectionListener
public void removeListSelectionListener(ListSelectionListener x)
- 定義:
- インタフェース
ListSelectionModel 内の removeListSelectionListener - オーバーライド:
- クラス
DefaultListSelectionModel 内の removeListSelectionListener
valueChanged
public void valueChanged(ListSelectionEvent e)
- 定義:
- インタフェース
ListSelectionListener 内の valueChanged