source: java/Framclipse/com.framsticks.framclipse.ui/src/com/framsticks/framclipse/ui/contentassist/DescriptorProvider.java @ 437

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

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

  • Property svn:eol-style set to native
File size: 254 bytes
Line 
1package com.framsticks.framclipse.ui.contentassist;
2
3import java.util.Map;
4
5import org.eclipse.jface.viewers.StyledString;
6
7public interface DescriptorProvider {
8
9        StyledString display(String string);
10       
11        String description(Map<String,String> string);
12
13}
Note: See TracBrowser for help on using the repository browser.