source: branches/2.2/jabberit_messenger/java_source/src/nu/fw/jeti/plugins/Emoticons.java @ 3102

Revision 3102, 475 bytes checked in by amuller, 14 years ago (diff)

Ticket #986 - Efetuado merge para o Branch 2.2( atualizacao do modulo)

  • 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.