Class DefaultRowColLocation
- java.lang.Object
-
- docking.widgets.fieldpanel.support.RowColLocation
-
- docking.widgets.fieldpanel.support.DefaultRowColLocation
-
public class DefaultRowColLocation extends RowColLocation
A location used to represent a an edge case where not suitable location can be found and the client does not wish to return null.
-
-
Field Summary
-
Fields inherited from class docking.widgets.fieldpanel.support.RowColLocation
col, row
-
-
Constructor Summary
Constructors Constructor Description DefaultRowColLocation()
DefaultRowColLocation(int row, int col)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RowColLocation
withCol(int newColumn)
RowColLocation
withRow(int newRow)
-
-
-
Method Detail
-
withCol
public RowColLocation withCol(int newColumn)
- Overrides:
withCol
in classRowColLocation
-
withRow
public RowColLocation withRow(int newRow)
- Overrides:
withRow
in classRowColLocation
-
-