source: default/trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/src/de/ugoe/cs/swe/bnftools/ui/outline/EbnfOutlineNodeAdapterFactory.java @ 5

Last change on this file since 5 was 5, checked in by zeiss, 14 years ago
  • Property svn:mime-type set to text/plain
File size: 465 bytes
Line 
1/*
2* generated by Xtext
3*/
4package de.ugoe.cs.swe.bnftools.ui.outline;
5
6import org.eclipse.xtext.ui.editor.outline.actions.DefaultContentOutlineNodeAdapterFactory;
7
8public class EbnfOutlineNodeAdapterFactory extends DefaultContentOutlineNodeAdapterFactory {
9
10        private static final Class<?>[] types = {
11                // provide list of classes to adapt to, e.g.:
12                // Entity.class
13                // Service.class
14        };
15
16        @Override
17        public Class<?>[] getAdapterList() {
18                return types;
19        }
20
21}
22
Note: See TracBrowser for help on using the repository browser.