Class RowColLocation
java.lang.Object
docking.widgets.fieldpanel.support.RowColLocation
- Direct Known Subclasses:
DefaultRowColLocation
Simple class to return a row, column location.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRowColLocation
(int row, int col) Constructs a new RowColLocation with the given row and column. -
Method Summary
-
Field Details
-
row
protected int row -
col
protected int col
-
-
Constructor Details
-
RowColLocation
public RowColLocation(int row, int col) Constructs a new RowColLocation with the given row and column.- Parameters:
row
- the row locationcol
- the column location
-
-
Method Details