source: trunk/jabberit_messenger/java_source/src/nu/fw/jeti/plugins/Emoticons.java @ 1001

Revision 1001, 475 bytes checked in by alexandrecorreia, 15 years ago (diff)

Ticket #552 - Inclusão do projeto Java referente ao applet do módulo.

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.