From 22094368c2865dcfb6daf8366425212b721a4657 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 05 Feb 2009 17:42:14 +0000
Subject: [PATCH] Merge ASN1 branch to trunk
---
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewVLVIndexPanel.java | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/controlpanel/ui/NewVLVIndexPanel.java b/opends/src/guitools/org/opends/guitools/controlpanel/ui/NewVLVIndexPanel.java
index ffb8cf1..733eb10 100644
--- a/opends/src/guitools/org/opends/guitools/controlpanel/ui/NewVLVIndexPanel.java
+++ b/opends/src/guitools/org/opends/guitools/controlpanel/ui/NewVLVIndexPanel.java
@@ -91,6 +91,7 @@
/**
* {@inheritDoc}
*/
+ @Override
public Message getTitle()
{
return INFO_CTRL_PANEL_NEW_VLV_INDEX_TITLE.get();
@@ -99,6 +100,7 @@
/**
* {@inheritDoc}
*/
+ @Override
public Component getPreferredFocusComponent()
{
return name;
@@ -129,6 +131,7 @@
/**
* {@inheritDoc}
*/
+ @Override
public void okClicked()
{
List<Message> errors = checkErrors(true);
@@ -211,6 +214,7 @@
/**
* {@inheritDoc}
*/
+ @Override
public Type getType()
{
return Type.NEW_INDEX;
@@ -219,6 +223,7 @@
/**
* {@inheritDoc}
*/
+ @Override
public Set<String> getBackends()
{
return backendSet;
@@ -227,6 +232,7 @@
/**
* {@inheritDoc}
*/
+ @Override
public Message getTaskDescription()
{
return INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION.get(
@@ -236,6 +242,7 @@
/**
* {@inheritDoc}
*/
+ @Override
public boolean canLaunch(Task taskToBeLaunched,
Collection<Message> incompatibilityReasons)
{
@@ -420,6 +427,7 @@
/**
* {@inheritDoc}
*/
+ @Override
protected String getCommandLinePath()
{
return null;
@@ -428,6 +436,7 @@
/**
* {@inheritDoc}
*/
+ @Override
protected ArrayList<String> getCommandLineArguments()
{
return new ArrayList<String>();
@@ -448,6 +457,7 @@
/**
* {@inheritDoc}
*/
+ @Override
public void runTask()
{
state = State.RUNNING;
@@ -481,6 +491,7 @@
/**
* {@inheritDoc}
*/
+ @Override
public void postOperation()
{
if ((lastException == null) && (state == State.FINISHED_SUCCESSFULLY) &&
--
Gitblit v1.10.0