Class GeometryWKTCellEditor

All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor, TreeCellEditor

public class GeometryWKTCellEditor extends TextAreaCellEditor
Editor for cells of type Geometry in WKT format.

If the WKT to represent a Geometry is too big, editing is not allowed, as the rendering of that big text is too slow.

Author:
C�sar Ordi�ana
See Also:
  • Field Details

    • DEFAULT_MAX_WKT_LENGTH

      public static final int DEFAULT_MAX_WKT_LENGTH
      See Also:
  • Constructor Details

    • GeometryWKTCellEditor

      public GeometryWKTCellEditor()
      Creates a new editor for Geometries in WKT format.
    • GeometryWKTCellEditor

      public GeometryWKTCellEditor(int maxWKTLength, int maxRowHeight)
      Creates a new editor for Geometries in WKT format.
      Parameters:
      maxWKTLength - the maximum WTK length allowed to be edited.
      maxRowHeight - the maximum row height for the rows with cells rendered with this component
  • Method Details