source: java/FramclipsePlugin/src/main/java/com/framsticks/framclipse/editors/configuration/ShowDocumentSetupParticipant.java @ 13

Last change on this file since 13 was 13, checked in by jbochenski, 15 years ago
  • Property svn:mime-type set to text/plain
File size: 282 bytes
Line 
1package com.framsticks.framclipse.editors.configuration;
2
3import com.framsticks.framclipse.editors.EditorType;
4
5public class ShowDocumentSetupParticipant extends FramclipseDocumentSetupParticipant {
6
7        public ShowDocumentSetupParticipant() {
8                super(EditorType.SHOW);
9        }
10}
Note: See TracBrowser for help on using the repository browser.