|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowMarginSupport
RowMarginSupport
extends MarginSupport
to provide the support for the margin support for
the components that have rows, such as table, tree, list etc.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.jidesoft.margin.MarginSupport |
---|
MarginSupport.ModelChangedCallback, MarginSupport.RepaintCallback |
Method Summary | |
---|---|
int |
actualRowToVisualRow(int actualRow)
Converts the actual row index as in the model to the visual row index as in the view. |
int |
getBaselineAdjustment()
Gets the baseline adjustment so that the text on the margin aligns properly with the text on the component. |
int |
getRowCount()
Gets the total row count in the component. |
int |
getRowHeight(int row)
Gets the row height. |
int |
positionToRow(int position)
Gets the actual row index corresponding to the position the margin. |
int |
rowToPosition(int row)
Gets the position on the margin corresponding to the actual row index. |
void |
scrollTo(int beginRow,
int endRow,
boolean select)
Selects the rows. |
int |
visualRowToActualRow(int visualRow)
Converts the visual row index as in the view to the actual row index as in the model. |
Methods inherited from interface com.jidesoft.margin.MarginSupport |
---|
getViewPosition, getViewSize, installListeners, uninstallListeners |
Method Detail |
---|
int getRowCount()
int getRowHeight(int row)
row
- the row index.
int positionToRow(int position)
position
- the position on the margin.
int rowToPosition(int row)
row
- the actual row index
void scrollTo(int beginRow, int endRow, boolean select)
beginRow
- the beginning row indexendRow
- the end row indexselect
- to select the rows. True to select the row. False to scroll the rows visible only without
selecting them.int visualRowToActualRow(int visualRow)
visualRow
- the visual row index in the view.
int actualRowToVisualRow(int actualRow)
actualRow
- the actual row index as in the model.
int getBaselineAdjustment()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |