Class ContainerTableCellRenderer<M extends AbstractContainerManager,​C extends AbstractContainer>

    • Constructor Detail

      • ContainerTableCellRenderer

        public ContainerTableCellRenderer()
    • Method Detail

      • getTableCellRendererComponent

        public Component getTableCellRendererComponent​(JTable table,
                                                       Object value,
                                                       boolean isSelected,
                                                       boolean hasFocus,
                                                       int row,
                                                       int column)
        Returns the default table cell renderer.
        Specified by:
        getTableCellRendererComponent in interface TableCellRenderer
        Overrides:
        getTableCellRendererComponent in class DefaultTableCellRenderer
        Parameters:
        table - the table this renderer belongs to
        value - the object to render
        isSelected - whether the object is selected
        hasFocus - whether the object has the focus
        row - the row in the table
        column - the column in the table
        Returns:
        the component for rendering