Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8a920756ff59f56dd0e7de3d81da0206546cd90f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * generated by Xtext
 */
package org.eclipse.papyrus.marte.vsl.ui.outline;

import org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider;

/**
 * customization of the default outline structure
 *
 */
public class VSLOutlineTreeProvider extends DefaultOutlineTreeProvider {

}

Back to the top