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.
  • Constructor Details

    • DefaultRowColLocation

      public DefaultRowColLocation()
    • DefaultRowColLocation

      public DefaultRowColLocation(int row, int col)
  • Method Details