| | |
| | | * information: "Portions Copyright [year] [name of copyright owner]". |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014-2015 ForgeRock AS. |
| | | * Portions Copyright 2014-2016 ForgeRock AS. |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel.ui; |
| | |
| | | import org.opends.messages.AdminToolMessages; |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | |
| | | /** |
| | | * Panel displaying a table containing the VLV indexes of a backend. |
| | | * |
| | | */ |
| | | /** Panel displaying a table containing the VLV indexes of a backend. */ |
| | | public class BackendVLVIndexesPanel extends AbstractBackendIndexesPanel |
| | | { |
| | | private static final long serialVersionUID = -5864660402543106492L; |
| | |
| | | super(); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public LocalizableMessage getTitle() |
| | | { |
| | | return AdminToolMessages.INFO_CTRL_PANEL_BACKEND_VLV_INDEXES_TITLE.get(); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | protected AbstractIndexTableModel getIndexTableModel() |
| | | { |
| | | return new VLVIndexTableModel(); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | protected void updateTableModel(BackendDescriptor backend) |
| | | { |
| | | tableModel.setData( |