Class DefaultRowColLocation
java.lang.Object
docking.widgets.fieldpanel.support.RowColLocation
docking.widgets.fieldpanel.support.DefaultRowColLocation
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
-
Method Summary
-
Constructor Details
-
DefaultRowColLocation
public DefaultRowColLocation() -
DefaultRowColLocation
public DefaultRowColLocation(int row, int col)
-
-
Method Details
-
withCol
- Overrides:
withCol
in classRowColLocation
-
withRow
- Overrides:
withRow
in classRowColLocation
-