net.java.sip.communicator.plugin.branding
Class AboutWindowPluginComponent
java.lang.Object
net.java.sip.communicator.service.gui.AbstractPluginComponent
net.java.sip.communicator.plugin.branding.AboutWindowPluginComponent
- All Implemented Interfaces:
- PluginComponent
public class AboutWindowPluginComponent
- extends AbstractPluginComponent
|
Method Summary |
static void |
actionPerformed()
Invokes the default action associated with Help > About regardless of the
specifics of its visual representation. |
Object |
getComponent()
Returns the component that should be added. |
String |
getName()
Returns the name of this plugin component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AboutWindowPluginComponent
public AboutWindowPluginComponent(Container container)
actionPerformed
public static void actionPerformed()
- Invokes the default action associated with Help > About regardless of the
specifics of its visual representation.
getComponent
public Object getComponent()
- Description copied from interface:
PluginComponent
- Returns the component that should be added. This method should return a
valid AWT, SWT or Swing object in order to appear properly in the user
interface.
- Returns:
- the component that should be added.
getName
public String getName()
- Description copied from interface:
PluginComponent
- Returns the name of this plugin component. This name could be used as a
label when the component is added to a container, which requires a title.
A container that could request a name is for example a tabbed pane.
- Returns:
- the name of this plugin component
SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.