comparison org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterType.d @ 17:6f068362a363

Remove direct import of tango.text.convert.Format
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Mar 2009 09:09:23 +0100
parents bc29606a740c
children 634e4380db78
comparison
equal deleted inserted replaced
16:dbfb303e8fb0 17:6f068362a363
18 import org.eclipse.core.commands.AbstractParameterValueConverter; 18 import org.eclipse.core.commands.AbstractParameterValueConverter;
19 import org.eclipse.core.commands.IParameterTypeListener; 19 import org.eclipse.core.commands.IParameterTypeListener;
20 import org.eclipse.core.commands.ParameterTypeEvent; 20 import org.eclipse.core.commands.ParameterTypeEvent;
21 21
22 import java.lang.all; 22 import java.lang.all;
23 import tango.text.convert.Format;
24 23
25 /** 24 /**
26 * <p> 25 * <p>
27 * Provides information about the type of a command parameter. Clients can use a 26 * Provides information about the type of a command parameter. Clients can use a
28 * parameter type to check if an object matches the type of the parameter with 27 * parameter type to check if an object matches the type of the parameter with