|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupListModel
An enhanced interface of ListModel
.
Method Summary | |
---|---|
int[] |
getGroupCellIndices()
Returns all group cell indices |
int |
getGroupRowIndex(int row)
Returns the group row index where the group has the specified row. |
int |
getNextGroupRowIndex(int row)
Returns the next group row index where the previous group has the specified row, if any. |
boolean |
isGroupRow(int row)
Returns true if the specified row is a group row, false otherwise. |
Methods inherited from interface javax.swing.ListModel |
---|
addListDataListener, getElementAt, getSize, removeListDataListener |
Method Detail |
---|
int getGroupRowIndex(int row)
row
- the row index.
int getNextGroupRowIndex(int row)
row
- the row index.
boolean isGroupRow(int row)
row
- the row index.
int[] getGroupCellIndices()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |