public class SelectedRange extends Object
Constructor and Description |
---|
SelectedRange(int uiRowIndex,
int uiColumnIndex) |
SelectedRange(int uiRowIndex,
int uiColumnIndex,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getHeight() |
int |
getUiColumnIndex() |
int |
getUiRowIndex() |
int |
getWidth() |
int |
hashCode() |
void |
setHeight(int height) |
void |
setWidth(int width) |
public SelectedRange(int uiRowIndex, int uiColumnIndex)
public SelectedRange(int uiRowIndex, int uiColumnIndex, int width, int height)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.