|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.asyrinx.brownie.swing.table.wrapper.TableModelWrapper
org.asyrinx.brownie.swing.table.SortableTableModelImpl
入れ子クラスの概要 | |
(パッケージプライベート) class |
SortableTableModelImpl.SortEntry
|
フィールドの概要 |
クラス org.asyrinx.brownie.swing.table.wrapper.TableModelWrapper から継承したフィールド |
model |
コンストラクタの概要 | |
SortableTableModelImpl(javax.swing.table.TableModel model)
|
メソッドの概要 | |
int |
getOriginalRowIndex(int sortedRowIndex)
|
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex)
|
void |
sort(int columnIndex,
boolean reverse)
|
クラス org.asyrinx.brownie.swing.table.wrapper.TableModelWrapper から継承したメソッド |
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, isCellEditable, removeTableModelListener, setValueAt |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース javax.swing.table.TableModel から継承したメソッド |
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, isCellEditable, removeTableModelListener, setValueAt |
コンストラクタの詳細 |
public SortableTableModelImpl(javax.swing.table.TableModel model)
model
- メソッドの詳細 |
public void sort(int columnIndex, boolean reverse)
SortableTableModel
内の sort
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
javax.swing.table.TableModel
内の getValueAt
TableModelWrapper
内の getValueAt
rowIndex
- columnIndex
-
public int getOriginalRowIndex(int sortedRowIndex)
SortableTableModel
内の getOriginalRowIndex
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |