Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.update
Class CheckForUpdatesMenuItemComponent

java.lang.Object
  extended by net.java.sip.communicator.service.gui.AbstractPluginComponent
      extended by net.java.sip.communicator.plugin.update.CheckForUpdatesMenuItemComponent
All Implemented Interfaces:
PluginComponent

public class CheckForUpdatesMenuItemComponent
extends AbstractPluginComponent

Implements PluginComponent for the "Check for Updates" menu item.

Author:
Damian Minkov, Lyubomir Marinov

Constructor Summary
CheckForUpdatesMenuItemComponent(Container container)
          Initializes a new "Check for Updates" menu item.
 
Method Summary
 JMenuItem getComponent()
          Gets the UI Component of this PluginComponent.
 String getName()
          Gets the name of this PluginComponent.
 
Methods inherited from class net.java.sip.communicator.service.gui.AbstractPluginComponent
getConstraints, getContainer, getPositionIndex, isNativeComponent, setCurrentContact, setCurrentContact, setCurrentContactGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckForUpdatesMenuItemComponent

public CheckForUpdatesMenuItemComponent(Container container)
Initializes a new "Check for Updates" menu item.

Parameters:
container - the container of the update menu component
Method Detail

getComponent

public JMenuItem getComponent()
Gets the UI Component of this PluginComponent.

Returns:
the UI Component of this PluginComponent
See Also:
PluginComponent.getComponent()

getName

public String getName()
Gets the name of this PluginComponent.

Returns:
the name of this PluginComponent
See Also:
PluginComponent.getName()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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