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

Revision 3102, 647 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 
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.