Searched refs:backupList (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java136 protected JTable backupList; field in class:BackupListPanel
175 int row = backupList.getSelectedRow();
178 BackupTableModel model = (BackupTableModel)backupList.getModel();
253 backupList = new JTable();
260 backupList.setModel(model);
261 backupList.getSelectionModel().setSelectionMode(
263 backupList.setShowGrid(false);
264 backupList.setIntercellSpacing(new Dimension(0, 0));
269 TableColumn col = backupList.getColumn(model.getColumnName(i));
272 backupList
[all...]
H A DRestorePanel.java241 backupList.getSelectionModel().addListSelectionListener(listener);
269 boolean selected = backupList.isVisible() && (backup != null);
272 if (backupList.getRowCount() == 0)
H A DBackupPanel.java306 backupList.setEnabled(enable);
430 boolean selected = backupList.isVisible() &&
455 browse, backupList, refreshList, compressData, encryptData,
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java135 protected JTable backupList; field in class:BackupListPanel
174 int row = backupList.getSelectedRow();
177 BackupTableModel model = (BackupTableModel)backupList.getModel();
252 backupList = new JTable();
259 backupList.setModel(model);
260 backupList.getSelectionModel().setSelectionMode(
262 backupList.setShowGrid(false);
263 backupList.setIntercellSpacing(new Dimension(0, 0));
268 TableColumn col = backupList.getColumn(model.getColumnName(i));
271 backupList
[all...]
H A DRestorePanel.java240 backupList.getSelectionModel().addListSelectionListener(listener);
268 boolean selected = backupList.isVisible() && (backup != null);
271 if (backupList.getRowCount() == 0)
H A DBackupPanel.java305 backupList.setEnabled(enable);
429 boolean selected = backupList.isVisible() &&
454 browse, backupList, refreshList, compressData, encryptData,
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java136 protected JTable backupList; field in class:BackupListPanel
175 int row = backupList.getSelectedRow();
178 BackupTableModel model = (BackupTableModel)backupList.getModel();
253 backupList = new JTable();
260 backupList.setModel(model);
261 backupList.getSelectionModel().setSelectionMode(
263 backupList.setShowGrid(false);
264 backupList.setIntercellSpacing(new Dimension(0, 0));
269 TableColumn col = backupList.getColumn(model.getColumnName(i));
272 backupList
[all...]
H A DRestorePanel.java241 backupList.getSelectionModel().addListSelectionListener(listener);
269 boolean selected = backupList.isVisible() && (backup != null);
272 if (backupList.getRowCount() == 0)
H A DBackupPanel.java306 backupList.setEnabled(enable);
430 boolean selected = backupList.isVisible() &&
455 browse, backupList, refreshList, compressData, encryptData,
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java135 protected JTable backupList; field in class:BackupListPanel
174 int row = backupList.getSelectedRow();
177 BackupTableModel model = (BackupTableModel)backupList.getModel();
252 backupList = new JTable();
259 backupList.setModel(model);
260 backupList.getSelectionModel().setSelectionMode(
262 backupList.setShowGrid(false);
263 backupList.setIntercellSpacing(new Dimension(0, 0));
268 TableColumn col = backupList.getColumn(model.getColumnName(i));
271 backupList
[all...]
H A DRestorePanel.java240 backupList.getSelectionModel().addListSelectionListener(listener);
268 boolean selected = backupList.isVisible() && (backup != null);
271 if (backupList.getRowCount() == 0)
H A DBackupPanel.java305 backupList.setEnabled(enable);
429 boolean selected = backupList.isVisible() &&
454 browse, backupList, refreshList, compressData, encryptData,
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java136 protected JTable backupList; field in class:BackupListPanel
175 int row = backupList.getSelectedRow();
178 BackupTableModel model = (BackupTableModel)backupList.getModel();
253 backupList = new JTable();
260 backupList.setModel(model);
261 backupList.getSelectionModel().setSelectionMode(
263 backupList.setShowGrid(false);
264 backupList.setIntercellSpacing(new Dimension(0, 0));
269 TableColumn col = backupList.getColumn(model.getColumnName(i));
272 backupList
[all...]
H A DRestorePanel.java241 backupList.getSelectionModel().addListSelectionListener(listener);
269 boolean selected = backupList.isVisible() && (backup != null);
272 if (backupList.getRowCount() == 0)
H A DBackupPanel.java306 backupList.setEnabled(enable);
430 boolean selected = backupList.isVisible() &&
455 browse, backupList, refreshList, compressData, encryptData,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java118 protected JTable backupList; field in class:BackupListPanel
147 int row = backupList.getSelectedRow();
150 BackupTableModel model = (BackupTableModel) backupList.getModel();
222 backupList = new JTable();
229 backupList.setModel(model);
230 backupList.getSelectionModel().setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
231 backupList.setShowGrid(false);
232 backupList.setIntercellSpacing(new Dimension(0, 0));
237 TableColumn col = backupList.getColumn(model.getColumnName(i));
240 backupList
[all...]
H A DRestorePanel.java227 backupList.getSelectionModel().addListSelectionListener(listener);
251 boolean selected = backupList.isVisible() && backup != null;
254 if (backupList.getRowCount() == 0)
H A DBackupPanel.java305 backupList.setEnabled(enable);
436 boolean selected = backupList.isVisible() && getSelectedBackup() != null;
460 browse, backupList, refreshList, compressData, encryptData,

Completed in 75 milliseconds