Class RowColLocation

java.lang.Object
docking.widgets.fieldpanel.support.RowColLocation
Direct Known Subclasses:
DefaultRowColLocation

public class RowColLocation extends Object
Simple class to return a row, column location.
  • 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 location
      col - the column location
  • Method Details