Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.gui
Interface FavoritesButton


public interface FavoritesButton

The FavoriteButton interface is meant to be used by plugins in order to register their own components in the menu of favorites opened, by clicking the arrow button above the contact list.

Author:
Yana Stamcheva

Method Summary
 void actionPerformed()
          This method will be called when one clicks on the button.
 byte[] getImage()
          Returns the image to be set on the favorites button.
 String getText()
          Returns the text to be set to the favorites button.
 

Method Detail

getImage

byte[] getImage()
Returns the image to be set on the favorites button.

Returns:
the image to be set on the favorites button.

getText

String getText()
Returns the text to be set to the favorites button.

Returns:
the text to be set to the favorites button.

actionPerformed

void actionPerformed()
This method will be called when one clicks on the button.


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.