eclipse plugin: skip forbidden keys

This commit is contained in:
Timotei Dolean 2010-07-21 18:00:38 +00:00
parent 3e4467e951
commit d8e2ae5d05

View file

@ -57,6 +57,9 @@ public class WizardGeneratorPageKey extends NewWizardPageTemplate
{
TagKey key = keys_.get(i);
if (key.Cardinality == '-')
continue;
Label label = new Label(container_, SWT.NONE);
label.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 1, 1));
// add star to required items