Interface IListViewPainter

All Known Implementing Classes:
LargeIcon, PaintList, SmallIcon

public interface IListViewPainter
Version:
28/06/2007
Author:
BorSanZa - Borja Sánchez Zamorano (borja.sanchez@iver.es)
  • Method Details

    • getName

      String getName()
      Devuelve el nombre de la vista
      Returns:
    • getPreferredSize

      Dimension getPreferredSize()
      Devuelve la dimension minima del componente
      Returns:
    • paint

      void paint(Graphics2D g, Rectangle visibleRect)
      Pintar el componente
      Parameters:
      g -