Class TableContentPanel

    • Field Detail

      • m_Component

        protected JComponent m_Component
        the actual component.
      • m_PanelSearch

        protected SearchPanel m_PanelSearch
        the search panel.
    • Constructor Detail

      • TableContentPanel

        public TableContentPanel​(JTable comp,
                                 boolean useScrollPane)
        Initializes the panel with the specified textual component.
        Parameters:
        comp - the component to embed
        useScrollPane - whether to use a scroll pane
      • TableContentPanel

        public TableContentPanel​(BaseTable comp,
                                 boolean useScrollPane)
        Initializes the panel with the specified textual component.
        Parameters:
        comp - the component to embed
        useScrollPane - whether to use a scroll pane
      • TableContentPanel

        public TableContentPanel​(BaseTableWithButtons comp,
                                 boolean useScrollPane)
        Initializes the panel with the specified textual component.
        Parameters:
        comp - the component to embed
        useScrollPane - whether to use a scroll pane
      • TableContentPanel

        public TableContentPanel​(SortableAndSearchableTable comp,
                                 boolean useScrollPane,
                                 boolean searchable)
        Initializes the panel with the specified textual component.
        Parameters:
        comp - the component to embed
        useScrollPane - whether to use a scroll pane
        searchable - whether the table is searchable
      • TableContentPanel

        public TableContentPanel​(SortableAndSearchableTableWithButtons comp,
                                 boolean useScrollPane,
                                 boolean searchable)
        Initializes the panel with the specified textual component.
        Parameters:
        comp - the component to embed
        useScrollPane - whether to use a scroll pane
        searchable - whether the table is searchable