source: java/Framclipse/com.framsticks.framclipse.ui/src/com/framsticks/framclipse/ui/outline/FramScriptOutlineNodeAdapterFactory.java @ 437

Last change on this file since 437 was 437, checked in by Mateusz Poszwa, 9 years ago

Added Framclipse as developed by Bartosz Kukawka and Tomek Maciejewski in 2010

  • Property svn:eol-style set to native
File size: 473 bytes
Line 
1/*
2* generated by Xtext
3*/
4package com.framsticks.framclipse.ui.outline;
5
6import org.eclipse.xtext.ui.editor.outline.actions.DefaultContentOutlineNodeAdapterFactory;
7
8public class FramScriptOutlineNodeAdapterFactory 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.