source: 3thparty/jmessenger/src/nu/fw/jeti/plugins/Emoticons.java @ 3952

Revision 3952, 475 bytes checked in by alexandrecorreia, 13 years ago (diff)

Ticket #1710 - Adicao do codigo fonte java do componente jmessenger(jabberit_messenger)

  • Property svn:executable set to *
Line 
1package nu.fw.jeti.plugins;
2import java.util.List;
3
4import javax.swing.text.*;
5import javax.swing.*;
6
7/**
8  * <p>Copyright: Copyright (c) 2001</p>
9  * @author E.S. de Boer
10  */
11
12public interface Emoticons
13{
14        public void insertEmoticons(List wordList);
15               
16        public void init(JTextPane txtOutput,JPanel controls,JTextPane txtInput,JPopupMenu popup,String type,JMenu menu) throws IllegalStateException;
17}
18/*
19 * Overrides for emacs
20 * Local variables:
21 * tab-width: 4
22 * End:
23 */
Note: See TracBrowser for help on using the repository browser.