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

Revision 3952, 647 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 
1/*
2 * Created on Feb 12, 2004
3 *
4 * To change the template for this generated file go to
5 * Window - Preferences - Java - Code Generation - Code and Comments
6 */
7package nu.fw.jeti.plugins;
8
9import java.awt.Component;
10
11import javax.swing.JMenu;
12
13import nu.fw.jeti.ui.ChatSplitPane;
14
15public interface NativeUtils
16{
17        public void addChatMenus(JMenu menu ,ChatSplitPane chatPane);
18        public boolean supportsAlpha();
19        public void flash(Component c, boolean flash);
20        public void windowAlwaysOnTop(Component c, boolean flag);
21        public void setWindowAlpha(Component c, int alpha);
22}
23
24/*
25 * Overrides for emacs
26 * Local variables:
27 * tab-width: 4
28 * End:
29 */
Note: See TracBrowser for help on using the repository browser.