Interface ResizableRowDataModel

All Known Implementing Classes:
RosterTableModel

public interface ResizableRowDataModel
Interface to label a JTable DataModel that has a method for resizing.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    resizeRowToText(int modelRow, int numberOfLines)
     
  • Method Details