source: java/Framclipse/com.framsticks.framclipse/src/com/framsticks/framclipse/framScript/Proposable.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: 182 bytes
Line 
1package com.framsticks.framclipse.framScript;
2
3import java.util.Map;
4
5
6public interface Proposable {
7
8        String display();
9
10        String proposal();
11
12        Map<String, String> description();
13
14}
Note: See TracBrowser for help on using the repository browser.