| | |
| | | import javax.swing.table.TableColumn; |
| | | import javax.swing.table.TableColumnModel; |
| | | |
| | | import org.opends.admin.ads.SubtreeDeleteControl; |
| | | import org.opends.guitools.controlpanel.ControlPanel; |
| | | import org.opends.guitools.controlpanel.browser.IconPool; |
| | | import org.opends.guitools.controlpanel.datamodel.ConfigReadException; |
| | |
| | | } |
| | | } |
| | | |
| | | /** |
| | | * The OID of the delete subtree control. |
| | | */ |
| | | public static final String SUBTREE_CTRL_OID = |
| | | (new SubtreeDeleteControl()).getID(); |
| | | |
| | | |
| | | /** |
| | | * Sets the required icon to the provided label. |