SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

a100 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
a140 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
a2lsf(float[], int, float[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
ABOUT_WINDOW - Static variable in interface net.java.sip.communicator.service.gui.ExportedWindow
The about window identifier.
ABOUT_WINDOW_BACKGROUND - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used for about window background.
AboutWindow - Class in net.java.sip.communicator.plugin.branding
The AboutWindow is containing information about the application name, version, license etc..
AboutWindow(Frame) - Constructor for class net.java.sip.communicator.plugin.branding.AboutWindow
Creates an AboutWindow by specifying the parent frame owner.
AboutWindowPluginComponent - Class in net.java.sip.communicator.plugin.branding
 
AboutWindowPluginComponent(Container) - Constructor for class net.java.sip.communicator.plugin.branding.AboutWindowPluginComponent
 
AbsQuantW(float[], int, float[], int, float[], int, int[], int, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
AbstractCall<T extends CallPeer,U extends ProtocolProviderService> - Class in net.java.sip.communicator.service.protocol
Provides implementations for some of the methods in the Call abstract class to facilitate implementations.
AbstractCall(U) - Constructor for class net.java.sip.communicator.service.protocol.AbstractCall
Creates a new Call instance.
AbstractCallPeer<T extends Call,U extends ProtocolProviderService> - Class in net.java.sip.communicator.service.protocol
Provides a default implementation for most of the CallPeer methods with the purpose of only leaving custom protocol development to clients using the PhoneUI service.
AbstractCallPeer() - Constructor for class net.java.sip.communicator.service.protocol.AbstractCallPeer
 
AbstractCodecExt - Class in net.java.sip.communicator.impl.neomedia.codec
Extends FMJ's AbstractCodec to make it even easier to implement a Codec.
AbstractCodecExt(String, Class<? extends Format>, Format[]) - Constructor for class net.java.sip.communicator.impl.neomedia.codec.AbstractCodecExt
 
AbstractConferenceMember - Class in net.java.sip.communicator.service.protocol
Provides the default implementation of the ConferenceMember interface.
AbstractConferenceMember(CallPeer, String) - Constructor for class net.java.sip.communicator.service.protocol.AbstractConferenceMember
Creates an instance of AbstractConferenceMember by specifying the corresponding conferenceFocusCallPeer, to which this member is connected.
AbstractContactGroupIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
The ICQ implementation of the service.protocol.ContactGroup interface.
AbstractContactGroupIcqImpl() - Constructor for class net.java.sip.communicator.impl.protocol.icq.AbstractContactGroupIcqImpl
 
AbstractContactGroupJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
The Jabber implementation of the service.protocol.ContactGroup interface.
AbstractContactGroupJabberImpl() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.AbstractContactGroupJabberImpl
 
AbstractContactGroupMsnImpl - Class in net.java.sip.communicator.impl.protocol.msn
The Msn implementation of the service.protocol.ContactGroup interface.
AbstractContactGroupMsnImpl() - Constructor for class net.java.sip.communicator.impl.protocol.msn.AbstractContactGroupMsnImpl
 
AbstractContactGroupYahooImpl - Class in net.java.sip.communicator.impl.protocol.yahoo
The Yahoo implementation of the service.protocol.ContactGroup interface.
AbstractContactGroupYahooImpl() - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.AbstractContactGroupYahooImpl
 
AbstractControls - Class in net.java.sip.communicator.impl.neomedia.control
Provides an abstract implementation of Controls which facilitates implementers by requiring them to only implement Controls.getControls().
AbstractControls() - Constructor for class net.java.sip.communicator.impl.neomedia.control.AbstractControls
 
AbstractExportedWindow<T extends Window> - Class in net.java.sip.communicator.service.gui
 
AbstractExportedWindow() - Constructor for class net.java.sip.communicator.service.gui.AbstractExportedWindow
 
AbstractFileTransfer - Class in net.java.sip.communicator.service.protocol
An abstract implementation of the FileTransfer interface providing implementation of status and progress events related methods and leaving all protocol specific methods abstract.
AbstractFileTransfer() - Constructor for class net.java.sip.communicator.service.protocol.AbstractFileTransfer
 
AbstractFormatControl - Class in net.java.sip.communicator.impl.neomedia.control
Provides an abstract implementation of FormatControl which facilitates implementers by requiring them to implement just FormatControl.getSupportedFormats() and FormatControl.getFormat().
AbstractFormatControl() - Constructor for class net.java.sip.communicator.impl.neomedia.control.AbstractFormatControl
 
AbstractMediaDevice - Class in net.java.sip.communicator.impl.neomedia.device
Defines the interface for MediaDevice required by the net.java.sip.communicator.impl.neomedia implementation of net.java.sip.communicator.service.neomedia.
AbstractMediaDevice() - Constructor for class net.java.sip.communicator.impl.neomedia.device.AbstractMediaDevice
 
AbstractMediaStream - Class in net.java.sip.communicator.service.neomedia
Abstract base implementation of MediaStream to ease the implementation of the interface.
AbstractMediaStream() - Constructor for class net.java.sip.communicator.service.neomedia.AbstractMediaStream
 
AbstractMessage - Class in net.java.sip.communicator.service.protocol
Represents a default implementation of Message in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
AbstractMessage(String, String, String, String) - Constructor for class net.java.sip.communicator.service.protocol.AbstractMessage
 
AbstractMessage(String, String, String, String, String) - Constructor for class net.java.sip.communicator.service.protocol.AbstractMessage
 
AbstractOperationSetAvatar<T extends ProtocolProviderService> - Class in net.java.sip.communicator.service.protocol
Represents a default implementation of OperationSetAvatar in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
AbstractOperationSetAvatar(T, OperationSetServerStoredAccountInfo, int, int, int) - Constructor for class net.java.sip.communicator.service.protocol.AbstractOperationSetAvatar
 
AbstractOperationSetBasicInstantMessaging - Class in net.java.sip.communicator.service.protocol
Represents a default implementation of OperationSetBasicInstantMessaging in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
AbstractOperationSetBasicInstantMessaging() - Constructor for class net.java.sip.communicator.service.protocol.AbstractOperationSetBasicInstantMessaging
 
AbstractOperationSetBasicInstantMessaging.MessageEventType - Enum in net.java.sip.communicator.service.protocol
 
AbstractOperationSetBasicTelephony<T extends ProtocolProviderService> - Class in net.java.sip.communicator.service.protocol
Represents a default implementation of OperationSetBasicTelephony in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
AbstractOperationSetBasicTelephony() - Constructor for class net.java.sip.communicator.service.protocol.AbstractOperationSetBasicTelephony
 
AbstractOperationSetContactCapabilities<T extends ProtocolProviderService> - Class in net.java.sip.communicator.service.protocol
Represents a default implementation of OperationSetContactCapabilities which attempts to make it easier for implementers to provide complete solutions while focusing on implementation-specific functionality.
AbstractOperationSetContactCapabilities(T) - Constructor for class net.java.sip.communicator.service.protocol.AbstractOperationSetContactCapabilities
Initializes a new AbstractOperationSetContactCapabilities instance which is to be provided by a specific ProtocolProviderService implementation.
AbstractOperationSetMultiUserChat - Class in net.java.sip.communicator.service.protocol
Represents a default implementation of OperationSetMultiUserChat in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
AbstractOperationSetMultiUserChat() - Constructor for class net.java.sip.communicator.service.protocol.AbstractOperationSetMultiUserChat
 
AbstractOperationSetPersistentPresence<T extends ProtocolProviderService> - Class in net.java.sip.communicator.service.protocol
Represents a default implementation of OperationSetPersistentPresence in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
AbstractOperationSetPersistentPresence(T) - Constructor for class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
Initializes a new AbstractOperationSetPersistentPresence instance created by a specific ProtocolProviderService .
AbstractOperationSetTypingNotifications<T extends ProtocolProviderService> - Class in net.java.sip.communicator.service.protocol
Represents a default implementation of OperationSetTypingNotifications in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
AbstractOperationSetTypingNotifications(T) - Constructor for class net.java.sip.communicator.service.protocol.AbstractOperationSetTypingNotifications
Initializes a new AbstractOperationSetTypingNotifications instance created by a specific ProtocolProviderService instance.
AbstractOperationSetVideoTelephony<T extends OperationSetBasicTelephony<U>,U extends ProtocolProviderService> - Class in net.java.sip.communicator.service.protocol.media
Represents a default implementation of OperationSetVideoTelephony in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
AbstractOperationSetVideoTelephony(T) - Constructor for class net.java.sip.communicator.service.protocol.media.AbstractOperationSetVideoTelephony
Initializes a new AbstractOperationSetVideoTelephony instance which builds upon the telephony-related functionality of a specific OperationSetBasicTelephony implementation.
AbstractPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions
A generic implementation of PacketExtension.
AbstractPacketExtension(String, String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
Creates an AbstractPacketExtension instance for the specified namespace and elementName.
AbstractPluginComponent - Class in net.java.sip.communicator.service.gui
Provides an abstract base implementation of PluginComponent in order to take case of the implementation boilerplate and let implementers focus on the specifics of their plugin.
AbstractPluginComponent(Container) - Constructor for class net.java.sip.communicator.service.gui.AbstractPluginComponent
Initializes a new AbstractPluginComponent which is to be added to a specific Container.
AbstractPopupMessageHandler - Class in net.java.sip.communicator.service.systray
Abstract base implementation of PopupMessageHandler which facilitates the full implementation of the interface.
AbstractPopupMessageHandler() - Constructor for class net.java.sip.communicator.service.systray.AbstractPopupMessageHandler
 
AbstractProtocolProviderService - Class in net.java.sip.communicator.service.protocol
Implements standard functionality of ProtocolProviderService in order to make it easier for implementers to provide complete solutions while focusing on protocol-specific details.
AbstractProtocolProviderService() - Constructor for class net.java.sip.communicator.service.protocol.AbstractProtocolProviderService
 
AbstractPullBufferCaptureDevice - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
Provides a base implementation of PullBufferDataSource and CaptureDevice in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractPullBufferCaptureDevice() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Initializes a new AbstractPullBufferCaptureDevice instance.
AbstractPullBufferCaptureDevice(MediaLocator) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Initializes a new AbstractPullBufferCaptureDevice instance from a specific MediaLocator.
AbstractPullBufferStream - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
Provides a base implementation of PullBufferStream in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractPullBufferStream(FormatControl) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferStream
Initializes a new AbstractPullBufferStream instance which is to have its Format-related information abstracted by a specific FormatControl.
AbstractPushBufferCaptureDevice - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
Provides a base implementation of PushBufferDataSource and CaptureDevice in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractPushBufferCaptureDevice() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Initializes a new AbstractPushBufferCaptureDevice instance.
AbstractPushBufferCaptureDevice(MediaLocator) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Initializes a new AbstractPushBufferCaptureDevice instance from a specific MediaLocator.
AbstractPushBufferStream - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
Provides a base implementation of PushBufferStream in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractPushBufferStream(FormatControl) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
Initializes a new AbstractPushBufferStream instance which is to have its Format-related information abstracted by a specific FormatControl.
accept(Object) - Method in interface net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.Filter
 
accept(DataSource) - Method in interface net.java.sip.communicator.impl.neomedia.conference.DataSourceFilter
Determines whether a specific DataSource is accepted by this filter i.e.
accept(Packet) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Tests whether or not the specified packet should be handled by this operation set.
accept(EventPackageNotifier.Subscription) - Method in interface net.java.sip.communicator.impl.protocol.sip.EventPackageNotifier.SubscriptionFilter
Determines whether the specified Subscription is accepted by this SubscriptionFilter i.e.
accept(File) - Method in class net.java.sip.communicator.plugin.notificationconfiguration.SoundFilter
Method which describes differents permits extensions and defines which file or directory will be displayed in the filechoser.
accept(File) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardFileFilter
Tests the specified file, returning true if the file is accepted, false otherwise.
ACCEPT - Static variable in class net.java.sip.communicator.service.protocol.AuthorizationResponse
Indicates that the source authorization request which this response is about has been accepted and that the requestor may now proceed to adding the user to their contact list.
accept(File, String) - Method in class net.java.sip.communicator.util.swing.SipCommFileFilter
Avoid to be obliged to implement 'public boolean accept(File dir, String name)' in your own file filter.
ACCEPT_CODE - Static variable in class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationRequestedDialog
 
acceptButton - Variable in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
 
acceptEnrollment(boolean) - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Used to accept a PBX enrollment request (The PBX part needs further development)
acceptFile(File) - Method in class net.java.sip.communicator.impl.protocol.icq.IncomingFileTransferRequestIcqImpl
Function called to accept and receive the file.
acceptFile(File) - Method in class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferRequestJabberImpl
Accepts the file and starts the transfer.
acceptFile(File) - Method in class net.java.sip.communicator.impl.protocol.msn.IncomingFileTransferRequestMsnImpl
Function called to accept and receive the file.
acceptFile(File) - Method in class net.java.sip.communicator.impl.protocol.yahoo.IncomingFileTransferRequestYahooImpl
Function called to accept and receive the file.
acceptFile(File) - Method in interface net.java.sip.communicator.service.protocol.IncomingFileTransferRequest
Function called to accept and receive the file.
acceptInvitation(ChatRoomInvitation) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Called to accept an incoming invitation.
acceptInvitation(AdHocChatRoomInvitation, OperationSetAdHocMultiUserChat) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Called to accept an incoming invitation.
acceptInvitation(WhiteboardInvitation) - Method in class net.java.sip.communicator.plugin.whiteboard.WhiteboardSessionManager
Called to accept an incoming invitation.
Account - Class in net.java.sip.communicator.impl.gui.main.account
Represents an account in the account list.
Account(ProtocolProviderService) - Constructor for class net.java.sip.communicator.impl.gui.main.account.Account
Creates an Account instance from the given protocolProvider.
Account(AccountID) - Constructor for class net.java.sip.communicator.impl.gui.main.account.Account
Creates an account object with the given accountName and icon.
ACCOUNT_ENCRYPTED_PASSWORD - Static variable in class net.java.sip.communicator.impl.credentialsstorage.CredentialsStorageServiceImpl
The name of a property which represents an encrypted password.
ACCOUNT_ICON_PATH - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of a property representing the path to the account icon to be used in the user interface, when the protocol provider service is not available.
ACCOUNT_UID - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of the property under which we store protocol AccountID-s.
ACCOUNT_UNENCRYPTED_PASSWORD - Static variable in class net.java.sip.communicator.impl.credentialsstorage.CredentialsStorageServiceImpl
The name of a property which represents an unencrypted password.
AccountDetailsPanel - Class in net.java.sip.communicator.plugin.accountinfo
The right side panel of AccountDetailsDialog.
AccountDetailsPanel(ProtocolProviderService) - Constructor for class net.java.sip.communicator.plugin.accountinfo.AccountDetailsPanel
Construct a panel containing all account details for the given protocol provider.
AccountID - Class in net.java.sip.communicator.service.protocol
The AccountID is an account identifier that, uniquely represents a specific user account over a specific protocol.
AccountID(String, Map<String, String>, String, String) - Constructor for class net.java.sip.communicator.service.protocol.AccountID
Creates an account id for the specified provider userid and accountProperties.
AccountIDGibberishImpl - Class in net.java.sip.communicator.impl.protocol.gibberish
A default, Gibberish implementation of the account id.
AccountIDGibberishImpl(String) - Constructor for class net.java.sip.communicator.impl.protocol.gibberish.AccountIDGibberishImpl
 
AccountInfoActivator - Class in net.java.sip.communicator.plugin.accountinfo
Starts the account info bundle.
AccountInfoActivator() - Constructor for class net.java.sip.communicator.plugin.accountinfo.AccountInfoActivator
 
AccountInfoPanel - Class in net.java.sip.communicator.plugin.accountinfo
A GUI plug-in for SIP Communicator that will allow users to set cross protocol account information.
AccountInfoPanel() - Constructor for class net.java.sip.communicator.plugin.accountinfo.AccountInfoPanel
Constructs a frame with an AccuontInfoAccountPanel to display all registered accounts on the left, and an information interface, AccountDetailsPanel, on the right.
AccountInfoUtils - Class in net.java.sip.communicator.service.protocol
Utility class that would give to interested parties an easy access to some of most popular account details, like : first name, last name, birth date, image, etc.
AccountInfoUtils() - Constructor for class net.java.sip.communicator.service.protocol.AccountInfoUtils
 
AccountList - Class in net.java.sip.communicator.impl.gui.main.account
The AccountList is the list of currently registered accounts shown in the options form.
AccountList(AccountsConfigurationPanel) - Constructor for class net.java.sip.communicator.impl.gui.main.account.AccountList
Creates an instance of this account list by specifying the parent container of the list.
AccountListCellRenderer - Class in net.java.sip.communicator.impl.gui.main.account
The AccountListCellRenderer is the cell renderer used from the AccountList.
AccountListCellRenderer() - Constructor for class net.java.sip.communicator.impl.gui.main.account.AccountListCellRenderer
Creates an instance of this cell renderer.
AccountListModel - Class in net.java.sip.communicator.impl.gui.main.account
A custom list model that allows us to refresh the content of a single row.
AccountListModel() - Constructor for class net.java.sip.communicator.impl.gui.main.account.AccountListModel
 
AccountManager - Interface in net.java.sip.communicator.service.protocol
Represents a manager of accounts which contains the details about the format in which the accounts in question are stored (i.e.
AccountManagerEvent - Class in net.java.sip.communicator.service.protocol.event
Represents a notifying event fired by a specific AccountManager.
AccountManagerEvent(AccountManager, int, ProtocolProviderFactory) - Constructor for class net.java.sip.communicator.service.protocol.event.AccountManagerEvent
Initializes a new AccountManagerEvent instance fired by a specific AccountManager in order to notify of an event of a specific type occurring while working on a specific ProtocolProviderFactory.
AccountManagerImpl - Class in net.java.sip.communicator.impl.protocol
Represents an implementation of AccountManager which loads the accounts in a separate thread.
AccountManagerImpl(BundleContext) - Constructor for class net.java.sip.communicator.impl.protocol.AccountManagerImpl
Initializes a new AccountManagerImpl instance loaded in a specific BundleContext (in which the caller will usually later register it).
AccountManagerListener - Interface in net.java.sip.communicator.service.protocol.event
Represents a listener receiving notifications from AccountManager.
AccountManagerUtils - Class in net.java.sip.communicator.service.protocol
Provides utilities to aid the manipulation of AccountManager.
AccountPanel - Class in net.java.sip.communicator.plugin.sipaccregwizz
The panel containing all account related information like user name and password.
AccountPanel(SIPAccountRegistrationForm) - Constructor for class net.java.sip.communicator.plugin.sipaccregwizz.AccountPanel
Creates an instance of the AccountPanel.
accountProperties - Variable in class net.java.sip.communicator.service.protocol.AccountID
Contains all implementation specific properties that define the account.
AccountRegistrationForm - Interface in net.java.sip.communicator.service.gui
 
AccountRegistrationWizard - Interface in net.java.sip.communicator.service.gui
The AccountRegistrationWizard is meant to provide a wizard which will guide the user through a protocol account registration.
AccountRegSummaryPage - Class in net.java.sip.communicator.impl.gui.main.account
The AccountRegSummaryPage is the last page of the account registration wizard.
AccountRegSummaryPage(AccountRegWizardContainerImpl) - Constructor for class net.java.sip.communicator.impl.gui.main.account.AccountRegSummaryPage
Creates an AccountRegSummaryPage.
AccountRegWizardContainerImpl - Class in net.java.sip.communicator.impl.gui.main.account
The implementation of the AccountRegistrationWizardContainer.
AccountRegWizardContainerImpl(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.account.AccountRegWizardContainerImpl
 
AccountsConfigurationPanel - Class in net.java.sip.communicator.impl.gui.main.account
The AccountsConfigurationPanel is the panel containing the accounts list and according buttons shown in the options form.
AccountsConfigurationPanel() - Constructor for class net.java.sip.communicator.impl.gui.main.account.AccountsConfigurationPanel
Creates and initializes this account configuration panel.
AccountStatusPanel - Class in net.java.sip.communicator.impl.gui.main.presence
The panel shown on the top of the contact list.
AccountStatusPanel(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.presence.AccountStatusPanel
Creates an instance of AccountStatusPanel by specifying the main window, where this panel is added.
ACELP_codebook(float[], float[], int, float, int, float[], float[], IntReference) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.AcelpCo
 
AcelpCo - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
Fixed codebook encoding routines.
AcelpCo() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.AcelpCo
 
action - Variable in class net.java.sip.communicator.plugin.otr.OtrBuddyAuthenticationDialog.ActionComboBoxItem
 
ACTION_ADDED - Static variable in class net.java.sip.communicator.service.notification.event.NotificationActionTypeEvent
Indicates that a new action is added to an event type.
ACTION_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
The name of the argument that contains the jingle action value.
ACTION_CHANGED - Static variable in class net.java.sip.communicator.service.notification.event.NotificationActionTypeEvent
Indicates that an action for a given event type has changed.
ACTION_COMMAND - Static variable in interface net.java.sip.communicator.service.notification.NotificationService
The command action type indicates that a command would be executed, when a notification is fired.
ACTION_CONTINUE - Static variable in class net.java.sip.communicator.util.launchutils.LaunchArgHandler
Returned by the handleArgs methods when all arguments have been parsed and the SIP Communicator launch can continue.
ACTION_CONTINUE_LOCK_DISABLED - Static variable in class net.java.sip.communicator.util.launchutils.LaunchArgHandler
Returned by the handleArgs methods when all arguments have been successfully parsed and one of them indicates that the user has requested a multi instance launch.
ACTION_DELETE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPacketExtension
A type string constant indicating that the current object must be deleted.
ACTION_DRAW - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPacketExtension
A type string constant indicating that the current object must be drawn.
ACTION_ERROR - Static variable in class net.java.sip.communicator.util.launchutils.LaunchArgHandler
Returned by the handleArgs method when parsing the arguments has failed or if no arguments were passed and an instance of SC was already launched.
ACTION_EXIT - Static variable in class net.java.sip.communicator.util.launchutils.LaunchArgHandler
Returned by the handleArgs methods when the arguments that have been parsed do not require for SIP Communicator to be started and the Launcher is supposed to exit.
ACTION_LEAVE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardSessionPacketExtension
A type string constant indicating that the user would like to leave the current white board session.
ACTION_LOG_MESSAGE - Static variable in interface net.java.sip.communicator.service.notification.NotificationService
The log message action type indicates that a message would be logged, when a notification is fired.
ACTION_MESSAGE - Static variable in interface net.java.sip.communicator.service.gui.Chat
The message type representing action messages.
ACTION_MESSAGE_DELIVERED - Static variable in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveredEvent
An event type indicating that the message being received is a special message that sent by either another participant or the server itself, indicating that some kind of action (other than the delivery of a conversation message) has occurred.
ACTION_MESSAGE_DELIVERED - Static variable in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveredEvent
An event type indicating that the message being received is a special message that sent by either another member or the server itself, indicating that some kind of action (other than the delivery of a conversation message) has occurred.
ACTION_MESSAGE_RECEIVED - Static variable in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageReceivedEvent
An event type indicating that the message being received is a special message that sent by either another member or the server itself, indicating that some kind of action (other than the delivery of a conversation message) has occurred.
ACTION_MESSAGE_RECEIVED - Static variable in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageReceivedEvent
An event type indicating that the message being received is a special message that sent by either another member or the server itself, indicating that some kind of action (other than the delivery of a conversation message) has occurred.
ACTION_MOVE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPacketExtension
A type string constant indicating that the current object must be moved.
ACTION_POPUP_MESSAGE - Static variable in interface net.java.sip.communicator.service.notification.NotificationService
The popup message action type indicates that a window (or a systray popup), containing the corresponding notification message would be poped up, when a notification is fired.
ACTION_REMOVED - Static variable in class net.java.sip.communicator.service.notification.event.NotificationActionTypeEvent
Indicates that an action was removed for a given event type.
ACTION_SOUND - Static variable in interface net.java.sip.communicator.service.notification.NotificationService
The sound action type indicates that a sound would be played, when a notification is fired.
actionAdded(NotificationActionTypeEvent) - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
Action Listener Service Notifications
actionAdded(NotificationActionTypeEvent) - Method in interface net.java.sip.communicator.service.notification.NotificationChangeListener
This method gets called when a new notification action has been defined for a particular event type.
actionChanged(NotificationActionTypeEvent) - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
Action Listener Service Notifications
actionChanged(NotificationActionTypeEvent) - Method in interface net.java.sip.communicator.service.notification.NotificationChangeListener
This method gets called when a notification action for a particular event type has been changed (for example the corresponding descriptor has changed).
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.audionotifier.SCAudioClipImpl
Plays an audio clip.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.customcontrols.ErrorDialog
Handles the ActionEvent.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.customcontrols.MessageDialog
Handles the ActionEvent.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardController
Calling method for the action listener interface.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountsConfigurationPanel
Handles the ActionEvent triggered when user clicks on on the buttons.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.account.NewAccountDialog
Handles button actions.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationRequestedDialog
Handles the ActionEvent triggered when one user clicks on one of the buttons.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationResponseDialog
Handles the ActionEvent triggered when one user clicks on one of the buttons.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.authorization.RequestAuthorizationDialog
Handles the ActionEvent triggered when one user clicks on one of the buttons.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Handles action events.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.HoldButton
Holds on or off call peers when the hold button is clicked.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.MuteButton
Mutes or unmutes call peers when the mute button is clicked.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.ReceivedCallDialog
Handles ActionEvents triggered by pressing the call or the hangup buttons.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatContactRightButtonMenu
Handles the ActionEvent.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSendPanel
Defines actions when send button is pressed.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatTransportSelectorBox
The listener of the chat transport selector box.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomConfigurationWindow
Saves all configuration settings when the "Save" button is pressed.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.InvitationReceivedDialog
Handles the ActionEvent triggered when one user clicks on one of the buttons.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
Handles buttons action events.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.FontChooser
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.HistoryMenu
Handles the ActionEvent when user selects an item from the menu.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.SearchPanel
Handles the ActionEvent which occured when user clicks the Search button.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.menus.ChatRightButtonMenu
Handles the ActionEvent when one of the menu items is selected.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.menus.EditMenu
Handles the ActionEvent when one of the menu items is selected.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.menus.FileMenu
Handles the ActionEvent when one of the menu items is selected.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.menus.HelpMenu
Handles the ActionEvent when one of the menu items is selected.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.menus.OptionsMenu
Handles the ActionEvent when one of the menu items is selected.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.menus.WritePanelRightButtonMenu
Handles the ActionEvent when one of the menu items is selected.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.SmileysSelectorBox
Writes the symbol corresponding to a chosen smiley icon to the write message area at the end of the current text.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.MainToolBar
Handles the ActionEvent, when one of the tool bar buttons is clicked.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomCommonRightButtonMenu
Handles the ActionEvent.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListDialog
Handles ActionEvents triggered by a button click.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomRightButtonMenu
Handles the ActionEvent.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomServerRightButtonMenu
Handles the ActionEvent.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableDialog
Handles ActionEvents triggered by a button click.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomDialog
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.ChatRoomAuthenticationWindow
Handles the ActionEvent triggered when one of the buttons is clicked.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomDialog
Handles the ActionEvent.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.SearchChatRoomPanel
Invoked when the Search button is clicked.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.AddContactDialog
Indicates that the "Add" buttons has been pressed.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.addgroup.CreateGroupDialog
Performs needed actions when one of the buttons is pressed.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.CommonRightButtonMenu
Handles the ActionEvent.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.GroupRightButtonMenu
Handles the ActionEvent.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.MetaContactRightButtonMenu
Handles the ActionEvent.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.RenameContactDialog
Handles the ActionEvent.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.RenameGroupDialog
Handles the ActionEvent.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.login.AuthenticationWindow
Handles the ActionEvent triggered when one of the buttons is clicked.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.menus.FileMenu
Handles the ActionEvent when one of the menu items is selected.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.menus.HelpMenu
Handles the ActionEvent when one of the menu items is selected.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.menus.ToolsMenu
Handles the ActionEvent when one of the menu items is selected.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.presence.GlobalStatusSelectorBox
Handles the ActionEvent triggered when one of the items in the list is selected.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.presence.message.NewStatusMessageDialog
Handles the ActionEvent.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.presence.message.StatusMessageMenu
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.presence.PresenceStatusMenu
Handles the ActionEvent triggered when one of the items in the list is selected.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.presence.SimpleStatusMenu
Handles the ActionEvent triggered when one of the items in the list is selected.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.utils.MasterPasswordInputDialog
OK button click event handler.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.neomedia.notify.JMFAudioClipImpl
Plays an audio clip.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.osdependent.jdic.StatusSelector
Change the status of the protocol according to the menu item selected
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.osdependent.jdic.StatusSimpleSelector
Change the status of the protocol according to the menu item selected
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.osdependent.NewStatusMessageDialog
Handles the ActionEvent.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.osdependent.StatusMessageMenu
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.branding.AboutWindow
Indicates that the ok button has been pressed.
actionPerformed() - Static method in class net.java.sip.communicator.plugin.branding.AboutWindowPluginComponent
Invokes the default action associated with Help > About regardless of the specifics of its visual representation.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.contactinfo.ContactInfoMenuItem
Initializes and shows the contact details dialog.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Handles the action of the button.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.dictaccregwizz.ProgressPanel
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.exampleplugin.ExamplePluginMenuItem
Listens for events triggered by user clicks on this menu item.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.globalproxyconfig.GlobalProxyConfigForm
A new type was selected in the type combo box.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
Indicates when the default port check box and the passwordNotRequired check box are selected.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationConfigurationPanel
Indicates that one of the contained in this panel buttons has been clicked.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.otr.OtrContactMenu
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.otr.OtrMetaContactMenu
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.pluginmanager.ManageButtonsPanel
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.pluginmanager.NewBundleDialog
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordChangeDialog
OK and Cancel button event handler.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordPanel
ActionListener's logic for the master password check box.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.InvitationReceivedDialog
Handles the ActionEvent triggered when one user clicks on one of the buttons.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.whiteboard.WhiteboardMenuItem
Invoked when an action occurs: user start a whiteboard session.
actionPerformed() - Method in interface net.java.sip.communicator.service.gui.FavoritesButton
This method will be called when one clicks on the button.
actionPopupMenu - Variable in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
actionRemoved(NotificationActionTypeEvent) - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
Action Listener Service Notifications
actionRemoved(NotificationActionTypeEvent) - Method in interface net.java.sip.communicator.service.notification.NotificationChangeListener
This method gets called when a notification action for a particular event type has been removed.
activateAntialiasing(Graphics) - Static method in class net.java.sip.communicator.util.swing.AntialiasingManager
Activates the antialiasing mechanism for the given Graphics object.
activateTimer(int) - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Activate timer.
ActiveCallsRepository<T extends Call,U extends AbstractOperationSetBasicTelephony> - Class in net.java.sip.communicator.service.protocol
Keeps a list of all calls currently active and maintained by this protocol provider.
ActiveCallsRepository(U) - Constructor for class net.java.sip.communicator.service.protocol.ActiveCallsRepository
Creates a new instance of this repository.
ActiveCallsRepositoryJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
Keeps a list of all calls currently active and maintained by this protocol provider.
ActiveCallsRepositoryJabberImpl(OperationSetBasicTelephonyJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.ActiveCallsRepositoryJabberImpl
It's where we store all active calls
ActiveCallsRepositorySipImpl - Class in net.java.sip.communicator.impl.protocol.sip
Keeps a list of all calls currently active and maintained by this protocol povider.
ActiveCallsRepositorySipImpl(OperationSetBasicTelephonySipImpl) - Constructor for class net.java.sip.communicator.impl.protocol.sip.ActiveCallsRepositorySipImpl
Creates a new instance of this repository.
AD_HOC_CHAT_ROOM_ADDED - Static variable in class net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomListChangeEvent
Indicates that the AdHocChatRoomListChangeEvent instance was triggered by adding a AdHocChatRoom in the gui.
AD_HOC_CHAT_ROOM_CHANGED - Static variable in class net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomListChangeEvent
Indicates that the AdHocChatRoomListChangeEvent instance was triggered by changing a AdHocChatRoom in the gui (like changing its status, etc.).
AD_HOC_CHAT_ROOM_REMOVED - Static variable in class net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomListChangeEvent
Indicates that the AdHocChatRoomListChangeEvent instance was triggered by removing a AdHocChatRoom from the gui.
add(E) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatBuffer
Adds an object to the buffer.
add(DNSEntry) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSCache
Adds an entry to the table.
add(String, int) - Method in class net.java.sip.communicator.util.Entities.ArrayEntityMap
Add an entry to this entity map.
add(String, int) - Method in class net.java.sip.communicator.util.Entities.BinaryEntityMap
Add an entry to this entity map.
add(String, int) - Method in interface net.java.sip.communicator.util.Entities.EntityMap
Add an entry to this entity map.
add(String, int) - Method in class net.java.sip.communicator.util.Entities.MapIntMap
Add an entry to this entity map.
add(String, int) - Method in class net.java.sip.communicator.util.Entities.PrimitiveEntityMap
Add an entry to this entity map.
add(Component) - Method in class net.java.sip.communicator.util.swing.VideoContainer
 
ADD_CONTACT_16x16_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Add contact 16x16 image.
ADD_CONTACT_CHAT_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Add not in contact list contact icon.
ADD_CONTACT_DIALOG_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used for decoration of the "Add contact" window.
ADD_CONTACT_WINDOW - Static variable in interface net.java.sip.communicator.service.gui.ExportedWindow
The add contact window identifier.
ADD_GROUP_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used for decoration of the "Add group" window.
ADD_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The add icon used in some forms.
ADD_TO_CALL_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A dial button icon.
ADD_TO_CHAT_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The icon image of the "Add contact to chat" button in the chat window.
addAccount(Account) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountListModel
Adds the given account to this model.
addAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Adds an account to the application.
addAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.presence.AccountStatusPanel
Adds the account given by protocolProvider in the contained status combo box.
addAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.presence.GlobalStatusSelectorBox
Adds a status menu for the account given by protocolProvider.
addAccountRegistrationWizard(String, AccountRegistrationWizard) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountRegWizardContainerImpl
Adds the given AccountRegistrationWizard to the list of containing wizards.
addAction(String, NotificationActionHandler) - Method in class net.java.sip.communicator.impl.notification.EventNotification
Adds the given actionType to the list of actions for this event notifications.
addActionListener(ActionListener) - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.CallComboEditor
 
addActionListener(ActionListener) - Method in class net.java.sip.communicator.impl.osdependent.TrayIcon
 
addActionListener(ActionListener) - Method in class net.java.sip.communicator.impl.osdependent.TrayIcon.AWTTrayIconPeer
 
addActionListener(ActionListener) - Method in class net.java.sip.communicator.impl.osdependent.TrayIcon.JdicTrayIconPeer
 
addActionListener(ActionListener) - Method in interface net.java.sip.communicator.impl.osdependent.TrayIcon.TrayIconPeer
 
addActiveContact(MetaContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Adds the given MetaContact to the list of active contacts.
addActiveFileTransfer(String, Object) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Adds the given file transfer id to the list of active file transfers.
addAdditionalAnswer(DNSIncoming, DNSRecord) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
Add an additional answer to the record.
addAdHocChatRoom(AdHocChatRoomWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomProviderWrapper
Adds the given ad-hoc chat room to this chat room provider.
addAdHocChatRoom(AdHocChatRoomWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomList
Adds a chat room to this list.
addAdHocChatRoomListChangeListener(AdHocChatRoomListChangeListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Adds the given AdHocChatRoomListChangeListener that will listen for all changes of the chat room list data model.
addAdHocChatRoomParticipant(String, Contact) - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Adds a participant to the participants list.
addAnswer(DNSIncoming, DNSRecord) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
Add an answer if it is not suppressed.
addAnswer(DNSRecord, long) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
Add an answer to the message.
addAnswer(JmDNS, DNSIncoming, InetAddress, int, DNSOutgoing) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord
Adds this as an answer to the provided outgoing datagram.
addAnswer(JmDNS, DNSIncoming, InetAddress, int, DNSOutgoing) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Address
 
addAnswer(JmDNS, DNSIncoming, InetAddress, int, DNSOutgoing) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Pointer
 
addAnswer(JmDNS, DNSIncoming, InetAddress, int, DNSOutgoing) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Service
 
addAnswer(JmDNS, DNSIncoming, InetAddress, int, DNSOutgoing) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Text
 
addAnswer(DNSIncoming, InetAddress, int, DNSOutgoing, DNSRecord) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Add an answer to a question.
addAudioSystem(String) - Static method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Adds audio system.
addAuthorativeAnswer(DNSRecord) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
Add an authorative answer to the message.
addAvatarListener(AvatarListener) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetAvatar
 
addAvatarListener(AvatarListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetAvatar
Registers a listener that would receive events upon avatar changes.
addAwaitingAuthorizationContact(Buddy) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
 
addBalloonActionListener(ActionListener) - Method in class net.java.sip.communicator.impl.osdependent.TrayIcon
 
addBalloonActionListener(ActionListener) - Method in class net.java.sip.communicator.impl.osdependent.TrayIcon.AWTTrayIconPeer
 
addBalloonActionListener(ActionListener) - Method in class net.java.sip.communicator.impl.osdependent.TrayIcon.JdicTrayIconPeer
 
addBalloonActionListener(ActionListener) - Method in interface net.java.sip.communicator.impl.osdependent.TrayIcon.TrayIconPeer
 
addBuddy(String) - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileGroup
 
addBuddyListener(BuddyListener) - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileBuddy
 
addCall(T) - Method in class net.java.sip.communicator.service.protocol.ActiveCallsRepository
Adds the specified call to the list of calls tracked by this repository.
addCallChangeListener(CallChangeListener) - Method in class net.java.sip.communicator.service.protocol.Call
Adds a call change listener to this call so that it could receive events on new call peers, theme changes and others.
addCallListener(CallListener) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetBasicTelephony
Registers listener with this provider so that it could be notified when incoming calls are received.
addCallListener(CallListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony
Registers the specified CallListener with this provider so that it could be notified when incoming calls are received.
addCallPeer(CallPeerGibberishImpl) - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallGibberishImpl
Adds callPeer to the list of peers in this call.
addCallPeer(MockCallPeer) - Method in class net.java.sip.communicator.impl.protocol.mock.MockCall
Adds callPeer to the list of peers in this call.
addCallPeer(T) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Adds callPeer to the list of peers in this call.
addCallPeerConferenceListener(CallPeerConferenceListener) - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Implements CallPeer#addCallPeerConferenceListener( CallPeerConferenceListener).
addCallPeerConferenceListener(CallPeerConferenceListener) - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Adds a specific CallPeerConferenceListener to the list of listeners interested in and notified about changes in conference-related information such as this peer acting or not acting as a conference focus and conference membership details.
addCallPeerListener(CallPeerListener) - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Registers the listener to the list of listeners that would be receiving CallPeerEvents.
addCallPeerListener(CallPeerListener) - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Allows the user interface to register a listener interested in changes
addCallPeerPanel(CallPeer) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceCallPanel
Creates and adds a CallPeerRenderer for the given peer.
addCallPeerPanel(CallPeer) - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPanel
Creates and adds a panel for a call peer.
addCallPeerSecurityListener(CallPeerSecurityListener) - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Registers the listener to the list of listeners that would be receiving CallPeerSecurityEvents.
addCallPeerSecurityListener(CallPeerSecurityListener) - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Allows the user interface to register a listener interested in security status changes.
addCancelButtonListener(ActionListener) - Method in class net.java.sip.communicator.impl.gui.utils.InviteDialog
Adds an ActionListener to the contained "Cancel" button.
addCancelButtonListener(ActionListener) - Method in class net.java.sip.communicator.impl.gui.utils.OneChoiceInviteDialog
Adds an ActionListener to the contained "Cancel" button.
addCandidate(CandidatePacketExtension) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.IceUdpTransportPacketExtension
Adds candidate to the list of CandidatePacketExtensions registered with this transport.
addCandidate(CandidatePacketExtension) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RawUdpTransportPacketExtension
Adds candidate to the list of CandidatePacketExtensions registered with this transport.
addCapsVerListener(CapsVerListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
Adds listener to the list of CapsVerListeners that we notify when new features occur and the version hash needs to be regenerated.
addChat(ChatPanel) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Adds a given ChatPanel to this chat window.
addChatChangeListener(ChatChangeListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Adds the given ChatChangeListener.
addChatContact(ChatContact) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Adds the given chatContact to the list of chat contacts participating in the corresponding to this chat panel chat.
addChatContact(ChatContact) - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatSessionRenderer
Adds the given chat contact to the UI.
addChatEditorKeyListener(KeyListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Adds the given KeyListener to this Chat.
addChatEditorKeyListener(KeyListener) - Method in interface net.java.sip.communicator.service.gui.Chat
Adds the given KeyListener to this Chat.
addChatFocusListener(ChatFocusListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Implements Chat.addChatFocusListener method.
addChatFocusListener(ChatFocusListener) - Method in interface net.java.sip.communicator.service.gui.Chat
Adds the given ChatFocusListener to this Chat.
addChatProvider(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomList
Adds a chat server and all its existing ad-hoc chat rooms.
addChatProvider(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomList
Adds a chat server and all its existing chat rooms.
addChatRoom(ChatRoomWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomProviderWrapper
Adds the given chat room to this chat room provider.
addChatRoom(ChatRoomWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomList
Adds a chat room to this list.
addChatRoomListChangeListener(ChatRoomListChangeListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Adds the given ChatRoomListChangeListener that will listen for all changes of the chat room list data model.
addChatRoomMember(String, ChatRoomMember) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Adds a ChatRoomMember to the list of members of this chat room.
addChatRoomNameListener(DocumentListener) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.ChatRoomNamePanel
Adds a DocumentListener to the text field containing the chosen chat room.
addChatRoomNameListener(DocumentListener) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.SearchChatRoomPanel
Adds a DocumentListener to the text field containing the chosen chat room.
addChatRoomParticipant(Contact) - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Adds a participant to the ad-hoc chat room participant list.
addChatRoomProviderWrapperListener(ChatRoomList.ChatRoomProviderWrapperListener) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomList
Adds a ChatRoomProviderWrapperListener to the listener list.
addChatTransport(ChatTransport) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Adds the given chatTransport to the given send via selector box.
addChatTransport(ChatTransport) - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatSessionRenderer
Adds the given chat transport to the UI.
addChatTransport(ChatTransport) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatTransportSelectorBox
Adds the given chat transport to the "send via" menu.
addChatTransportChangeListener(ChatSessionChangeListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Adds the given ChatSessionChangeListener to this ChatSession.
addChatTransportChangeListener(ChatSessionChangeListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
 
addChatTransportChangeListener(ChatSessionChangeListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Adds the given ChatSessionChangeListener to the list of transport listeners.
addChatTransportChangeListener(ChatSessionChangeListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
 
addCheckBoxCellListener(CellEditorListener) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.SelectAccountPanel
Adds a CellEditorListener to the list of account, which will listen for events triggered by user clicks on the check boxes in the first column of the accounts table.
addChildExtension(PacketExtension) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
Adds the specified childExtension to the list of extensions registered with this packet.
addChildExtension(PacketExtension) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.IceUdpTransportPacketExtension
Tries to determine whether childExtension is a CandidatePacketExtension, a RemoteCandidatePacketExtension or something else and then adds it as such.
addChildExtension(PacketExtension) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RtpDescriptionPacketExtension
Casts childExtension to one of the extensions allowed here and sets the corresponding field.
addCloseListener(CloseListener) - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Adds a CloseListener to the tabbedPane.
addComponent(ChatConversationComponent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
Adds a custom component at the end of the conversation.
addComponentToContainer(Component, JComponent) - Method in class net.java.sip.communicator.impl.gui.utils.PluginContainer
Adds a specific Component to a specific JComponent container.
addConferenceMember(ConferenceMember) - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Adds a specific ConferenceMember to the list of ConferenceMembers reported by this peer through AbstractCallPeer.getConferenceMembers() and AbstractCallPeer.getConferenceMemberCount() and fires CallPeerConferenceEvent#CONFERENCE_MEMBER_ADDED to the currently registered CallPeerConferenceListeners.
addConferenceMembersSoundLevelListener(ConferenceMembersSoundLevelListener) - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallPeerGibberishImpl
Adds a specific SoundLevelListener to the list of listeners interested in and notified about changes in conference members sound level.
addConferenceMembersSoundLevelListener(ConferenceMembersSoundLevelListener) - Method in class net.java.sip.communicator.impl.protocol.mock.MockCallPeer
Adds a specific SoundLevelListener to the list of listeners interested in and notified about changes in conference members sound level.
addConferenceMembersSoundLevelListener(ConferenceMembersSoundLevelListener) - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Adds a specific SoundLevelListener to the list of listeners interested in and notified about changes in conference members sound level.
addConferenceMembersSoundLevelListener(ConferenceMembersSoundLevelListener) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Adds a specific ConferenceMembersSoundLevelListener to the list of listeners interested in and notified about changes in conference members sound level.
addConfigForm(ConfigurationForm) - Method in class net.java.sip.communicator.impl.gui.main.configforms.ConfigFormList
Adds a new ConfigurationForm to this list.
addConfigForm(ConfigurationForm) - Method in class net.java.sip.communicator.plugin.advancedconfig.AdvancedConfigurationPanel
Adds a new ConfigurationForm to this list.
addContact(ChatContact) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomMemberListPanel
Adds a ChatContact to the list of contacts contained in the chat.
addContact(MetaContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Adds the given contact to the contact list.
addContact(UIContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.GroupNode
Creates a ContactNode for the given uiContact and adds it to this group.
addContact(UIContact, UIGroup, boolean) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Adds the given contact to this list.
addContact(ContactDictImpl) - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Adds the specified contact to this group.
addContact(ContactGibberishImpl) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Adds the specified contact to this group.
addContact(ContactIcqImpl) - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Adds the specified contact to the end of this group.
addContact(String) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Adds a new contact with the specified screenname to the list under a default location.
addContact(ContactGroupIcqImpl, String) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Adds a new contact with the specified screenname to the list under the specified group.
addContact(ContactJabberImpl) - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Adds the specified contact to the end of this group.
addContact(ContactJabberImpl) - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Adds the specified contact to the end of this group.
addContact(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Adds a new contact with the specified screenname to the list under a default location.
addContact(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Adds a new contact with the specified screenname to the list under the specified group.
addContact(MockContact) - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Adds the specified contact to this group.
addContact(ContactMsnImpl) - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Adds the specified contact to the end of this group.
addContact(ContactMsnImpl) - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Adds the specified contact to the end of this group.
addContact(String) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Adds a new contact with the specified screenname to the list under a default location.
addContact(ContactGroupMsnImpl, String) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Adds a new contact with the specified screenname to the list under the specified group.
addContact(ContactRssImpl) - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Adds the specified contact to this group.
addContact(ContactRssImpl) - Method in class net.java.sip.communicator.impl.protocol.rss.ImageRetriever
Add contact for retreiving if the provider is register notify the retreiver to get the nicks if we are not registered add a listener to wiat for registering
addContact(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Adds the specified contact to this group.
addContact(ContactSSH) - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Adds the specified contact to this group.
addContact(ContactYahooImpl) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Adds the specified contact to the end of this group.
addContact(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Adds a new contact with the specified screenname to the list under a default location.
addContact(ContactGroupYahooImpl, String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Adds a new contact with the specified screenname to the list under the specified group.
addContact(ContactZeroconfImpl) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.BonjourService
Adds a contact to the locally stored list of contacts
addContact(ContactZeroconfImpl) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Adds the specified contact to this group.
addContactCapabilitiesListener(ContactCapabilitiesListener) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetContactCapabilities
Registers a specific ContactCapabilitiesListener to be notified about changes in the list of OperationSet capabilities of Contacts.
addContactCapabilitiesListener(ContactCapabilitiesListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetContactCapabilities
Registers a specific ContactCapabilitiesListener to be notified about changes in the list of OperationSet capabilities of Contacts.
AddContactDialog - Class in net.java.sip.communicator.impl.gui.main.contactlist
The AddContactDialog is the dialog containing the form for adding a contact.
AddContactDialog(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.AddContactDialog
Creates an instance of AddContactDialog that represents a dialog that adds a new contact to an already existing meta contact.
AddContactDialog(MainFrame, MetaContact) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.AddContactDialog
Creates an AddContactDialog by specifying the parent window and a meta contact, to which to add the new contact.
addContactForImageUpdate(ContactJabberImpl) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
when there is no image for contact we must retreive it add contacts for image update
addContactForImageUpdate(ContactMsnImpl) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
when there is no image for contact we must retrieve it add contacts for image update
addContactForUpdate(ContactIcqImpl) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
when there is no alias for contact we must retreive its nickname from server but when the contact list is loaded the client is not yet registered to server we wait this and then retreive the nicknames
addContactGroup(UIGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.GroupNode
Creates a GroupNode for the given uiGroup and adds it to this group.
addContactListListener(ContactListListener) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Adds a listener for ContactListEvents.
addContactListListener(ContactListListener) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Adds a listener for ContactListEvents.
addContactPresenceStatusListener(ContactPresenceStatusListener) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
Implementation of the corresponding ProtocolProviderService method.
addContactPresenceStatusListener(ContactPresenceStatusListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetPresence
Registers a listener that would receive a presence status change event every time a contact, whose status we're subscribed for, changes her status.
addContactQuery(Object) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.FilterQuery
Adds the given contactQuery to the list of filterQueries.
addContactQueryListener(MetaContactQueryListener) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQuery
Adds the given MetaContactQueryListener to the list of registered listeners.
addContactQueryListener(ContactQueryListener) - Method in interface net.java.sip.communicator.service.contactsource.ContactQuery
Adds the given ContactQueryListener to the list of registered listeners.
addContactToList(ContactGroup, ContactSSH) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Add a contact to the specified group
addContent(ContentPacketExtension) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
Adds contentPacket to this IQ's content list.
addCrypto(CryptoPacketExtension) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.EncryptionPacketExtension
Adds a new crypto element to this encryption element.
addCustomEntriesToTable(UIDefaults) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
addData(Buffer) - Method in class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelEventDispatcher
Adds data to be processed.
addDate(Date) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.DatesPanel
Adds the given date to the list of dates.
addDefaultForms() - Method in class net.java.sip.communicator.impl.gui.main.configforms.ConfigurationFrame
Some configuration forms constructed from the ui implementation itself are added here in the configuration dialog.
addDetail(String, String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Adds a custom detail to this contact.
addDetail(ServerStoredDetails.GenericDetail) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
Adds the specified detail to the list of details registered on-line for this account.
addDetail(ServerStoredDetails.GenericDetail) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetServerStoredAccountInfoJabberImpl
Adds the specified detail to the list of details registered on-line for this account.
addDetail(String, String) - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Adds a custom detail to this contact.
addDetail(ServerStoredDetails.GenericDetail) - Method in interface net.java.sip.communicator.service.protocol.OperationSetServerStoredAccountInfo
Adds the specified detail to the list of details registered on-line for this account.
addDictGroup(ContactGroupDictImpl) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
A Dict Provider method to use for fast filling of a contact list.
addDictGroupAndFireEvent(ContactGroupDictImpl, ContactGroupDictImpl) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
A Dict Provider method to use for fast filling of a contact list.
addDiscoverInfoByNode(String, DiscoverInfo) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
Add DiscoverInfo to the our caps database.
addDiscoverInfoTo(DiscoverInfo) - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
 
addDoubleClickListener(DoubleClickListener) - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Adds a DoubleClickListener to the tabbedPane.
addDTMFListener(DTMFListener) - Method in class net.java.sip.communicator.impl.neomedia.AudioMediaStreamImpl
Adds a DTMFListener to this AudioMediaStream which is to receive notifications when the remote party starts sending DTMF tones to us.
addDTMFListener(DTMFListener) - Method in interface net.java.sip.communicator.service.neomedia.AudioMediaStream
Registers a listener that would receive notification events if the remote party starts sending DTMF tones to us.
addDynamicRTPPayloadType(byte, MediaFormat) - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Adds a new association in this MediaStream of the specified RTP payload type with the specified MediaFormat in order to allow it to report rtpPayloadType in RTP flows sending and receiving media in format.
addDynamicRTPPayloadType(byte, MediaFormat) - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Adds a new association in this MediaStream of the specified RTP payload type with the specified MediaFormat in order to allow it to report rtpPayloadType in RTP flows sending and receiving media in format.
addElement(Object) - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.FilterableComboBoxModel
 
addElement(ChatContact) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatContactListModel
Adds a specific ChatContact to this AbstractListModel implementation and preserves the sorting it applies.
addEntities(String[][]) - Method in class net.java.sip.communicator.util.Entities
Adds entities to this entity.
addEntity(String, int) - Method in class net.java.sip.communicator.util.Entities
Add an entity to this entity.
addErrorMessage(String, String) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Adds the given error message to the chat window conversation area.
addErrorMessage(String, String, String) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Adds the given error message to the chat window conversation area.
addEventFilter(EventFilter) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetBasicInstantMessagingYahooImpl
Registers an EventFilter with this operation set so that events, that do not need processing, are filtered out.
addEventFilter(EventFilter) - Method in interface net.java.sip.communicator.service.protocol.OperationSetInstantMessageFiltering
Registeres an EventFilter with this operation set so that events, that do not need processing, are filtered out.
addExcContactListListener(ContactListListener) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Adds a listener for ContactListEvents.
addExtension(byte[], int) - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Adds the extBuff buffer to as an extension of this packet according the rules specified in RFC 5285.
addExtmap(ExtmapPacketExtension) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RtpDescriptionPacketExtension
Adds an optional extmap element that allows negotiation RTP extension headers as per RFC 5282.
addFeature(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Registers that a new feature is supported by this XMPP entity.
addFileTransferListener(FileTransferListener) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetFileTransferIcqImpl
Adds the given FileTransferListener that would listen for file transfer requests and created file transfers.
addFileTransferListener(FileTransferListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetFileTransferJabberImpl
Adds the given FileTransferListener that would listen for file transfer requests and created file transfers.
addFileTransferListener(FileTransferListener) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetFileTransfer
Adds the given FileTransferListener that would listen for file transfer requests and created file transfers.
addFileTransferListener(FileTransferListener) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetFileTransferMsnImpl
Adds the given FileTransferListener that would listen for file transfer requests and created file transfers.
addFileTransferListener(FileTransferListener) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetFileTransferSSHImpl
Registers a FileTransferListener with this operation set so that it gets notifications of start, complete, failure of file transfers
addFileTransferListener(FileTransferListener) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetFileTransferYahooImpl
Adds the given FileTransferListener that would listen for file transfer requests and created file transfers.
addFileTransferListener(FileTransferListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetFileTransfer
Adds the given FileTransferListener that would listen for file transfer requests and created file transfers.
addFilter(SipCommFileFilter) - Method in interface net.java.sip.communicator.util.swing.SipCommFileChooser
Adds a file filter to this dialog.
addFilter(SipCommFileFilter) - Method in class net.java.sip.communicator.util.swing.SipCommFileChooserImpl
Adds a file filter to this dialog.
addFilter(SipCommFileFilter) - Method in class net.java.sip.communicator.util.swing.SipCommFileDialogImpl
Adds a file filter to this dialog.
addGeolocationListener(GeolocationListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetGeolocationJabberImpl
Registers a listener that would get notifications any time a contact refreshed its geolocation via Presence.
addGeolocationListener(GeolocationListener) - Method in interface net.java.sip.communicator.service.geolocation.GeolocationService
Registers a listener that would get notifications any time the provider geolocation was succesfully refreshed.
addGeolocationListener(GeolocationListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetGeolocation
Registers a listener that would get notifications any time a contact publishes a new geolocation.
addGibberishGroup(ContactGroupGibberishImpl) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
A Gibberish Provider method to use for fast filling of a contact list.
addGibberishGroupAndFireEvent(ContactGroupGibberishImpl, ContactGroupGibberishImpl) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
A Gibberish Provider method to use for fast filling of a contact list.
addGroup(MetaContactGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Refreshes all the contact list.
addGroup(UIGroup, boolean) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Adds the given group to this list.
addGroupListener(ServerStoredGroupListener) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Registers the specified group listener so that it would receive events on group modification/creation/destruction.
addGroupListener(GroupListener) - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileGroup
 
addGroupListener(ServerStoredGroupListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Registers the specified group listener so that it would receive events on group modification/creation/destruction.
addGroupListener(ServerStoredGroupListener) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Registers the specified group listener so that it would receive events on group modification/creation/destruction.
addGroupListener(ServerStoredGroupListener) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Registers the specified group listener so that it would receive events on group modification/creation/destruction.
addHistoryRecord(HistoryRecord) - Method in class net.java.sip.communicator.impl.history.HistoryQueryImpl
Adds the given HistoryRecord to the result list of this query and notifies all interested listeners that a new record is received.
addHistoryRecordsListener(HistoryQueryListener) - Method in class net.java.sip.communicator.impl.history.HistoryQueryImpl
Adds the given HistoryQueryListener to the list of listeners interested in query result changes.
addHistoryRecordsListener(HistoryQueryListener) - Method in interface net.java.sip.communicator.service.history.HistoryQuery
Adds the given HistoryQueryListener to the list of listeners interested in query result changes.
addHistoryWindowForChatRoom(ChatRoomWrapper, HistoryWindow) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Adds a history window for a given chat room in the table of opened history windows.
addHistoryWindowForContact(Object, HistoryWindow) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindowManager
Adds a history window for a given contact in the table of opened history windows.
addIncomingFileTransferRequest(OperationSetFileTransfer, IncomingFileTransferRequest, Date) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Adds the given IncomingFileTransferRequest to the conversation panel in order to notify the user of the incoming file.
addInput(QTCaptureInput) - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureSession
 
addInputDataSource(DataSource) - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Adds a new input DataSource to the collection of input DataSources from which this instance reads audio.
addInputDataSource(DataSource, AudioMixingPushBufferDataSource) - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Adds a new input DataSource to the collection of input DataSources from which this instance reads audio.
addInputDataSource(DataSource) - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource
Adds a new input DataSource to be mixed by the associated AudioMixer of this instance and to not have its audio contributions included in the mixing output represented by this DataSource.
addInstantMessageListener(MessageListener) - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatTransport
Adds an instant message listener to this chat transport.
addInstantMessageListener(MessageListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
Adds an instant message listener to this chat transport.
addInstantMessageListener(MessageListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
Adds an instant message listener to this chat transport.
addInstantMessageListener(MessageListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Adds an instant message listener to this chat transport.
addInvitationListener(AdHocChatRoomInvitationListener) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetAdHocMultiUserChatIcqImpl
Adds a listener to invitation notifications.
addInvitationListener(WhiteboardInvitationListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetWhiteboardingJabberImpl
Adds a listener to invitation notifications.
addInvitationListener(AdHocChatRoomInvitationListener) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetAdHocMultiUserChatMsnImpl
Adds a listener to invitation notifications.
addInvitationListener(AdHocChatRoomInvitationListener) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetAdHocMultiUserChatYahooImpl
Adds a listener to invitation notifications.
addInvitationListener(ChatRoomInvitationListener) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetMultiUserChat
 
addInvitationListener(AdHocChatRoomInvitationListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetAdHocMultiUserChat
Adds the given listener to the list of AdHocChatRoomInvitationListener-s that would be notified when an add-hoc chat room invitation has been received.
addInvitationListener(ChatRoomInvitationListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetMultiUserChat
Adds a listener to invitation notifications.
addInvitationListener(WhiteboardInvitationListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetWhiteboarding
Adds a listener to invitation notifications.
addInvitationRejectionListener(AdHocChatRoomInvitationRejectionListener) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetAdHocMultiUserChatIcqImpl
Subscribes listener so that it would receive events indicating rejection of a multi user chat invitation that we've sent earlier.
addInvitationRejectionListener(WhiteboardInvitationRejectionListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetWhiteboardingJabberImpl
Subscribes listener so that it would receive events indicating rejection of a multi-user chat invitation that we've sent earlier.
addInvitationRejectionListener(AdHocChatRoomInvitationRejectionListener) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetAdHocMultiUserChatMsnImpl
Adds a listener to invitation notifications.
addInvitationRejectionListener(AdHocChatRoomInvitationRejectionListener) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetAdHocMultiUserChatYahooImpl
Subscribes listener so that it would receive events indicating rejection of a multi user chat invitation that we've sent earlier.
addInvitationRejectionListener(ChatRoomInvitationRejectionListener) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetMultiUserChat
 
addInvitationRejectionListener(AdHocChatRoomInvitationRejectionListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetAdHocMultiUserChat
Adds the given listener to the list of AdHocChatRoomInvitationRejectionListener-s that would be notified when an add-hoc chat room invitation has been rejected.
addInvitationRejectionListener(ChatRoomInvitationRejectionListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetMultiUserChat
Adds a listener to invitation notifications.
addInvitationRejectionListener(WhiteboardInvitationRejectionListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetWhiteboarding
Adds a listener to invitation notifications.
addInviteButtonListener(ActionListener) - Method in class net.java.sip.communicator.impl.gui.utils.InviteDialog
Adds an ActionListener to the contained "Invite" button.
addItem(String, Icon, ActionListener) - Method in class net.java.sip.communicator.util.swing.SIPCommMenu
Adds an item to the "choice list" of this selector box.
addJoinedChatRoom(String) - Method in class net.java.sip.communicator.impl.protocol.irc.UserInfo
Adds a chat room to the list of chat rooms joined by this user.
addKeyBinding(KeyStroke, Action) - Method in class net.java.sip.communicator.util.swing.SIPCommDialog
Adds a key - action pair for this frame.
addKeybindingAction(String, Action) - Method in class net.java.sip.communicator.util.swing.SIPCommFrame
Bindings the string representation for a keybinding to the action that will be executed.
addKeyListener(Component, KeyListener) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallPeerRendererUtils
Adds the given KeyListener l to the given component.
addLayoutComponent(String, Component) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider.DividerLayout
 
addLayoutComponent(String, Component) - Method in class net.java.sip.communicator.impl.gui.main.call.FullScreenLayout
 
addLayoutComponent(String, Component) - Method in class net.java.sip.communicator.util.swing.FitLayout
 
addLayoutComponent(String, Component) - Method in class net.java.sip.communicator.util.swing.VideoLayout
 
addLine(Icon, String) - Method in class net.java.sip.communicator.impl.gui.utils.ExtendedTooltip
Adds an icon-string list, which would appear on the right of the image panel.
addListDataListener(ListDataListener) - Method in class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel
 
addListener(AccountManagerListener) - Method in class net.java.sip.communicator.impl.protocol.AccountManagerImpl
Implements AccountManager#addListener(AccountManagerListener).
addListener(DNSListener, DNSQuestion) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Add a listener for a question.
addListener(ScOtrEngineListener) - Method in interface net.java.sip.communicator.plugin.otr.ScOtrEngine
Registers an ScOtrEngineListener.
addListener(ScOtrEngineListener) - Method in class net.java.sip.communicator.plugin.otr.ScOtrEngineImpl
 
addListener(ScOtrKeyManagerListener) - Method in interface net.java.sip.communicator.plugin.otr.ScOtrKeyManager
 
addListener(ScOtrKeyManagerListener) - Method in class net.java.sip.communicator.plugin.otr.ScOtrKeyManagerImpl
 
addListener(AccountManagerListener) - Method in interface net.java.sip.communicator.service.protocol.AccountManager
Registers a specific listener to be notified about events fired by this AccountManager.
addListSelectionListener(ListSelectionListener) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.SelectAccountPanel
Adds a ListSelectionListener to the list of accounts, which will listen for events triggered by user clicks on the rows in the table.
addLocalUserRoleListener(ChatRoomLocalUserRoleListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Adds the given ChatRoomLocalUserRoleListener to the contained chat room role listeners.
addLocalUserRoleListener(ChatRoomLocalUserRoleListener) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Adds a listener that will be notified of changes in our role in the room such as us being granded operator.
addLocalUserRoleListener(ChatRoomLocalUserRoleListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Adds a listener that will be notified of changes in our role in the room such as us being granded operator.
addLocalUserRoleListener(ChatRoomLocalUserRoleListener) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Adds a listener that will be notified of changes in our role in the room such as us being granded operator.
addLocalUserRoleListener(ChatRoomLocalUserRoleListener) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Adds a listener that will be notified of changes in our role in the room such as us being granded operator.
addLocalUserSoundLevelListener(SoundLevelListener) - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallGibberishImpl
 
addLocalUserSoundLevelListener(SoundLevelListener) - Method in class net.java.sip.communicator.impl.protocol.mock.MockCall
Adds a specific SoundLevelListener to the list of listeners interested in and notified about changes in local sound level related information.
addLocalUserSoundLevelListener(SoundLevelListener) - Method in class net.java.sip.communicator.service.protocol.Call
Adds a specific SoundLevelListener to the list of listeners interested in and notified about changes in local sound level related information.
addLocalUserSoundLevelListener(SoundLevelListener) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Adds a specific SoundLevelListener to the list of listeners interested in and notified about changes in local sound level related information.
addMapping(MediaFormat, byte) - Method in class net.java.sip.communicator.service.protocol.media.DynamicPayloadTypeRegistry
Adds the specified format to payloadType mapping to the list of mappings known to this registry.
addMapping(RTPExtension, byte) - Method in class net.java.sip.communicator.service.protocol.media.DynamicRTPExtensionsRegistry
Adds the specified extension to extID mapping to the list of mappings known to this registry.
addMaxListener(MaxListener) - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Adds a MaxListener to the tabbedPane.
addMemberPresenceListener(ChatRoomMemberPresenceListener) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Adds a listener that will be notified of changes in our status in the room such as us being kicked, banned, or granted admin permissions.
addMemberPresenceListener(ChatRoomMemberPresenceListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Adds a listener that will be notified of changes in our status in the room such as us being kicked, banned, or granted admin permissions.
addMemberPresenceListener(ChatRoomMemberPresenceListener) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Adds a listener that will be notified of changes in our participation in the room such as us being kicked, join, left...
addMemberPresenceListener(ChatRoomMemberPresenceListener) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Adds a listener that will be notified of changes in our participation in the room such as us being kicked, join, left...
addMemberPropertyChangeListener(ChatRoomMemberPropertyChangeListener) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Adds the given listener to the list of listeners registered to receive events upon modification of chat room member properties such as its nickname being changed for example.
addMemberPropertyChangeListener(ChatRoomMemberPropertyChangeListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Adds the given listener to the list of listeners registered to receive events upon modification of chat room member properties such as its nickname being changed for example.
addMemberPropertyChangeListener(ChatRoomMemberPropertyChangeListener) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Adds a listener that will be notified of changes in the property of a room member such as the nickname being changed.
addMemberPropertyChangeListener(ChatRoomMemberPropertyChangeListener) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Adds a listener that will be notified of changes in the property of a room member such as the nickname being changed.
addMemberRoleListener(ChatRoomMemberRoleListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Adds the given ChatRoomMemberRoleListener to the contained chat room role listeners.
addMemberRoleListener(ChatRoomMemberRoleListener) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Adds a listener that will be notified of changes of a member role in the room such as being granted operator.
addMemberRoleListener(ChatRoomMemberRoleListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Adds a listener that will be notified of changes of a member role in the room such as being granded operator.
addMemberRoleListener(ChatRoomMemberRoleListener) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Adds a listener that will be notified of changes of a member role in the room such as being granded operator.
addMemberRoleListener(ChatRoomMemberRoleListener) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Adds a listener that will be notified of changes of a member role in the room such as being granded operator.
addMenuItem(Object, Object) - Static method in class net.java.sip.communicator.impl.osdependent.jdic.StatusSubMenu
 
addMessage(String, long, String, String, String) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Passes the message to the contained ChatConversationPanel for processing and appends it at the end of the conversationPanel document.
addMessage(String, long, String, String, String, String) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Passes the message to the contained ChatConversationPanel for processing and appends it at the end of the conversationPanel document.
addMessage(String, long, String, String, String) - Method in interface net.java.sip.communicator.service.gui.Chat
Adds a message to this Chat.
addMessageListener(AdHocChatRoomMessageListener) - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Registers listener so that it would receive events every time a new message is received on this chat room.
addMessageListener(ChatRoomMessageListener) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Registers listener so that it would receive events every time a new message is received on this chat room.
addMessageListener(ChatRoomMessageListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Registers listener so that it would receive events every time a new message is received on this chat room.
addMessageListener(ChatRoomMessageListener) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Registers listener so that it would receive events every time a new message is received on this chat room.
addMessageListener(AdHocChatRoomMessageListener) - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Registers listener so that it would receive events every time a new message is received on this chat room.
addMessageListener(AdHocChatRoomMessageListener) - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Registers listener so that it would receive events every time a new message is received on this chat room.
addMessageListener(MessageListener) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetBasicInstantMessaging
Registers a MessageListener with this operation set so that it gets notifications of successful message delivery, failure or reception of incoming messages..
addMessageListener(AdHocChatRoomMessageListener) - Method in interface net.java.sip.communicator.service.protocol.AdHocChatRoom
Registers listener so that it would receive events every time a new message is received on this ad-hoc chat room.
addMessageListener(ChatRoomMessageListener) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Registers listener so that it would receive events every time a new message is received on this chat room.
addMessageListener(MessageListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicInstantMessaging
Registers a MessageListener with this operation set so that it gets notifications of successful message delivery, failure or reception of incoming messages.
addMessageListener(MessageListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetSmsMessaging
Registers a MessageListener with this operation set so that it gets notifications of successful message delivery, failure or reception of incoming messages..
addMessageProcessor(SipMessageProcessor) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicInstantMessagingSipImpl
Registers a SipMessageProcessor with this operation set so that it gets notifications of successful message delivery, failure or reception of incoming messages..
addMetaContact(MetaContactImpl) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Adds the specified metaContact to ths local list of child contacts.
addMetaContact(MetaContact) - Method in class net.java.sip.communicator.impl.gui.utils.InviteDialog
Adds the given metaContact to the left list of contacts available for invite.
addMetaContact(MetaContact) - Method in class net.java.sip.communicator.impl.gui.utils.OneChoiceInviteDialog
Adds the given metaContact to the left list of contacts available for invite.
addMetaContactListListener(MetaContactListListener) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Adds a listener for MetaContactListChangeEvents posted after the tree changes.
addMetaContactListListener(MetaContactListListener) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
Adds a listener for MetaContactListChangeEvents posted after the tree changes.
addMethodProcessorListener(MethodProcessorListener) - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Registers a specific MethodProcessorListener with this CallPeer so that it gets notified by this instance about the processing of SIP signaling.
addMockGroup(MockContactGroup) - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
A Mock Provider method to use for fast filling of a contact list.
addMockGroupAndFireEvent(MockContactGroup, MockContactGroup) - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
A Mock Provider method to use for fast filling of a contact list.
addModificationListener(MsnContactListEventListener) - Method in class net.java.sip.communicator.impl.protocol.msn.EventManager
Adds listener of the modification fired events
addMouseListener(MouseListener) - Method in class net.java.sip.communicator.impl.osdependent.TrayIcon.AWTTrayIconPeer
 
addMouseListener(MouseListener) - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
Adding a mouse listener on the table.
addNativePlugins() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Adds all native plugins to this container.
addNetworkConfigurationChangeListener(NetworkConfigurationChangeListener) - Method in class net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl
Adds new NetworkConfigurationChangeListener which will be informed for network configuration changes.
addNetworkConfigurationChangeListener(NetworkConfigurationChangeListener) - Method in class net.java.sip.communicator.impl.netaddr.NetworkConfigurationWatcher
Adds new NetworkConfigurationChangeListener which will be informed for network configuration changes.
addNetworkConfigurationChangeListener(NetworkConfigurationChangeListener) - Method in interface net.java.sip.communicator.service.netaddr.NetworkAddressManagerService
Adds new NetworkConfigurationChangeListener which will be informed for network configuration changes.
addNewCallPeer(Call, String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
 
addNewContactToMetaContact(ProtocolProviderService, MetaContact, String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
First makes the specified protocol provider create the contact as indicated by contactID, and then associates it to the _existing_ metaContact given as an argument.
addNewContactToMetaContact(ProtocolProviderService, MetaContact, String, boolean) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
First makes the specified protocol provider create the contact as indicated by contactID, and then associates it to the _existing_ metaContact given as an argument.
addNewContactToMetaContact(ProtocolProviderService, MetaContact, String) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
First makes the specified protocol provider create the contact as indicated by contactID, and then associates it to the _existing_ metaContact given as an argument.
addNotificationChangeListener(NotificationChangeListener) - Method in class net.java.sip.communicator.impl.notification.NotificationServiceImpl
Adds the given listener to the list of change listeners.
addNotificationChangeListener(NotificationChangeListener) - Method in interface net.java.sip.communicator.service.notification.NotificationService
Registers a listener that would be notified of changes that have occurred in the registered event notifications.
addOkButtonListener(ActionListener) - Method in class net.java.sip.communicator.impl.gui.utils.OneChoiceInviteDialog
Adds an ActionListener to the contained "Invite" button.
addOutput(QTCaptureOutput) - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureSession
 
addOutputStream(AudioMixingPushBufferStream) - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixerPushBufferStream
Adds a specific AudioMixingPushBufferStream to the collection of such streams to which this instance is to push the data for audio mixing it reads from its input SourceStreams.
addPacketListener(XMPPConnection) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
Registers this Manager's listener with connection.
addParameter(ParameterPacketExtension) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
Adds an SDP parameter to the list that we already have registered for this payload type.
addParent(Window) - Method in class net.java.sip.communicator.impl.gui.main.call.DTMFHandler
Add parent on which we listen for key entering.
addParticipantPresenceListener(AdHocChatRoomParticipantPresenceListener) - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Adds a listener that will be notified of changes in our status in the room such as us being kicked, banned, or granted admin permissions.
addParticipantPresenceListener(AdHocChatRoomParticipantPresenceListener) - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Adds a listener that will be notified of changes in our status in the room.
addParticipantPresenceListener(AdHocChatRoomParticipantPresenceListener) - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Adds a listener that will be notified of changes in our status in the room.
addParticipantPresenceListener(AdHocChatRoomParticipantPresenceListener) - Method in interface net.java.sip.communicator.service.protocol.AdHocChatRoom
Adds a listener that will be notified of changes in our participation in the ad-hoc room such as us being join, left...
addPayloadType(PayloadTypePacketExtension) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RtpDescriptionPacketExtension
Adds a new payload type to this description element.
addPluginComponentListener(PluginComponentListener) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
 
addPopupMenuListener(Object, PopupMenuListener) - Static method in class net.java.sip.communicator.impl.osdependent.jdic.TrayMenuFactory
Adds a PopupMenuListener to the given trayMenu.
addPopupMessageListener(SystrayPopupMessageListener) - Method in class net.java.sip.communicator.impl.osdependent.jdic.SystrayServiceJdicImpl
Implements the SystrayService.addPopupMessageListener method.
addPopupMessageListener(SystrayPopupMessageListener) - Method in class net.java.sip.communicator.service.systray.AbstractPopupMessageHandler
Adds a SystrayPopupMessageListener to this instance so that it receives SystrayPopupMessageEvents.
addPopupMessageListener(SystrayPopupMessageListener) - Method in interface net.java.sip.communicator.service.systray.PopupMessageHandler
Registers a listener to be informed of systray popup events.
addPopupMessageListener(SystrayPopupMessageListener) - Method in interface net.java.sip.communicator.service.systray.SystrayService
Adds a listener for SystrayPopupMessageEvents posted when user clicks on the system tray popup message.
addPopupOutsideListener(PopupOutsideListener) - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Adds a PopupOutsideListener to the tabbedPane.
addPresenceListener(LocalUserAdHocChatRoomPresenceListener) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetAdHocMultiUserChatIcqImpl
Adds a listener that will be notified of changes in our status in a chat room such as us being kicked, banned or dropped.
addPresenceListener(WhiteboardSessionPresenceListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetWhiteboardingJabberImpl
Adds a listener that will be notified of changes in our status in a chat room such as us being kicked, banned or dropped.
addPresenceListener(LocalUserAdHocChatRoomPresenceListener) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetAdHocMultiUserChatMsnImpl
Adds the given presence listener to existing presence listeners list.
addPresenceListener(LocalUserAdHocChatRoomPresenceListener) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetAdHocMultiUserChatYahooImpl
Adds a listener that will be notified of changes in our status in a chat room such as us being kicked, banned or dropped.
addPresenceListener(LocalUserChatRoomPresenceListener) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetMultiUserChat
 
addPresenceListener(LocalUserAdHocChatRoomPresenceListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetAdHocMultiUserChat
Adds a listener that will be notified of changes in our participation in an ad-hoc chat room such as us being joined, left.
addPresenceListener(LocalUserChatRoomPresenceListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetMultiUserChat
Adds a listener that will be notified of changes in our participation in a chat room such as us being kicked, joined, left.
addPresenceListener(WhiteboardSessionPresenceListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetWhiteboarding
Adds a listener that will be notified of changes in our participation in a white-board session such as us being joined, left, dropped.
addProgressListener(FileTransferProgressListener) - Method in class net.java.sip.communicator.service.protocol.AbstractFileTransfer
Adds the given FileTransferProgressListener to listen for status changes on this file transfer.
addProgressListener(FileTransferProgressListener) - Method in interface net.java.sip.communicator.service.protocol.FileTransfer
Adds the given FileTransferProgressListener to listen for status changes on this file transfer.
addPropertyChangeListener(PropertyChangeListener) - Method in class net.java.sip.communicator.impl.configuration.ChangeEventDispatcher
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class net.java.sip.communicator.impl.configuration.ChangeEventDispatcher
Add a PropertyChangeListener for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Adds a PropertyChangeListener
addPropertyChangeListener(ChatRoomPropertyChangeListener) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Adds listener to the list of listeners registered to receive events upon modification of chat room properties such as its subject for example.
addPropertyChangeListener(ChatRoomPropertyChangeListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Adds listener to the list of listeners registered to receive events upon modification of chat room properties such as its subject for example.
addPropertyChangeListener(ChatRoomPropertyChangeListener) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Adds a listener that will be notified of changes in the property of the room such as the subject being change or the room state being changed.
addPropertyChangeListener(Call, PropertyChangeListener) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetVideoTelephonySipImpl
Adds a specific PropertyChangeListener to the list of listeners which get notified when the properties (e.g.
addPropertyChangeListener(PropertyChangeListener) - Method in interface net.java.sip.communicator.service.configuration.ConfigurationService
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface net.java.sip.communicator.service.configuration.ConfigurationService
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class net.java.sip.communicator.service.neomedia.AbstractMediaStream
Adds a PropertyChangelistener to this stream which is to be notified upon property changes such as a SSRC ID which becomes known.
addPropertyChangeListener(PropertyChangeListener) - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Adds a property change listener to this stream so that it would be notified upon property change events like for example an SSRC ID which becomes known.
addPropertyChangeListener(PropertyChangeListener) - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Allows the user interface to register a listener interested in property changes.
addPropertyChangeListener(ChatRoomPropertyChangeListener) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Adds a listener that will be notified of changes in the property of the room such as the subject being change or the room state being changed.
addPropertyChangeListener(PropertyChangeListener) - Method in interface net.java.sip.communicator.service.protocol.ConferenceMember
Adds a specific PropertyChangeListener to the list of listeners interested in and notified about changes in the values of the properties of this ConferenceMember such as #DISPLAY_NAME_PROPERTY_NAME and #STATE_PROPERTY_NAME.
addPropertyChangeListener(Call, PropertyChangeListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
Adds a specific PropertyChangeListener to the list of listeners which get notified when the properties (e.g.
addPropertyChangeListener(PropertyChangeListener) - Method in class net.java.sip.communicator.util.PropertyChangeNotifier
Adds a specific PropertyChangeListener to the list of listeners interested in and notified about changes in the values of the properties of this PropertyChangeNotifier.
addProtocolProvider(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Adds a protocol provider.
addProtocolSupportedOperationSets(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Adds all protocol supported operation sets.
addProtoContact(Contact) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Adds the specified protocol specific contact to the list of contacts merged in this meta contact.
addProtoGroup(ContactGroup) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Adds the specified group to the list of protocol specific groups that we're encapsulating in this meta contact group.
addProviderContactHandler(ProtocolProviderService, ContactEventHandler) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
 
addProviderPresenceStatusListener(ProviderPresenceStatusListener) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
Adds a listener that would receive events upon changes of the provider presence status.
addProviderPresenceStatusListener(ProviderPresenceStatusListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetPresence
Adds a listener that would receive events upon changes of the provider presence status.
addQueryListener(CallHistoryQueryListener) - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryQueryImpl
Adds the given CallHistoryQueryListener to the list of listeners interested in query result changes.
addQueryListener(CallHistoryQueryListener) - Method in interface net.java.sip.communicator.service.callhistory.CallHistoryQuery
Adds the given CallHistoryQueryListener to the list of listeners interested in query result changes.
addQuestion(DNSQuestion) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
Add a question to the message.
addr - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Address
 
addr - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
 
addRecord(HistoryRecord) - Method in class net.java.sip.communicator.impl.history.HistoryWriterImpl
 
addRecord(String[]) - Method in class net.java.sip.communicator.impl.history.HistoryWriterImpl
 
addRecord(String[], Date) - Method in class net.java.sip.communicator.impl.history.HistoryWriterImpl
 
addRecord(HistoryRecord) - Method in interface net.java.sip.communicator.service.history.HistoryWriter
Stores the passed record complying with the historyRecordStructure.
addRecord(String[]) - Method in interface net.java.sip.communicator.service.history.HistoryWriter
Stores the passed propertyValues complying with the historyRecordStructure.
addRecord(String[], Date) - Method in interface net.java.sip.communicator.service.history.HistoryWriter
Stores the passed propertyValues complying with the historyRecordStructure.
addRegistrationStateChangeListener(RegistrationStateChangeListener) - Method in class net.java.sip.communicator.impl.protocol.mock.MockProvider
Mock implementation of the corresponding ProtocolProviderService method.
addRegistrationStateChangeListener(RegistrationStateChangeListener) - Method in class net.java.sip.communicator.service.protocol.AbstractProtocolProviderService
Registers the specified listener with this provider so that it would receive notifications on changes of its state or other properties such as its local address and display name.
addRegistrationStateChangeListener(RegistrationStateChangeListener) - Method in interface net.java.sip.communicator.service.protocol.ProtocolProviderService
Registers the specified listener with this provider so that it would receive notifications on changes of its state or other properties such as its local address and display name.
address - Variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo.Sender
The email address of the sender.
address - Variable in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport.Subscription
The subscription Address/Request URI associated with this instance and the target of the SUBSCRIBE requests being created as descriptions of this instance or of the NOTIFY requests being sent.
address - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.HostInfo
 
AddressDiagnosticsKit - Class in net.java.sip.communicator.impl.netaddr
Runs a separate thread of diagnostics for a given network address.
AddressDiagnosticsKit(AddressPoolEntry) - Constructor for class net.java.sip.communicator.impl.netaddr.AddressDiagnosticsKit
 
addressEquals(Address) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport.Subscription
Determines whether the Address/Request URI of this Subscription is equal to a specific Address in the sense of identifying one and the same resource.
AddressPool - Class in net.java.sip.communicator.impl.netaddr
The class scans all local interfaces discovering all addresses, and starts constantly testing them one by one in order to verify their properties.
AddressPool() - Constructor for class net.java.sip.communicator.impl.netaddr.AddressPool
 
AddressPoolEntry - Class in net.java.sip.communicator.impl.netaddr
An entry in the Address Pool.
AddressPoolEntry(InetAddress, NetworkInterface) - Constructor for class net.java.sip.communicator.impl.netaddr.AddressPoolEntry
 
AddressPreference - Class in net.java.sip.communicator.impl.netaddr
The AddressPreference class is used to assign preference to the various network addresses on a host.
AddressPreference(int) - Constructor for class net.java.sip.communicator.impl.netaddr.AddressPreference
Creates an AddressPreference instance with the specified preference.
AddressPreference() - Constructor for class net.java.sip.communicator.impl.netaddr.AddressPreference
Creates an AddressPreference object with a default preference value.
AddressResolverImpl - Class in net.java.sip.communicator.impl.protocol.sip
Lookup for SRV records for given host.
AddressResolverImpl() - Constructor for class net.java.sip.communicator.impl.protocol.sip.AddressResolverImpl
 
addRssGroup(ContactGroupRssImpl) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
A RSS Provider method to use for fast filling of a contact list.
addRssGroupAndFireEvent(ContactGroupRssImpl, ContactGroupRssImpl) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
A RSS Provider method to use for fast filling of a contact list.
addRTCPFeedbackListener(RTCPFeedbackListener) - Method in class net.java.sip.communicator.impl.neomedia.RTCPConnectorInputStream
Add an RTCPFeedbackListener.
addRTCPFeedbackListener(RTCPFeedbackListener) - Method in class net.java.sip.communicator.impl.neomedia.transform.ControlTransformInputStream
Add an RTCPFeedbackListener.
addRTPExtension(byte, RTPExtension) - Method in class net.java.sip.communicator.impl.neomedia.AudioMediaStreamImpl
In addition to calling MediaStreamImpl.addRTPExtension(byte, RTPExtension) this method enables sending of CSRC audio levels.
addRTPExtension(byte, RTPExtension) - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Maps or updates the mapping between extensionID and rtpExtension.
addRTPExtension(byte, RTPExtension) - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Adds or updates an association in this MediaStream mapping the specified extensionID to rtpExtension and enabling or disabling its use according to the direction attribute of rtpExtension.
addSearchFieldListener(TextFieldChangeListener) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Adds the given TextFieldChangeListener to listen for any changes that occur in the search field.
addSearchProgressListener(CallHistorySearchProgressListener) - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
Adding progress listener for monitoring progress of search process
addSearchProgressListener(HistorySearchProgressListener) - Method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Adding progress listener for monitoring progress of search process
addSearchProgressListener(HistorySearchProgressListener) - Method in class net.java.sip.communicator.impl.metahistory.MetaHistoryServiceImpl
Adding progress listener for monitoring progress of search process
addSearchProgressListener(MessageHistorySearchProgressListener) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Adding progress listener for monitoring progress of search process
addSearchProgressListener(CallHistorySearchProgressListener) - Method in interface net.java.sip.communicator.service.callhistory.CallHistoryService
Adding progress listener for monitoring progress of search process
addSearchProgressListener(HistorySearchProgressListener) - Method in interface net.java.sip.communicator.service.history.HistoryReader
Adding progress listener for monitoring progress of search process
addSearchProgressListener(HistorySearchProgressListener) - Method in interface net.java.sip.communicator.service.metahistory.MetaHistoryService
Adding progress listener for monitoring progress of search process
addSearchProgressListener(MessageHistorySearchProgressListener) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Adding progress listener for monitoring progress of search process
addSelectionListener(ListSelectionListener) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableUI
Adds listener for selection changes.
addSender(MailThreadInfo.Sender) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Adds sender to the list of senders in this thread.
addSeparator() - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommToolBar
Adds a separator to this toolbar.
addServerStoredGroupChangeListener(ServerStoredGroupListener) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Registers a listener that would receive events upong changes in server stored groups.
addServerStoredGroupChangeListener(ServerStoredGroupListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Registers a listener that would receive events upon changes in server stored groups.
addServerStoredGroupChangeListener(ServerStoredGroupListener) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Registers a listener that would receive events upon changes in server stored groups.
addServerStoredGroupChangeListener(ServerStoredGroupListener) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
Registers a listener that would receive events upong changes in server stored groups.
addServerStoredGroupChangeListener(ServerStoredGroupListener) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
Registers a listener that would receive events upon changes in server stored groups.
addServerStoredGroupChangeListener(ServerStoredGroupListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetPersistentPresence
Registers a listener that would receive events upon changes in server stored groups.
addServiceListener(String, ServiceListener) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Listen for services of a given type.
addServiceTypeListener(ServiceTypeListener) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Listen for service types.
addSipListener(ProtocolProviderServiceSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.SipStackSharing
Adds this listener as a candidate recipient for the dispatching of new messages received from the JAIN-SIP SipProviders.
addSmsMessageListener(MessageListener) - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatTransport
Adds an sms message listener to this chat transport.
addSmsMessageListener(MessageListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
Adds an sms message listener to this chat transport.
addSmsMessageListener(MessageListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
Adds an sms message listener to this chat transport.
addSmsMessageListener(MessageListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Adds an SMS message listener to this chat transport.
addSSHGroup(ContactGroupSSHImpl) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
A SSH Provider method to use for fast filling of a contact list.
addSSHGroupAndFireEvent(ContactGroupSSHImpl, ContactGroupSSHImpl) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
A SSH Provider method to use for fast filling of a contact list.
addSSRC(long) - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Adds ssrc to the array of SSRC identifiers representing parties that this MediaDeviceSession is currently receiving streams from.
addStatusListener(FileTransferStatusListener) - Method in class net.java.sip.communicator.service.protocol.AbstractFileTransfer
Adds the given FileTransferStatusListener to listen for status changes on this file transfer.
addStatusListener(FileTransferStatusListener) - Method in interface net.java.sip.communicator.service.protocol.FileTransfer
Adds the given FileTransferStatusListener to listen for status changes on this file transfer.
addStreamSoundLevelListener(SoundLevelListener) - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallPeerGibberishImpl
Adds a specific SoundLevelListener to the list of listeners interested in and notified about changes in stream sound level related information.
addStreamSoundLevelListener(SoundLevelListener) - Method in class net.java.sip.communicator.impl.protocol.mock.MockCallPeer
Adds a specific SoundLevelListener to the list of listeners interested in and notified about changes in stream sound level related information.
addStreamSoundLevelListener(SoundLevelListener) - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Adds a specific SoundLevelListener to the list of listeners interested in and notified about changes in stream sound level related information.
addStreamSoundLevelListener(SoundLevelListener) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Adds a specific SoundLevelListener to the list of listeners interested in and notified about changes in the sound level of the audio sent by the remote party.
addSubgroup(MetaContactGroup) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Adds the specified meta group to the subgroups of this one.
addSubgroup(ContactGroupDictImpl) - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Adds the specified contact group to the contained by this group.
addSubgroup(ContactGroupGibberishImpl) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Adds the specified contact group to the contained by this group.
addSubGroup(int, ContactGroupIcqImpl) - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Adds the specified group at the specified position in the list of sub groups.
addSubGroup(ContactGroupIcqImpl) - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Adds the specified group to the end of the list of sub groups.
addSubGroup(ContactGroupJabberImpl) - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Adds the specified group to the end of the list of sub groups.
addSubgroup(MockContactGroup) - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Adds the specified contact group to the contained by this group.
addSubGroup(ContactGroupMsnImpl) - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Adds the specified group to the end of the list of sub groups.
addSubgroup(ContactGroupRssImpl) - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Adds the specified contact group to the contained by this group.
addSubgroup(ContactGroupSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Adds the specified contact group to the contained by this group.
addSubgroup(ContactGroupSSHImpl) - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Adds the specified contact group to the contained by this group.
addSubGroup(ContactGroupYahooImpl) - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
Adds the specified group to the end of the list of sub groups.
addSubgroup(ContactGroupZeroconfImpl) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Adds the specified contact group to the contained by this group.
addSubscription(String, EventPackageSupport.Subscription) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport
Adds a specific Subscription associated with a specific CallId to the list of subscriptions managed by this instance.
addSubscription(Dialog, Object) - Static method in class net.java.sip.communicator.impl.protocol.sip.EventPackageUtils
Associates a specific subscription with the a given Dialog in order to allow it to keep the dialog in question alive even after a BYE request.
addSubscriptionListener(SubscriptionListener) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
 
addSubscriptionListener(SubscriptionListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetPresence
Registers a listener that would get notifications any time a new subscription was successfully added, has failed or was removed.
addSupportedOperationSet(Class<T>, T) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Adds a specific OperationSet implementation to the set of supported OperationSets of this instance.
addSupportedOperationSet(Class<T>, T) - Method in class net.java.sip.communicator.service.protocol.AbstractProtocolProviderService
Adds a specific OperationSet implementation to the set of supported OperationSets of this instance.
addTarget(SessionAddress) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Add a stream target.
addTarget(InetAddress, int) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorOutputStream
Add a target to stream targets list
addTextChangeListener(TextFieldChangeListener) - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
Adds the given TextFieldChangeListener to the list of listeners notified on changes of the text contained in this field.
addTextInWriteArea(String) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Adds text to the write area editor.
addThread(MailThreadInfo) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxIQ
Adds a thread info element to the list of threads that this MailboxIQ is referring to.
addToCenter(Component) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.BasicConferenceParticipantPanel
Adds the given component to the center below the sound bar.
addToNameBar(Component) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.BasicConferenceParticipantPanel
Adds the given component to the name bar.
addToStatusBar(Component) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.BasicConferenceParticipantPanel
Adds the given component to the status bar.
addTransformLayer(TransformLayer) - Method in interface net.java.sip.communicator.service.protocol.OperationSetInstantMessageTransform
Adds a transformation layer to this protocol provider using a default priority value.
addTransformLayer(int, TransformLayer) - Method in interface net.java.sip.communicator.service.protocol.OperationSetInstantMessageTransform
Adds transformLayer to the layers currrently used for message transformation in this provider and assigns the specified priotity to it.
addTransformLayer(TransformLayer) - Method in class net.java.sip.communicator.service.protocol.OperationSetInstantMessageTransformImpl
 
addTransformLayer(int, TransformLayer) - Method in class net.java.sip.communicator.service.protocol.OperationSetInstantMessageTransformImpl
 
addTrayIcon(TrayIcon) - Method in class net.java.sip.communicator.impl.osdependent.SystemTray
 
addTrayIcon(TrayIcon.TrayIconPeer) - Method in interface net.java.sip.communicator.impl.osdependent.SystemTray.SystemTrayPeer
 
addTypingNotificationsListener(TypingNotificationsListener) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetTypingNotifications
Adds listener to the list of listeners registered for receiving TypingNotificationEvents.
addTypingNotificationsListener(TypingNotificationsListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetTypingNotifications
Adds l to the list of listeners registered for receiving TypingNotificationEvents
addUnknownContact() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.UnknownContactPanel
Clicks the add contact button in order to add the unknown contact to the contact list.
addUserCapsNode(String, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
Add a record telling what entity caps node a user has.
addUserCapsNodeListener(UserCapsNodeListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
Adds a specific UserCapsNodeListener to the list of UserCapsNodeListeners interested in events notifying about changes in the list of user caps nodes of this EntityCapsManager.
addValue(Object) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomConfigurationFormFieldJabberImpl
Adds the given value to the list of values of this field.
addValue(Object) - Method in interface net.java.sip.communicator.service.protocol.ChatRoomConfigurationFormField
Adds the given value to the values of this field.
addValue(T, String) - Method in class net.java.sip.communicator.util.GenericBuffer
Adds a value to the buffer.
addVetoableChangeListener(ConfigVetoableChangeListener) - Method in class net.java.sip.communicator.impl.configuration.ChangeEventDispatcher
Add a VetoableChangeListener to the listener list.
addVetoableChangeListener(String, ConfigVetoableChangeListener) - Method in class net.java.sip.communicator.impl.configuration.ChangeEventDispatcher
Add a VetoableChangeListener for a specific property.
addVetoableChangeListener(ConfigVetoableChangeListener) - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
Adds a VetoableChangeListener to the listener list.
addVetoableChangeListener(String, ConfigVetoableChangeListener) - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
Adds a VetoableChangeListener to the listener list for a specific property.
addVetoableChangeListener(ConfigVetoableChangeListener) - Method in interface net.java.sip.communicator.service.configuration.ConfigurationService
Adds a VetoableChangeListener to the listener list.
addVetoableChangeListener(String, ConfigVetoableChangeListener) - Method in interface net.java.sip.communicator.service.configuration.ConfigurationService
Adds a VetoableChangeListener to the listener list for a specific property.
addVideoListener(VideoListener) - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Adds a specific VideoListener to this instance in order to receive notifications when visual/video Components are being added and removed.
addVideoListener(VideoListener) - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Adds a specific VideoListener to this VideoMediaStream in order to receive notifications when visual/video Components are being added and removed.
addVideoListener(CallPeer, VideoListener) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetVideoTelephonySipImpl
Delegates to the CallPeerMediaHandler of the specified CallPeer because the video is provided by it.
addVideoListener(VideoListener) - Method in class net.java.sip.communicator.service.neomedia.event.VideoNotifierSupport
Adds a specific VideoListener to this VideoNotifierSupport in order to receive notifications when visual/video Components are being added and removed.
addVideoListener(VideoListener) - Method in interface net.java.sip.communicator.service.neomedia.VideoMediaStream
Adds a specific VideoListener to this VideoMediaStream in order to receive notifications when visual/video Components are being added and removed.
addVideoListener(VideoListener) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Registers a specific VideoListener with this instance so that it starts receiving notifications from it about changes in the availability of visual Components displaying video.
addVideoListener(CallPeer, VideoListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
Adds a specific VideoListener to this telephony in order to receive notifications when visual/video Components are being added and removed for a specific CallPeer.
addVideoPropertyChangeListener(PropertyChangeListener) - Method in class net.java.sip.communicator.impl.protocol.sip.CallSipImpl
Registers a listener with all CallPeer currently participating with the call so that it would be notified of changes in video related properties (e.g.
addVideoPropertyChangeListener(PropertyChangeListener) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Adds a specific PropertyChangeListener to the list of listeners which get notified when the properties (e.g.
addWhiteboardChangeListener(WhiteboardChangeListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Adds a whiteboard change listener to this whiteboard so that it could receive events on new whiteboard participants, theme changes and others.
addWhiteboardChangeListener(WhiteboardChangeListener) - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Adds a whiteboard change listener to this whiteboard so that it could receive events on new whiteboard participants, theme changes and others.
addWhiteboardObjectListener(WhiteboardObjectListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Registers listener so that it would receive events every time a new WhiteboardObject is received on this whiteboard.
addWhiteboardObjectListener(WhiteboardObjectListener) - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Registers listener so that it would receive events every time a new WhiteboardObject is received on this whiteboard.
addWhiteboardParticipant(WhiteboardParticipant) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Adds wbParticipant to the list of participants in this white-board.
addWhiteboardParticipant(WhiteboardParticipant) - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Adds wbParticipant to the list of participants in this whiteboard.
addWhiteboardParticipantListener(WhiteboardParticipantListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
Allows the user interface to register a listener interested in changes
addWhiteboardParticipantListener(WhiteboardParticipantListener) - Method in interface net.java.sip.communicator.service.protocol.WhiteboardParticipant
Allows the user interface to register a listener interested in changes
addWindowListener(WindowListener) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Adds the given WindowListener to the main application window.
addWindowListener(WindowListener) - Method in interface net.java.sip.communicator.service.gui.UIService
Adds the given WindowListener listening for events triggered by the main UIService component.
addWizardListener(WizardListener) - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
 
addZeroconfGroup(ContactGroupZeroconfImpl) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
A Zeroconf Provider method to use for fast filling of a contact list.
addZeroconfGroupAndFireEvent(ContactGroupZeroconfImpl, ContactGroupZeroconfImpl) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
A Zeroconf Provider method to use for fast filling of a contact list.
AdHocChatRoom - Interface in net.java.sip.communicator.service.protocol
Represents an ad-hoc rendez-vous point where multiple chat users could communicate together.
adHocChatRoomCreated(AdHocChatRoomCreatedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.AdHocChatRoomListener
Called when we receive an AdHocChatRoomCreatedEvent.
AdHocChatRoomCreatedEvent - Class in net.java.sip.communicator.service.protocol.event
The event that occurs when an ad-hoc chat room has been created.
AdHocChatRoomCreatedEvent(AdHocChatRoom, Contact) - Constructor for class net.java.sip.communicator.service.protocol.event.AdHocChatRoomCreatedEvent
Initializes an AdHocChatRoomCreatedEvent with the creator ( by) and the ad-hoc room adHocChatRoom.
adHocChatRoomDestroyed(AdHocChatRoomDestroyedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.AdHocChatRoomListener
Called when we receive an AdHocChatRoomDestroyedEvent.
AdHocChatRoomDestroyedEvent - Class in net.java.sip.communicator.service.protocol.event
The event that occurs when an ad-hoc chat room has been created.
AdHocChatRoomDestroyedEvent(AdHocChatRoom, Contact) - Constructor for class net.java.sip.communicator.service.protocol.event.AdHocChatRoomDestroyedEvent
Initializes an AdHocChatRoomDestroyedEvent with the creator ( by) and the ad-hoc room adHocChatRoom.
AdHocChatRoomIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
Represents an ad-hoc chat room, where multiple chat users could communicate in a many-to-many fashion.
AdHocChatRoomIcqImpl(ChatInvitation, ProtocolProviderServiceIcqImpl) - Constructor for class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Constructor for chat room instances, with a given chat room invitation.
AdHocChatRoomIcqImpl(String, ChatRoomSession, ProtocolProviderServiceIcqImpl) - Constructor for class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Constructor for chat room instances.
AdHocChatRoomInvitation - Interface in net.java.sip.communicator.service.protocol
This interface represents an invitation, which is send from an ad-hoc chat room participant to another user in order to invite this user to join the ad-hoc chat room.
AdHocChatRoomInvitationIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
The ICQ implementation of the ChatRoomInvitation interface for ad-hoc chat rooms.
AdHocChatRoomInvitationIcqImpl(AdHocChatRoom, String, String, byte[]) - Constructor for class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomInvitationIcqImpl
Creates an instance of the AdHocChatRoomInvitationIcqImpl by specifying the targetChatRoom, the inviter, the reason and the password.
AdHocChatRoomInvitationListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that dispatches events notifying that an invitation to join an ad-hoc MUC room is received.
AdHocChatRoomInvitationMsnImpl - Class in net.java.sip.communicator.impl.protocol.msn
The MSN implementation of the AdHocChatRoomInvitation interface.
AdHocChatRoomInvitationMsnImpl(AdHocChatRoom, String) - Constructor for class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomInvitationMsnImpl
Creates an instance of the AdHocChatRoomInvitationMsnImpl by specifying the targetChatRoom, the inviter, the reason and the password.
AdHocChatRoomInvitationReceivedEvent - Class in net.java.sip.communicator.service.protocol.event
AdHocChatRoomInvitationReceivedEvents indicate reception of an invitation to join an ad-hoc chat room.
AdHocChatRoomInvitationReceivedEvent(OperationSetAdHocMultiUserChat, AdHocChatRoomInvitation, Date) - Constructor for class net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationReceivedEvent
Creates an InvitationReceivedEvent representing reception of the source invitation received from the specified from ad-hoc chat room participant.
AdHocChatRoomInvitationRejectedEvent - Class in net.java.sip.communicator.service.protocol.event
AdHocChatRoomInvitationRejectedEvents indicates the reception of a rejection of an invitation.
AdHocChatRoomInvitationRejectedEvent(OperationSetAdHocMultiUserChat, AdHocChatRoom, String, String, Date) - Constructor for class net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationRejectedEvent
Creates a AdHocChatRoomInvitationRejectedEvent representing the rejection of an invitation, rejected by the given invitee.
AdHocChatRoomInvitationRejectionListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that dispatches events notifying that an invitation which was sent earlier has been rejected by the invitee.
AdHocChatRoomInvitationYahooImpl - Class in net.java.sip.communicator.impl.protocol.yahoo
The Yahoo implementation of the AdHocChatRoomInvitation interface.
AdHocChatRoomInvitationYahooImpl(AdHocChatRoom, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomInvitationYahooImpl
Creates an instance of the ChatRoomInvitationMsnImpl by specifying the targetChatRoom, the inviter, the reason.
AdHocChatRoomList - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
The AdHocChatRoomsList is the list containing all ad-hoc chat rooms.
AdHocChatRoomList() - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomList
 
AdHocChatRoomListChangeEvent - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
Parent class for gui ad-hoc chat room events indicating addition and removal of ad-hoc chat rooms in the gui ad-hoc chat rooms list.
AdHocChatRoomListChangeEvent(AdHocChatRoomWrapper, int) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomListChangeEvent
Creates a new AdHocChatRoom event according to the specified parameters.
AdHocChatRoomListChangeListener - Interface in net.java.sip.communicator.impl.gui.main.chatroomslist
Listener that dispatches events coming from the ad-hoc chat room list.
AdHocChatRoomListener - Interface in net.java.sip.communicator.service.protocol.event
A listener which dispatches events notifying ad-hoc chat rooms who have been created, joined and destroyed.
AdHocChatRoomMessageDeliveredEvent - Class in net.java.sip.communicator.service.protocol.event
MessageDeliveredEvents confirm successful delivery of an instant message.
AdHocChatRoomMessageDeliveredEvent(AdHocChatRoom, long, Message, int) - Constructor for class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveredEvent
Creates a MessageDeliveredEvent representing delivery of the source message to the specified to contact.
AdHocChatRoomMessageDeliveryFailedEvent - Class in net.java.sip.communicator.service.protocol.event
AdHocChatRoomMessageDeliveredEvents confirm successful delivery of an instant message.
AdHocChatRoomMessageDeliveryFailedEvent(AdHocChatRoom, Contact, int, Date, Message) - Constructor for class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveryFailedEvent
Creates a AdHocChatRoomMessageDeliveryFailedEvent indicating failure of delivery of a message to the specified Contact in the specified AdHocChatRoom.
AdHocChatRoomMessageListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that registers for AdHocChatRoomMessageEvents issued by a particular AdHocChatRoom.
AdHocChatRoomMessageReceivedEvent - Class in net.java.sip.communicator.service.protocol.event
MessageReceivedEvents indicate reception of an instant message.
AdHocChatRoomMessageReceivedEvent(AdHocChatRoom, Contact, long, Message, int) - Constructor for class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageReceivedEvent
Creates a MessageReceivedEvent representing reception of the source message received from the specified from contact.
AdHocChatRoomMsnImpl - Class in net.java.sip.communicator.impl.protocol.msn
Implements ad-hoc chat rooms for MSN.
AdHocChatRoomMsnImpl(String, ProtocolProviderServiceMsnImpl) - Constructor for class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Creates a new ad-hoc chat room for MSN named name, using the protocol provider provider.
AdHocChatRoomMsnImpl(String, ProtocolProviderServiceMsnImpl, MsnSwitchboard) - Constructor for class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Creates a new ad-hoc chat room for MSN named name, using the protocol provider provider and the msn switchboard switchboard.
AdHocChatRoomParticipantPresenceChangeEvent - Class in net.java.sip.communicator.service.protocol.event
Dispatched to notify interested parties that a change in the presence of an ad-hoc chat room participant has occurred.
AdHocChatRoomParticipantPresenceChangeEvent(AdHocChatRoom, Contact, String, String) - Constructor for class net.java.sip.communicator.service.protocol.event.AdHocChatRoomParticipantPresenceChangeEvent
Creates an AdHocChatRoomParticipantPresenceChangeEvent representing that a change in the presence of an Contact has occurred.
AdHocChatRoomParticipantPresenceListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that will be notified of changes in the presence of a participant in a particular ad-hoc chat room.
AdHocChatRoomProviderWrapper - Class in net.java.sip.communicator.impl.gui.main.chat.conference
 
AdHocChatRoomProviderWrapper(ProtocolProviderService) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomProviderWrapper
Creates an instance of AdHocChatRoomProviderWrapper by specifying the protocol provider, corresponding to the ad-hoc multi user chat account.
AdHocChatRoomWrapper - Class in net.java.sip.communicator.impl.gui.main.chat.conference
The AdHocChatRoomWrapper is the representation of the AdHocChatRoom in the GUI.
AdHocChatRoomWrapper(AdHocChatRoomProviderWrapper, String, String) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomWrapper
Creates a AdHocChatRoomWrapper by specifying the protocol provider, the identifier and the name of the ad-hoc chat room.
AdHocChatRoomWrapper(AdHocChatRoomProviderWrapper, AdHocChatRoom) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomWrapper
Creates a ChatRoomWrapper by specifying the corresponding chat room.
AdHocChatRoomYahooImpl - Class in net.java.sip.communicator.impl.protocol.yahoo
Represents a Yahoo ad-hoc chat room, where multiple chat users could communicate in a many-to-many fashion.
AdHocChatRoomYahooImpl(YahooConference, ProtocolProviderServiceYahooImpl) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Creates an instance of a chat room that has been.
AdHocConferenceChatContact - Class in net.java.sip.communicator.impl.gui.main.chat.conference
The AdHocConferenceChatContact represents a ChatContact in an ad-hoc conference chat.
AdHocConferenceChatContact(Contact) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatContact
Creates an instance of AdHocConferenceChatContact by passing to it the Contact for which it is created.
AdHocConferenceChatSession - Class in net.java.sip.communicator.impl.gui.main.chat.conference
An implementation of ChatSession for ad-hoc conference chatting.
AdHocConferenceChatSession(ChatSessionRenderer, AdHocChatRoomWrapper) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Creates an instance of AdHocConferenceChatSession, by specifying the sessionRenderer to be used for communication with the UI and the ad-hoc chat room corresponding to this conference session.
AdHocConferenceChatTransport - Class in net.java.sip.communicator.impl.gui.main.chat.conference
The conference implementation of the ChatTransport interface that provides abstraction to access to protocol providers.
AdHocConferenceChatTransport(ChatSession, AdHocChatRoom) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
Creates an instance of ConferenceChatTransport by specifying the parent chat session and the ad-hoc chat room associated with this transport.
advance() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSState
Returns the next advanced state.
ADVANCED_TYPE - Static variable in interface net.java.sip.communicator.service.gui.ConfigurationForm
The advanced configuration form type.
advancedAttributes - Variable in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Map of advanced attributes.
AdvancedConfigActivator - Class in net.java.sip.communicator.plugin.advancedconfig
 
AdvancedConfigActivator() - Constructor for class net.java.sip.communicator.plugin.advancedconfig.AdvancedConfigActivator
 
AdvancedConfigurationPanel - Class in net.java.sip.communicator.plugin.advancedconfig
The advanced configuration panel.
AdvancedConfigurationPanel() - Constructor for class net.java.sip.communicator.plugin.advancedconfig.AdvancedConfigurationPanel
Creates an instance of the AdvancedConfigurationPanel.
advanceState() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Sets the state and notifies all objects that wait on JmDNS.
advanceState() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Sets the state and notifies all objects that wait on the ServiceInfo.
AEGetURLEventHandler - Class in net.java.sip.communicator.util.launchutils
Registers as listener for Apple Event GURL.
AEGetURLEventHandler(LaunchArgHandler) - Constructor for class net.java.sip.communicator.util.launchutils.AEGetURLEventHandler
 
AEGetURLEventHandler.IAEGetURLListener - Interface in net.java.sip.communicator.util.launchutils
The interface for the used callback.
AESCM_ENCRYPTION - Static variable in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPPolicy
Counter Mode AES Cipher, defined in Section 4.1.1, RFC3711
AESCrypto - Class in net.java.sip.communicator.impl.credentialsstorage
Performs encryption and decryption of text using AES algorithm.
AESCrypto(String) - Constructor for class net.java.sip.communicator.impl.credentialsstorage.AESCrypto
Creates the encryption and decryption objects and the key.
AESF8_ENCRYPTION - Static variable in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPPolicy
F8 mode AES Cipher, defined in Section 4.1.2, RFC 3711
AGC_FAC - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
gain adjustment factor
AGC_FAC1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
gain adjustment factor
AIM - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
The AIM protocol.
AIM - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolNames
The AIM service protocol.
AIM_LOGO - Static variable in class net.java.sip.communicator.plugin.aimaccregwizz.Resources
A constant pointing to the Aim protocol logo image.
AimAccountRegistration - Class in net.java.sip.communicator.plugin.aimaccregwizz
The AimAccountRegistration is used to store all user input data through the AimAccountRegistrationWizard.
AimAccountRegistration() - Constructor for class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistration
 
AimAccountRegistrationWizard - Class in net.java.sip.communicator.plugin.aimaccregwizz
The AimAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the AIM protocol.
AimAccountRegistrationWizard(WizardContainer) - Constructor for class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Creates an instance of AimAccountRegistrationWizard.
AimAccRegWizzActivator - Class in net.java.sip.communicator.plugin.aimaccregwizz
Registers the AimAccountRegistrationWizard in the UI Service.
AimAccRegWizzActivator() - Constructor for class net.java.sip.communicator.plugin.aimaccregwizz.AimAccRegWizzActivator
 
AimStatusEnum - Class in net.java.sip.communicator.impl.protocol.icq
An enumeration containing all status instances that MUST be supported by an implementation of the AIM (Oscar) protocol.
AimStatusEnum(int, String, byte[]) - Constructor for class net.java.sip.communicator.impl.protocol.icq.AimStatusEnum
Creates a status with the specified connectivity coeff, name and icon.
aimStatusSet - Static variable in class net.java.sip.communicator.impl.protocol.icq.AimStatusEnum
The minimal set of states that any AIM implementation must support.
ALAW_RTP - Static variable in class net.java.sip.communicator.impl.neomedia.codec.Constants
 
aLawEncode(boolean, byte[], int, int, byte[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.JavaEncoder
Encode an array of pcm values into a pre-allocated target array
aLawEncode(int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.JavaEncoder
Encode a pcm value into a a-law byte
aLawEncodeBigEndian(byte[], int, int, byte[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.JavaEncoder
Encode big endian data.
aLawEncodeLittleEndian(byte[], int, int, byte[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.JavaEncoder
Encode little endian data.
ALERTING - Static variable in class net.java.sip.communicator.impl.protocol.sip.ConferenceMemberSipImpl
A Public Switched Telephone Network (PSTN) ALERTING or SIP 180 Ringing was returned for the outbound call; endpoint is being alerted.
ALERTING_REMOTE_SIDE - Static variable in class net.java.sip.communicator.service.protocol.CallPeerState
This constant value indicates that the state of the call peer is is ALERTING_REMOTE_SIDE - which means that a network connection to that peer has been established and peer's phone is currently alerting the remote user of the current call.
alias - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Pointer
 
allContacts - Variable in class net.java.sip.communicator.plugin.otr.KnownFingerprintsTableModel
 
allowsFileTransfer() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Returns true if this chat transport supports file transfer, otherwise returns false.
allowsInstantMessage() - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatTransport
Returns true if this chat transport supports instant messaging, otherwise returns false.
allowsInstantMessage() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
Returns true if this chat transport supports instant messaging, otherwise returns false.
allowsInstantMessage() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
Returns true if this chat transport supports instant messaging, otherwise returns false.
allowsInstantMessage() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Returns true if this chat transport supports instant messaging, otherwise returns false.
allowsReceiving() - Method in enum net.java.sip.communicator.service.neomedia.MediaDirection
Determines whether the directions specified by this MediaDirection instance allow for incoming (i.e.
allowsSending() - Method in enum net.java.sip.communicator.service.neomedia.MediaDirection
Determines whether the directions specified by this MediaDirection instance allow for outgoing (i.e.
allowsSmsMessage() - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatTransport
Returns true if this chat transport supports sms messaging, otherwise returns false.
allowsSmsMessage() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
Returns true if this chat transport supports sms messaging, otherwise returns false.
allowsSmsMessage() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
Returns true if this chat transport supports sms messaging, otherwise returns false.
allowsSmsMessage() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Returns true if this chat transport supports sms messaging, otherwise returns false.
allowsTypingNotifications() - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatTransport
Returns true if this chat transport supports typing notifications, otherwise returns false.
allowsTypingNotifications() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
Returns true if this chat transport supports typing notifications, otherwise returns false.
allowsTypingNotifications() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
Returns true if this chat transport supports typing notifications, otherwise returns false.
allowsTypingNotifications() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Returns true if this chat transport supports typing notifications, otherwise returns false.
AllPoleFilter(float[], int, float[], int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_common
 
AllZeroFilter(float[], int, float[], int, int, float[], int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_common
 
ALPHA - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
ALREADY_STARTED - Static variable in class net.java.sip.communicator.util.launchutils.SipCommunicatorLock
Returned by the soft start method to indicate that an instance of SIP Communicator has been already started and we should exit.
AlsaStream - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa
low-latency ALSA access through JNI wrapper
AlsaStream() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.AlsaStream
We only provide 8 kbps access to the device for now In addition, datablock size is fixed to 160 samples (320 bytes) This turns out to be 20ms worth of samples at 8kbps Very convenient for ilbc 20ms mode...
ALT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
The name of the geolocation map key corresponding to the altitude in meters above or below sea level (e.g.
ALT - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetGeolocation
The name of the geolocation map key corresponding to the altitude in meters above or below sea level (e.g.
ALWAYS_TRUST_MODE_ENABLED_PROP_NAME - Static variable in interface net.java.sip.communicator.service.gui.CertificateVerificationService
Property for always trust mode.
anaMem - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
and(MediaDirection) - Method in enum net.java.sip.communicator.service.neomedia.MediaDirection
Applies an extra direction constraint to this MediaDirection or in other words performs an and operation.
AnimationUtils - Class in net.java.sip.communicator.impl.gui.utils
 
AnimationUtils() - Constructor for class net.java.sip.communicator.impl.gui.utils.AnimationUtils
 
ANNOUNCE_WAIT_INTERVAL - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
ANNOUNCED - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSState
 
ANNOUNCED_RENEWAL_TTL_INTERVAL - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
ANNOUNCING_1 - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSState
 
ANNOUNCING_2 - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSState
 
answer() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Indicates a user request to answer an incoming call from this CallPeer.
answer() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Indicates a user request to answer an incoming call from this CallPeer.
answerCall(Call) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Answers the given call.
answerCallPeer(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicTelephonyGibberishImpl
Indicates a user request to answer an incoming call from the specified CallPeer.
answerCallPeer(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Implements method answerCallPeer from OperationSetBasicTelephony.
answerCallPeer(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
Indicates a user request to answer an incoming call from the specified CallPeer.
answerCallPeer(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Indicates a user request to answer an incoming call from the specified CallPeer.
answerCallPeer(CallPeer) - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony
Indicates a user request to answer an incoming call from the specified CallPeer.
answeredBy(DNSRecord) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSQuestion
Check if this question is answered by a given DNS record.
answers - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSIncoming
 
answerVideoCallPeer(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetVideoTelephonySipImpl
Indicates a user request to answer an incoming call with video enabled from the specified CallPeer.
answerVideoCallPeer(CallPeer) - Method in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
Indicates a user request to answer an incoming call with video enabled from the specified CallPeer.
AntialiasingManager - Class in net.java.sip.communicator.util.swing
Through the AntialiasingManager the developer could activate the antialiasing mechanism when painting.
AntialiasingManager() - Constructor for class net.java.sip.communicator.util.swing.AntialiasingManager
 
append(byte[], int) - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Append a byte array to the end of the packet.
append(DNSIncoming) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSIncoming
Appends answers to this Incoming.
appendMessageToEnd(String) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
Appends the given string at the end of the contained in this panel document.
appendText(String) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Appends the given text to the end of the contained HTML document.
appendToEnd(String) - Method in class net.java.sip.communicator.impl.gui.customcontrols.StyledHTMLEditorPane
 
appendToEnd(String) - Method in class net.java.sip.communicator.plugin.branding.StyledHTMLEditorPane
 
applyDefaultFilter() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Applies the default filter.
applyFilter(FilterQuery) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.CallHistoryFilter
Applies this filter and stores the result in the given treeModel.
applyFilter(FilterQuery) - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.ContactListFilter
Applies this filter to any interested sources
applyFilter(ExternalContactSource) - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.ContactListSourceFilter
Applies this filter to the given contactSource.
applyFilter(FilterQuery) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.PresenceFilter
Applies this filter.
applyFilter(FilterQuery) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFilter
Applies this filter to the default contact source.
applyFilter(ExternalContactSource) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFilter
Applies this filter to the given contactSource.
applyFilter(ContactListFilter) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Applies the given filter.
applyThemedScheme(JComponent, Color, boolean) - Static method in class net.java.sip.communicator.plugin.keybindingchooser.ComponentTools
Applies a highly customized visual scheme based on the reference color.
AREA - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
The name of the geolocation map key that we use for storing named areas such as a campus or neighborhood (e.g.
AREA - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetGeolocation
The name of the geolocation map key that we use for storing named areas such as a campus or neighborhood (e.g.
ARGB32 - Static variable in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
ArgDelegationActivator - Class in net.java.sip.communicator.impl.argdelegation
Activates the ArgDelegationService and registers a URI delegation peer with the util package arg manager so that we would be notified when the application receives uri arguments.
ArgDelegationActivator() - Constructor for class net.java.sip.communicator.impl.argdelegation.ArgDelegationActivator
 
ArgDelegationPeer - Interface in net.java.sip.communicator.util.launchutils
The UriDelegationPeer is used as a mechanism to pass arguments from the UriArgManager which resides in "launcher space" to our argument delegation service implementation that lives as an osgi bundle.
ArgDelegationPeerImpl - Class in net.java.sip.communicator.impl.argdelegation
Implements the UriDelegationPeer interface from our argument handler utility.
ArgDelegationPeerImpl(BundleContext) - Constructor for class net.java.sip.communicator.impl.argdelegation.ArgDelegationPeerImpl
Creates an instance of this peer and scans bundleContext for all existing UriHandler
ArgDelegator - Class in net.java.sip.communicator.util.launchutils
The ArgDelegator implements an utility for handling args that have been passed as command line arguments but that need the OSGi environment and SIP Communicator to be fully loaded.
ArgDelegator() - Constructor for class net.java.sip.communicator.util.launchutils.ArgDelegator
 
ArrayIOUtils - Class in net.java.sip.communicator.impl.neomedia
Implements functionality aiding the reading and writing of byte arrays and primitive types such as short.
ArrayIOUtils() - Constructor for class net.java.sip.communicator.impl.neomedia.ArrayIOUtils
 
assertConnected() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetTypingNotificationsJabberImpl
Utility method throwing an exception if the stack is not properly initialized.
assertConnected() - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetTypingNotifications
Utility method throwing an exception if the stack is not properly initialized.
assertSpeexIsFunctional() - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.Speex
 
assessPassword(String) - Method in class net.java.sip.communicator.plugin.securityconfig.masterpassword.PasswordQualityMeter
Assesses the strength of the password.
ATLEAST_ONE_CONNECTION_PROP - Static variable in class net.java.sip.communicator.plugin.reconnectplugin.ReconnectPluginActivator
 
ATTRIBUTES_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ExtmapPacketExtension
The name of the attributes attribute in the extmap element.
au - Static variable in class net.java.sip.communicator.plugin.notificationconfiguration.Utils
 
AUDIO - Static variable in class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel
Type of the model - audio.
AUDIO_CAPTURE - Static variable in class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel
Audio Capture Device.
AUDIO_CAPTURE_DEVICE - Static variable in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
The name of the DeviceConfiguration property which represents the device used by DeviceConfiguration for audio capture.
AUDIO_LOCAL_SSRC - Static variable in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
The name of the CallPeerMediaHandler property which specifies the local SSRC of its audio MediaStream.
AUDIO_NOTIFY - Static variable in class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel
Audio device for notification sounds.
AUDIO_NOTIFY_DEVICE - Static variable in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
The name of the DeviceConfiguration property which represents the device used by DeviceConfiguration for audio notify.
AUDIO_PLAYBACK - Static variable in class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel
Audio playback device.
AUDIO_PLAYBACK_DEVICE - Static variable in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
The name of the DeviceConfiguration property which represents the device used by DeviceConfiguration for audio playback.
AUDIO_REMOTE_SSRC - Static variable in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
The name of the CallPeerMediaHandler property which specifies the remote SSRC of its audio MediaStream.
AUDIO_SESSION - Static variable in class net.java.sip.communicator.impl.neomedia.transform.zrtp.SecurityEventManager
Indicates an audio session type.
AUDIO_SESSION - Static variable in class net.java.sip.communicator.service.protocol.event.CallPeerSecurityStatusEvent
Constant value defining that security is enabled.
AUDIO_SYSTEM_JAVASOUND - Static variable in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
JavaSound sound system.
AUDIO_SYSTEM_NONE - Static variable in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
When audio is disabled the selected audio system is with name None.
AUDIO_SYSTEM_PORTAUDIO - Static variable in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
PortAudio sound system.
AudioConfigurationPanel - Class in net.java.sip.communicator.impl.neomedia
The audio configuration form.
AudioConfigurationPanel() - Constructor for class net.java.sip.communicator.impl.neomedia.AudioConfigurationPanel
Creates an instance of the AudioConfigurationPanel.
audioFormat - Variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.AlsaStream
 
AudioLevelCalculator - Class in net.java.sip.communicator.impl.neomedia.audiolevel
 
AudioLevelCalculator() - Constructor for class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelCalculator
 
audioLevelChanged(int) - Method in interface net.java.sip.communicator.service.neomedia.event.SimpleAudioLevelListener
Indicates a new audio level for the source that this listener was registered with.
audioLevelChanged(int) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Notified by its very majesty the media service about changes in the audio level of the stream coming from this peer, this method generates the corresponding events and delivers them to the listeners that have registered here.
AudioLevelEffect - Class in net.java.sip.communicator.impl.neomedia.audiolevel
An effect that would pass data to the AudioLevelEventDispatcher so that it would calculate levels and dispatch changes to interested parties.
AudioLevelEffect() - Constructor for class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelEffect
The minimum and maximum values of the scale
AudioLevelEventDispatcher - Class in net.java.sip.communicator.impl.neomedia.audiolevel
The class implements an audio level measurement thread.
AudioLevelEventDispatcher() - Constructor for class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelEventDispatcher
 
AudioLevelMap - Class in net.java.sip.communicator.impl.neomedia.audiolevel
The class implements a basic mapping utility that allows binding long CSRC ID-s to int audio levels.
AudioLevelMap() - Constructor for class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelMap
 
audioLevelsReceived(long[][]) - Method in interface net.java.sip.communicator.service.neomedia.event.CsrcAudioLevelListener
Called by the media service implementation after it has received audio levels for the various participants (Contributing SouRCes) that are taking part in a conference call.
audioLevelsReceived(long[][]) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Implements CsrcAudioLevelListener.audioLevelsReceived(long[][]) so that we could deliver to ConferenceMembersSoundLevelListeners the events corresponding to the audio level changes that are being reported here.
AudioMediaDeviceImpl - Class in net.java.sip.communicator.impl.neomedia.device
Extends MediaDeviceImpl with audio-specific functionality.
AudioMediaDeviceImpl() - Constructor for class net.java.sip.communicator.impl.neomedia.device.AudioMediaDeviceImpl
Initializes a new AudioMediaDeviceImpl instance which represents a MediaDevice with MediaType AUDIO and a MediaDirection which does not allow sending.
AudioMediaDeviceImpl(CaptureDeviceInfo) - Constructor for class net.java.sip.communicator.impl.neomedia.device.AudioMediaDeviceImpl
Initializes a new AudioMediaDeviceImpl which is to provide an implementation of MediaDevice with MediaType AUDIO to a CaptureDevice with a specific CaptureDeviceInfo.
AudioMediaDeviceSession - Class in net.java.sip.communicator.impl.neomedia.device
Extends MediaDeviceSession to add audio-specific functionality.
AudioMediaDeviceSession(AbstractMediaDevice) - Constructor for class net.java.sip.communicator.impl.neomedia.device.AudioMediaDeviceSession
Initializes a new MediaDeviceSession instance which is to represent the use of a specific MediaDevice by a MediaStream.
AudioMediaFormat - Interface in net.java.sip.communicator.service.neomedia.format
The interface represents an audio format.
AudioMediaFormatImpl - Class in net.java.sip.communicator.impl.neomedia.format
Implements AudioMediaFormat for the JMF AudioFormat.
AudioMediaFormatImpl(AudioFormat) - Constructor for class net.java.sip.communicator.impl.neomedia.format.AudioMediaFormatImpl
Initializes a new AudioMediaFormatImpl instance which is to provide an implementation of AudioMediaFormat for a specific JMF AudioFormat.
AudioMediaFormatImpl(AudioFormat, Map<String, String>, Map<String, String>) - Constructor for class net.java.sip.communicator.impl.neomedia.format.AudioMediaFormatImpl
Initializes a new AudioMediaFormatImpl instance which is to provide an implementation of AudioMediaFormat for a specific JMF AudioFormat and to have a specific set of format-specific parameters.
AudioMediaFormatImpl(String) - Constructor for class net.java.sip.communicator.impl.neomedia.format.AudioMediaFormatImpl
Initializes a new AudioMediaFormatImpl instance with the specified encoding and a single audio channel.
AudioMediaFormatImpl(String, double) - Constructor for class net.java.sip.communicator.impl.neomedia.format.AudioMediaFormatImpl
Initializes a new AudioMediaFormatImpl instance with the specified encoding and clock rate and a single audio channel.
AudioMediaFormatImpl(String, double, int) - Constructor for class net.java.sip.communicator.impl.neomedia.format.AudioMediaFormatImpl
Initializes a new AudioMediaFormatImpl instance with the specified encoding, clock rate and number of audio channels.
AudioMediaFormatImpl(String, double, Map<String, String>, Map<String, String>) - Constructor for class net.java.sip.communicator.impl.neomedia.format.AudioMediaFormatImpl
Initializes a new AudioMediaFormatImpl instance with the specified encoding, clock rate and format parameters and a single audio channel.
AudioMediaFormatImpl(String, double, int, Map<String, String>, Map<String, String>) - Constructor for class net.java.sip.communicator.impl.neomedia.format.AudioMediaFormatImpl
Initializes a new AudioMediaFormatImpl instance with the specified encoding, clock rate, number of audio channels and format parameters.
AudioMediaStream - Interface in net.java.sip.communicator.service.neomedia
Extends the MediaStream interface and adds methods specific to audio streaming.
AudioMediaStreamImpl - Class in net.java.sip.communicator.impl.neomedia
Extends MediaStreamImpl in order to provide an implementation of AudioMediaStream.
AudioMediaStreamImpl(StreamConnector, MediaDevice, ZrtpControlImpl) - Constructor for class net.java.sip.communicator.impl.neomedia.AudioMediaStreamImpl
Initializes a new AudioMediaStreamImpl instance which will use the specified MediaDevice for both capture and playback of audio exchanged via the specified StreamConnector.
AudioMixer - Class in net.java.sip.communicator.impl.neomedia.conference
Represents an audio mixer which manages the mixing of multiple audio streams i.e.
AudioMixer(CaptureDevice) - Constructor for class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Initializes a new AudioMixer instance.
AudioMixerMediaDevice - Class in net.java.sip.communicator.impl.neomedia.device
Implements a MediaDevice which performs audio mixing using AudioMixer.
AudioMixerMediaDevice(AudioMediaDeviceImpl) - Constructor for class net.java.sip.communicator.impl.neomedia.device.AudioMixerMediaDevice
Initializes a new AudioMixerMediaDevice instance which is to enable audio mixing on a specific AudioMediaDeviceImpl.
AudioMixerPushBufferStream - Class in net.java.sip.communicator.impl.neomedia.conference
Represents a PushBufferStream which reads data from the SourceStreams of the input DataSources of the associated AudioMixer and pushes it to AudioMixingPushBufferStreams for audio mixing.
AudioMixerPushBufferStream(AudioMixer, AudioFormat) - Constructor for class net.java.sip.communicator.impl.neomedia.conference.AudioMixerPushBufferStream
Initializes a new AudioMixerPushBufferStream instance to output data in a specific AudioFormat for a specific AudioMixer.
AudioMixingPushBufferDataSource - Class in net.java.sip.communicator.impl.neomedia.conference
Represents a PushBufferDataSource which provides a single PushBufferStream containing the result of the audio mixing of DataSources.
AudioMixingPushBufferDataSource(AudioMixer) - Constructor for class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource
Initializes a new AudioMixingPushBufferDataSource instance which gives access to the result of the audio mixing performed by a specific AudioMixer.
AudioMixingPushBufferStream - Class in net.java.sip.communicator.impl.neomedia.conference
Represents a PushBufferStream containing the result of the audio mixing of DataSources.
AudioMixingPushBufferStream(AudioMixerPushBufferStream, AudioMixingPushBufferDataSource) - Constructor for class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferStream
Initializes a new AudioMixingPushBufferStream mixing the input data of a specific AudioMixerPushBufferStream and excluding from the mix the audio contributions of a specific AudioMixingPushBufferDataSource.
AudioNotifierActivator - Class in net.java.sip.communicator.impl.audionotifier
The AudioNotifier activator class.
AudioNotifierActivator() - Constructor for class net.java.sip.communicator.impl.audionotifier.AudioNotifierActivator
 
AudioNotifierService - Interface in net.java.sip.communicator.service.audionotifier
The AudioNotifierService is meant to be used to control all sounds in the application.
AudioNotifierServiceImpl - Class in net.java.sip.communicator.impl.audionotifier
The implementation of the AudioNotifierService.
AudioNotifierServiceImpl() - Constructor for class net.java.sip.communicator.impl.audionotifier.AudioNotifierServiceImpl
 
AudioNotifierServiceImpl - Class in net.java.sip.communicator.impl.neomedia.notify
The implementation of the AudioNotifierService.
AudioNotifierServiceImpl(DeviceConfiguration) - Constructor for class net.java.sip.communicator.impl.neomedia.notify.AudioNotifierServiceImpl
Creates audio notify service.
AUTH_WINDOW_BACKGROUND - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The background image of the AuthenticationWindow.
authenticate(String, String, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.sasl.SASLDigestMD5Mechanism
Builds and sends the auth stanza to the server.
authenticate(String, String, CallbackHandler) - Method in class net.java.sip.communicator.impl.protocol.jabber.sasl.SASLDigestMD5Mechanism
Builds and sends the auth stanza to the server.
AUTHENTICATING - Static variable in class net.java.sip.communicator.service.protocol.RegistrationState
In the process of authenticating.
AUTHENTICATION_CANCELED - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Indicates that the authentication process has been canceled.
AUTHENTICATION_FAILED - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Indicates that authentication with a server has failed.
AUTHENTICATION_FAILED - Static variable in class net.java.sip.communicator.service.protocol.RegistrationState
Registration has failed because of a problem with the authentication.
AUTHENTICATION_REQUIRED - Static variable in interface net.java.sip.communicator.service.protocol.SecurityAuthority
Indicates that the reason for obtaining credentials is that an authentication is required.
AUTHENTICATION_WINDOW - Static variable in interface net.java.sip.communicator.service.gui.ExportedWindow
The authentication window identifier.
AuthenticationExportedWindow - Class in net.java.sip.communicator.impl.gui.main.login
Implements ExportedWindow for AuthenticationWindow in order to delay its creation and spare memory and execution time on statup.
AuthenticationExportedWindow(AuthenticationWindow) - Constructor for class net.java.sip.communicator.impl.gui.main.login.AuthenticationExportedWindow
 
AuthenticationExportedWindow(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.login.AuthenticationExportedWindow
 
AuthenticationWindow - Class in net.java.sip.communicator.impl.gui.main.login
The LoginWindow is the window where the user should type his user identifier and password to login.
AuthenticationWindow(MainFrame, ProtocolProviderService, String, UserCredentials, boolean) - Constructor for class net.java.sip.communicator.impl.gui.main.login.AuthenticationWindow
Creates an instance of the LoginWindow.
AuthenticationWindow(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.login.AuthenticationWindow
Creates an instance of the LoginWindow.
AuthenticationWindow(MainFrame, ProtocolProviderService, String, UserCredentials, boolean, String) - Constructor for class net.java.sip.communicator.impl.gui.main.login.AuthenticationWindow
Creates an instance of the LoginWindow.
AUTHORIZATION_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used for decoration of all windows concerning the process of authorization.
AUTHORIZATION_NAME - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of the property under which we store the the authorization name for the proxy stored against the PROXY_ADDRESS property.
AuthorizationHandler - Interface in net.java.sip.communicator.service.protocol
Instances of this interface are used by the protocol provider in order to make the user act upon requests coming from contacts that would like to add us to their contact list or simply track oour presence status, or whenever a subscription request has failed for a particular contact because we need to first generate an authorization request demanding permission to subscibe.
AuthorizationHandlerImpl - Class in net.java.sip.communicator.impl.gui.main.authorization
The AuthorizationHandlerImpl is an implementation of the AuthorizationHandler interface, which is used by the protocol provider in order to make the user act upon requests coming from contacts that would like to add us to their contact list or simply track our presence status, or whenever a subscription request has failed for a particular contact because we need to first generate an authorization request demanding permission to subscibe.
AuthorizationHandlerImpl(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationHandlerImpl
 
AuthorizationRequest - Class in net.java.sip.communicator.service.protocol
This class is used to represent both incoming and outgoing AuthorizationRequests-s
AuthorizationRequest() - Constructor for class net.java.sip.communicator.service.protocol.AuthorizationRequest
Creates an empty authorization request with no reason or any other properties.
AuthorizationRequestedDialog - Class in net.java.sip.communicator.impl.gui.main.authorization
 
AuthorizationRequestedDialog(MainFrame, Contact, AuthorizationRequest) - Constructor for class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationRequestedDialog
Constructs the RequestAuthorisationDialog.
AuthorizationResponse - Class in net.java.sip.communicator.service.protocol
This class is used to represent both incoming and outgoing AuthorizationResponse-s
AuthorizationResponse(AuthorizationResponse.AuthorizationResponseCode, String) - Constructor for class net.java.sip.communicator.service.protocol.AuthorizationResponse
Creates an instance of an AuthorizationResponse with the specified responseCode and reason.
AuthorizationResponse.AuthorizationResponseCode - Class in net.java.sip.communicator.service.protocol
Authorization response codes represent unambiguous indication of the way a user or a remote party have acted upon an authorization request.
AuthorizationResponseDialog - Class in net.java.sip.communicator.impl.gui.main.authorization
 
AuthorizationResponseDialog(MainFrame, Contact, AuthorizationResponse) - Constructor for class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationResponseDialog
Constructs the RequestAuthorisationDialog.
AUTO_CHANGE_USER_NAME - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of the property under which we store the boolean value indicating if the user name should be automatically changed if the specified name already exists.
AutoAwayConfigurationPanel - Class in net.java.sip.communicator.plugin.generalconfig.autoaway
The ConfigurationForm that would be added in the user interface configuration window.
AutoAwayConfigurationPanel() - Constructor for class net.java.sip.communicator.plugin.generalconfig.autoaway.AutoAwayConfigurationPanel
Create an instance of StatusConfigForm
autocorr(float[], int, int, float[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lpc
Compute the auto-correlations of windowed speech signal
autocorr(float[], float[], int, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
autoSelectStrategy() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Automatic selection of a strategy
autoSelectStrategy(String) - Method in class net.java.sip.communicator.plugin.dictaccregwizz.StrategiesList
Automatic selection of strategies
av_free(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
av_malloc(int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
AV_NOPTS_VALUE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
av_register_all() - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
available() - Method in class net.java.sip.communicator.impl.protocol.msn.mail.utils.Base64InputStream
Returns the number of bytes that can be read(or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class net.java.sip.communicator.impl.protocol.msn.mail.utils.QPInputStream
Returns the number of bytes that can be read without blocking.
AVAILABLE - Static variable in class net.java.sip.communicator.service.protocol.jabberconstants.JabberStatusEnum
The Online status.
AVAILABLE - Static variable in class net.java.sip.communicator.service.protocol.yahooconstants.YahooStatusEnum
The Online status.
AVAILABLE_THRESHOLD - Static variable in class net.java.sip.communicator.service.protocol.PresenceStatus
An integer above which all values of the status coefficient indicate both connectivity and availability.
availableTones - Static variable in class net.java.sip.communicator.impl.gui.main.call.DTMFHandler
All available tones and its properties like images for buttons, and sounds to be played during send.
AVATAR_ICON_HEIGHT - Static variable in class net.java.sip.communicator.impl.gui.main.chat.ChatContact
 
AVATAR_ICON_WIDTH - Static variable in class net.java.sip.communicator.impl.gui.main.chat.ChatContact
 
avatarChanged(AvatarEvent) - Method in interface net.java.sip.communicator.service.protocol.event.AvatarListener
Called whenever a new avatar is defined for one of the protocols that we have subscribed for.
AvatarEvent - Class in net.java.sip.communicator.service.protocol.event
Instances of this class represent a change avatar of a protocol
AvatarEvent(OperationSetAvatar, ProtocolProviderService, byte[]) - Constructor for class net.java.sip.communicator.service.protocol.event.AvatarEvent
Creates an event instance indicating that the specified protocol has changed its avatar to newAvatar.
AvatarListener - Interface in net.java.sip.communicator.service.protocol.event
The listener interface for receiving geolocation events.
avcodec_alloc_context() - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodec_alloc_frame() - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodec_close(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodec_decode_video(long, long, boolean[], byte[], int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodec_decode_video(long, long, long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodec_encode_video(long, byte[], int, long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodec_find_decoder(int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodec_find_encoder(int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodec_init() - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodec_open(long, long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_add_flags(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_add_partitions(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_get_height(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_get_pix_fmt(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_get_width(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_b_frame_strategy(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_bit_rate(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_bit_rate_tolerance(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_chromaoffset(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_crf(long, float) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_deblockbeta(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_gop_size(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_i_quant_factor(long, float) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_max_b_frames(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_mb_decision(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_me_cmp(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_me_method(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_me_range(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_me_subpel_quality(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_pix_fmt(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_qcompress(long, float) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_quantizer(long, int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_rc_buffer_size(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_rc_eq(long, String) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_rc_max_rate(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_refs(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_rtp_payload_size(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_sample_aspect_ratio(long, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_scenechange_threshold(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_size(long, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_thread_count(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_ticks_per_frame(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_time_base(long, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_trellis(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avcodeccontext_set_workaround_bugs(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
AVFrame - Class in net.java.sip.communicator.impl.neomedia.codec.video
Represents a pointer to a native FFmpeg AVFrame object.
AVFrame(long) - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.AVFrame
Initializes a new AVFrame instance which is to represent a specific pointer to a native FFmpeg AVFrame object.
AVFRAME - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.AVFrameFormat
The encoding of the AVFrameFormat instances.
avframe_get_pts(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avframe_set_data(long, long, long, long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avframe_set_key_frame(long, boolean) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avframe_set_linesize(long, int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
AVFrameFormat - Class in net.java.sip.communicator.impl.neomedia.codec.video
Implements a VideoFormat for a Buffer carrying AVFrame as its data.
AVFrameFormat() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.AVFrameFormat
Initializes a new AVFrameFormat instance with unspecified size, frame rate and FFmpeg colorspace.
AVFrameFormat(int, int) - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.AVFrameFormat
Initializes a new AVFrameFormat instance with a specific FFmpeg colorspace and unspecified size and frame rate.
AVFrameFormat(Dimension, float, int, int) - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.AVFrameFormat
Initializes a new AVFrameFormat instance with specific size, frame rate and FFmpeg colorspace.
avpicture_fill(long, long, int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avpicture_get_data0(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
avpicture_get_size(int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
awaitingAuthorizationGroupName - Static variable in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Used for retrieveing missing nicks on specified contacts
AWAY - Static variable in class net.java.sip.communicator.impl.protocol.gibberish.GibberishStatusEnum
The Away status.
AWAY - Static variable in class net.java.sip.communicator.impl.protocol.icq.AimStatusEnum
The Away AIM status.
AWAY - Static variable in class net.java.sip.communicator.impl.protocol.irc.IrcStatusEnum
The Away status.
AWAY - Static variable in class net.java.sip.communicator.impl.protocol.sip.SipStatusEnum
The Away status.
AWAY - Static variable in class net.java.sip.communicator.service.protocol.icqconstants.IcqStatusEnum
The Away ICQ status.
AWAY - Static variable in class net.java.sip.communicator.service.protocol.jabberconstants.JabberStatusEnum
The Away status.
AWAY - Static variable in class net.java.sip.communicator.service.protocol.msnconstants.MsnStatusEnum
The Away status.
AWAY_STATUS - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
Indicates that the user is away.
az_lsp(float[], int, float[], float[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lpc
Compute the LSPs from the LP coefficients a[] using Chebyshev polynomials.

B

b100 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
b140 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
BACK_BUTTON_ACTION_COMMAND - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
The String-based action command for the 'Back' button.
BACK_BUTTON_ENABLED_PROPERTY - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Property identification String for the Back button's enabled state
BACK_BUTTON_ICON_PROPERTY - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Property identification String for the Back button's icon
BACK_BUTTON_TEXT_PROPERTY - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Property identification String for the Back button's text
backgroundImage - Variable in class net.java.sip.communicator.impl.gui.main.chat.toolBars.ExtendedMainToolBar
 
badgeImageWithProtocolIndex(Image, ProtocolProviderService) - Static method in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Badges the given protocol image with an index allowing to distinguish different accounts from the same protocol.
BAN_ICON_16x16 - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Ban icon.
BandwidthPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
A representation of the bandwidth element used in RTP description elements.
BandwidthPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.BandwidthPacketExtension
Creates a new BandwidthPacketExtension instance.
banParticipant(ChatRoomMember, String) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Bans the given ChatRoomMember.
banParticipant(String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called to ban the given user from the given channel.
banParticipant(ChatRoomMember, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Bans a user from the room.
banParticipant(ChatRoomMember, String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Bans a user from the room.
banParticipant(ChatRoomMember, String) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Bans a user from the room.
Base64 - Class in net.java.sip.communicator.util
 
Base64() - Constructor for class net.java.sip.communicator.util.Base64
 
Base64.Base64Encoder - Class in net.java.sip.communicator.util
 
Base64.Base64Encoder() - Constructor for class net.java.sip.communicator.util.Base64.Base64Encoder
 
Base64InputStream - Class in net.java.sip.communicator.impl.protocol.msn.mail.utils
A Base64 content transfer encoding filter stream.
Base64InputStream(InputStream) - Constructor for class net.java.sip.communicator.impl.protocol.msn.mail.utils.Base64InputStream
Constructs an input stream that decodes an underlying Base64-encoded stream.
BasicConferenceParticipantPanel - Class in net.java.sip.communicator.impl.gui.main.call.conference
The basic panel used to render any conference participant.
BasicConferenceParticipantPanel() - Constructor for class net.java.sip.communicator.impl.gui.main.call.conference.BasicConferenceParticipantPanel
Creates an instance of ConferenceParticipantPanel.
BE_RIGHT_BACK - Static variable in class net.java.sip.communicator.service.protocol.msnconstants.MsnStatusEnum
The Not Available status.
BE_RIGHT_BACK - Static variable in class net.java.sip.communicator.service.protocol.yahooconstants.YahooStatusEnum
The Not Available status.
BEARING - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
The name of the geolocation map key that we use for storing GPS bearing (direction in which the entity is heading to reach its next waypoint), measured in decimal degrees relative to true north.
BEARING - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetGeolocation
The name of the geolocation map key that we use for storing GPS bearing (direction in which the entity is heading to reach its next waypoint), measured in decimal degrees relative to true north.
beginShutdown() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
 
beginShutdown() - Method in interface net.java.sip.communicator.service.shutdown.ShutdownService
Invokes the UI action commonly associated with the "File > Quit" menu item which begins the application shutdown procedure.
beginTransaction() - Method in class net.java.sip.communicator.impl.fileaccess.FailSafeTransactionImpl
Begins a new transaction.
beginTransaction() - Method in interface net.java.sip.communicator.service.fileaccess.FailSafeTransaction
Begins a new transaction.
belongGroup(MsnGroup) - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
BETA - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
BidirectionalIterator<T> - Interface in net.java.sip.communicator.service.history
The standard Java Iterator is uni-directional, allowing the user to explore the contents of a collection in one way only.
BIND_RETRIES_DEFAULT_VALUE - Static variable in class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
The default number of binds that a Media Service Implementation should execute in case a port is already bound to (each retry would be on a new random port).
BIND_RETRIES_DEFAULT_VALUE - Static variable in interface net.java.sip.communicator.service.netaddr.NetworkAddressManagerService
The default number of binds that a NetworkAddressManagerService implementation should execute in case a port is already bound to (each retry would be on a different port).
BIND_RETRIES_DEFAULT_VALUE - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolProviderService
The default number of binds that a Protocol Provider Service Implementation should execute in case a port is already bound to (each retry would be on a new random port).
BIND_RETRIES_PROPERTY_NAME - Static variable in class net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl
The name of the property containing the number of binds that we should should execute in case a port is already bound to (each retry would be on a new random port).
BIND_RETRIES_PROPERTY_NAME - Static variable in class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
The name of the property containing the number of binds that a Media Service Implementation should execute in case a port is already bound to (each retry would be on a new port in the allowed boundaries).
BIND_RETRIES_PROPERTY_NAME - Static variable in interface net.java.sip.communicator.service.netaddr.NetworkAddressManagerService
The name of the property containing number of binds that a NetworkAddressManagerService implementation should execute in case a port is already bound to (each retry would be on a different port).
BIND_RETRIES_PROPERTY_NAME - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolProviderService
The name of the property containing the number of binds that a Protocol Provider Service Implementation should execute in case a port is already bound to (each retry would be on a new random port).
BindingAdaptor - Class in net.java.sip.communicator.plugin.keybindingchooser.chooser
Adaptor that uses keyboard input to set the selected shortcut field of a BindingChooser.
BindingAdaptor(BindingChooser) - Constructor for class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingAdaptor
 
BindingChooser - Class in net.java.sip.communicator.plugin.keybindingchooser.chooser
Implementation of the BindingPanel that provides configuring functionality for the keystroke component of key bindings.
BindingChooser() - Constructor for class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingChooser
 
BindingChooser.IndentStyle - Enum in net.java.sip.communicator.plugin.keybindingchooser.chooser
Supported appearances of the indent field, which includes:
NONE- No actions are taken to change the indent field's appearance.
EMPTY- Indent field is set to be invisible (effectively removing it from the display).
SPACER- Blank field that occupies its currently set dimensions.
TYPE- Displays Unicode arrows according to the shortcut's event type (down for KEY_PRESSED, up for KEY_RELEASED, bidirectional for KEY_TYPED, and an 'X' if disabled).
INDEX- Displays the field's index from the top (starting with one).
BindingEntry - Class in net.java.sip.communicator.plugin.keybindingchooser.chooser
Display element for a single key binding.
BindingEntry(KeyStroke, String) - Constructor for class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingEntry
 
BindingEntry.Field - Enum in net.java.sip.communicator.plugin.keybindingchooser.chooser
Elements of the display (ordered left to right):
Indent- Leading index label or icon.
Action- String component of mapping.
Shortcut- Keystroke component of mapping.
BindingPanel - Class in net.java.sip.communicator.plugin.keybindingchooser.chooser
Panel containing a listing of current keybinding mappings.
BindingPanel() - Constructor for class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingPanel
 
BIT_0 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Definition of zero-bit in bit-stream.
BIT_1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Definition of one-bit in bit-stream.
bitcount - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitstream
 
bitpack - Class in net.java.sip.communicator.impl.neomedia.codec.audio.ilbc
 
bitpack() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitpack
 
bitpack(int, int) - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitpack
 
Bits - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
Bit stream manipulation routines.
Bits() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Bits
 
bits2prm_ld8k(short[], int[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Bits
Converts serial received bits to encoder parameter vector.
bits2prm_ld8k(short[], int, int[], int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Bits
Converts serial received bits to encoder parameter vector.
bitsno - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
bitstream - Class in net.java.sip.communicator.impl.neomedia.codec.audio.ilbc
 
bitstream(int) - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitstream
 
bitstream() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitstream
 
BlockingRequestSender - Class in net.java.sip.communicator.impl.netaddr
A utility used to flatten the multithreaded architecture of the Stack and execute the discovery process in a synchronized manner.
BlockingRequestSender(StunProvider, NetAccessPointDescriptor) - Constructor for class net.java.sip.communicator.impl.netaddr.BlockingRequestSender
 
blockl - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
BLOCKL_20MS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
BLOCKL_30MS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
BLOCKL_MAX - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
BonjourService - Class in net.java.sip.communicator.impl.protocol.zeroconf
Class dealing with JmDNS and treating all the incoming connections on the bonjour port
BonjourService(int, ProtocolProviderServiceZeroconfImpl) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.BonjourService
Creates a new instance of the Bonjour service thread
BooleanToCheckTableModel - Class in net.java.sip.communicator.impl.gui.customcontrols
Custom table model, that allows represent a boolean value with a check box.
BooleanToCheckTableModel() - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.BooleanToCheckTableModel
 
BORDER_COLOR - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
A color between blue and gray used to paint some borders.
BORDER_COLOR - Static variable in class net.java.sip.communicator.plugin.pluginmanager.TitlePanel
A color between blue and gray used to paint some borders.
BOTTOM - Static variable in class net.java.sip.communicator.service.gui.Container
Indicates the bottom edge of a container.
BoxPopupMenu - Class in net.java.sip.communicator.impl.gui.customcontrols
The BoxPopupMenu is a JPopupMenu, which orders its components in a grid, where the column and row count are determined from the total items count in order to have a grid closest to square.
BoxPopupMenu() - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.BoxPopupMenu
 
BoxPopupMenu(int) - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.BoxPopupMenu
Creates an instance of BoxPopupMenu.
BrandingActivator - Class in net.java.sip.communicator.plugin.branding
 
BrandingActivator() - Constructor for class net.java.sip.communicator.plugin.branding.BrandingActivator
 
bringToFront() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Implements the ExportedWindow.bringToFront() method.
bringToFront() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.AddContactDialog
Brings this window to front.
bringToFront() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Brings this window to front.
bringToFront() - Method in class net.java.sip.communicator.impl.gui.PopupDialogImpl
Implements the ExportedWindow.bringToFront() method.
bringToFront() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Brings the focus to the main application window.
bringToFront() - Method in class net.java.sip.communicator.plugin.branding.AboutWindow
Implements the ExportedWindow.bringToFront() method.
bringToFront() - Method in class net.java.sip.communicator.service.gui.AbstractExportedWindow
 
bringToFront() - Method in interface net.java.sip.communicator.service.gui.ExportedWindow
Brings the focus to this window.
bringToFront() - Method in interface net.java.sip.communicator.service.gui.UIService
Brings the focus to the main application window.
browse(URI) - Method in interface net.java.sip.communicator.impl.osdependent.Desktop.DesktopPeer
 
browse(URI) - Method in class net.java.sip.communicator.impl.osdependent.DesktopServiceImpl
Invokes the default desktop browse method.
browse(URI) - Method in interface net.java.sip.communicator.service.desktop.DesktopService
Launches the default browser to display a URI.
BROWSER_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used for decoration of the "Open in browser" item in the right button click menu in chat window.
BrowserLauncher - Class in net.java.sip.communicator.launcher
A simple implementation of the BrowserLauncherService.
BrowserLauncher() - Constructor for class net.java.sip.communicator.launcher.BrowserLauncher
 
BrowserLauncherActivator - Class in net.java.sip.communicator.impl.browserlauncher
Implements BundleActivator for the browserlauncher bundle.
BrowserLauncherActivator() - Constructor for class net.java.sip.communicator.impl.browserlauncher.BrowserLauncherActivator
 
BrowserLauncherImpl - Class in net.java.sip.communicator.impl.browserlauncher
Implements a BrowserLauncherService which opens a specified URL in an OS-specific associated browser.
BrowserLauncherImpl() - Constructor for class net.java.sip.communicator.impl.browserlauncher.BrowserLauncherImpl
 
BrowserLauncherService - Interface in net.java.sip.communicator.service.browserlauncher
Represents a service which is able to open an URL in a browser.
buddyInfoUpdated(IcbmService, Screenname, IcbmBuddyInfo) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl.AimIcbmListener
Does nothing.
buf - Variable in class net.java.sip.communicator.impl.protocol.msn.mail.utils.QPInputStream
 
buf - Variable in class net.java.sip.communicator.impl.protocol.ssh.SSHReaderDaemon
 
buffer - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitstream
 
buffer_len - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitstream
 
buffer_pos - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitstream
 
bufferCount - Variable in class net.java.sip.communicator.impl.protocol.ssh.SSHReaderDaemon
 
BufferStreamAdapter<T extends javax.media.protocol.SourceStream> - Class in net.java.sip.communicator.impl.neomedia.protocol
Represents a base class for adapters of SourceStreams, usually ones reading data in arrays of bytes and not in Buffers, to SourceStreams reading data in Buffers.
BufferStreamAdapter(T, Format) - Constructor for class net.java.sip.communicator.impl.neomedia.protocol.BufferStreamAdapter
Initializes a new BufferStreamAdapter which is to adapt a specific SourceStream into a SourceStream with a specific Format.
BUILDING - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
The name of the geolocation map key that we use for indicating a specific building on a street or in an area (e.g.
BUILDING - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetGeolocation
The name of the geolocation map key that we use for indicating a specific building on a street or in an area (e.g.
BundleComparator - Class in net.java.sip.communicator.plugin.pluginmanager
Comparator for bundle array sort
BundleComparator() - Constructor for class net.java.sip.communicator.plugin.pluginmanager.BundleComparator
 
bundleContext - Static variable in class net.java.sip.communicator.impl.audionotifier.AudioNotifierActivator
A currently valid bundle context.
bundleContext - Static variable in class net.java.sip.communicator.impl.callhistory.CallHistoryActivator
The bundle context.
bundleContext - Static variable in class net.java.sip.communicator.impl.growlnotification.GrowlNotificationActivator
The bundle context in which we started
bundleContext - Static variable in class net.java.sip.communicator.impl.gui.GuiActivator
 
bundleContext - Static variable in class net.java.sip.communicator.impl.msghistory.MessageHistoryActivator
 
bundleContext - Static variable in class net.java.sip.communicator.impl.osdependent.OsDependentActivator
A currently valid bundle context.
bundleContext - Static variable in class net.java.sip.communicator.impl.protocol.gibberish.GibberishActivator
The currently valid bundle context.
bundleContext - Static variable in class net.java.sip.communicator.impl.protocol.icq.IcqActivator
 
bundleContext - Static variable in class net.java.sip.communicator.impl.protocol.irc.IrcActivator
The currently valid bundle context.
bundleContext - Static variable in class net.java.sip.communicator.impl.protocol.jabber.JabberActivator
Bundle context from OSGi.
bundleContext - Static variable in class net.java.sip.communicator.impl.protocol.rss.RssActivator
The currently valid bundle context.
bundleContext - Static variable in class net.java.sip.communicator.impl.protocol.sip.SipActivator
 
bundleContext - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.ZeroconfActivator
The currently valid bundle context.
bundleContext - Static variable in class net.java.sip.communicator.impl.resources.ResourceManagementActivator
 
bundleContext - Static variable in class net.java.sip.communicator.impl.swingnotification.SwingNotificationActivator
The bundle context in which we started
bundleContext - Static variable in class net.java.sip.communicator.plugin.accountinfo.AccountInfoActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.advancedconfig.AdvancedConfigActivator
The bundle context.
bundleContext - Static variable in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccRegWizzActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.contactinfo.ContactInfoActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultResourcePackActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccRegWizzActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccRegWizzActivator
A currently valid bundle context.
bundleContext - Static variable in class net.java.sip.communicator.plugin.generalconfig.GeneralConfigPluginActivator
The bundle context.
bundleContext - Static variable in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccRegWizzActivator
A currently valid bundle context.
bundleContext - Static variable in class net.java.sip.communicator.plugin.globalproxyconfig.GlobalProxyPluginActivator
The context of this bundle.
bundleContext - Static variable in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccRegWizzActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccRegWizzActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccRegWizzActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccRegWizzActivator
A currently valid bundle context.
bundleContext - Static variable in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccRegWizzActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccRegWizzActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationConfigurationActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.otr.OtrActivator
The BundleContext of the OtrActivator.
bundleContext - Static variable in class net.java.sip.communicator.plugin.pluginmanager.PluginManagerActivator
The bundle context.
bundleContext - Static variable in class net.java.sip.communicator.plugin.profiler4j.ProfilerActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccRegWizzActivator
A currently valid bundle context.
bundleContext - Static variable in class net.java.sip.communicator.plugin.securityconfig.SecurityConfigActivator
The BundleContext of the SecurityConfigActivator.
bundleContext - Static variable in class net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccRegWizzActivator
The bundle context.
bundleContext - Static variable in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccRegWizzActivator
A currently valid bundle context.
bundleContext - Static variable in class net.java.sip.communicator.plugin.whiteboard.WhiteboardActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccRegWizzActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccRegWizzActivator
A currently valid bundle context.
bundleContext - Static variable in class net.java.sip.communicator.service.protocol.media.ProtocolMediaActivator
Bundle context from OSGi.
BUSY - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
BUSY - Static variable in class net.java.sip.communicator.impl.protocol.sip.SipStatusEnum
The busy status.
BUSY - Static variable in class net.java.sip.communicator.service.protocol.CallPeerState
This constant value indicates that the state of the call peer is is BUSY - which means that an attempt to establish a call with that peer has been made and that it has been turned down by them (e.g.
BUSY - Static variable in class net.java.sip.communicator.service.protocol.msnconstants.MsnStatusEnum
The DND status.
BUSY - Static variable in class net.java.sip.communicator.service.protocol.WhiteboardParticipantState
This constant value indicates that the state of the whiteboard participant is is BUSY - which means that an attempt to establish a whiteboard with that participant has been made and that it has been turned down by them (e.g.
BUSY - Static variable in class net.java.sip.communicator.service.protocol.yahooconstants.YahooStatusEnum
The DND status.
BUSY_CALL - Static variable in class net.java.sip.communicator.impl.gui.utils.NotificationManager
 
BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The background image of a button.
BUTTON_GAP - Static variable in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI
The gap between the delete button and the text in the field.
BUTTON_ROLLOVER - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The rollover image of a button.
BUTTONSIZE - Static variable in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
bwexpand(float[], int, float[], float, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_common
 
BYTE_LEN - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ByteBuffer - Class in net.java.sip.communicator.impl.neomedia.codec.video
Represents a buffer of native memory with a specific size/capacity which either contains a specific number of bytes of valid data or is free for consumption.
ByteBuffer(int) - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.ByteBuffer
Initializes a new ByteBuffer instance with a specific capacity.
ByteBufferPool - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
Represents a pool of ByteBuffers which reduces the allocations and deallocations of ByteBuffers in the Java heap and of native memory in the native heap.
ByteBufferPool() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.ByteBufferPool
 
ByteFormat - Class in net.java.sip.communicator.util
Acknowledgment: This file was originally provided by the Ignite Realtime community, and was part of the Spark project (distributed under the terms of the LGPL).
ByteFormat() - Constructor for class net.java.sip.communicator.util.ByteFormat
 
bytesForAllSamples() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTSampleBuffer
 
byteToShortArray(byte[], int, int, boolean) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.Utils
Converts a byte array into a short array.

C

CACHE_ENABLED_PROPERTY - Static variable in interface net.java.sip.communicator.service.history.HistoryService
Property and values used to be set in configuration Used in implementation to cache every opened history document or not to cache them and to access them on every read
cacheAuthorizationHeader(String, AuthorizationHeader) - Method in class net.java.sip.communicator.impl.protocol.sip.security.CredentialsCache
Cache the bindings of call-id and authorization header.
cacheAvatar(Contact, byte[]) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Stores avatar bytes in the given Contact.
cacheCredentials(String, UserCredentials) - Method in class net.java.sip.communicator.impl.protocol.sip.security.SipSecurityManager
Caches realm and credentials for later usage.
cacheEntry(String, CredentialsCacheEntry) - Method in class net.java.sip.communicator.impl.protocol.sip.security.CredentialsCache
Cache credentials for the specified call and realm
CachingPushBufferStream - Class in net.java.sip.communicator.impl.neomedia.protocol
Enables reading from a PushBufferStream a certain maximum number of data units (e.g.
CachingPushBufferStream(PushBufferStream) - Constructor for class net.java.sip.communicator.impl.neomedia.protocol.CachingPushBufferStream
Initializes a new CachingPushBufferStream instance which is to pace the number of per-push data units a specific PushBufferStream provides.
calculateCurrentSignalPower(byte[], int, int, int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelCalculator
Estimates the signal power and use the levelRatio to scale it to the needed levels.
calculateEntityCapsVersion(DiscoverInfo, String, String, List<String>, DataForm) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
Calculates the ver string for the specified discoverInfo, identity type, name features, and extendedInfo.
calculateMinorAxisRequirements(int, SizeRequirements) - Method in class net.java.sip.communicator.impl.gui.utils.SIPCommHTMLEditorKit.ParagraphViewX
Calculate requirements along the minor axis.
calculateResponse(String, String, String, String, String, String, String, String, String, String, String) - Static method in class net.java.sip.communicator.impl.protocol.sip.security.MessageDigestAlgorithm
Calculates an http authentication response in accordance with rfc2617.
calculateTabHeight(int, int, int) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
calculateTabWidth(int, int, FontMetrics) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI
 
calculateTabWidth(int, int, FontMetrics) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
Call - Class in net.java.sip.communicator.service.protocol
A representation of a Call.
Call(ProtocolProviderService) - Constructor for class net.java.sip.communicator.service.protocol.Call
Creates a new Call instance.
CALL_16x16_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Call 16x16 image.
CALL_BUTTON_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The call button image.
CALL_BUTTON_NAME - Static variable in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
The call button component name, used to distinguish it.
CALL_BUTTON_PRESSED_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The hangup button pressed image.
CALL_BUTTON_SMALL - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The call button small image.
CALL_BUTTON_SMALL_PRESSED - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The call button small pressed image.
CALL_DURATION_START_TIME_UNKNOWN - Static variable in interface net.java.sip.communicator.service.protocol.CallPeer
The constant indicating that a CallPeer has not yet transitioned into a state marking the beginning of a participation in a Call or that such a transition may have happened but the time of its occurrence is unknown.
CALL_ENDED - Static variable in class net.java.sip.communicator.service.protocol.CallState
This constant value indicates that the associated call is currently in a terminated phase.
CALL_ENDED - Static variable in class net.java.sip.communicator.service.protocol.event.CallEvent
An event id value indicating that this event has been triggered as a result of a call being ended (all its peers have left).
CALL_FOCUS_CHANGE - Static variable in class net.java.sip.communicator.service.protocol.event.CallChangeEvent
An event type indicating that the corresponding event is caused by a change of the Call he became focus for a conference call or was one and is no longer such.
CALL_HISTORY - Static variable in interface net.java.sip.communicator.service.contactsource.ContactSourceService
 
CALL_HISTORY_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The call history button image.
CALL_HISTORY_BUTTON_PRESSED - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The call history pressed button image.
CALL_IN_PROGRESS - Static variable in class net.java.sip.communicator.service.protocol.CallState
This constant value indicates that the associated call is currently in an active state.
CALL_INITIALIZATION - Static variable in class net.java.sip.communicator.service.protocol.CallState
This constant value indicates that the associated call is currently in an initialization state.
CALL_INITIATED - Static variable in class net.java.sip.communicator.service.protocol.event.CallEvent
An event id value indicating that this event has been triggered as a result of an outgoing call.
CALL_PANEL_MINIMIZE_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The minimize button icon in the CallPanel.
CALL_PANEL_MINIMIZE_ROLLOVER_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The minimize rollover button icon in the CallPanel.
CALL_PANEL_RESTORE_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The restore button icon in the CallPanel.
CALL_PANEL_RESTORE_ROLLOVER_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The restore rollover button icon in the CallPanel.
CALL_PEER_ADDED - Static variable in class net.java.sip.communicator.service.protocol.event.CallPeerEvent
An event id value indicating that this event is about the fact that the source call peer has joined the source call.
CALL_PEER_ADDRESS_CHANGE - Static variable in class net.java.sip.communicator.service.protocol.event.CallPeerChangeEvent
An event type indicating that the corresponding event is caused by a change of the peer's address.
CALL_PEER_DISPLAY_NAME_CHANGE - Static variable in class net.java.sip.communicator.service.protocol.event.CallPeerChangeEvent
An event type indicating that the corresponding event is caused by a change of the peer's display name.
CALL_PEER_IMAGE_CHANGE - Static variable in class net.java.sip.communicator.service.protocol.event.CallPeerChangeEvent
An event type indicating that the corresponding event is caused by a change of the peer's photo/picture.
CALL_PEER_REMOVED - Static variable in class net.java.sip.communicator.service.protocol.event.CallPeerEvent
An event id value indicating that this event is about the fact that the source call peer has left the source call.
CALL_PEER_STATE_CHANGE - Static variable in class net.java.sip.communicator.service.protocol.event.CallPeerChangeEvent
An event type indicating that the corresponding event is caused by a change of the CallPeer's status.
CALL_PEER_TOOLS - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The tools icon shown in conference calls.
CALL_PEER_TRANSPORT_ADDRESS_CHANGE - Static variable in class net.java.sip.communicator.service.protocol.event.CallPeerChangeEvent
An event type indicating that the corresponding event is caused by a change of the peer's address.
CALL_RECEIVED - Static variable in class net.java.sip.communicator.service.protocol.event.CallEvent
An event id value indicating that this event has been triggered as a result of an incoming call.
CALL_REFERRED - Static variable in class net.java.sip.communicator.service.protocol.CallState
This constant value indicates that the associated call is currently referred.
CALL_SECURITY_ERROR - Static variable in class net.java.sip.communicator.impl.gui.utils.NotificationManager
 
CALL_SECURITY_ERROR - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
CALL_SECURITY_ON - Static variable in class net.java.sip.communicator.impl.gui.utils.NotificationManager
 
CALL_SECURITY_ON - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
CALL_SETTING_BUTTON_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The background image for all setting buttons in the call panel.
CALL_SETTING_BUTTON_PRESSED_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The background image for all pressed setting buttons in the call panel.
CALL_STATE_CHANGE - Static variable in class net.java.sip.communicator.service.protocol.event.CallChangeEvent
An event type indicating that the corresponding event is caused by a change of the Call state.
callback(ByteBuffer, ByteBuffer) - Method in interface net.java.sip.communicator.impl.neomedia.portaudio.PortAudioStreamCallback
 
CallChangeAdapter - Class in net.java.sip.communicator.service.protocol.event
An abstract adapter class for receiving call-state (change) events.
CallChangeAdapter() - Constructor for class net.java.sip.communicator.service.protocol.event.CallChangeAdapter
 
CallChangeEvent - Class in net.java.sip.communicator.service.protocol.event
CallChangeEvent-s are triggered whenever a change occurs in a Call.
CallChangeEvent(Call, String, Object, Object) - Constructor for class net.java.sip.communicator.service.protocol.event.CallChangeEvent
Creates a CallChangeEvent with the specified source, type, oldValue and newValue.
CallChangeListener - Interface in net.java.sip.communicator.service.protocol.event
A call change listener receives events indicating that a call has changed and a peer has either left or joined.
CallDialog - Class in net.java.sip.communicator.impl.gui.main.call
The dialog created for a given call.
CallDialog(Call) - Constructor for class net.java.sip.communicator.impl.gui.main.call.CallDialog
Creates a CallDialog by specifying the underlying call panel.
callEnded(CallEvent) - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
CallListener implementation for call endings
callEnded(CallEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallManager.GuiCallListener
Implements CallListener.callEnded.
callEnded(CallEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.ReceivedCallDialog
When call is remotely ended we close this dialog.
callEnded(CallEvent) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetTelephonyConferencingSipImpl
Notifies this CallListener that a specific Call has ended.
callEnded(CallEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallListener
Indicates that all peers have left the source call and that it has been ended.
CallEvent - Class in net.java.sip.communicator.service.protocol.event
An event class representing that an incoming or an outgoing call has been created.
CallEvent(Call, int) - Constructor for class net.java.sip.communicator.service.protocol.event.CallEvent
Creates an event instance indicating that an incoming/outgoing call has been created
CallGibberishImpl - Class in net.java.sip.communicator.impl.protocol.gibberish
A Gibberish implementation of the Call interface.
CallGibberishImpl(ProtocolProviderServiceGibberishImpl) - Constructor for class net.java.sip.communicator.impl.protocol.gibberish.CallGibberishImpl
Creates a CallGibberishImpl by specifying the sourceProvider.
CallHistoryActivator - Class in net.java.sip.communicator.impl.callhistory
Activates the CallHistoryService.
CallHistoryActivator() - Constructor for class net.java.sip.communicator.impl.callhistory.CallHistoryActivator
 
CallHistoryButton - Class in net.java.sip.communicator.impl.gui.main.call
The CallHistoryButton is the button shown on the top of the contact list.
CallHistoryButton() - Constructor for class net.java.sip.communicator.impl.gui.main.call.CallHistoryButton
Creates a CallHistoryButton.
CallHistoryContactSource - Class in net.java.sip.communicator.impl.callhistory
The CallHistoryContactSource is the contact source for the call history.
CallHistoryContactSource() - Constructor for class net.java.sip.communicator.impl.callhistory.CallHistoryContactSource
 
CallHistoryFilter - Class in net.java.sip.communicator.impl.gui.main.contactlist
The CallHistoryFilter is a filter over the history contact sources.
CallHistoryFilter() - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.CallHistoryFilter
 
CallHistoryQuery - Interface in net.java.sip.communicator.service.callhistory
The CallHistoryQuery corresponds to a query made to the CallHistoryService.
CallHistoryQueryImpl - Class in net.java.sip.communicator.impl.callhistory
 
CallHistoryQueryImpl(HistoryQuery) - Constructor for class net.java.sip.communicator.impl.callhistory.CallHistoryQueryImpl
Creates an instance of CallHistoryQueryImpl by specifying the underlying HistoryQuery.
CallHistoryQueryListener - Interface in net.java.sip.communicator.service.callhistory.event
The CallHistoryQueryListener listens for changes in the result of a given CallHistoryQuery.
CallHistoryQueryStatusEvent - Class in net.java.sip.communicator.service.callhistory.event
The CallHistoryQueryStatusEvent is triggered each time a CallHistoryQuery changes its status.
CallHistoryQueryStatusEvent(CallHistoryQuery, int) - Constructor for class net.java.sip.communicator.service.callhistory.event.CallHistoryQueryStatusEvent
Creates a CallHistoryQueryStatusEvent by specifying the source CallHistoryQuery and the eventType indicating why initially this event occurred.
CallHistorySearchProgressListener - Interface in net.java.sip.communicator.service.callhistory.event
When searching into the call history a ProgressEvent is fired whenever the progress is changed.
CallHistoryService - Interface in net.java.sip.communicator.service.callhistory
The Call History Service stores info about calls made from various protocols
CallHistoryServiceImpl - Class in net.java.sip.communicator.impl.callhistory
The Call History Service stores info about the calls made.
CallHistoryServiceImpl() - Constructor for class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
 
CallHistorySourceContact - Class in net.java.sip.communicator.impl.callhistory
The CallHistorySourceContact is an implementation of the SourceContact interface based on a CallRecord.
CallHistorySourceContact(CallHistoryContactSource, CallRecord) - Constructor for class net.java.sip.communicator.impl.callhistory.CallHistorySourceContact
Creates an instance of CallHistorySourceContact
CallJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
A Jabber implementation of the Call abstract class encapsulating Jabber jingle sessions.
CallJabberImpl(OperationSetBasicTelephonyJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.CallJabberImpl
Crates a CallJabberImpl instance belonging to sourceProvider and associated with the jingle session with the specified jingleSID.
CallListener - Interface in net.java.sip.communicator.service.protocol.event
Instances of this class are used for listening for notifications coming out of a telephony Provider - such as an incoming Call for example.
CallManager - Class in net.java.sip.communicator.impl.gui.main.call
The CallManager is the one that handles calls.
CallManager() - Constructor for class net.java.sip.communicator.impl.gui.main.call.CallManager
 
CallManager.GuiCallListener - Class in net.java.sip.communicator.impl.gui.main.call
A call listener.
CallManager.GuiCallListener() - Constructor for class net.java.sip.communicator.impl.gui.main.call.CallManager.GuiCallListener
 
CallPeer - Interface in net.java.sip.communicator.service.protocol
The CallPeer is an interface that represents peers in a call.
CallPeerAdapter - Class in net.java.sip.communicator.impl.gui.main.call
The CallPeerAdapter is an adapter that implements all common CallPeer related listeners in order to facilitate the task of different CallPeerRenderers when implementing peer functionalities.
CallPeerAdapter(CallPeer, CallPeerRenderer) - Constructor for class net.java.sip.communicator.impl.gui.main.call.CallPeerAdapter
Creates a CallPeerAdapter by specifying the corresponding callPeer and corresponding renderer.
CallPeerAdapter - Class in net.java.sip.communicator.service.protocol.event
An abstract adapter class for receiving call peer (change) events.
CallPeerAdapter() - Constructor for class net.java.sip.communicator.service.protocol.event.CallPeerAdapter
 
callPeerAdded(CallPeerEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Implements the CallChangeListener.callPeerAdded method.
callPeerAdded(CallPeerEvent) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicTelephonyGibberishImpl
 
callPeerAdded(CallPeerEvent) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetTelephonyConferencingGibberishImpl
 
callPeerAdded(CallPeerEvent) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
 
callPeerAdded(CallPeerEvent) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetTelephonyConferencingSipImpl
Notifies this CallChangeListener that a specific CallPeer has been added to a specific Call.
callPeerAdded(CallPeerEvent) - Method in class net.java.sip.communicator.service.protocol.event.CallChangeAdapter
A dummy implementation of this listener's callPeerAdded() method.
callPeerAdded(CallPeerEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallChangeListener
Indicates that a new call peer has joined the source call.
callPeerAdded(CallPeerEvent) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Does nothing.
CallPeerChangeEvent - Class in net.java.sip.communicator.service.protocol.event
CallPeerChangeEvent-s are triggerred whenever a change occurs in a CallPeer.
CallPeerChangeEvent(CallPeer, String, Object, Object) - Constructor for class net.java.sip.communicator.service.protocol.event.CallPeerChangeEvent
Creates a CallPeerChangeEvent with the specified source, type, oldValue and newValue.
CallPeerChangeEvent(CallPeer, String, Object, Object, String) - Constructor for class net.java.sip.communicator.service.protocol.event.CallPeerChangeEvent
Creates a CallPeerChangeEvent with the specified source, type, oldValue and newValue.
CallPeerConferenceEvent - Class in net.java.sip.communicator.service.protocol.event
Represents an event fired by a CallPeer to notify interested CallPeerConferenceListeners about changes in its conference-related information such as it acting or not acting as a conference focus and conference membership details.
CallPeerConferenceEvent(CallPeer, int) - Constructor for class net.java.sip.communicator.service.protocol.event.CallPeerConferenceEvent
Initializes a new CallPeerConferenceEvent which is to be fired by a specific CallPeer and which notifies about a change in its conference-related information not including a change pertaining to a specific ConferenceMember.
CallPeerConferenceEvent(CallPeer, int, ConferenceMember) - Constructor for class net.java.sip.communicator.service.protocol.event.CallPeerConferenceEvent
Initializes a new CallPeerConferenceEvent which is to be fired by a specific CallPeer and which notifies about a change in its conference-related information pertaining to a specific ConferenceMember.
CallPeerConferenceListener - Interface in net.java.sip.communicator.service.protocol.event
Represents a listener of changes in the conference-related information of CallPeer delivered in the form of CallPeerConferenceEvents.
callPeerConferenceListeners - Variable in class net.java.sip.communicator.service.protocol.AbstractCallPeer
The list of CallPeerConferenceListeners interested in and to be notified about changes in conference-related information such as this peer acting or not acting as a conference focus and conference membership details.
CallPeerControlEvent - Class in net.java.sip.communicator.service.protocol.event
The CallPeerControlEvent is issued by the PhoneUIService as a result of a user request to modify the way a CallPeer is associated with a call, or in other words "Answer" the incoming call of a CallPeer or "Hangup" and thus and the participation of a CallPeer in a call.
CallPeerControlEvent(CallPeer, String) - Constructor for class net.java.sip.communicator.service.protocol.event.CallPeerControlEvent
Creates a new event instance with the specified source CallPeer and targetURI, if any.
CallPeerEvent - Class in net.java.sip.communicator.service.protocol.event
 
CallPeerEvent(CallPeer, Call, int) - Constructor for class net.java.sip.communicator.service.protocol.event.CallPeerEvent
Creates a call peer event instance indicating that an event with id eventID has happened to sourceCallPeer in sourceCall
CallPeerGibberishImpl - Class in net.java.sip.communicator.impl.protocol.gibberish
A Gibberish implementation of the CallPeer interface.
CallPeerGibberishImpl(String, CallGibberishImpl) - Constructor for class net.java.sip.communicator.impl.protocol.gibberish.CallPeerGibberishImpl
Creates an instance of CallPeerGibberishImpl by specifying the call peer address and the parent owningCall.
CallPeerJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
Our Jabber implementation of the default CallPeer;
CallPeerJabberImpl(String, CallJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Creates a new call peer with address peerAddress.
CallPeerListener - Interface in net.java.sip.communicator.service.protocol.event
Receives events notifying of changes that have occurred within a CallPeer.
callPeerListeners - Variable in class net.java.sip.communicator.service.protocol.AbstractCallPeer
All the CallPeer listeners registered with this CallPeer.
CallPeerMediaHandler<T extends MediaAwareCallPeer<?,?,?>> - Class in net.java.sip.communicator.service.protocol.media
A utility class implementing media control code shared between current telephony implementations.
CallPeerMediaHandler(T, ZrtpListener) - Constructor for class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Creates a new handler that will be managing media streams for peer.
CallPeerMediaHandlerJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
An XMPP specific extension of the generic media handler.
CallPeerMediaHandlerJabberImpl(CallPeerJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerJabberImpl
Creates a new handler that will be managing media streams for peer.
CallPeerMediaHandlerSipImpl - Class in net.java.sip.communicator.impl.protocol.sip
The media handler class handles all media management for a single CallPeer.
CallPeerMediaHandlerSipImpl(CallPeerSipImpl) - Constructor for class net.java.sip.communicator.impl.protocol.sip.CallPeerMediaHandlerSipImpl
Creates a new handler that will be managing media streams for peer.
CallPeerMenu - Class in net.java.sip.communicator.impl.gui.main.call.conference
The CallPeerActionMenuBar is situated in the title area of any CallPeerRenderer and gives access to operations like: "Put on hold", "Mute", "Hang up" and so on.
CallPeerMenu(CallPeer) - Constructor for class net.java.sip.communicator.impl.gui.main.call.conference.CallPeerMenu
Creates a CallPeerActionMenuBar by specifying the associated callPeer.
CallPeerRecord - Class in net.java.sip.communicator.service.callhistory
Structure used for encapsulating data when writing or reading Call History Data.
CallPeerRecord(String, Date, Date) - Constructor for class net.java.sip.communicator.service.callhistory.CallPeerRecord
Creates CallPeerRecord
CallPeerRecordImpl - Class in net.java.sip.communicator.impl.callhistory
Added some setters to CallPeerRecord
CallPeerRecordImpl(String, Date, Date) - Constructor for class net.java.sip.communicator.impl.callhistory.CallPeerRecordImpl
Creates CallPeerRecord
callPeerRemoved(CallPeerEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Implements the CallChangeListener.callPeerRemoved method.
callPeerRemoved(CallPeerEvent) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicTelephonyGibberishImpl
 
callPeerRemoved(CallPeerEvent) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetTelephonyConferencingGibberishImpl
 
callPeerRemoved(CallPeerEvent) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
 
callPeerRemoved(CallPeerEvent) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetTelephonyConferencingSipImpl
Notifies this CallChangeListener that a specific CallPeer has been remove from a specific Call.
callPeerRemoved(CallPeerEvent) - Method in class net.java.sip.communicator.service.protocol.event.CallChangeAdapter
A dummy implementation of this listener's callPeerRemoved() method.
callPeerRemoved(CallPeerEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallChangeListener
Indicates that a call peer has left the source call.
callPeerRemoved(CallPeerEvent) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Does nothing.
CallPeerRenderer - Interface in net.java.sip.communicator.impl.gui.main.call
The CallPeerRenderer interface is meant to be implemented by different renderers of CallPeers.
CallPeerRendererUtils - Class in net.java.sip.communicator.impl.gui.main.call
An utility class that reassembles common methods used by different CallPeerRenderers.
CallPeerRendererUtils() - Constructor for class net.java.sip.communicator.impl.gui.main.call.CallPeerRendererUtils
 
CallPeerSecurityListener - Interface in net.java.sip.communicator.service.protocol.event
CallPeerSecurityListener interface extends EventListener.
callPeerSecurityListeners - Variable in class net.java.sip.communicator.service.protocol.AbstractCallPeer
All the CallPeerSecurityListener-s registered with this CallPeer.
CallPeerSecurityMessageEvent - Class in net.java.sip.communicator.service.protocol.event
The CallPeerSecurityFailedEvent is triggered whenever a problem has occurred during call security process.
CallPeerSecurityMessageEvent(CallPeer, String, String, int) - Constructor for class net.java.sip.communicator.service.protocol.event.CallPeerSecurityMessageEvent
Creates a CallPeerSecurityFailedEvent by specifying the call peer, event type and message associated with this event.
CallPeerSecurityOffEvent - Class in net.java.sip.communicator.service.protocol.event
The CallPeerSecurityAuthenticationEvent is triggered whenever a the security strings are received in a secure call.
CallPeerSecurityOffEvent(CallPeer, int) - Constructor for class net.java.sip.communicator.service.protocol.event.CallPeerSecurityOffEvent
The event constructor.
CallPeerSecurityOnEvent - Class in net.java.sip.communicator.service.protocol.event
The CallPeerSecurityOnEvent is triggered whenever a communication with a given peer is going secure.
CallPeerSecurityOnEvent(CallPeer, int, String, String, boolean) - Constructor for class net.java.sip.communicator.service.protocol.event.CallPeerSecurityOnEvent
The event constructor
CallPeerSecurityStatusEvent - Class in net.java.sip.communicator.service.protocol.event
Parent class for SecurityOn and SecurityOff events.
CallPeerSecurityStatusEvent(Object, int) - Constructor for class net.java.sip.communicator.service.protocol.event.CallPeerSecurityStatusEvent
Constructor required by the EventObject.
CallPeerSipImpl - Class in net.java.sip.communicator.impl.protocol.sip
Our SIP implementation of the default CallPeer;
CallPeerSipImpl(Address, CallSipImpl, Transaction, SipProvider) - Constructor for class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Creates a new call peer with address peerAddress.
CallPeerState - Class in net.java.sip.communicator.service.protocol
The CallPeerState class reflects the current state of a call peer.
CallReceivedEvent - Class in net.java.sip.communicator.service.protocol.event
A class representing the event of a call reception.
CallReceivedEvent(Call) - Constructor for class net.java.sip.communicator.service.protocol.event.CallReceivedEvent
 
CallRecord - Class in net.java.sip.communicator.service.callhistory
Structure used for encapsulating data when writing or reading Call History Data.
CallRecord() - Constructor for class net.java.sip.communicator.service.callhistory.CallRecord
Creates CallRecord
CallRecord(String, Date, Date) - Constructor for class net.java.sip.communicator.service.callhistory.CallRecord
Creates Call Record
CallRecordEvent - Class in net.java.sip.communicator.service.callhistory.event
The CallRecordEvent indicates that a CallRecord has been received as a result of a CallHistoryQuery.
CallRecordEvent(CallHistoryQuery, CallRecord) - Constructor for class net.java.sip.communicator.service.callhistory.event.CallRecordEvent
Creates a CallRecordEvent by specifying the parent query and the callRecord this event is about.
CallRecordImpl - Class in net.java.sip.communicator.impl.callhistory
Add Source call to the CallRecord
CallRecordImpl() - Constructor for class net.java.sip.communicator.impl.callhistory.CallRecordImpl
Creates CallRecord
CallRecordImpl(String, Date, Date) - Constructor for class net.java.sip.communicator.impl.callhistory.CallRecordImpl
Creates Call Record
callRecordReceived(CallRecordEvent) - Method in interface net.java.sip.communicator.service.callhistory.event.CallHistoryQueryListener
Indicates that new CallRecord is received as a result of the query.
CallRenderer - Interface in net.java.sip.communicator.impl.gui.main.call
The CallRenderer represents a renderer for a call.
CallSipImpl - Class in net.java.sip.communicator.impl.protocol.sip
A SIP implementation of the Call abstract class encapsulating SIP dialogs.
CallSipImpl(OperationSetBasicTelephonySipImpl) - Constructor for class net.java.sip.communicator.impl.protocol.sip.CallSipImpl
Crates a CallSipImpl instance belonging to sourceProvider and initiated by CallCreator.
CallState - Class in net.java.sip.communicator.service.protocol
The CallState class reflects the current state of a call.
callStateChanged(CallChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
 
callStateChanged(CallChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicTelephonyGibberishImpl
 
callStateChanged(CallChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetTelephonyConferencingGibberishImpl
 
callStateChanged(CallChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
 
callStateChanged(CallChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetTelephonyConferencingSipImpl
Notifies this CallChangeListener that a specific Call has changed its state.
callStateChanged(CallChangeEvent) - Method in class net.java.sip.communicator.service.protocol.ActiveCallsRepository
If evt indicates that the call has been ended we remove it from the repository.
callStateChanged(CallChangeEvent) - Method in class net.java.sip.communicator.service.protocol.event.CallChangeAdapter
A dummy implementation of this listener's callStateChanged() method.
callStateChanged(CallChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallChangeListener
Indicates that a change has occurred in the state of the source call.
CallStatusPanel - Class in net.java.sip.communicator.impl.gui.main.call
Represents the background status panel of a peer.
CallStatusPanel(LayoutManager) - Constructor for class net.java.sip.communicator.impl.gui.main.call.CallStatusPanel
Creates a CallStatusPanel by specifying a layout manager.
CallTitlePanel - Class in net.java.sip.communicator.impl.gui.main.call
The panel, containing the title name of the call peer or member.
CallTitlePanel(LayoutManager) - Constructor for class net.java.sip.communicator.impl.gui.main.call.CallTitlePanel
Creates a CallTitlePanel by specifying the layout manager to use when layout out components.
CallTransferHandler - Class in net.java.sip.communicator.impl.gui.main.call
A TransferHandler that we use to handle dropping of UIContacts or simple string addresses to an existing Call.
CallTransferHandler(Call) - Constructor for class net.java.sip.communicator.impl.gui.main.call.CallTransferHandler
Creates an instance of CallTransferHandler by specifying the call, to which dragged callees will be added.
cancel() - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryQueryImpl
Cancels this query.
CANCEL - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardEvent
Indicates that the wizard was canceled.
cancel() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQuery
Cancels this query.
cancel() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.FilterQuery
Cancels this filter query.
cancel() - Method in class net.java.sip.communicator.impl.history.HistoryQueryImpl
Cancels this query.
cancel() - Method in class net.java.sip.communicator.impl.protocol.icq.FileTransferImpl
Cancels this file transfer.
cancel() - Method in class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferJabberImpl
Cancels the file transfer.
cancel() - Method in class net.java.sip.communicator.impl.protocol.jabber.OutgoingFileTransferJabberImpl
Cancels the file transfer.
cancel() - Method in class net.java.sip.communicator.impl.protocol.mock.MockFileTransferImpl
 
cancel() - Method in class net.java.sip.communicator.impl.protocol.msn.FileTransferImpl
Cancels this file transfer.
cancel() - Method in class net.java.sip.communicator.impl.protocol.sip.TimerScheduler
Discarding any currently scheduled TimerTasks.
cancel() - Method in class net.java.sip.communicator.impl.protocol.ssh.FileTransferSSHImpl
Cancels this file transfer.
cancel() - Method in class net.java.sip.communicator.impl.protocol.yahoo.FileTransferImpl
Cancels this file transfer.
cancel() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Sets the state and notifies all objects that wait on JmDNS.
cancel() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Sets the state and notifies all objects that wait on the ServiceInfo.
cancel() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.ThreadManager
Stop the thread
cancel() - Method in interface net.java.sip.communicator.service.callhistory.CallHistoryQuery
Cancels this query.
cancel() - Method in interface net.java.sip.communicator.service.contactsource.ContactQuery
Cancels this query.
cancel() - Method in interface net.java.sip.communicator.service.history.HistoryQuery
Cancels this query.
cancel() - Method in class net.java.sip.communicator.service.protocol.AbstractFileTransfer
Cancels this file transfer.
cancel() - Method in interface net.java.sip.communicator.service.protocol.FileTransfer
Cancels this file transfer.
CANCEL_BUTTON_ACTION_COMMAND - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
The String-based action command for the 'Cancel' button.
CANCEL_BUTTON_ENABLED_PROPERTY - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Property identification String for the Cancel button's enabled state
CANCEL_BUTTON_ICON_PROPERTY - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Property identification String for the Cancel button's icon
CANCEL_BUTTON_TEXT_PROPERTY - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Property identification String for the Cancel button's text
CANCEL_OPTION - Static variable in class net.java.sip.communicator.impl.gui.main.chat.FontChooser
 
CANCEL_OPTION - Static variable in interface net.java.sip.communicator.service.gui.PopupDialog
Return value from class method if CANCEL is chosen.
CANCEL_RETURN_CODE - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.MessageDialog
Indicates that the Cancel button is pressed.
CANCEL_RETURN_CODE - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Indicates that the 'Cancel' button was pressed to close the dialog, or the user pressed the close box in the corner of the window.
CANCEL_RETURN_CODE - Static variable in class net.java.sip.communicator.impl.gui.main.authorization.RequestAuthorizationDialog
 
cancelActiveFileTransfers() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Cancels all active file transfers.
cancelButton - Variable in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
 
CANCELED - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSState
 
CANCELED - Static variable in class net.java.sip.communicator.service.filehistory.FileRecord
Status indicating that the file transfer has been canceled.
CANCELED - Static variable in class net.java.sip.communicator.service.protocol.event.FileTransferStatusChangeEvent
Indicates that the file transfer has been canceled.
cancelTimer() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Cancel the active timer.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Determines whether or not this group can contain subgroups.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Determines whether the group may contain subgroups or not.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Determines whether the group may contain subgroups or not.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Determines whether the group may contain subgroups or not.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
The ContactListRoot in ICQ is the only group that can contain subgroups.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Determines whether the group may contain subgroups or not.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
The ContactListRoot is the only group that can contain subgroups.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Determines whether the group may contain subgroups or not.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Determines whether the group may contain subgroups or not.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
The ContactListRoot is the only group that can contain subgroups.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Determines whether the group may contain subgroups or not.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Determines whether the group may contain subgroups or not.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Determines whether the group may contain subgroups or not.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Determines whether the group may contain subgroups or not.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
The ContactListRoot is the only group that can contain subgroups.
canContainSubgroups() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Determines whether the group may contain subgroups or not.
canContainSubgroups() - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Determines whether or not this group can contain subgroups.
canContainSubgroups() - Method in interface net.java.sip.communicator.service.protocol.ContactGroup
Determines whether the group may contain subgroups or not.
CandidatePacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
 
CandidatePacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
Creates a new CandidatePacketExtension
CandidatePacketExtension(String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
Creates a new CandidatePacketExtension with the specified elementName so that this class would be usable as a RemoteCandidatePacketExtension parent.
CandidateType - Enum in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
An enumeration containing allowed types for CandidatePacketExtensions.
canImport(JComponent, DataFlavor[]) - Method in class net.java.sip.communicator.impl.gui.main.call.CallTransferHandler
Indicates whether a component will accept an import of the given set of data flavors prior to actually attempting to import it.
canImport(JComponent, DataFlavor[]) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatTransferHandler
Indicates whether a component will accept an import of the given set of data flavors prior to actually attempting to import it.
canImport(JComponent, DataFlavor[]) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTransferHandler
Indicates whether a component will accept an import of the given set of data flavors prior to actually attempting to import it.
canImport(JComponent, DataFlavor[]) - Method in class net.java.sip.communicator.util.swing.ExtendedTransferHandler
Indicates whether a component will accept an import of the given set of data flavors prior to actually attempting to import it.
canSendMessageChanged(Conversation, boolean) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl.AimConversationListener
 
capacity - Variable in class net.java.sip.communicator.impl.neomedia.codec.video.ByteBuffer
The maximum number of bytes which can be written into the native memory represented by this instance.
CapsPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.caps
A PacketExtension implementation for Entity Capabilities packets.
CapsPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.CapsPacketExtension
An empty constructor for the CapsPacketExtension.
CapsPacketExtension(String, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.CapsPacketExtension
Creates a new CapsPacketExtension using the specified parameters.
CapsProvider - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.caps
The provider that parses c packet extensions into CapsPacketExtension instances.
CapsProvider() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.CapsProvider
 
CapsVerListener - Interface in net.java.sip.communicator.impl.protocol.jabber.extensions.caps
A listener use to notify interested parties about a change in our version string.
capsVerUpdated(String) - Method in interface net.java.sip.communicator.impl.protocol.jabber.extensions.caps.CapsVerListener
Called whenever our ver string changes and we need to regenerate our presence information.
captureDevice - Variable in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
The CaptureDevice capabilities provided by the AudioMixingPushBufferDataSources created by this AudioMixer.
captureDevice - Variable in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
The CaptureDevice this instance delegates to in order to implement its CaptureDevice functionality.
captureDevice - Variable in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
The CaptureDevice this instance delegates to in order to implement its CaptureDevice functionality.
CaptureDeviceDelegatePullBufferDataSource - Class in net.java.sip.communicator.impl.neomedia.protocol
Represents a PullBufferDataSource which is also a CaptureDevice through delegation to a specific CaptureDevice.
CaptureDeviceDelegatePullBufferDataSource(CaptureDevice) - Constructor for class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Initializes a new CaptureDeviceDelegatePullBufferDataSource instance which delegates to a specific CaptureDevice in order to implement its CaptureDevice functionality.
CaptureDeviceDelegatePushBufferDataSource - Class in net.java.sip.communicator.impl.neomedia.protocol
Represents a PushBufferDataSource which is also a CaptureDevice through delegation to a specific CaptureDevice.
CaptureDeviceDelegatePushBufferDataSource(CaptureDevice) - Constructor for class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Initializes a new CaptureDeviceDelegatePushBufferDataSource instance which delegates to a specific CaptureDevice in order to implement its CaptureDevice functionality.
captureOutput - Variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
The QTCaptureOutput represented by this SourceStream.
captureScreen(int, byte[]) - Method in interface net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteract
Capture the full desktop screen using native grabber.
captureScreen(int, long, int) - Method in interface net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteract
Capture the full desktop screen using native grabber.
captureScreen(int, int, int, int, int, byte[]) - Method in interface net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteract
Capture a part of the desktop screen using native grabber.
captureScreen(int, int, int, int, int, long, int) - Method in interface net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteract
Capture a part of the desktop screen using native grabber.
captureScreen() - Method in interface net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteract
Capture the full desktop screen.
captureScreen(int, int, int, int) - Method in interface net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteract
Capture a part of the desktop screen.
captureScreen(int, byte[]) - Method in class net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteractImpl
Capture the full desktop screen using native grabber.
captureScreen(int, long, int) - Method in class net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteractImpl
Capture the full desktop screen using native grabber.
captureScreen(int, int, int, int, int, byte[]) - Method in class net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteractImpl
Capture a part of the desktop screen using native grabber.
captureScreen(int, int, int, int, int, long, int) - Method in class net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteractImpl
Capture a part of the desktop screen using native grabber.
captureScreen() - Method in class net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteractImpl
Capture the full desktop screen using java.awt.Robot.
captureScreen(int, int, int, int) - Method in class net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteractImpl
Capture a part of the desktop screen using java.awt.Robot.
catchException(Throwable) - Method in class net.java.sip.communicator.util.swing.SwingWorker
Called on the event dispatching thread (not on the worker thread) if an exception has occured during the construct method.
CB_EXPAND - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
CB_FILTERLEN - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
cb_gain - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
cb_gain_20ms - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
cb_gain_30ms - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
CB_HALFFILTERLEN - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
cb_index - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
cb_index_20ms - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
cb_index_30ms - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
CB_MAXGAIN - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
CB_MEML - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
CB_NSTAGES - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
CB_RESRANGE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
cbfiltersTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
cc - Variable in class net.java.sip.communicator.impl.neomedia.ZrtpConfigurePanel
 
cd - Variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.AlsaStream
 
CENTER - Static variable in class net.java.sip.communicator.impl.gui.main.call.FullScreenLayout
 
center(Window) - Static method in class net.java.sip.communicator.plugin.keybindingchooser.ComponentTools
Centers a window within the center of the screen.
center(Window, Component) - Static method in class net.java.sip.communicator.plugin.keybindingchooser.ComponentTools
Moves a window to be concentric with another.
CENTER_REMOTE - Static variable in class net.java.sip.communicator.util.swing.VideoLayout
 
CertificateVerificationService - Interface in net.java.sip.communicator.service.gui
A service which implementors will ask the user for permission for the certificates which are for some reason not valid and not globally trusted.
CertificateVerificationServiceImpl - Class in net.java.sip.communicator.impl.gui.main.login
Asks the user for permission for the certificates which are for some reason not valid and not globally trusted.
CertificateVerificationServiceImpl() - Constructor for class net.java.sip.communicator.impl.gui.main.login.CertificateVerificationServiceImpl
 
CHALLENGED_FOR_AUTHENTICATION - Static variable in class net.java.sip.communicator.service.protocol.RegistrationState
The registrar service requires authentication and we are about to send one.
challengeReceived(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.sasl.SASLDigestMD5Mechanism
The server is challenging the SASL mechanism for the stanza he just sent.
CHANGE_NICKNAME_ICON_16x16 - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Change nickname icon
CHANGE_ROOM_SUBJECT_ICON_16x16 - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Change room icon.
changeContactPresenceStatus(ContactSSH, PresenceStatus) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
This function changes the status of contact as well as that of the provider
changeDetail(String, String, String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Change the detail.
changeDetail(String, String, String) - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Change the detail.
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.CallComboEditor
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizardPage
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.SearchPanel
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.ChatRoomNamePanel
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.SearchChatRoomPanel
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchField
Do not need this for the moment.
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Handles the DocumentEvent triggered when user changes an attribute or set of attributes from the UIN field.
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberNewAccountDialog
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationConfigurationPanel
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.sipaccregwizz.AccountPanel
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
Implemented from Wizard interface
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
 
ChangeEvent - Class in net.java.sip.communicator.service.netaddr.event
A ChangeEvent is fired on change of the network configuration of the computer.
ChangeEvent(Object, int) - Constructor for class net.java.sip.communicator.service.netaddr.event.ChangeEvent
Creates event.
ChangeEvent(Object, int, boolean) - Constructor for class net.java.sip.communicator.service.netaddr.event.ChangeEvent
Creates event.
ChangeEventDispatcher - Class in net.java.sip.communicator.impl.configuration
This is a utility class that can be used by objects that support constrained properties.
ChangeEventDispatcher(Object) - Constructor for class net.java.sip.communicator.impl.configuration.ChangeEventDispatcher
Constructs a VetoableChangeSupport object.
changeFileTransferStatus(FileTransfer, int) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetFileTransfer
 
changeHistoryButtonsState(ChatPanel) - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.MainToolBar
Disables/Enables history arrow buttons depending on whether the current page is the first, the last page or a middle page.
ChangeJVMFrame - Class in net.java.sip.communicator.launcher
The ChangeJVMFrame will ask the user to install the newest java version if she's using an old and incompatible one.
ChangeJVMFrame(String) - Constructor for class net.java.sip.communicator.launcher.ChangeJVMFrame
 
changeMasterPassword(String, String) - Method in class net.java.sip.communicator.impl.credentialsstorage.CredentialsStorageServiceImpl
Changes the master password from the old to the new one.
changeMasterPassword(String, String) - Method in interface net.java.sip.communicator.service.credentialsstorage.CredentialsStorageService
Changes the old master password to the new one.
changeMetaContactAvatar(MetaContact, Contact, byte[]) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Sets the avatar for metaContact to be newAvatar.
changePresenceStatusForAllContacts(ContactGroup, PresenceStatus) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Sets the presence status of all contacts in our contact list (except those that correspond to another provider registered with SC) to newStatus.
changePresenceStatusForContact(MockContact, MockStatusEnum) - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
Sets the presence status of contact to newStatus.
changePresenceStatusForContact(ContactRssImpl, PresenceStatus) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Sets the presence status of contact to newStatus.
changePresenceStatusForContact(ContactZeroconfImpl, PresenceStatus) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Sets the presence status of contact to newStatus.
changeSendCommand(boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Replaces the Ctrl+Enter send command with simple Enter.
changeStatus(PresenceStatus) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.BonjourService
Changes the status of the local user.
CHANNELS_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
The name of the channels payload-type argument.
CHANNELS_NOT_SPECIFIED - Static variable in interface net.java.sip.communicator.service.neomedia.format.MediaFormatFactory
The constant to be used as an argument representing number of channels to denote that a specific number of channels is not specified.
Chat - Interface in net.java.sip.communicator.service.gui
The Chat interface is meant to be implemented by the GUI component class representing a chat.
CHAT_BUFFER_SIZE - Static variable in interface net.java.sip.communicator.service.gui.Chat
The size of the buffer that indicates how many messages will be stored in the conversation area in the chat window.
CHAT_BUTTON_NAME - Static variable in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
The chat button component name, used to distinguish it.
CHAT_BUTTON_SMALL - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The chat button small image.
CHAT_BUTTON_SMALL_PRESSED - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The chat button small pressed image.
CHAT_CALL - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The chat call button image.
CHAT_CONFIGURE_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
 
CHAT_CONTACT_CALL_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A special "call" icon used in the ChatContactPanel.
CHAT_CONTACT_CALL_ROLLOVER_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A special "call" rollover icon used in the ChatContactPanel.
CHAT_CONTACT_INFO_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A special "info" icon used in the ChatContactPanel.
CHAT_CONTACT_INFO_ROLLOVER_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A special "info" rollover icon used in the ChatContactPanel.
CHAT_CONTACT_SEND_FILE_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A special "send file" icon used in the ChatContactPanel.
CHAT_ROOM_16x16_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used for chat rooms.
CHAT_ROOM_ADDED - Static variable in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListChangeEvent
Indicates that the ChatRoomListChangeEvent instance was triggered by adding a ChatRoom in the gui.
CHAT_ROOM_CHANGED - Static variable in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListChangeEvent
Indicates that the ChatRoomListChangeEvent instance was triggered by changing a ChatRoom in the gui (like changing its status, etc.).
CHAT_ROOM_CONFIG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The icon used for the chat room configuration button.
CHAT_ROOM_NOT_JOINED - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Indicates that we are currently not joined to the chat room, over which we try to perform an operation.
CHAT_ROOM_REMOVED - Static variable in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListChangeEvent
Indicates that the ChatRoomListChangeEvent instance was triggered by removing a ChatRoom from the gui.
CHAT_ROOM_SUBJECT - Static variable in class net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeEvent
The name of the ChatRoom subject property.
CHAT_ROOM_USER_NICKNAME - Static variable in class net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeEvent
The name of the ChatRoom subject property.
CHAT_SEND_FILE_ROLLOVER_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A special "send file" rollover icon used in the ChatContactPanel.
CHAT_SERVER_16x16_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used for multi user chat servers.
CHAT_TOOLBAR_BUTTON_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The background image of a button in one of the ChatWindow toolbars.
CHAT_TOOLBAR_ROLLOVER_BUTTON_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The background rollover image of a button in one of the ChatWindow toolbars.
CHAT_WINDOW - Static variable in interface net.java.sip.communicator.service.gui.ExportedWindow
The chat window identifier.
ChatAlerterActivator - Class in net.java.sip.communicator.plugin.chatalerter
Chat Alerter plugin.
ChatAlerterActivator() - Constructor for class net.java.sip.communicator.plugin.chatalerter.ChatAlerterActivator
 
ChatBuffer<E> - Class in net.java.sip.communicator.impl.gui.main.chat
Should be used to limit the number of messages shown in the chat conversation area.
ChatBuffer() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatBuffer
Creates an instance of ChatBuffer.
chatChanged(ChatPanel) - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatChangeListener
 
chatChanged(ChatPanel) - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.ExtendedMainToolBar
 
chatChanged(ChatPanel) - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.MainToolBar
Implements ChatChangeListener#chatChanged(ChatPanel).
ChatChangeListener - Interface in net.java.sip.communicator.impl.gui.main.chat
Listens for changes in the chat window and its chat panels.
ChatContact<T> - Class in net.java.sip.communicator.impl.gui.main.chat
The ChatContact is a wrapping class for the Contact and ChatRoomMember interface.
ChatContact(T) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatContact
Initializes a new ChatContact instance with a specific descriptor.
ChatContactCellRenderer - Class in net.java.sip.communicator.impl.gui.main.chat.conference
The ChatContactCellRenderer is the renderer for the chat room contact list.
ChatContactCellRenderer() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.ChatContactCellRenderer
 
ChatContactListModel - Class in net.java.sip.communicator.impl.gui.main.chat.conference
Implements an AbstractListModel which represents a member list of ChatContacts.
ChatContactListModel(ChatSession) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.ChatContactListModel
Creates the model.
ChatContactRightButtonMenu - Class in net.java.sip.communicator.impl.gui.main.chat
The ChatContactRightButtonMenu is the menu, opened when user clicks with the right mouse button on a contact in the list of contacts in the chat window.
ChatContactRightButtonMenu(ChatPanel, ChatContact) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatContactRightButtonMenu
Creates an instance of ChatRoomsListRightButtonMenu.
ChatContactRoleIcon - Class in net.java.sip.communicator.impl.gui.main.chat.conference
Allows to determine which icon should be chosen for the chat contact currently participating in a chatroom, regarding to his associated role.
ChatContactRoleIcon() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.ChatContactRoleIcon
 
ChatConversationComponent - Class in net.java.sip.communicator.impl.gui.main.chat
The ChatConversationComponent is a component that can be added to the conversation area of the chat window in order to display any special events.
ChatConversationComponent() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatConversationComponent
Creates a ChatConversationComponent.
ChatConversationComponent.ChatConversationButton - Class in net.java.sip.communicator.impl.gui.main.chat
A specially customized button to fit better chat conversation component look and feel.
ChatConversationComponent.ChatConversationButton() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatConversationComponent.ChatConversationButton
 
ChatConversationComponent.ChatConversationButton(String, Icon) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatConversationComponent.ChatConversationButton
Create a new RolloverButton.
ChatConversationContainer - Interface in net.java.sip.communicator.impl.gui.main.chat
The ChatConversationContainer is used as an abstraction of the conversation area, which is included in both the chat window and the history window.
ChatConversationPanel - Class in net.java.sip.communicator.impl.gui.main.chat
The ChatConversationPanel is the panel, where all sent and received messages appear.
ChatConversationPanel(ChatConversationContainer) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
Creates an instance of ChatConversationPanel.
ChatFocusEvent - Class in net.java.sip.communicator.service.gui.event
The ChatFocusEvent indicates that a Chat has gained or lost the current focus.
ChatFocusEvent(Object, int) - Constructor for class net.java.sip.communicator.service.gui.event.ChatFocusEvent
Creates a new ChatFocusEvent according to the specified parameters.
chatFocusGained(ChatFocusEvent) - Method in interface net.java.sip.communicator.service.gui.event.ChatFocusListener
Indicates that a Chat has gained the focus.
ChatFocusListener - Interface in net.java.sip.communicator.service.gui.event
The listener interface for receiving focus events on a Chat.
chatFocusLost(ChatFocusEvent) - Method in interface net.java.sip.communicator.service.gui.event.ChatFocusListener
Indicates that a Chat has lost the focus.
chatHistoryFilter - Variable in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
The chat history filter.
ChatInviteDialog - Class in net.java.sip.communicator.impl.gui.main.chat.conference
The invite dialog is the one shown when the user clicks on the conference button in the chat toolbar.
ChatInviteDialog(ChatPanel) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.ChatInviteDialog
Constructs the ChatInviteDialog.
ChatMessage - Class in net.java.sip.communicator.impl.gui.main.chat
The ChatMessage class encapsulates message information in order to provide a single object containing all data needed to display a chat message.
ChatMessage(String, long, String, String, String) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatMessage
Creates a ChatMessage by specifying all parameters of the message.
ChatMessage(String, long, String, String, String, String) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatMessage
Creates a ChatMessage by specifying all parameters of the message.
ChatOperationReasonDialog - Class in net.java.sip.communicator.impl.gui.main.chat
 
ChatOperationReasonDialog() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatOperationReasonDialog
Creates an instance of ChatOperationReasonDialog using the default title and message.
ChatOperationReasonDialog(String, String) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatOperationReasonDialog
Creates an instance of ChatOperationReasonDialog by specifying the title and the message shown in the dialog.
ChatOperationReasonDialog(ChatWindow, String, String, String, boolean) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatOperationReasonDialog
Creates an instance of ChatOperationReasonDialog by specifying the parent window, the title and the message to show.
ChatPanel - Class in net.java.sip.communicator.impl.gui.main.chat
The ChatPanel is the panel, where users can write and send messages, view received messages.
ChatPanel(ChatWindow) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Creates a ChatPanel which is added to the given chat window.
chatParticipants - Variable in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
The list of ChatContacts contained in this chat session.
ChatRightButtonMenu - Class in net.java.sip.communicator.impl.gui.main.chat.menus
The ChatRightButtonMenu appears when the user makes a right button click on the chat window conversation area (where sent and received messages are displayed).
ChatRightButtonMenu(ChatConversationPanel) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.menus.ChatRightButtonMenu
Creates an instance of ChatRightButtonMenu.
ChatRoom - Interface in net.java.sip.communicator.service.protocol
Represents a chat channel/room/rendez-vous point/ where multiple chat users could rally and communicate in a many-to-many fashion.
CHATROOM_MEMBER_ADMIN - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Admin chatroom member.
CHATROOM_MEMBER_GUEST - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Guest chatroom member.
CHATROOM_MEMBER_MODERATOR - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Moderator chatroom member.
CHATROOM_MEMBER_OWNER - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Owner chatroom member.
CHATROOM_MEMBER_SILENT - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Silent chatroom member.
CHATROOM_MEMBER_STANDARD - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Standard chatroom member.
ChatRoomAuthenticationWindow - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
The ChatRoomAuthenticationWindow is the the authentication window for chat rooms that require password.
ChatRoomAuthenticationWindow(ChatRoomWrapper) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.ChatRoomAuthenticationWindow
Creates an instance of the LoginWindow.
ChatRoomCommonRightButtonMenu - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
The ChatRoomsListRightButtonMenu is the menu, opened when user clicks with the right mouse button on the chat rooms list panel.
ChatRoomCommonRightButtonMenu(MainFrame, ChatRoomProviderWrapper) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomCommonRightButtonMenu
Creates an instance of ChatRoomsListRightButtonMenu.
ChatRoomConfigurationForm - Interface in net.java.sip.communicator.service.protocol
The ChatRoomConfigurationForm contains the chat room configuration.
ChatRoomConfigurationFormField - Interface in net.java.sip.communicator.service.protocol
The ChatRoomConfigurationFormField is contained in the ChatRoomConfigurationForm and represents a configuration property of a chat room.
ChatRoomConfigurationFormFieldJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
The Jabber protocol implementation of the ChatRoomConfigurationFormField.
ChatRoomConfigurationFormFieldJabberImpl(FormField, Form) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.ChatRoomConfigurationFormFieldJabberImpl
Creates an instance of ChatRoomConfigurationFormFieldJabberImpl by passing to it the smack form field and the smack submit form, which are the base of this implementation.
ChatRoomConfigurationFormJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
The Jabber implementation of the ChatRoomConfigurationForm interface.
ChatRoomConfigurationFormJabberImpl(MultiUserChat, Form) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.ChatRoomConfigurationFormJabberImpl
Creates an instance of ChatRoomConfigurationFormJabberImpl by specifying the corresponding smack multi user chat and smack configuration form.
ChatRoomConfigurationWindow - Class in net.java.sip.communicator.impl.gui.main.chat.conference
The configuration window for a chat room.
ChatRoomConfigurationWindow(String, ChatRoomConfigurationForm) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomConfigurationWindow
Creates an instance of ChatRoomConfigurationWindow and initializes the configuration form.
ChatRoomInvitation - Interface in net.java.sip.communicator.service.protocol
This interface represents an invitation, which is send from a chat room member to another user in order to invite this user to join the chat room.
ChatRoomInvitationIrcImpl - Class in net.java.sip.communicator.impl.protocol.irc
Represents a chat room invitation.
ChatRoomInvitationIrcImpl(ChatRoom, String, String, byte[]) - Constructor for class net.java.sip.communicator.impl.protocol.irc.ChatRoomInvitationIrcImpl
Creates a ChatRoomInvitationIrcImpl, by specifying the chatRoom, for which the invitation is, the inviter who sent this invitation and the reason of the invitation.
ChatRoomInvitationJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
The Jabber implementation of the ChatRoomInvitation interface.
ChatRoomInvitationJabberImpl(ChatRoom, String, String, byte[]) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.ChatRoomInvitationJabberImpl
Creates an invitation for the given targetChatRoom, from the given inviter.
ChatRoomInvitationListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that dispatches events notifying that an invitation to join a MUC room is received.
ChatRoomInvitationReceivedEvent - Class in net.java.sip.communicator.service.protocol.event
ChatRoomInvitationReceivedEvents indicate reception of an invitation to join a chat room.
ChatRoomInvitationReceivedEvent(OperationSetMultiUserChat, ChatRoomInvitation, Date) - Constructor for class net.java.sip.communicator.service.protocol.event.ChatRoomInvitationReceivedEvent
Creates an InvitationReceivedEvent representing reception of the source invitation received from the specified from chat room member.
ChatRoomInvitationRejectedEvent - Class in net.java.sip.communicator.service.protocol.event
ChatRoomInvitationRejectedEvents indicates the reception of a rejection of an invitation.
ChatRoomInvitationRejectedEvent(OperationSetMultiUserChat, ChatRoom, String, String, Date) - Constructor for class net.java.sip.communicator.service.protocol.event.ChatRoomInvitationRejectedEvent
Creates a ChatRoomInvitationRejectedEvent representing the rejection of an invitation, rejected by the given invitee.
ChatRoomInvitationRejectionListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that dispatches events notifying that an invitation which was sent earlier has been rejected by the invitee.
ChatRoomIrcImpl - Class in net.java.sip.communicator.impl.protocol.irc
Represents a chat channel/room, where multiple chat users could rally and communicate in a many-to-many fashion.
ChatRoomIrcImpl(String, ProtocolProviderServiceIrcImpl) - Constructor for class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Creates an instance of ChatRoomIrcImpl, by specifying the room name and the protocol provider.
ChatRoomIrcImpl(String, ProtocolProviderServiceIrcImpl, boolean, boolean) - Constructor for class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Creates an instance of ChatRoomIrcImpl, by specifying the room name, the protocol provider and the isPrivate property.
ChatRoomJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
Implements chat rooms for jabber.
ChatRoomJabberImpl(MultiUserChat, ProtocolProviderServiceJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Creates an instance of a chat room that has been.
ChatRoomList - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
The ChatRoomsList is the list containing all chat rooms.
ChatRoomList() - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomList
 
ChatRoomList.ChatRoomProviderWrapperListener - Interface in net.java.sip.communicator.impl.gui.main.chatroomslist
Listener which registers for provider add/remove changes.
ChatRoomListChangeEvent - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
Parent class for gui chat room events indicating addition and removal of chat rooms in the gui chat rooms list.
ChatRoomListChangeEvent(ChatRoomWrapper, int) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListChangeEvent
Creates a new ChatRoom event according to the specified parameters.
ChatRoomListChangeListener - Interface in net.java.sip.communicator.impl.gui.main.chatroomslist
 
ChatRoomListDialog - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
The dialog containing a list of all chat rooms ever joined by the user and also interface for create a new chat room, join a chat room, search all chat rooms, etc.
ChatRoomListDialog(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListDialog
Creates an instance of MyChatRoomsDialog by specifying the parent window.
ChatRoomListModel - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
 
ChatRoomListModel() - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListModel
 
ChatRoomListUI - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
The ChatRoomsListPanel is the panel that contains the ChatRoomsList.
ChatRoomListUI(ChatRoomListDialog) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListUI
Creates the scroll panel containing the chat rooms list.
ChatRoomLocalUserRoleChangeEvent - Class in net.java.sip.communicator.service.protocol.event
Dispatched to notify interested parties that a change in our role in the source chat room has occurred.
ChatRoomLocalUserRoleChangeEvent(ChatRoom, ChatRoomMemberRole, ChatRoomMemberRole) - Constructor for class net.java.sip.communicator.service.protocol.event.ChatRoomLocalUserRoleChangeEvent
Creates a ChatRoomLocalUserRoleChangeEvent representing that a change in local participant role in the source chat room has occured.
ChatRoomLocalUserRoleListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that will be notified of changes in the role of the local user participant in a particular chat room.
ChatRoomMember - Interface in net.java.sip.communicator.service.protocol
This interface represents chat room participants.
ChatRoomMemberIrcImpl - Class in net.java.sip.communicator.impl.protocol.irc
Represents a chat room member.
ChatRoomMemberIrcImpl(ProtocolProviderServiceIrcImpl, ChatRoom, String, ChatRoomMemberRole) - Constructor for class net.java.sip.communicator.impl.protocol.irc.ChatRoomMemberIrcImpl
Creates an instance of ChatRoomMemberIrcImpl, by specifying the protocol provider, the corresponding chat room, where this member is joined, the identifier of the contact (the nickname), the login, the host name and finally the role that this contact has in the chat room.
ChatRoomMemberJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
A Jabber implementation of the chat room member.
ChatRoomMemberJabberImpl(ChatRoomJabberImpl, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.ChatRoomMemberJabberImpl
Creates a jabber chat room member with the specified containing chat room parent.
ChatRoomMemberListPanel - Class in net.java.sip.communicator.impl.gui.main.chat.conference
The ChatContactListPanel is the panel added on the right of the chat conversation area, containing information for all contacts participating the chat.
ChatRoomMemberListPanel(ChatPanel) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomMemberListPanel
Initializes a new ChatRoomMemberListPanel instance which is to depict the members of a chat specified by its ChatPanel.
ChatRoomMemberPresenceChangeEvent - Class in net.java.sip.communicator.service.protocol.event
Dispatched to notify interested parties that a change in the presence of a chat room member has occurred.
ChatRoomMemberPresenceChangeEvent(ChatRoom, ChatRoomMember, String, String) - Constructor for class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPresenceChangeEvent
Creates a ChatRoomMemberPresenceChangeEvent representing that a change in the presence of a ChatRoomMember has occurred.
ChatRoomMemberPresenceChangeEvent(ChatRoom, ChatRoomMember, ChatRoomMember, String, String) - Constructor for class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPresenceChangeEvent
Creates a ChatRoomMemberPresenceChangeEvent representing that a change in the presence of a ChatRoomMember has occurred.
ChatRoomMemberPresenceListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that will be notified of changes in the presence of a member in a particular chat room.
ChatRoomMemberPropertyChangeEvent - Class in net.java.sip.communicator.service.protocol.event
A ChatRoomMemberPropertyChangeEvent is issued whenever a chat room member property has changed (such as the nickname for example).
ChatRoomMemberPropertyChangeEvent(ChatRoomMember, ChatRoom, String, Object, Object) - Constructor for class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPropertyChangeEvent
Creates a ChatRoomMemberPropertyChangeEvent indicating that a change has occurred for property propertyName in the source chat room member and that its value has changed from oldValue to newValue.
ChatRoomMemberPropertyChangeListener - Interface in net.java.sip.communicator.service.protocol.event
The ChatRoomMemberPropertyChangeListener receives events notifying interested parties that a property of the corresponding chat room member (e.g.
ChatRoomMemberRole - Enum in net.java.sip.communicator.service.protocol
Indicates roles that a chat room member detains in its containing chat room.
ChatRoomMemberRoleChangeEvent - Class in net.java.sip.communicator.service.protocol.event
Dispatched to notify interested parties that a change in a member role in the source room has occurred.
ChatRoomMemberRoleChangeEvent(ChatRoom, ChatRoomMember, ChatRoomMemberRole, ChatRoomMemberRole) - Constructor for class net.java.sip.communicator.service.protocol.event.ChatRoomMemberRoleChangeEvent
Creates a ChatRoomMemberRoleChangeEvent representing that a change in member role in the source chat room has occured.
ChatRoomMemberRoleListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that will be notified of changes in the role of a chat participant in a particular chat room.
ChatRoomMessageDeliveredEvent - Class in net.java.sip.communicator.service.protocol.event
MessageDeliveredEvents confirm successful delivery of an instant message.
ChatRoomMessageDeliveredEvent(ChatRoom, long, Message, int) - Constructor for class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveredEvent
Creates a MessageDeliveredEvent representing delivery of the source message to the specified to contact.
ChatRoomMessageDeliveryFailedEvent - Class in net.java.sip.communicator.service.protocol.event
ChatRoomMessageDeliveredEvents confirm successful delivery of an instant message.
ChatRoomMessageDeliveryFailedEvent(ChatRoom, ChatRoomMember, int, Date, Message) - Constructor for class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveryFailedEvent
Creates a ChatRoomMessageDeliveryFailedEvent indicating failure of delivery of a message to the specified ChatRoomMember in the specified ChatRoom.
ChatRoomMessageListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that registers for ChatRoomMessageEvents issued by a particular ChatRoom.
ChatRoomMessageReceivedEvent - Class in net.java.sip.communicator.service.protocol.event
MessageReceivedEvents indicate reception of an instant message.
ChatRoomMessageReceivedEvent(ChatRoom, ChatRoomMember, long, Message, int) - Constructor for class net.java.sip.communicator.service.protocol.event.ChatRoomMessageReceivedEvent
Creates a MessageReceivedEvent representing reception of the source message received from the specified from contact.
ChatRoomNamePanel - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.createforms
The ChatRoomNamePanel is the form, where we should enter the chat room name.
ChatRoomNamePanel() - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.ChatRoomNamePanel
Creates and initializes the ChatRoomNamePanel.
ChatRoomNamePanel(WizardContainer) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.ChatRoomNamePanel
Creates and initializes the ChatRoomNamePanel.
ChatRoomNamePanel - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
The ChatRoomNamePanel is the form, where we should enter the chat room name.
ChatRoomNamePanel() - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.ChatRoomNamePanel
Creates and initializes the ChatRoomNamePanel.
chatRoomPropertyChanged(ChatRoomPropertyChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Updates the chat panel when a property of the chat room has been modified.
chatRoomPropertyChanged(ChatRoomMemberPropertyChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ChatRoomMemberPropertyChangeListener
Called to indicate that a chat room member property has been modified.
chatRoomPropertyChanged(ChatRoomPropertyChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeListener
Called to indicate that a chat room property has been modified.
ChatRoomPropertyChangeEvent - Class in net.java.sip.communicator.service.protocol.event
A ChatRoomPropertyChangeEvent is issued whenever a chat room property has changed.
ChatRoomPropertyChangeEvent(ChatRoom, String, Object, Object) - Constructor for class net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeEvent
Creates a ChatRoomPropertyChangeEvent indicating that a change has occurred for property propertyName in the source chat room and that its value has changed from oldValue to newValue.
chatRoomPropertyChangeFailed(ChatRoomPropertyChangeFailedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
 
chatRoomPropertyChangeFailed(ChatRoomPropertyChangeFailedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeListener
Called to indicate that a change of a chat room property has failed.
ChatRoomPropertyChangeFailedEvent - Class in net.java.sip.communicator.service.protocol.event
Dispatched to indicate that a change of a chat room property has failed.
ChatRoomPropertyChangeFailedEvent(ChatRoom, String, Object, Object, int, String) - Constructor for class net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeFailedEvent
Creates a ChatRoomPropertyChangeEvent indicating that a change has occurred for property propertyName in the source chat room and that its value has changed from oldValue to newValue.
ChatRoomPropertyChangeListener - Interface in net.java.sip.communicator.service.protocol.event
The ChatRoomPropertyChangeListener receives events notifying interested parties that a property of the corresponding chat room (e.g.
ChatRoomProviderWrapper - Class in net.java.sip.communicator.impl.gui.main.chat.conference
 
ChatRoomProviderWrapper(ProtocolProviderService) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomProviderWrapper
Creates an instance of ChatRoomProviderWrapper by specifying the protocol provider, corresponding to the multi user chat account.
chatRoomProviderWrapperAdded(ChatRoomProviderWrapper) - Method in interface net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomList.ChatRoomProviderWrapperListener
When a provider wrapper is added this method is called to inform listeners.
chatRoomProviderWrapperRemoved(ChatRoomProviderWrapper) - Method in interface net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomList.ChatRoomProviderWrapperListener
When a provider wrapper is removed this method is called to inform listeners.
ChatRoomRightButtonMenu - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
The ChatRoomsListRightButtonMenu is the menu, opened when user clicks with the right mouse button on the chat rooms list panel.
ChatRoomRightButtonMenu(ChatRoomWrapper) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomRightButtonMenu
Creates an instance of ChatRoomsListRightButtonMenu.
ChatRoomServerRightButtonMenu - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
The ChatRoomsListRightButtonMenu is the menu, opened when user clicks with the right mouse button on the chat rooms list panel.
ChatRoomServerRightButtonMenu(ChatRoomProviderWrapper) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomServerRightButtonMenu
Creates an instance of ChatRoomsListRightButtonMenu.
ChatRoomsListCellRenderer - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
The ChatRoomsListCellRenderer is the custom cell renderer used in the SIP-Communicator's ChatRoomsList.
ChatRoomsListCellRenderer() - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomsListCellRenderer
Initialize the panel containing the node.
ChatRoomSubjectPanel - Class in net.java.sip.communicator.impl.gui.main.chat.conference
The panel containing the subject of the chat room and the configuration button.
ChatRoomSubjectPanel(ChatWindow, ConferenceChatSession) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomSubjectPanel
Creates the panel containing the chat room subject.
ChatRoomTableDialog - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
The dialog containing a list of all chat rooms of the user and also interface for create a new chat room, join a chat room, search all chat rooms, etc.
ChatRoomTableDialog(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableDialog
Creates an instance of MyChatRoomsDialog by specifying the parent window.
ChatRoomTableDialog.ChatRoomProviderRenderer - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
Cell renderer for the providers combo box: displays the protocol name with its associated icon.
ChatRoomTableDialog.ChatRoomProviderRenderer() - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableDialog.ChatRoomProviderRenderer
The renderer.
ChatRoomTableModel - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
The model for the table with saved rooms.
ChatRoomTableModel(JTable) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableModel
Creates new model for the supplied table.
ChatRoomTableUI - Class in net.java.sip.communicator.impl.gui.main.chatroomslist
The ChatRoomTableUI is the panel that contains the ChatRoomsList.
ChatRoomTableUI(ChatRoomTableDialog) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableUI
Creates the scroll panel containing the chat rooms list.
ChatRoomWrapper - Class in net.java.sip.communicator.impl.gui.main.chat.conference
The ChatRoomWrapper is the representation of the ChatRoom in the GUI.
ChatRoomWrapper(ChatRoomProviderWrapper, String, String) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomWrapper
Creates a ChatRoomWrapper by specifying the protocol provider, the identifier and the name of the chat room.
ChatRoomWrapper(ChatRoomProviderWrapper, ChatRoom) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomWrapper
Creates a ChatRoomWrapper by specifying the corresponding chat room.
ChatSendPanel - Class in net.java.sip.communicator.impl.gui.main.chat
The ChatSendPanel is the panel in the bottom of the chat.
ChatSendPanel(ChatPanel) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatSendPanel
Creates an instance of ChatSendPanel.
chatSession - Variable in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
 
ChatSession - Class in net.java.sip.communicator.impl.gui.main.chat
 
ChatSession() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatSession
 
ChatSessionChangeListener - Interface in net.java.sip.communicator.impl.gui.main.chat
Listens for changes in ChatSession.
ChatSessionRenderer - Interface in net.java.sip.communicator.impl.gui.main.chat
The ChatSessionRenderer is the connector between the ChatSession and the ChatPanel, which represents the UI part of the chat.
ChatTabbedPane - Class in net.java.sip.communicator.impl.gui.main.chat
The ChatTabbedPane is a SIPCommTabbedPane that takes into account the number of unread messages received in a certain tab and shows this information to the user.
ChatTabbedPane() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatTabbedPane
Creates a ChatTabbedPane with a close tab funcion.
ChatToolbarButton - Class in net.java.sip.communicator.impl.gui.customcontrols
The MsgToolbarButton is a SIPCommButton that has specific background and rollover images.
ChatToolbarButton(Image) - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.ChatToolbarButton
Creates an instance of MsgToolbarButton.
ChatTransferHandler - Class in net.java.sip.communicator.impl.gui.main.chat
A TransferHandler that we use to handle copying, pasting and DnD operations in our ChatPanel.
ChatTransferHandler(ChatPanel) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatTransferHandler
Constructs the ChatTransferHandler by specifying the ChatPanel we're currently dealing with.
ChatTransport - Interface in net.java.sip.communicator.impl.gui.main.chat
The ChatTransport is an abstraction of the transport method used when sending messages, making calls, etc.
chatTransports - Variable in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
The list of ChatTransports available in this session.
ChatTransportSelectorBox - Class in net.java.sip.communicator.impl.gui.main.chat
The ChatTransportSelectorBox represents the send via menu in the chat window.
ChatTransportSelectorBox(ChatPanel, ChatSession, ChatTransport) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatTransportSelectorBox
 
ChatWindow - Class in net.java.sip.communicator.impl.gui.main.chat
The chat window is the place, where users can write and send messages, view received messages.
ChatWindow() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Creates an instance of ChatWindow by passing to it an instance of the main application window.
ChatWindow.ChatWindowAdapter - Class in net.java.sip.communicator.impl.gui.main.chat
Before closing the chat window saves the current size and position through the ConfigurationService.
ChatWindow.ChatWindowAdapter() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatWindow.ChatWindowAdapter
 
ChatWindowManager - Class in net.java.sip.communicator.impl.gui.main.chat
Manages chat windows and panels.
ChatWindowManager() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
 
ChatWritePanel - Class in net.java.sip.communicator.impl.gui.main.chat
The ChatWritePanel is the panel, where user writes her messages.
ChatWritePanel(ChatPanel) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Creates an instance of ChatWritePanel.
check_parity_pitch(int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.PParity
Check parity of index with transmitted parity
checkCrc() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZrtpRawPacket
Check if the CRC of this packet is ok.
checkDevice(AbstractMediaDevice) - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Asserts that a specific MediaDevice is acceptable to be set as the MediaDevice of this instance.
checkDevice(AbstractMediaDevice) - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Asserts that a specific MediaDevice is acceptable to be set as the MediaDevice of this instance.
checkEnableDown(int) - Method in class net.java.sip.communicator.impl.neomedia.ZrtpConfigureTableModel
 
checkEnableUp(int) - Method in class net.java.sip.communicator.impl.neomedia.ZrtpConfigureTableModel
 
checkFormat(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIDecoder
Check Format.
checkReplay(int, long) - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPCryptoContext
Checks if a packet is a replayed on based on its sequence number.
checkSASSignature(String) - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
 
CHILD_CONTACTS_REORDERED - Static variable in class net.java.sip.communicator.service.contactlist.event.MetaContactGroupEvent
Indicates that the MetaContactGroupEvent instance was triggered by the fact that child contacts were reordered in the source group.
childContactsReordered(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.contactlist.MclStorageManager
We simply ignore - we're not interested in this kind of events.
childContactsReordered(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
 
childContactsReordered(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Handles the MetaContactGroupEvent.
childContactsReordered(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Reorders contact list nodes, when MetaContact-s in a MetaContactGroup has been reordered.
childContactsReordered(MetaContactGroupEvent) - Method in interface net.java.sip.communicator.service.contactlist.event.MetaContactListListener
Indicates that the order under which the child contacts were ordered inside the source group has changed.
ChooseCallAccountPopupMenu - Class in net.java.sip.communicator.impl.gui.main.call
The ChooseCallAccountDialog is the dialog shown when calling a contact in order to let the user choose the account he'd prefer to use in order to call this contact.
ChooseCallAccountPopupMenu(JComponent, String, List<ProtocolProviderService>) - Constructor for class net.java.sip.communicator.impl.gui.main.call.ChooseCallAccountPopupMenu
Creates this dialog.
ChooseCallAccountPopupMenu(JComponent, List<?>) - Constructor for class net.java.sip.communicator.impl.gui.main.call.ChooseCallAccountPopupMenu
Creates this dialog by specifying a list of telephony contacts to choose from.
chooseColor() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardFrame
Call a color chooser for the current selected shape
CID - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailElement
The name of the thumbnail attribute "cid".
CID - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailIQ
The name of the thumbnail attribute "cid".
CLASS_ANY - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
CLASS_CH - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
CLASS_CS - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
CLASS_HS - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
CLASS_IN - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
CLASS_MASK - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
CLASS_NONE - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
CLASS_UNIQUE - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
clazz - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry
 
cleanThread() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ClientThread
Clean-up the thread to exit
cleanup() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Cleanup function for any remaining timers
cleanup() - Method in class net.java.sip.communicator.impl.neomedia.ZrtpControlImpl
Cleans up the current zrtp control and its engine.
cleanup() - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Cleanups references and listers.
cleanup() - Method in interface net.java.sip.communicator.service.neomedia.ZrtpControl
Cleans up the current zrtp control and its engine.
clear() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
Creates new document and all the messages that will be processed in the future will be appended in it.
clear() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeModel
Removes all nodes except the root node and clears all dependencies.
clear() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.GroupNode
Clears all dependencies for all children in the given groupNode (i.e.
clear() - Method in class net.java.sip.communicator.impl.protocol.sip.security.CredentialsCache
Empty the credentials cache (all authorization challenges) would end up requesting a password from the user.
clear() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSCache
Clears the cache.
clear() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.StrategiesList
Remove all the strategies of the list
clear() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.StrategiesList.ListModel
Remove all the strategies of the list
clear() - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
Clears the content of the notifications table.
clear() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.CreateSip2SipAccountForm
Clears all the data previously entered in the form.
clear() - Method in interface net.java.sip.communicator.plugin.sipaccregwizz.CreateAccountService
Clears all the data previously entered in the form.
clear() - Method in class net.java.sip.communicator.util.Entities.IntHashMap
Clears this hashtable so that it contains no keys.
clearBindings() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingPanel
Removes all bindings from the panel.
clearChatRoomMemberList() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Removes all chat room members from the list.
clearCurrentSearchText() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Clears the current text in the search field.
clearJoinedChatRoom() - Method in class net.java.sip.communicator.impl.protocol.irc.UserInfo
Clears the list of joined chat rooms.
clearMissedCalls() - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Clears the count of missed calls.
clearSelection() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableUI
Clears any selected room.
clearWriteArea() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Clears write message area.
ClientCapabilities - Class in net.java.sip.communicator.impl.protocol.sip
Handles OPTIONS requests by replying with an OK response containing methods that we support.
ClientCapabilities(ProtocolProviderServiceSipImpl) - Constructor for class net.java.sip.communicator.impl.protocol.sip.ClientCapabilities
Creates a new instance of this class using the specified parent protocolProvider.
ClientThread - Class in net.java.sip.communicator.impl.protocol.zeroconf
Class creating a thread responsible for handling the chat with the remote user on the other end of the socket
ClientThread(Socket, BonjourService) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.ClientThread
Creates a new instance of ClientThread reponsible for handling the conversation with the remote user.
CListKeySearchListener - Class in net.java.sip.communicator.impl.gui.main.contactlist
The main goal of the CListKeySearchListener is to listen for key events and to search the ContactList when a key is typed over it.
CListKeySearchListener(JList) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.CListKeySearchListener
Creates an instance of CListKeySearchListener for the given ContactList.
CLOCK_RATE_NOT_SPECIFIED - Static variable in interface net.java.sip.communicator.service.neomedia.format.MediaFormatFactory
The constant to be used as an argument representing a clock rate to denote that a specific clock rate is not specified.
CLOCKRATE_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
The name of the clockrate SDP argument.
clone() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.AVFrameFormat
Initializes a new AVFrameFormat instance which has the same properties as this instance.
clone() - Method in class net.java.sip.communicator.service.protocol.WhiteboardPoint
Creates and returns a copy of this WhiteboardPoint.
CLOSABLE_TAB_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used in the SIPCommLookAndFeel to paint the background of a closable tab.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.customcontrols.ErrorDialog
Close the ErrorDialog.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.customcontrols.MessageDialog
 
close(int) - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Closes the dialog and sets the return code to the integer parameter.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Implements the SIPCommDialog close method.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.account.NewAccountDialog
Remove the newAccountDialog, when the window is closed.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationRequestedDialog
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationResponseDialog
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.authorization.RequestAuthorizationDialog
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Hang ups the current call on close.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.call.ReceivedCallDialog
Invoked when this dialog is closed.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.call.TransferCallDialog
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Implements the SIPCommFrame close method.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomConfigurationWindow
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.InvitationReceivedDialog
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindow
Implements the SIPCommFrame close method, which is invoked when user presses the Esc key.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.SendSmsDialog
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListDialog
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableDialog
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomDialog
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.ChatRoomAuthenticationWindow
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomDialog
When escape is pressed clicks the cancel button programatically.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWindow
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.configforms.ConfigurationFrame
Implements SIPCommFrame.close() method.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.AddContactDialog
Indicates that this dialog is about to be closed.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.addgroup.CreateGroupDialog
Cancels the application if the window is closed.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactInfoDialog
 
close() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.FilterQuery
Closes this query to indicate that no more contact sub-queries would be added to it.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.MoveSubcontactMessageDialog
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.RenameContactDialog
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.RenameGroupDialog
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.login.AuthenticationWindow
 
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Overwrites the SIPCommFrame close method.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.presence.message.NewStatusMessageDialog
Artificially clicks the cancel button when this panel is escaped.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.utils.InviteDialog
Closes this dialog by clicking on the "Cancel" button.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.utils.MasterPasswordInputDialog
Closes the dialog.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.utils.OneChoiceInviteDialog
Closes this dialog by clicking on the "Cancel" button.
close() - Method in class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelEffect
Closes this effect.
close() - Method in class net.java.sip.communicator.impl.neomedia.AudioMediaStreamImpl
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.AbstractCodecExt
 
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.DePacketizer
Clean up
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.JavaEncoder
No resources used to be cleared.
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaDecoder
 
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaEncoder
 
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JavaDecoder
Does nothing.
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIDecoder
Close Codec.
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIEncoder
Close the Codec.
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.Packetizer
Close this Packetizer.
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.SwScaler
Close codec.
close() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
close() - Method in class net.java.sip.communicator.impl.neomedia.directshow.DSCaptureDevice
Stop and close the capture device.
close() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferStream
Releases the resources used by this instance throughout its existence and makes it available for garbage collection.
close() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
Releases the resources used by this instance throughout its existence and makes it available for garbage collection.
close() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.ByteBufferPool
Closes this ByteBufferPool i.e.
close() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
Releases the resources used by this instance throughout its existence and makes it available for garbage collection.
close() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
Releases the resources used by this instance throughout its existence and makes it available for garbage collection.
close(int) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
close() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
Releases the resources used by this instance throughout its existence and makes it available for garbage collection.
close() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Closes this PlugIn.
close() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Closes this PlugIn and releases the resources it has retained during its execution.
close() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
close() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureDevice
Releases application control over this device acquired in the QTCaptureDevice.open() method.
close() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureSession
Releases the resources used by this instance throughout its existence and makes it available for garbage collection.
close() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Closes all sockets, stream, and the StreamConnector that this RTPConnector is using.
close() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorInputStream
Close this stream, stops the worker thread.
close() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorOutputStream
Close this output stream.
close(boolean) - Method in class net.java.sip.communicator.impl.osdependent.NewStatusMessageDialog
 
close(boolean) - Method in class net.java.sip.communicator.impl.protocol.ssh.SSHContactInfo
 
close() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Close down jmdns.
close() - Method in class net.java.sip.communicator.plugin.branding.WelcomeWindow
Disposes this window.
close(boolean) - Method in class net.java.sip.communicator.plugin.contactinfo.ContactInfoDialog
 
close(boolean) - Method in class net.java.sip.communicator.plugin.exampleplugin.PluginDialog
No special operations when the dialog is closed.
close(boolean) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberNewAccountDialog
 
close(boolean) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberServerChooserDialog
 
close(boolean) - Method in class net.java.sip.communicator.plugin.pluginmanager.NewBundleDialog
 
close(boolean) - Method in class net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordChangeDialog
 
close(boolean) - Method in class net.java.sip.communicator.plugin.securityconfig.masterpassword.SavedPasswordsDialog
 
close(boolean) - Method in class net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame
 
close(boolean) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.InvitationReceivedDialog
 
close(boolean) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardFrame
 
close() - Method in class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
close() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
close() - Method in interface net.java.sip.communicator.service.neomedia.StreamConnector
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
close() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Closes and null-ifies all streams and connectors and readies this media handler for garbage collection (or reuse).
close(boolean) - Method in class net.java.sip.communicator.util.swing.SIPCommDialog
All functions implemented in this method will be invoked when user presses the Escape key.
close(boolean) - Method in class net.java.sip.communicator.util.swing.SIPCommFrame
All functions implemented in this method will be invoked when user presses the Escape key.
CLOSE_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Close icon.
closeActionPerformed() - Method in class net.java.sip.communicator.impl.gui.main.menus.FileMenu
 
closeChat(ChatPanel) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Closes the given chat panel.
closed - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Used to fix live lock problem on unregester.
CLOSED_GROUP - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used for closed groups.
CLOSED_OPTION - Static variable in interface net.java.sip.communicator.service.gui.PopupDialog
Return value from class method if user closes window without selecting anything.
closeGroup() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.CListKeySearchListener
Closes a group when it's opened.
closeGroup(MetaContactGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
Closes the given group by hiding all containing contacts.
closeItem - Variable in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
CloseListener - Interface in net.java.sip.communicator.util.swing.event
 
closeLogFile() - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Dummy implementation for ServerLogger.closeLogFile()
closeOperation(MouseEvent) - Method in interface net.java.sip.communicator.util.swing.event.CloseListener
 
closeShellChannel(ContactSSH) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderServiceSSHImpl
Closes the Shell channel are associated IO Streams
closeShellIO() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Closes the readers and writer associated with shell of this contact
closeShellIO() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Closes the readers and writer associated with shell of this contact
closeSSHSession(ContactSSH) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderServiceSSHImpl
Closes the SSH Session associated with the contact
closeStream(MediaType) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Closes the MediaStream that this MediaHandler uses for specified media type and prepares it for garbage collection.
closeStreamConnector(MediaType) - Method in class net.java.sip.communicator.service.protocol.media.TransportManager
Closes both the control and the data socket of the specified connector and releases its reference (if it wasn't the case already).
CloseTabbedPaneEvent - Class in net.java.sip.communicator.impl.gui.customcontrols.events
 
CloseTabbedPaneEvent(MouseEvent, String, int) - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.events.CloseTabbedPaneEvent
 
closeWindow(ChatWindow) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Closes the specified ChatWindow and makes it available for garbage collection.
CODE_CONTACT_ALREADY_EXISTS_ERROR - Static variable in exception net.java.sip.communicator.service.contactlist.MetaContactListException
Indicates that the exception was caused by the fact that we tried to add to our contact list a contact that was already in there.
CODE_GROUP_ALREADY_EXISTS_ERROR - Static variable in exception net.java.sip.communicator.service.contactlist.MetaContactListException
Indicates that the exception was caused by the fact that we tried to add to our contact list a group that was already in there.
CODE_LOCAL_IO_ERROR - Static variable in exception net.java.sip.communicator.service.contactlist.MetaContactListException
Indicates that an error has occurred while performing a local IO operation (e.g.
CODE_MOVE_CONTACT_ERROR - Static variable in exception net.java.sip.communicator.service.contactlist.MetaContactListException
Indicates that the exception was caused by the fact that we tried to move a contact that cannot be moved or an error occur during move.
CODE_NETWORK_ERROR - Static variable in exception net.java.sip.communicator.service.contactlist.MetaContactListException
Indicates that a failure has occurred while trying to communicate through the network.
CODE_REMOVE_GROUP_ERROR - Static variable in exception net.java.sip.communicator.service.contactlist.MetaContactListException
Indicates that the exception was caused by the fact that we tried to remove a group that cannot be removed or an error occur during remove.
CODE_UNKNOWN_ERROR - Static variable in exception net.java.sip.communicator.service.contactlist.MetaContactListException
Indicates that the error which caused the exception was either unknown or did not correspond to any of the other error codes
CODEC_FLAG_LOOP_FILTER - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
CODEC_ID_H264 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
CODEC_ID_MJPEG - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
Coder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
Main program of the ITU-T G.729 8 kbit/s encoder.
Coder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Coder
Initialization of the coder.
coder_ld8k(int[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.CodLd8k
Encoder routine ( speech data should be in new_speech ).
CodLd8k - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
Functions coder_ld8k and init_coder_ld8k Coder constant parameters (defined in "ld8k.h")
CodLd8k() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.CodLd8k
 
coef - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
ColorPack - Interface in net.java.sip.communicator.service.resources
 
colorToHex(int) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectJabberImpl
Converts a int color to a hexa color code
colorToHex(Color) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectJabberImpl
Converts a color to a hexa color code
CommandNotificationHandler - Interface in net.java.sip.communicator.service.notification
The CommandNotificationHandler interface is meant to be implemented by the notification bundle in order to provide handling of command actions.
CommandNotificationHandlerImpl - Class in net.java.sip.communicator.impl.notification
An implementation of the CommandNotificationHandler interface.
CommandNotificationHandlerImpl(String) - Constructor for class net.java.sip.communicator.impl.notification.CommandNotificationHandlerImpl
Creates an instance of CommandNotificationHandlerImpl by specifying the commandDescriptor, which will point us to the command to execute.
commit() - Method in class net.java.sip.communicator.impl.fileaccess.FailSafeTransactionImpl
Closes the transaction and commit the changes.
commit() - Method in interface net.java.sip.communicator.service.fileaccess.FailSafeTransaction
Closes the transaction and commit the changes.
commitPage() - Method in class net.java.sip.communicator.impl.gui.main.account.AccountRegSummaryPage
Implements the WizardPage.pageNext method, which is invoked from the wizard container when user clicks the "Next" button.
commitPage() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizardPage
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage
commitPage() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage1
 
commitPage() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage2
 
commitPage() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage1
Saves the selected account before going to the next page.
commitPage() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage2
 
commitPage() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
Saves the user input when the "Next" wizard buttons is clicked.
commitPage() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Saves the user input when the "Next" wizard buttons is clicked.
commitPage() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
Saves the user input when the "Next" wizard buttons is clicked.
commitPage() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
Saves the user input when the "Next" wizard buttons is clicked.
commitPage() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.FirstWizardPage
Saves the user input when the "Next" wizard buttons is clicked.
commitPage() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
Saves the user input when the "Next" wizard buttons is clicked.
commitPage() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
Saves the user input when the "Next" wizard buttons is clicked.
commitPage() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
Saves the user input when the "Next" wizard buttons is clicked.
commitPage() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
Saves the user input when the "Next" wizard buttons is clicked.
commitPage() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
Saves the user input when the "Next" wizard buttons is clicked.
commitPage() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
Saves the user input when the "Next" wizard buttons is clicked.
commitPage(SIPAccountRegistration) - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Saves the user input when the "Next" wizard buttons is clicked.
commitPage() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
Saves the user input when the "Next" wizard buttons is clicked.
commitPage() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
Saves the user input when the "Next" wizard buttons is clicked.
commitPage() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
Saves the user input when the "Next" wizard buttons is clicked.
commitPage() - Method in interface net.java.sip.communicator.service.gui.WizardPage
Invoked when user clicks on the "Next" wizard button.
CommonRightButtonMenu - Class in net.java.sip.communicator.impl.gui.main.contactlist
The GroupRightButtonMenu is the menu, opened when user clicks with the right mouse button on a group in the contact list.
CommonRightButtonMenu(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.CommonRightButtonMenu
Creates an instance of GroupRightButtonMenu.
compare(Bundle, Bundle) - Method in class net.java.sip.communicator.plugin.pluginmanager.BundleComparator
Compares the bundles using their "Bundle-Name"s.
compareDates(Date, Date) - Static method in class net.java.sip.communicator.util.GuiUtils
Compares the two dates.
compareDates(long, long) - Static method in class net.java.sip.communicator.util.GuiUtils
Compares the two dates.
compareDatesOnly(long, long) - Static method in class net.java.sip.communicator.util.GuiUtils
Compares the two dates.
compareTo(MetaContact) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Compares this meta contact with the specified object for order.
compareTo(AddressPreference) - Method in class net.java.sip.communicator.impl.netaddr.AddressPreference
Compares this address preference with the specified object for order.
compareTo(RssItemKey) - Method in class net.java.sip.communicator.impl.protocol.rss.RssItemKey
Compare 2 RssItemKey.
compareTo(DNSState) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSState
Compares two states.
compareTo(PresenceStatus) - Method in class net.java.sip.communicator.service.protocol.PresenceStatus
Compares this instance with the specified object for order.
compareTo(Version) - Method in interface net.java.sip.communicator.service.version.Version
Compares another Version object to this one and returns a negative, zero or a positive integer if this version instance represents respectively an earlier, same, or later version as the one indicated by the version parameter.
compCorr(float[], float[], float[], float[], int, int, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
COMPLETED - Static variable in class net.java.sip.communicator.service.filehistory.FileRecord
Status indicating that the file transfer has been completed.
COMPLETED - Static variable in class net.java.sip.communicator.service.protocol.event.FileTransferStatusChangeEvent
Indicates that the file transfer has been completed.
COMPONENT_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
The name of the "component" element.
componentHidden(ComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.SoundLevelIndicator
 
componentMoved(ComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.SoundLevelIndicator
 
componentResized(ComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.SoundLevelIndicator
Adds/removes sound level bars to this component when it's resized.
componentShown(ComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.SoundLevelIndicator
 
ComponentTools - Class in net.java.sip.communicator.plugin.keybindingchooser
Common tools for Swing gui components.
ComponentTools() - Constructor for class net.java.sip.communicator.plugin.keybindingchooser.ComponentTools
 
CONFERENCE_FOCUS_CHANGED - Static variable in class net.java.sip.communicator.service.protocol.event.CallPeerConferenceEvent
The ID of CallPeerConferenceEvent which notifies about a change in the characteristic of a specific CallPeer being a conference focus.
CONFERENCE_MEMBER_ADDED - Static variable in class net.java.sip.communicator.service.protocol.event.CallPeerConferenceEvent
The ID of CallPeerConferenceEvent which notifies about an addition to the list of ConferenceMembers managed by a specific CallPeer.
CONFERENCE_MEMBER_REMOVED - Static variable in class net.java.sip.communicator.service.protocol.event.CallPeerConferenceEvent
The ID of CallPeerConferenceEvent which notifies about a removal from the list of ConferenceMembers managed by a specific CallPeer.
ConferenceCallPanel - Class in net.java.sip.communicator.impl.gui.main.call.conference
The UI for conference calls.
ConferenceCallPanel(CallDialog, Call) - Constructor for class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceCallPanel
Creates an instance of ConferenceCallPanel.
ConferenceChatContact - Class in net.java.sip.communicator.impl.gui.main.chat.conference
The ConferenceChatContact represents a ChatContact in a conference chat.
ConferenceChatContact(ChatRoomMember) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatContact
Creates an instance of ChatContact by passing to it the ChatRoomMember for which it is created.
ConferenceChatManager - Class in net.java.sip.communicator.impl.gui.main.chat.conference
The ConferenceChatManager is the one that manages both chat room and ad-hoc chat rooms invitations.
ConferenceChatManager() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Creates an instance of ConferenceChatManager.
ConferenceChatSession - Class in net.java.sip.communicator.impl.gui.main.chat.conference
An implementation of ChatSession for conference chatting.
ConferenceChatSession(ChatSessionRenderer, ChatRoomWrapper) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Creates an instance of ConferenceChatSession, by specifying the sessionRenderer to be used for communication with the UI and the chatRoom corresponding to this conference session.
ConferenceChatTransport - Class in net.java.sip.communicator.impl.gui.main.chat.conference
The conference implementation of the ChatTransport interface that provides abstraction to access to protocol providers.
ConferenceChatTransport(ChatSession, ChatRoom) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
Creates an instance of ConferenceChatTransport by specifying the parent chat session and the chat room associated with this transport.
conferenceFocusChanged(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Updates CallPeer related components to fit the new focus state.
conferenceFocusChanged(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Enables or disables the conference focus UI depending on the change.
conferenceFocusChanged(CallPeerConferenceEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallPeerConferenceListener
Notifies this listener about a change in the characteristic of being a conference focus of a specific CallPeer.
conferenceFocusChanged(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Dummy implementation of #conferenceFocusChanged(CallPeerConferenceEvent).
ConferenceInviteDialog - Class in net.java.sip.communicator.impl.gui.main.call.conference
The invite dialog is the one shown when the user clicks on the conference button in the chat toolbar.
ConferenceInviteDialog(Call) - Constructor for class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceInviteDialog
Creates ConferenceInviteDialog by specifying the call, to which the contacts are invited.
ConferenceInviteDialog() - Constructor for class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceInviteDialog
Constructs the ConferenceInviteDialog.
ConferenceMember - Interface in net.java.sip.communicator.service.protocol
Represents a member and its details in a telephony conference managed by a CallPeer in its role as a conference focus.
conferenceMemberAdded(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
 
conferenceMemberAdded(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Adds a ConferenceMemberPanel to this container when a ConferenceMember has been added to the corresponding conference.
conferenceMemberAdded(CallPeerConferenceEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallPeerConferenceListener
Notifies this listener about the addition of a specific ConferenceMember to the list of ConferenceMembers of a specific CallPeer acting as a conference focus.
conferenceMemberAdded(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Called when this peer becomes a mixer.
ConferenceMemberGibberishImpl - Class in net.java.sip.communicator.impl.protocol.gibberish
A Gibberish implementation of the ConferenceMember interface.
ConferenceMemberGibberishImpl(CallPeer, String) - Constructor for class net.java.sip.communicator.impl.protocol.gibberish.ConferenceMemberGibberishImpl
Creates an instance of ConferenceMemberGibberishImpl by specifying the parent call peer and the address of the member.
ConferenceMemberPanel - Class in net.java.sip.communicator.impl.gui.main.call.conference
The ConferenceMemberPanel renders ConferenceMember details.
ConferenceMemberPanel(ConferenceMember) - Constructor for class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceMemberPanel
Creates a by specifying the corresponding member that it represents.
conferenceMemberRemoved(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
 
conferenceMemberRemoved(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Removes the corresponding ConferenceMemberPanel from this container when a ConferenceMember has been removed from the corresponding conference.
conferenceMemberRemoved(CallPeerConferenceEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallPeerConferenceListener
Notifies this listener about the removal of a specific ConferenceMember from the list of ConferenceMembers of a specific CallPeer acting as a conference focus.
conferenceMemberRemoved(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Called when this peer stops being a mixer.
ConferenceMemberSipImpl - Class in net.java.sip.communicator.impl.protocol.sip
Implements ConferenceMember for the SIP protocol.
ConferenceMemberSipImpl(CallPeerSipImpl, String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.ConferenceMemberSipImpl
Initializes a new ConferenceMemberSipImpl instance with a specific SIP address as indicated by the conference-info XML received from its conferenceFocusCallPeer.
ConferenceMembersSoundLevelEvent - Class in net.java.sip.communicator.service.protocol.event
Notifies interested parties in ConferenceMembers sound level changes.
ConferenceMembersSoundLevelEvent(CallPeer, Map<ConferenceMember, Integer>) - Constructor for class net.java.sip.communicator.service.protocol.event.ConferenceMembersSoundLevelEvent
Creates an instance of ConferenceMembersSoundLevelEvent for the given callPeer by indicating the mapping of ConferenceMembers and sound levels.
ConferenceMembersSoundLevelListener - Interface in net.java.sip.communicator.service.protocol.event
Notifies interested parties in ConferenceMembers sound level changes.
ConferenceMemberState - Enum in net.java.sip.communicator.service.protocol
Represents the state of the device and signaling session of ConferenceMember in the conference it is participating in.
ConferencePeerPanel - Class in net.java.sip.communicator.impl.gui.main.call.conference
The ConferencePeerPanel renders a single ConferencePeer, which is not a conference focus.
ConferencePeerPanel(CallDialog, ProtocolProviderService) - Constructor for class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Creates a ConferencePeerPanel by specifying the parent callDialog, containing it and the corresponding protocolProvider.
ConferencePeerPanel(CallDialog, CallPeer) - Constructor for class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Creates a ConferencePeerPanel, that would be contained in the given callDialog and would correspond to the given callPeer.
configActionPerformed() - Method in class net.java.sip.communicator.impl.gui.main.menus.ToolsMenu
Shows the configuration window.
ConfigFormDescriptor - Class in net.java.sip.communicator.impl.gui.main.configforms
The ConfigFormDescriptor saves information about the ConfigurationForm.
ConfigFormDescriptor(ConfigurationForm) - Constructor for class net.java.sip.communicator.impl.gui.main.configforms.ConfigFormDescriptor
Loads the given ConfigurationForm.
ConfigFormList - Class in net.java.sip.communicator.impl.gui.main.configforms
The list containing all ConfigurationForms.
ConfigFormList(ConfigurationFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.configforms.ConfigFormList
Creates an instance of ConfigFormList
ConfigFormListCellRenderer - Class in net.java.sip.communicator.impl.gui.main.configforms
The ConfigFormListCellRenderer is the custom cell renderer used in the SIP-Communicator's ConfigFormList.
ConfigFormListCellRenderer() - Constructor for class net.java.sip.communicator.impl.gui.main.configforms.ConfigFormListCellRenderer
Initialize the panel containing the node.
ConfigPropertyVetoException - Exception in net.java.sip.communicator.service.configuration
A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.
ConfigPropertyVetoException(String, PropertyChangeEvent) - Constructor for exception net.java.sip.communicator.service.configuration.ConfigPropertyVetoException
Constructs a PropertyVetoException with a detailed message.
configService - Static variable in class net.java.sip.communicator.plugin.otr.OtrActivator
The ConfigurationService of the OtrActivator.
ConfigurationActivator - Class in net.java.sip.communicator.impl.configuration
 
ConfigurationActivator() - Constructor for class net.java.sip.communicator.impl.configuration.ConfigurationActivator
 
configurationChanged(ChangeEvent) - Method in class net.java.sip.communicator.plugin.reconnectplugin.ReconnectPluginActivator
Fired when a change has occurred in the computer network configuration.
configurationChanged(ChangeEvent) - Method in interface net.java.sip.communicator.service.netaddr.event.NetworkConfigurationChangeListener
Fired when a change has occurred in the computer network configuration.
ConfigurationForm - Interface in net.java.sip.communicator.service.gui
The ConfigurationForm interface is meant to be implemented by all bundles that want to add their own specific configuration forms in the UI.
ConfigurationFrame - Class in net.java.sip.communicator.impl.gui.main.configforms
The ConfigurationFrame is the dialog opened when the "Options" menu is selected.
ConfigurationFrame(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.configforms.ConfigurationFrame
Initializes a new ConfigurationFrame instance.
ConfigurationManager - Class in net.java.sip.communicator.impl.gui.utils
Cares about all common configurations.
ConfigurationManager() - Constructor for class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
 
ConfigurationManager - Class in net.java.sip.communicator.plugin.generalconfig
 
ConfigurationManager() - Constructor for class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
 
ConfigurationPanel - Class in net.java.sip.communicator.plugin.securityconfig.masterpassword
Implements a Swing Component to represent the user interface of the Passwords ConfigurationForm.
ConfigurationPanel() - Constructor for class net.java.sip.communicator.plugin.securityconfig.masterpassword.ConfigurationPanel
Initializes a new ConfigurationPanel instance.
ConfigurationService - Interface in net.java.sip.communicator.service.configuration
The configuration services provides a centralized approach of storing persistent configuration data.
ConfigurationServiceImpl - Class in net.java.sip.communicator.impl.configuration
A straightforward implementation of the ConfigurationService using an XML or a .properties file for storing properties.
ConfigurationServiceImpl() - Constructor for class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
 
ConfigurationStore - Interface in net.java.sip.communicator.impl.configuration
Abstracts the runtime storage, the serialization and deserialization of the configuration properties and their associated values of ConfigurationServiceImpl and the format of the configuration file.
configureDataInputStream(RTPConnectorInputStream) - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Performs any optional configuration on a specific RTPConnectorInputStream of an RTPManager to be used by this MediaStreamImpl.
configureDataOutputStream(RTPConnectorOutputStream) - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Performs any optional configuration on a specific RTPConnectorOuputStream of an RTPManager to be used by this MediaStreamImpl.
configureDataOutputStream(RTPConnectorOutputStream) - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Performs any optional configuration on a specific RTPConnectorOuputStream of an RTPManager to be used by this MediaStreamImpl.
configureRTPManagerBufferControl(RTPManager, BufferControl) - Method in class net.java.sip.communicator.impl.neomedia.AudioMediaStreamImpl
Performs any optional configuration on the BufferControl of the specified RTPManager which is to be used as the RTPManager of this MediaStreamImpl.
configureRTPManagerBufferControl(RTPManager, BufferControl) - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Performs any optional configuration on the BufferControl of the specified RTPManager which is to be used as the RTPManager of this MediaStreamImpl.
configureRTPManagerBufferControl(RTPManager, BufferControl) - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Performs any optional configuration on the BufferControl of the specified RTPManager which is to be used as the RTPManager of this MediaStreamImpl.
configureStream(MediaDevice, MediaFormat, MediaStreamTarget, MediaDirection, List<RTPExtension>, MediaStream) - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerMediaHandlerSipImpl
Our parent method configures stream to use the specified format, target, target, and direction.
configureStream(MediaDevice, MediaFormat, MediaStreamTarget, MediaDirection, List<RTPExtension>, MediaStream) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Configures stream to use the specified format, target, target, and direction.
ConfigVetoableChangeListener - Interface in net.java.sip.communicator.service.configuration
 
confirmGoClear() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.SecurityEventManager
Inform the user that ZRTP received "go clear" message from its peer.
CONFPROPERTYKEY_USER_HOME - Static variable in interface net.java.sip.communicator.service.fileaccess.FileAccessService
The key of the configuration property containing the user home dir - if it is not defined the system property is used
connect() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Notifies this AudioMixer that an output AudioMixingPushBufferDataSource reading from it has been connected.
connect(DataSource, DataSource) - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Connects to a specific DataSource which this AudioMixer will read audio from.
connect() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.connect().
connect(AudioMixer) - Method in class net.java.sip.communicator.impl.neomedia.conference.InputDataSourceDesc
Connects the effective input DataSource described by this instance upon request from a specific AudioMixer.
connect(DataSource) - Method in class net.java.sip.communicator.impl.neomedia.device.AbstractMediaDevice
Connects to a specific CaptureDevice given in the form of a DataSource.
connect(DataSource) - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMediaDeviceImpl
Connects to a specific CaptureDevice given in the form of a DataSource.
connect(DataSource) - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMixerMediaDevice
Connects to a specific CaptureDevice given in the form of a DataSource.
connect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Opens a connection to the media source specified by the MediaLocator of this DataSource.
connect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Opens a connection to the media source specified by the MediaLocator of this DataSource.
connect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.DataSource
Connect the datasource
connect() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements CaptureDevice.connect().
connect() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements CaptureDevice.connect().
connect() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.connect().
connect() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.connect().
connect() - Method in class net.java.sip.communicator.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.connect().
connect(String, int, String, boolean) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Connects to the server.
connected(InputDataSourceDesc) - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Notifies this AudioMixer that a specific input DataSource has finished its connecting procedure.
connected - Variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.DataSource
 
CONNECTED - Static variable in class net.java.sip.communicator.impl.protocol.sip.ConferenceMemberSipImpl
The endpoint is a participant in the conference.
CONNECTED - Static variable in class net.java.sip.communicator.impl.protocol.ssh.SSHStatusEnum
The Connecting status.
CONNECTED - Static variable in class net.java.sip.communicator.service.protocol.CallPeerState
This constant value indicates that the state of the call peer is is CONNECTED - which means that there is an ongoing call with that peer.
CONNECTED - Static variable in class net.java.sip.communicator.service.protocol.WhiteboardParticipantState
This constant value indicates that the state of the whiteboard participant is is CONNECTED - which means that there is an ongoing whiteboard with that participant.
CONNECTING - Static variable in class net.java.sip.communicator.impl.protocol.ssh.SSHStatusEnum
The Connecting status.
CONNECTING - Static variable in class net.java.sip.communicator.service.protocol.CallPeerState
This constant value indicates that the state of the call peer is CONNECTING - which means that a network connection to that peer is currently being established.
CONNECTING - Static variable in class net.java.sip.communicator.service.protocol.WhiteboardParticipantState
This constant value indicates that the state of the whiteboard participant is is CONNECTING - which means that a network connection to that participant is currently being established.
CONNECTING_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The icon used to indicate a connecting state.
CONNECTING_INCOMING_CALL - Static variable in class net.java.sip.communicator.service.protocol.CallPeerState
This constant value indicates that the state of the incoming call peer is CONNECTING - which means that a network connection to that peer is currently being established.
CONNECTING_INCOMING_CALL_WITH_MEDIA - Static variable in class net.java.sip.communicator.service.protocol.CallPeerState
This constant value indicates that the state of the incoming call peer is CONNECTING - which means that a network connection to that peer is currently being established and during the process before hearing the other peer we can still can hear media coming from the server for example.
CONNECTING_WITH_EARLY_MEDIA - Static variable in class net.java.sip.communicator.service.protocol.CallPeerState
This constant value indicates that the state of the call peer is CONNECTING - which means that a network connection to that peer is currently being established.
CONNECTION_FAILED - Static variable in class net.java.sip.communicator.service.protocol.RegistrationState
Registration has failed for a technical reason, such as connection disruption for example.
CONNECTION_FAILED - Static variable in interface net.java.sip.communicator.service.protocol.SecurityAuthority
Indicates that the reason for obtaining credentials is that the last time a wrong user name has been provided.
ConnectionPanel - Class in net.java.sip.communicator.plugin.sipaccregwizz
The panel containing information about the connection.
ConnectionPanel(SIPAccountRegistrationForm) - Constructor for class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Creates an instance of the ConnectionPanel.
CONNECTON_PROXY_ADDRESS_PROPERTY_NAME - Static variable in class net.java.sip.communicator.service.protocol.ProxyInfo
Stores in the configuration the connection proxy address.
CONNECTON_PROXY_PASSWORD_PROPERTY_NAME - Static variable in class net.java.sip.communicator.service.protocol.ProxyInfo
Stores in the configuration the connection proxy password.
CONNECTON_PROXY_PORT_PROPERTY_NAME - Static variable in class net.java.sip.communicator.service.protocol.ProxyInfo
Stores in the configuration the connection proxy port.
CONNECTON_PROXY_TYPE_PROPERTY_NAME - Static variable in class net.java.sip.communicator.service.protocol.ProxyInfo
Stores in the configuration the connection proxy type.
CONNECTON_PROXY_USERNAME_PROPERTY_NAME - Static variable in class net.java.sip.communicator.service.protocol.ProxyInfo
Stores in the configuration the connection proxy username.
connectShell(ContactSSH, Message) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderServiceSSHImpl
Creates a shell channel to the remote machine a new jsch session is also created if the current one is invalid
consPLICount - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
CONST12 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
Constants - Class in net.java.sip.communicator.impl.gui.utils
All look and feel related constants are stored here.
Constants() - Constructor for class net.java.sip.communicator.impl.gui.utils.Constants
 
Constants - Class in net.java.sip.communicator.impl.neomedia.codec
Allows start import of net.java.sip.communicator.impl.neomedia.codec in order to get the constants define in net.java.sip.communicator.impl.neomedia.codec.Constants without star import of net.java.sip.communicator.impl.neomedia.codec.
Constants() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.Constants
 
Constants - Class in net.java.sip.communicator.plugin.branding
All look and feel related constants are stored here.
Constants() - Constructor for class net.java.sip.communicator.plugin.branding.Constants
 
constraints - Variable in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationComponent
 
construct() - Method in class net.java.sip.communicator.util.swing.SwingWorker
Compute the value to be returned by the get method.
consume() - Method in class net.java.sip.communicator.service.neomedia.event.VideoEvent
Consumes this event and, more specifically, marks the Component it describes as owned, referenced in order to let other potential consumers know about its current ownership status (which is important because Components belong to a single Container at a time).
consume() - Method in class net.java.sip.communicator.service.protocol.event.VideoEvent
Consumes this event and, more specifically, marks the Component it describes as owned, referenced in order to let other potential consumers know about its current ownership status (which is important because Components belong to a single Container at a time).
Contact - Interface in net.java.sip.communicator.service.protocol
This class represents the notion of a Contact or Buddy, that is widely used in instant messaging today.
CONTACT_ADDRESS_CUSTOM_PARAM_NAME - Static variable in class net.java.sip.communicator.impl.protocol.sip.SipStackSharing
We set a custom parameter in the contact address for registrar accounts, so as to ease dispatching of incoming requests in case several accounts have the same username in their contact address, eg: sip:username@192.168.0.1:5060;transport=udp;registering_acc=example_com
CONTACT_CLICKED - Static variable in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListEvent
Indicates that the ContactListEvent instance was triggered by selecting a contact in the contact list.
CONTACT_GROUP_ADDED_TO_META_GROUP - Static variable in class net.java.sip.communicator.service.contactlist.event.MetaContactGroupEvent
Indicates that the MetaContactGroupEvent instance was triggered by adding a protocol specific ContactGroup to the source MetaContactGroup.
CONTACT_GROUP_ALREADY_EXISTS - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Indicates that a user has tried to create a group that already exist.
CONTACT_GROUP_REMOVED_FROM_META_GROUP - Static variable in class net.java.sip.communicator.service.contactlist.event.MetaContactGroupEvent
Indicates that the MetaContactGroupEvent instance was triggered by the removal of a protocol specific ContactGroup in the source MetaContactGroup.
CONTACT_GROUP_RENAMED_IN_META_GROUP - Static variable in class net.java.sip.communicator.service.contactlist.event.MetaContactGroupEvent
Indicates that the MetaContactGroupEvent instance was triggered by the renaming of a protocol specific ContactGroup in the source MetaContactGroup.
CONTACT_JOINED - Static variable in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomParticipantPresenceChangeEvent
Indicates that this event was triggered as a result of the participant joining the source ad-hoc chat room.
CONTACT_LEFT - Static variable in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomParticipantPresenceChangeEvent
Indicates that this event was triggered as a result of the participant leaving the source ad-hoc chat room.
CONTACT_LIST_GROUP_BG_COLOR - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
The color used to paint the background of contact list groups.
CONTACT_LIST_GROUP_BG_GRADIENT_COLOR - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
The end color used to paint a gradient mouse over background of some components.
CONTACT_LIST_MODIFICATION_TIMEOUT - Static variable in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
The number of milliseconds to wait for confirmations of account modifications before deciding to drop.
CONTACT_QUIT - Static variable in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomParticipantPresenceChangeEvent
Indicates that this event was triggered as a result of the participant being disconnected from the server brutally, or due to a ping timeout.
contactAddress - Variable in class net.java.sip.communicator.impl.contactlist.MclStorageManager.StoredProtoContactDescriptor
 
ContactCapabilitiesEvent - Class in net.java.sip.communicator.service.protocol.event
Represents an event/EventObject fired by OperationSetClientCapabilities in order to notify about changes in the list of the OperationSet capabilities of a Contact.
ContactCapabilitiesEvent(Contact, int) - Constructor for class net.java.sip.communicator.service.protocol.event.ContactCapabilitiesEvent
Initializes a new ContactCapabilitiesEvent instance which is to notify about a specific change in the list of OperationSet capabilities of a specific Contact.
ContactCapabilitiesListener - Interface in net.java.sip.communicator.service.protocol.event
Represents a listener of changes in the capabilities of a Contact as known by an associated protocol provider delivered in the form of ContactCapabilitiesEvents.
contactClicked(Contact, int) - Method in class net.java.sip.communicator.impl.gui.DefaultContactEventHandler
Indicates that a contact has been clicked.
contactClicked(ContactListEvent) - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.ContactListListener
Indicates that a contact has been clicked.
contactClicked(ContactListEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
Implements the ContactListListener.contactSelected method.
contactClicked(ContactListEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.MetaContactRightButtonMenu
Implements ContactListListener.contactSelected method in order to move the chosen sub-contact when a meta contact is selected.
contactClicked(Contact, int) - Method in interface net.java.sip.communicator.service.contacteventhandler.ContactEventHandler
Indicates that a contact in the contact list was clicked.
ContactDetail - Class in net.java.sip.communicator.service.contactsource
The ContactDetail is a detail of a SourceContact corresponding to a specific address (phone number, email, identifier, etc.), which defines the different possible types of communication and the preferred ProtocolProviderServices to go through.
ContactDetail(String) - Constructor for class net.java.sip.communicator.service.contactsource.ContactDetail
Creates a ContactDetail by specifying the contact address, corresponding to this detail.
ContactDictImpl - Class in net.java.sip.communicator.impl.protocol.dict
An implementation of a Dict contact
ContactDictImpl(String, ProtocolProviderServiceDictImpl) - Constructor for class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Creates an instance of a meta contact with the specified string used as a name and identifier.
ContactEventHandler - Interface in net.java.sip.communicator.service.contacteventhandler
The ContactEventHandler is meant to be used from other bundles in order to change the default behavior of events generated when clicking a contact.
contactForegroundColor - Variable in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListCellRenderer
The foreground color for contacts.
contactGeolocationChanged(GeolocationEvent) - Method in interface net.java.sip.communicator.service.protocol.event.GeolocationListener
Called whenever a change occurs in the GeolocationPresence of one of the contacts that we have subscribed for.
ContactGibberishImpl - Class in net.java.sip.communicator.impl.protocol.gibberish
A simple, straightforward implementation of a gibberish Contact.
ContactGibberishImpl(String, ProtocolProviderServiceGibberishImpl) - Constructor for class net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl
Creates an instance of a meta contact with the specified string used as a name and identifier.
ContactGroup - Interface in net.java.sip.communicator.service.protocol
A ContactGroup is a collection of Contacts/Buddies/Subscriptions, stored by a communications service (e.g.
ContactGroupDictImpl - Class in net.java.sip.communicator.impl.protocol.dict
A simple, straightforward implementation of a dict ContactGroup.
ContactGroupDictImpl(String, ProtocolProviderServiceDictImpl) - Constructor for class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Creates a ContactGroupDictImpl with the specified name.
ContactGroupGibberishImpl - Class in net.java.sip.communicator.impl.protocol.gibberish
A simple, straightforward implementation of a gibberish ContactGroup.
ContactGroupGibberishImpl(String, ProtocolProviderServiceGibberishImpl) - Constructor for class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Creates a ContactGroupGibberishImpl with the specified name.
ContactGroupIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
The ICQ implementation of the ContactGroup interface.
ContactGroupIcqImpl(MutableGroup, Iterable<? extends Buddy>, ServerStoredContactListIcqImpl, boolean) - Constructor for class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Creates an ICQ group using the specified joustSimGroup as a source.
ContactGroupJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
The Jabber implementation of the ContactGroup interface.
ContactGroupJabberImpl(RosterGroup, Iterator<RosterEntry>, ServerStoredContactListJabberImpl, boolean) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Creates an Jabber group using the specified RosterGroup as a source.
ContactGroupJabberImpl(String, ServerStoredContactListJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Used when creating unresolved groups.
ContactGroupMsnImpl - Class in net.java.sip.communicator.impl.protocol.msn
The Msn implementation of the ContactGroup interface.
ContactGroupMsnImpl(MsnGroup, MsnContact[], ServerStoredContactListMsnImpl, boolean) - Constructor for class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Creates an Msn group using the specified RosterGroup as a source.
ContactGroupRssImpl - Class in net.java.sip.communicator.impl.protocol.rss
A simple, straightforward implementation of a rss ContactGroup.
ContactGroupRssImpl(String, ProtocolProviderServiceRssImpl) - Constructor for class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Creates a ContactGroupRssImpl with the specified name.
ContactGroupSipImpl - Class in net.java.sip.communicator.impl.protocol.sip
A simple, straightforward implementation of a SIP ContactGroup.
ContactGroupSipImpl(String, ProtocolProviderServiceSipImpl) - Constructor for class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Creates a ContactGroupSipImpl with the specified name.
ContactGroupSSHImpl - Class in net.java.sip.communicator.impl.protocol.ssh
A simple, straightforward implementation of a ssh ContactGroup.
ContactGroupSSHImpl(String, ProtocolProviderServiceSSHImpl) - Constructor for class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Creates a ContactGroupSSHImpl with the specified name.
ContactGroupYahooImpl - Class in net.java.sip.communicator.impl.protocol.yahoo
The Yahoo implementation of the ContactGroup interface.
ContactGroupYahooImpl(YahooGroup, Vector<YahooUser>, ServerStoredContactListYahooImpl, boolean) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Creates an Yahoo group using the specified YahooGroup as a source.
ContactGroupYahooImpl(String, ServerStoredContactListYahooImpl) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
 
ContactGroupZeroconfImpl - Class in net.java.sip.communicator.impl.protocol.zeroconf
A simple, straightforward implementation of a zeroconf ContactGroup.
ContactGroupZeroconfImpl(String, ProtocolProviderServiceZeroconfImpl) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Creates a ContactGroupZeroconfImpl with the specified name.
ContactIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
The ICQ implementation of the service.protocol.Contact interface.
ContactIcqImpl(Buddy, ServerStoredContactListIcqImpl, boolean, boolean) - Constructor for class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Creates an IcqContactImpl
ContactInfoActivator - Class in net.java.sip.communicator.plugin.contactinfo
The Activator of the Contact Info bundle.
ContactInfoActivator() - Constructor for class net.java.sip.communicator.plugin.contactinfo.ContactInfoActivator
 
ContactInfoContactPanel - Class in net.java.sip.communicator.plugin.contactinfo
The left side panel of ContactInfoDialog.
ContactInfoContactPanel(Iterator<Contact>, ContactInfoDialog) - Constructor for class net.java.sip.communicator.plugin.contactinfo.ContactInfoContactPanel
Create a panel with a list of all sub-contacts associated with the contact that was originally selected.
ContactInfoDetailsPanel - Class in net.java.sip.communicator.plugin.contactinfo
The right side panel of ContactInfoDialog.
ContactInfoDetailsPanel() - Constructor for class net.java.sip.communicator.plugin.contactinfo.ContactInfoDetailsPanel
Construct a tabbed pane that will have one tab with a summary of info for the selected subcontact and one tab for all of the extended details.
ContactInfoDialog - Class in net.java.sip.communicator.impl.gui.main.contactlist
The ContactInfoPanel is a popup dialog containing the contact detailed info.
ContactInfoDialog(Frame, MetaContact) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.ContactInfoDialog
Creates an instance of the ContactInfoPanel.
ContactInfoDialog - Class in net.java.sip.communicator.plugin.contactinfo
A GUI plug-in for SIP Communicator that will allow cross protocol contact information viewing and editing.
ContactInfoDialog(MetaContact) - Constructor for class net.java.sip.communicator.plugin.contactinfo.ContactInfoDialog
Accepts a MetaContact and constructs a frame with ContactInfoSearchPanel on the left and an information interface, ContactInfoDetailsPanel, on the right.
ContactInfoMenuItem - Class in net.java.sip.communicator.plugin.contactinfo
 
ContactInfoMenuItem() - Constructor for class net.java.sip.communicator.plugin.contactinfo.ContactInfoMenuItem
Creates a ContactInfoMenuItem.
ContactJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
The Jabber implementation of the service.protocol.Contact interface.
ContactJabberImpl(RosterEntry, ServerStoredContactListJabberImpl, boolean, boolean) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Creates an JabberContactImpl
ContactJabberImpl(String, ServerStoredContactListJabberImpl, boolean) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Used to create unresolved contacts with specified id.
ContactList - Class in net.java.sip.communicator.impl.gui.main.contactlist
The ContactList is a JList that represents the contact list.
ContactList(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Creates an instance of the ContactList.
ContactlistActivator - Class in net.java.sip.communicator.impl.contactlist
 
ContactlistActivator() - Constructor for class net.java.sip.communicator.impl.contactlist.ContactlistActivator
 
ContactListCellRenderer - Class in net.java.sip.communicator.impl.gui.main.contactlist
The ContactListCellRenderer is the custom cell renderer used in the SIP-Communicator's ContactList.
ContactListCellRenderer() - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.ContactListCellRenderer
Initializes the panel containing the node.
ContactListEvent - Class in net.java.sip.communicator.impl.gui.main.contactlist
The ContactListEvent is triggered when a contact or a group is clicked in the contact list.
ContactListEvent(Object, int, int) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.ContactListEvent
Creates a new ContactListEvent according to the specified parameters.
ContactListFilter - Interface in net.java.sip.communicator.impl.gui.main.contactlist
The ContactListFilter is an interface meant to be implemented by modules interested in filtering the contact list.
ContactListListener - Interface in net.java.sip.communicator.impl.gui.main.contactlist
Listens for events coming from mouse events over the contact list.
contactListListener - Variable in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Contact list listener.
ContactListModel - Class in net.java.sip.communicator.impl.gui.main.contactlist
Implements ListModel for MetaContactListService in order to display it in ContactList as a list instead of a tree.
ContactListModel(MetaContactListService) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
Initializes a new ContactListModel instance which is to implement ListModel for a specific MetaContactListService in order to display it in ContactList as a list instead of a tree.
ContactListNode - Interface in net.java.sip.communicator.impl.gui.main.contactlist
The ContactListNode represents a node in the contact list data model.
ContactListPane - Class in net.java.sip.communicator.impl.gui.main.contactlist
The contactlist panel not only contains the contact list but it has the role of a message dispatcher.
ContactListPane(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
Creates the contactlist scroll panel defining the parent frame.
ContactListSourceFilter - Interface in net.java.sip.communicator.impl.gui.main.contactlist
The ContactListSourceFilter is a ContactListFilter that allows to apply the filter to only one of its contact sources at a time.
ContactListTransferHandler - Class in net.java.sip.communicator.impl.gui.main.contactlist
A TransferHandler that we use to handle DnD operations in our ContactList.
ContactListTransferHandler(DefaultTreeContactList) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTransferHandler
Creates an instance of ContactListTransferHandler passing the contactList which uses this TransferHandler.
ContactListTransferHandler.ContactListTransferable - Class in net.java.sip.communicator.impl.gui.main.contactlist
Transferable for JList that enables drag and drop of contacts.
ContactListTransferHandler.ContactListTransferable(int, Object) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTransferHandler.ContactListTransferable
Creates an instance of ContactListTransferable.
ContactListTreeCellRenderer - Class in net.java.sip.communicator.impl.gui.main.contactlist
The ContactListCellRenderer is the custom cell renderer used in the SIP-Communicator's ContactList.
ContactListTreeCellRenderer() - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
Initializes the panel containing the node.
ContactListTreeModel - Class in net.java.sip.communicator.impl.gui.main.contactlist
The data model of the contact list.
ContactListTreeModel() - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeModel
Creates an instance of ContactListTreeModel.
contactModified(ContactPropertyChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetMultiUserChatJabberImpl
Updates corresponding chat room members when a contact has been modified in our contact list.
contactModified(ContactPropertyChangeEvent) - Method in class net.java.sip.communicator.service.protocol.event.SubscriptionAdapter
 
contactModified(ContactPropertyChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.SubscriptionListener
Indicates that the source contact has had one of its properties changed.
ContactMsnImpl - Class in net.java.sip.communicator.impl.protocol.msn
The Msn implementation of the service.protocol.Contact interface.
ContactMsnImpl(MsnContact, ServerStoredContactListMsnImpl, boolean, boolean) - Constructor for class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Creates an MsnContactImpl
CONTACTNAME_INDEX - Static variable in class net.java.sip.communicator.plugin.otr.KnownFingerprintsTableModel
 
ContactNode - Class in net.java.sip.communicator.impl.gui.main.contactlist
The ContactNode is a ContactListNode corresponding to a given UIContact.
ContactNode(UIContact) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.ContactNode
Creates a ContactNode by specifying the corresponding contact.
contactPanel - Variable in class net.java.sip.communicator.plugin.contactinfo.ContactInfoDialog
The left side of this frame that contains a list of all sub-contacts associated with the selected contact.
contactPolicyChanged(Contact) - Method in class net.java.sip.communicator.plugin.otr.OtrContactMenu
 
contactPolicyChanged(Contact) - Method in interface net.java.sip.communicator.plugin.otr.ScOtrEngineListener
 
contactPresenceStatusChanged(ContactPresenceStatusChangeEvent) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Upon each status notification this method finds the corresponding meta contact and updates the ordering in its parent group.
contactPresenceStatusChanged(ContactPresenceStatusChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Indicates that a contact has changed its status.
contactPresenceStatusChanged(ContactPresenceStatusChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Indicates that a contact has changed its status.
contactPresenceStatusChanged(ContactPresenceStatusChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ContactPresenceStatusListener
Called whenever a change occurs in the PresenceStatus of one of the contacts that we have subscribed for.
contactPresenceStatusChanged() - Method in interface net.java.sip.communicator.service.protocol.event.PresenceStatusListener
 
ContactPresenceStatusChangeEvent - Class in net.java.sip.communicator.service.protocol.event
Instances of this class represent a change in the status of a particular contact.
ContactPresenceStatusChangeEvent(Contact, ProtocolProviderService, ContactGroup, PresenceStatus, PresenceStatus) - Constructor for class net.java.sip.communicator.service.protocol.event.ContactPresenceStatusChangeEvent
Creates an event instance indicating that the specified source contact has changed status from oldValue to newValue.
ContactPresenceStatusListener - Interface in net.java.sip.communicator.service.protocol.event
ContactPresenceStatusListeners listener for events caused by changes in the status of contacts that we have active subscriptions for.
ContactPropertyChangeEvent - Class in net.java.sip.communicator.service.protocol.event
A Contact property change event is issued whenever a contact property has changed.
ContactPropertyChangeEvent(Contact, String, Object, Object) - Constructor for class net.java.sip.communicator.service.protocol.event.ContactPropertyChangeEvent
Creates a ContactPropertyChangeEvent indicating that a change has occurred for property propertyName in the source contact and that its value has changed from oldValue to newValue.
ContactProtocolButton - Class in net.java.sip.communicator.impl.gui.main.contactlist
The ContactProtocolButton is a button behind a "meta contact" in the contactlist, which corresponds to a specific protocol contact.
ContactProtocolButton(Image) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.ContactProtocolButton
Creates an instance of ContactProtocolButton.
ContactQuery - Interface in net.java.sip.communicator.service.contactsource
The ContactQuery corresponds to a particular query made through the ContactSourceService.
ContactQueryListener - Interface in net.java.sip.communicator.service.contactsource
The ContactQueryListener notifies interested parties of any change in a ContactQuery, e.g.
ContactQueryStatusEvent - Class in net.java.sip.communicator.service.contactsource
The ContactQueryStatusEvent is triggered each time a ContactQuery changes its status.
ContactQueryStatusEvent(ContactQuery, int) - Constructor for class net.java.sip.communicator.service.contactsource.ContactQueryStatusEvent
Creates a ContactQueryStatusEvent by specifying the source ContactQuery and the eventType indicating why initially this event occurred.
contactReceived(ContactReceivedEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.FilterQuery
 
contactReceived(ContactReceivedEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Indicates that a contact has been received for a query.
contactReceived(ContactReceivedEvent) - Method in interface net.java.sip.communicator.service.contactsource.ContactQueryListener
Indicates that a new contact has been received for a search.
ContactReceivedEvent - Class in net.java.sip.communicator.service.contactsource
The ContactReceivedEvent indicates that a SourceContact has been received as a result of a ContactQuery.
ContactReceivedEvent(ContactQuery, SourceContact) - Constructor for class net.java.sip.communicator.service.contactsource.ContactReceivedEvent
Creates a ContactReceivedEvent by specifying the contact search source and the received searchContact.
ContactRssImpl - Class in net.java.sip.communicator.impl.protocol.rss
An implementation of a rss Contact.
ContactRssImpl(String, URL, String, ProtocolProviderServiceRssImpl) - Constructor for class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Creates an instance of a meta contact with the specified string used as a name and identifier.
contacts() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.BonjourService
Returns an Iterator over all contacts.
contacts() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Returns an Iterator over all contacts, member of this ContactGroup.
contacts() - Method in interface net.java.sip.communicator.service.protocol.ContactGroup
Returns an Iterator over all contacts, member of this ContactGroup.
ContactSipImpl - Class in net.java.sip.communicator.impl.protocol.sip
A simple, straightforward implementation of a SIP Contact.
ContactSipImpl(Address, ProtocolProviderServiceSipImpl) - Constructor for class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Creates an instance of a meta contact with the specified string used as a name and identifier.
ContactSourceService - Interface in net.java.sip.communicator.service.contactsource
The ContactSourceService interface is meant to be implemented by modules supporting large lists of contacts and wanting to enable searching from other modules.
ContactSSH - Interface in net.java.sip.communicator.impl.protocol.ssh
This interface represents a Contact of SSH Type As a SSH Session is specific to a contact, additional information needed to maintain its state with the remote server is present here
ContactSSHImpl - Class in net.java.sip.communicator.impl.protocol.ssh
A Contact of SSH Type
ContactSSHImpl(String, ProtocolProviderServiceSSHImpl) - Constructor for class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Creates an instance of a meta contact with the specified string used as a name and identifier.
ContactTimerSSHImpl - Class in net.java.sip.communicator.impl.protocol.ssh
Timer Task to update the reachability status of SSH Contact in contact list.
ContactTimerSSHImpl(ContactSSH) - Constructor for class net.java.sip.communicator.impl.protocol.ssh.ContactTimerSSHImpl
Creates a new instance of ContactTimerSSHImpl
contactVerificationStatusChanged(Contact) - Method in class net.java.sip.communicator.plugin.otr.OtrContactMenu
 
contactVerificationStatusChanged(Contact) - Method in interface net.java.sip.communicator.plugin.otr.ScOtrKeyManagerListener
 
ContactYahooImpl - Class in net.java.sip.communicator.impl.protocol.yahoo
The Yahoo implementation of the service.protocol.Contact interface.
ContactYahooImpl(String, YahooUser, ServerStoredContactListYahooImpl, boolean, boolean) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Creates an YahooContactImpl with custom yahooID
ContactYahooImpl(YahooUser, ServerStoredContactListYahooImpl, boolean, boolean) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Creates an YahooContactImpl
ContactYahooImpl(String, ServerStoredContactListYahooImpl, boolean, boolean, boolean) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Creates volatile or unresolved contact
ContactZeroconfImpl - Class in net.java.sip.communicator.impl.protocol.zeroconf
A simple, straightforward implementation of a zeroconf Contact.
ContactZeroconfImpl(String, ProtocolProviderServiceZeroconfImpl, BonjourService, String, InetAddress, int) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Creates an instance of a meta contact with the specified string used as a name and identifier.
containContact(MsnContact) - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileGroup
 
Container - Class in net.java.sip.communicator.service.gui
The Container wraps a string which is meant to point to a plugin container.
Container(String) - Constructor for class net.java.sip.communicator.service.gui.Container
Creates a Container from the given container name.
CONTAINER_ACCOUNT_SOUTH - Static variable in class net.java.sip.communicator.service.gui.Container
The container added on the south of the account panel above the contact list.
CONTAINER_ADDED - Static variable in class net.java.sip.communicator.service.gui.event.ContainerEvent
Indicates that the ContainerEvent instance was triggered by adding a new container to the list of supported containers.
CONTAINER_CALL_BUTTONS_PANEL - Static variable in class net.java.sip.communicator.service.gui.Container
Call panel container.
CONTAINER_CALL_DIALOG - Static variable in class net.java.sip.communicator.service.gui.Container
Call dialog container.
CONTAINER_CALL_HISTORY - Static variable in class net.java.sip.communicator.service.gui.Container
Call history panel container.
CONTAINER_CHAT_EDIT_MENU - Static variable in class net.java.sip.communicator.service.gui.Container
Chat window "edit menu" container.
CONTAINER_CHAT_FILE_MENU - Static variable in class net.java.sip.communicator.service.gui.Container
Chat window "file menu" container.
CONTAINER_CHAT_HELP_MENU - Static variable in class net.java.sip.communicator.service.gui.Container
Chat window "help menu" container.
CONTAINER_CHAT_MENU_BAR - Static variable in class net.java.sip.communicator.service.gui.Container
Chat window "menu bar" container.
CONTAINER_CHAT_SETTINGS_MENU - Static variable in class net.java.sip.communicator.service.gui.Container
Chat window "settings menu" container.
CONTAINER_CHAT_STATUS_BAR - Static variable in class net.java.sip.communicator.service.gui.Container
Status bar container.
CONTAINER_CHAT_TOOL_BAR - Static variable in class net.java.sip.communicator.service.gui.Container
Chat window toolbar container.
CONTAINER_CHAT_WINDOW - Static variable in class net.java.sip.communicator.service.gui.Container
Chat window container.
CONTAINER_CONTACT_LIST - Static variable in class net.java.sip.communicator.service.gui.Container
The contact list panel.
CONTAINER_CONTACT_RIGHT_BUTTON_MENU - Static variable in class net.java.sip.communicator.service.gui.Container
Main application window "right button menu" over a contact container.
CONTAINER_FILE_MENU - Static variable in class net.java.sip.communicator.service.gui.Container
Main application window "file menu" container.
CONTAINER_GROUP_RIGHT_BUTTON_MENU - Static variable in class net.java.sip.communicator.service.gui.Container
Main application window "right button menu" over a group container.
CONTAINER_HELP_MENU - Static variable in class net.java.sip.communicator.service.gui.Container
Main application window "help menu" container.
CONTAINER_ID - Static variable in class net.java.sip.communicator.service.gui.Container
 
CONTAINER_MAIN_TABBED_PANE - Static variable in class net.java.sip.communicator.service.gui.Container
Main application window main tabbedpane container.
CONTAINER_MAIN_TOOL_BAR - Static variable in class net.java.sip.communicator.service.gui.Container
Main application window main toolbar container.
CONTAINER_MAIN_WINDOW - Static variable in class net.java.sip.communicator.service.gui.Container
Main window container.
CONTAINER_REMOVED - Static variable in class net.java.sip.communicator.service.gui.event.ContainerEvent
Indicates that the ContainerEvent instance was triggered by the removal of an existing container from the list of supported containers.
CONTAINER_SETTINGS_MENU - Static variable in class net.java.sip.communicator.service.gui.Container
Main application window "settings menu" container.
CONTAINER_STATUS_BAR - Static variable in class net.java.sip.communicator.service.gui.Container
Status bar container.
CONTAINER_TOOLS_MENU - Static variable in class net.java.sip.communicator.service.gui.Container
Main application window "tools menu" container.
CONTAINER_VIEW_MENU - Static variable in class net.java.sip.communicator.service.gui.Container
Main application window "view menu" container.
containerAdded(ContainerEvent) - Method in interface net.java.sip.communicator.service.gui.event.ContainerListener
Indicates that a container was added to the list of supported containers.
ContainerEvent - Class in net.java.sip.communicator.service.gui.event
 
ContainerEvent(Object, int) - Constructor for class net.java.sip.communicator.service.gui.event.ContainerEvent
Creates a new ContainerEvent according to the specified parameters.
ContainerListener - Interface in net.java.sip.communicator.service.gui.event
Listens for all events caused by a change in the supported containers list.
containerRemoved(ContainerEvent) - Method in interface net.java.sip.communicator.service.gui.event.ContainerListener
Indicates that a container was removed from the list of supported containers.
contains(MetaContact) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns true if and only if contact is a direct child of this group.
contains(MetaContactGroup) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns true if and only if group is a direct subgroup of this MetaContactGroup.
contains(Object) - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.FilterableComboBoxModel
 
contains(Dialog) - Method in class net.java.sip.communicator.impl.protocol.sip.CallSipImpl
Returns true if dialog matches the jain sip dialog established with one of the peers in this call.
contains(KeyStroke) - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingPanel
Returns if a keystroke is in the panel's current contents.
contains(Bundle) - Method in class net.java.sip.communicator.plugin.pluginmanager.PluginTableModel
Returns TRUE if the given Bundle is contained in this table, FALSE - otherwise.
contains(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShape
method to test if the shape contains a point
contains(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeCircle
Tests if the shape contains a point
contains(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeImage
Tests if the shape contains a point.
contains(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeLine
Tests if the shape contains a point.
contains(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePath
Tests if the shape contains a point.
contains(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePolygon
Tests if the shape contains a point.
contains(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePolyLine
Tests if the shape contains a point.
contains(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeRect
Tests if the shape contains a point.
contains(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeText
Tests if the shape contains a point.
contains(MetaContact) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns true if and only if contact is a direct child of this group.
contains(MetaContactGroup) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns true if and only if group is a direct subgroup of this MetaContactGroup.
contains(Object) - Method in class net.java.sip.communicator.util.Entities.IntHashMap
Tests if some key maps into the specified value in this hashtable.
containsAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.presence.AccountStatusPanel
Checks if an account corresponding to the given protocolProvider is contained in the contained status combo box.
containsAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.presence.GlobalStatusSelectorBox
Checks if a menu for the given protocolProvider exists.
containsActiveFileTransfers() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns true if there are active file transfers, otherwise returns false.
containsAdHocChatRoom(AdHocChatRoomWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomProviderWrapper
Returns true if the given ad-hoc chat room is contained in this provider, otherwise - returns false.
containsBranchID(String) - Method in class net.java.sip.communicator.impl.protocol.sip.security.CredentialsCacheEntry
Determines whether these credentials have been used for the specified transaction.
containsChatRoom(ChatRoomWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomProviderWrapper
Returns true if the given chat room is contained in this provider, otherwise - returns false.
containsContact(Contact) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns true if the given protocolContact is contained in this MetaContact, otherwise - returns false.
containsContact(Contact) - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Returns true if the given protocolContact is contained in this MetaContact, otherwise - returns false.
containsContentChildOfType(Class<? extends PacketExtension>) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
Determines if this packet contains a content with a child matching the specified contentType.
containsDate(Date) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.DatesPanel
Checks whether the given date is contained in the list of history dates.
containsHistoryWindowForChatRoom(ChatRoomWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Checks if there's an open history window for the given chat room.
containsHistoryWindowForContact(Object) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindowManager
Checks if there's an open history window for the given history contact.
containsJingleSID(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallJabberImpl
Determines if this call contains a peer whose corresponding session has the specified sid.
containsKey(int) - Method in class net.java.sip.communicator.util.Entities.IntHashMap
Tests if the specified object is a key in this hashtable.
containsLatLon() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Test if latitude and longitude are set.
containsLayer(TransformLayer) - Method in interface net.java.sip.communicator.service.protocol.OperationSetInstantMessageTransform
Determines whether layer is currently registered with this provider.
containsLayer(TransformLayer) - Method in class net.java.sip.communicator.service.protocol.OperationSetInstantMessageTransformImpl
 
containsPage(Object) - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Checks whether a page with the given id exists in the wizard.
containsValue(Object) - Method in class net.java.sip.communicator.util.Entities.IntHashMap
Returns true if this HashMap maps one or more keys to this value.
contentAdded(int, int) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListModel
Informs interested listeners that new cells are added from startIndex to endIndex.
contentAdded(int, int) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
Informs interested listeners that new cells are added from startIndex to endIndex.
contentChanged(Account) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountListModel
Indicates that the data model content has changed.
contentChanged(AdHocChatRoomListChangeEvent) - Method in interface net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomListChangeListener
Indicates that a change has occurred in the ad-hoc chat room data list.
contentChanged(ChatRoomListChangeEvent) - Method in interface net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListChangeListener
Indicates that a change has occurred in the chat room data list.
contentChanged(int, int) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListModel
Informs interested listeners that the content has changed of the cells given by the range from startIndex to endIndex.
contentChanged(ChatRoomListChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListUI
Refreshes the chat room's list when a modification in the model has occurred.
contentChanged(AdHocChatRoomListChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListUI
Updates the chat room list model when notified of a change in the chat room list.
contentChanged(ChatRoomListChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableModel
Refreshes the chat room's list when a modification in the model has occurred.
contentChanged(int, int) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
Informs interested listeners that the content has changed of the cells given by the range from startIndex to endIndex.
ContentPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
The Jingle "content" element contains the entire description of the session being initiated.
ContentPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ContentPacketExtension
Creates a new ContentPacketExtension.
ContentPacketExtension(ContentPacketExtension.CreatorEnum, String, String, ContentPacketExtension.SendersEnum) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ContentPacketExtension
Creates a new ContentPacketExtension.
ContentPacketExtension(ContentPacketExtension.CreatorEnum, String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ContentPacketExtension
Creates a new ContentPacketExtension instance with the specified parameters.
ContentPacketExtension.CreatorEnum - Enum in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
The values we currently support for the creator field.
ContentPacketExtension.SendersEnum - Enum in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
The values we currently support for the senders field.
contentRemoved(int, int) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListModel
Informs interested listeners that a range of cells is removed.
contentRemoved(int, int) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
Informs interested listeners that a range of cells is removed.
contentSubType - Variable in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport
The sub-type of the content type of the response bodies announced, expected and supported by the subscriptions/notifications managed by this instance.
contentType - Variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.DataSource
 
contentType - Static variable in class net.java.sip.communicator.impl.protocol.ssh.MessageSSHImpl
The content type of the message.
controllerUpdate(ControllerEvent) - Method in class net.java.sip.communicator.impl.neomedia.ProcessorUtility
This method is called when an event is generated by a Controller that this listener is registered with.
ControlsAdapter - Class in net.java.sip.communicator.impl.neomedia.control
Provides a default implementation of Controls which does not expose any controls.
ControlsAdapter() - Constructor for class net.java.sip.communicator.impl.neomedia.control.ControlsAdapter
 
controlSocket - Variable in class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
The DatagramSocket that a stream should use for control data (e.g.
ControlTransformInputStream - Class in net.java.sip.communicator.impl.neomedia.transform
Implement control channel (RTCP) for TransformInputStream which notify listeners when RTCP feedback messages are received.
ControlTransformInputStream(DatagramSocket) - Constructor for class net.java.sip.communicator.impl.neomedia.transform.ControlTransformInputStream
Initializes a new ControlTransformInputStream which is to receive packet data from a specific UDP socket.
CONVERSATION_MESSAGE_DELIVERED - Static variable in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveredEvent
An event type indicating that the message being received is a standard conversation message sent by another participant of the ad-hoc chat room to all current participants.
CONVERSATION_MESSAGE_DELIVERED - Static variable in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveredEvent
An event type indicating that the message being received is a standard conversation message sent by another member of the chat room to all current participants.
CONVERSATION_MESSAGE_RECEIVED - Static variable in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
An event type indicating that the message being received is a standard conversation message sent by another contact.
CONVERSATION_MESSAGE_RECEIVED - Static variable in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageReceivedEvent
An event type indicating that the message being received is a standard conversation message sent by another member of the chatroom to all current participants.
CONVERSATION_MESSAGE_RECEIVED - Static variable in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageReceivedEvent
An event type indicating that the message being received is a standard conversation message sent by another member of the chatroom to all current participants.
CONVERSATION_MESSAGE_RECEIVED - Static variable in class net.java.sip.communicator.service.protocol.event.MessageReceivedEvent
An event type indicating that the message being received is a standard conversation message sent by another contact.
conversationClosed(Conversation) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl.AimConversationListener
 
conversationOpened(Conversation) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl.AimConversationListener
 
convertAuthCodeToReasonCode(AuthFailureInfo) - Static method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl.ConnectionClosedListener
When receiving login failure the reasons for the failure are in the authorization part of the protocol ( 0x13 ) In the AuthResponse are the possible reason codes here they are converted to those in the ConnectionClosedListener so the they can be converted to the one in service protocol events
convertCodeToRegistrationStateChangeEvent(int) - Static method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl.ConnectionClosedListener
Converts the codes in the close command or the lastCloseCode of OscarConnection to the states which are registered in the service protocol events
convertCodeToStringReason(int) - Static method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl.ConnectionClosedListener
returns the reason string corresponding to the code in the close command
convertDocument(Document) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Convert a xml document
convertDocument(String) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Convert a xml document
convertExtensionToMap(GeolocationPacketExtension) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationJabberUtils
Convert geolocation from GeolocationExtension format to Map format
convertHistoryRecordToCallRecord(HistoryRecord) - Static method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
Used to convert HistoryRecord in CallReord and CallPeerRecord which are returned by the finder methods
convertMapToExtension(Map<String, String>) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationJabberUtils
Convert a geolocation details Map to a GeolocationPacketExtension format
convolve(float[], int, float[], float[], int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Filter
Convolve vectors x and h and put result in y.
copy() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Copies either the selected write area content or the selected conversation panel content to the clipboard.
copy(float[], float[], int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Util
Copies an array from the specified x array, to the specified y array.
copy(float[], int, float[], int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Util
Copies an array from the specified source array, beginning at the specified destination array.
copy(float[], int, float[], int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Util
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
copy(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.AVFrameFormat
Copies the properties of the specified Format into this instance.
COPY_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Copy icon.
copyBuddies(Collection<? extends Buddy>) - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileGroup
 
copyConversation() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
Copies the selected conversation panel content to the clipboard.
copyWriteArea() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Copies the selected write panel content to the clipboard.
cor_h_x(float[], float[], float[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.CorFunc
Compute correlations of input response h[] with the target vector X[].
CorFunc - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
Functions corr_xy2() and cor_h_x().
CorFunc() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.CorFunc
 
corr_xy2(float[], float[], float[], float[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.CorFunc
Compute the correlation products needed for gain computation.
count - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS.Canceler
Counts the number of announces being sent.
countAdHocChatRooms() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomProviderWrapper
Returns the number of ad-hoc chat rooms contained in this provider.
countChatRooms() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomProviderWrapper
Returns the number of chat rooms contained in this provider.
countChildContacts() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the number of MetaContacts that this group contains.
countChildContacts(MetaContactGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
Counts group child contacts depending on the showOffline option.
countChildContacts() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIGroup
Returns the count of child contacts of the underlying MetaContactGroup.
countChildContacts() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIGroup
Returns the child contacts count.
countChildContacts() - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns the number of MetaContacts that this group contains
countContactGroups() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the number of ContactGroupss that this group encapsulates
countContactGroups() - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns the number of ContactGroupss that this group encapsulates
countContacts() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Returns the number of Contact members of this ContactGroup
countContacts() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Returns the number of Contact members of this ContactGroup
countContacts() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns the number of Contact members of this ContactGroup
countContacts() - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Returns the number, which is always 0, of Contact members of this ContactGroup
countContacts() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Returns the number of Contact members of this ContactGroup
countContacts() - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Returns the number, which is always 0, of Contact members of this ContactGroup
countContacts() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Returns the number of Contact members of this ContactGroup
countContacts() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Returns the number of Contact members of this ContactGroup
countContacts() - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Returns the number, which is always 0, of Contact members of this ContactGroup
countContacts() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Returns the number of Contact members of this ContactGroup
countContacts() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Returns the number of Contact members of this ContactGroup
countContacts() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Returns the number of Contact members of this ContactGroup
countContacts() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Returns the number of Contact members of this ContactGroup
countContacts() - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
Returns the number, which is always 0, of Contact members of this ContactGroup
countContacts() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Returns the number of Contact members of this ContactGroup
countContacts() - Method in interface net.java.sip.communicator.service.protocol.ContactGroup
Returns the number of Contact members of this ContactGroup
countContactsAndSubgroups(MetaContactGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
Returns the number of all children of the given MetaContactGroup.
countOccurrences(String, char) - Static method in class net.java.sip.communicator.util.GuiUtils
Counts occurrences of the needle character in the given text.
countOnlineChildContacts() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the number of online MetaContacts that this group contains.
countOnlineChildContacts() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIGroup
Returns the count of online child contacts of the underlying MetaContactGroup.
countOnlineChildContacts() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIGroup
Returns the count of online child contacts.
countOnlineChildContacts() - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns the number of online MetaContacts that this group contains.
countRecords() - Method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Count the number of messages that a search will return Actually only the last file is parsed and its nodes are counted.
countRecords(Map<?, HistoryReader>) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Total count of records for supplied history readers will read through
countRecords() - Method in interface net.java.sip.communicator.service.history.HistoryReader
Total count of records that current history reader will read through
COUNTRY - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
The name of the geolocation map key that we use for indicating the nation where the user is located (e.g.
COUNTRY - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetGeolocation
The name of the geolocation map key that we use for indicating the nation where the user is located (e.g.
countSubgroups() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the number of subgroups that this MetaContactGroup contains.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Returns the number of subgroups contained by this ContactGroup.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Returns the number of subgroups contained by this ContactGroup.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns the number of subgroups contained by this group, which is always 0 since sub groups in the icq protocol may only be contained by the root group - RootContactGroupIcqImpl.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Returns the number of subgroups contained by this RootContactGroupIcqImpl.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Returns the number of subgroups contained by this group, which is always 0 since sub groups in the protocol may only be contained by the root group - RootContactGroupImpl.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Returns the number of subgroups contained by this RootContactGroupImpl.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Returns the number of subgroups contained by this ContactGroup.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Returns the number of subgroups contained by this group, which is always 0 since sub groups in the protocol may only be contained by the root group - RootContactGroupImpl.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Returns the number of subgroups contained by this RootContactGroupImpl.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Returns the number of subgroups contained by this ContactGroup.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Returns the number of subgroups contained by this ContactGroup.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Returns the number of subgroups contained by this ContactGroup.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Returns the number of subgroups contained by this group, which is always 0 since sub groups in the protocol may only be contained by the root group - RootContactGroupImpl.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
Returns the number of subgroups contained by this RootContactGroupImpl.
countSubgroups() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Returns the number of subgroups contained by this ContactGroup.
countSubgroups() - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns the number of subgroups that this MetaContactGroup contains.
countSubgroups() - Method in interface net.java.sip.communicator.service.protocol.ContactGroup
Returns the number of subgroups contained by this ContactGroup.
create(Frame, String, int) - Static method in class net.java.sip.communicator.util.swing.GenericFileDialog
Creates a file dialog (AWT's FileDialog or Swing's JFileChooser) regarding to user's operating system.
create(Frame, String, int, String) - Static method in class net.java.sip.communicator.util.swing.GenericFileDialog
Creates a file dialog (AWT FileDialog or Swing JFileChooser) regarding to user's operating system.
createAccount(Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderFactoryIcqImpl
Initializes and creates an account corresponding to the specified accountProperties.
createAccount() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.CreateSip2SipAccountForm
Creates this account on the server.
createAccount() - Method in interface net.java.sip.communicator.plugin.sipaccregwizz.CreateAccountService
Creates an account for a specific server.
createAccount(Map<String, String>) - Method in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Initializes and creates an account corresponding to the specified accountProperties.
createAccountForm - Variable in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
The create account form.
createAccountID(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolProviderFactoryDictImpl
 
createAccountID(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolProviderFactoryGibberishImpl
 
createAccountID(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderFactoryIcqImpl
 
createAccountID(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolProviderFactoryIrcImpl
 
createAccountID(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderFactoryJabberImpl
 
createAccountID(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolProviderFactoryMsnImpl
 
createAccountID(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolProviderFactoryRssImpl
 
createAccountID(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderFactorySipImpl
Creates a new SipAccountID instance with a specific user ID to represent a given set of account properties.
createAccountID(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderFactorySSHImpl
 
createAccountID(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolProviderFactoryYahooImpl
 
createAccountID(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolProviderFactoryZeroconfImpl
 
createAccountID(String, Map<String, String>) - Method in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Creates a new AccountID instance with a specific user ID to represent a given set of account properties.
CreateAccountService - Interface in net.java.sip.communicator.plugin.sipaccregwizz
The CreateAccountService is meant to be implemented by specific account registration implementations, which contain an account create form.
createAck(ClientTransaction) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Creates an ACK request that can be sent in the context of clientTransaction's Dialog.
createAdHocChatRoom(ProtocolProviderService, Collection<String>, String) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Creates an ad-hoc chat room, by specifying the ad-hoc chat room name, the parent protocol provider and eventually, the contacts invited to participate in this ad-hoc chat room.
createAdHocChatRoom(String, Map<String, Object>) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetAdHocMultiUserChatIcqImpl
Creates a room with the named roomName and according to the specified roomProperties on the server that this protocol provider is currently connected to.
createAdHocChatRoom(String, List<String>, String) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetAdHocMultiUserChatIcqImpl
Creates an ad-hoc room with the named adHocRoomName and inviting the specified list of contacts.
createAdHocChatRoom(String, List<String>, String) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetAdHocMultiUserChatMsnImpl
Creates an ad-hoc room with the named adHocRoomName and in including to the specified contacts.
createAdHocChatRoom(String, Map<String, Object>) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetAdHocMultiUserChatMsnImpl
Creates an AdHocChatRoom whose name is adHocRoomName with the properties contained in adHocRoomProperties
createAdHocChatRoom(String, Map<String, Object>) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetAdHocMultiUserChatYahooImpl
Creates a room with the named roomName and according to the specified roomProperties on the server that this protocol provider is currently connected to.
createAdHocChatRoom(String, List<String>, String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetAdHocMultiUserChatYahooImpl
Creates an ad-hoc room with the named adHocRoomName and in including to the specified contacts.
createAdHocChatRoom(String, Map<String, Object>) - Method in interface net.java.sip.communicator.service.protocol.OperationSetAdHocMultiUserChat
Creates an ad-hoc room with the named adHocRoomName and according to the specified adHocRoomProperties.
createAdHocChatRoom(String, List<String>, String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetAdHocMultiUserChat
Creates an ad-hoc room with the named adHocRoomName and in including to the specified contacts for the given reason .
createAudio(String) - Method in class net.java.sip.communicator.impl.audionotifier.AudioNotifierServiceImpl
Creates an SCAudioClip from the given URI and adds it to the list of available audio-s.
createAudio(String) - Method in class net.java.sip.communicator.impl.neomedia.notify.AudioNotifierServiceImpl
Creates an SCAudioClip from the given URI and adds it to the list of available audio-s.
createAudio(String) - Method in interface net.java.sip.communicator.service.audionotifier.AudioNotifierService
Creates an SCAudioClip and returns it.
createAudioConfigPanel() - Static method in class net.java.sip.communicator.impl.neomedia.MediaConfiguration
Returns the audio configuration panel.
createAuthorizationRequest(Contact) - Method in class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationHandlerImpl
Implements the AuthorizationHandler.createAuthorizationRequest method.
createAuthorizationRequest(Contact) - Method in interface net.java.sip.communicator.service.protocol.AuthorizationHandler
Called by the protocol provider, this method should be implemented by the user interface.
createBusy(String, String, String) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JinglePacketFactory
Creates a JingleIQ session-terminate packet carrying a Reason.BUSY payload.
createButtonBar(boolean, Component[]) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallPeerRendererUtils
Creates a buttons bar from the given list of button components.
createBye(String, String, String) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JinglePacketFactory
Creates a JingleIQ session-terminate packet that is meant to terminate an on-going, well established session (similar to a SIP BYE request).
createCall(ProtocolProviderService, String) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Creates a call to the contact represented by the given string.
createCall(ProtocolProviderService, Contact) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Creates a call to the contact represented by the given string.
createCall(String) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Creates a call to the contact represented by the given string through the default (most connected) protocol provider.
createCall(String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicTelephonyGibberishImpl
Create a new call and invite the specified CallPeer to it.
createCall(Contact) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicTelephonyGibberishImpl
Create a new call and invite the specified CallPeer to it.
createCall(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Create a new call and invite the specified CallPeer to it.
createCall(Contact) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Create a new call and invite the specified CallPeer to it.
createCall(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
Create a new call and invite the specified CallPeer to it.
createCall(Contact) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
Create a new call and invite the specified CallPeer to it.
createCall(String) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Create a new call and invite the specified CallPeer to it.
createCall(Contact) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Create a new call and invite the specified CallPeer to it.
createCall(String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony
Create a new call and invite the specified CallPeer to it.
createCall(Contact) - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony
Create a new call and invite the specified CallPeer to it.
createCancel(String, String, String) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JinglePacketFactory
Creates a JingleIQ session-terminate packet that is meant to terminate a not yet established session.
createCaptureDevice() - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMediaDeviceImpl
Creates the JMF CaptureDevice this instance represents and provides an implementation of MediaDevice for.
createCaptureDevice() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceImpl
Creates the JMF CaptureDevice this instance represents and provides an implementation of MediaDevice for.
createCaptureDevice() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Creates the DataSource that this instance is to read captured media from.
createCaptureDevice() - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Creates the DataSource that this instance is to read captured media from.
createCenter() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPeerPanel
Creates the Component hierarchy of the central area of this CallPeerPanel which displays the photo of the CallPeer or the video if any.
createChangeListener() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
createChatRoom(ProtocolProviderService, Collection<String>, String) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Creates a chat room, by specifying the chat room name, the parent protocol provider and eventually, the contacts invited to participate in this chat room.
createChatRoom(String, ProtocolProviderService, Collection<String>, String) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Creates a chat room, by specifying the chat room name, the parent protocol provider and eventually, the contacts invited to participate in this chat room.
createChatRoom(String, ProtocolProviderService, Collection<String>, String, boolean, boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Creates a chat room, by specifying the chat room name, the parent protocol provider and eventually, the contacts invited to participate in this chat room.
createChatRoom(String, Map<String, Object>) - Method in class net.java.sip.communicator.impl.protocol.irc.OperationSetMultiUserChatIrcImpl
Creates a room with the named roomName and according to the specified roomProperties on the server that this protocol provider is currently connected to.
createChatRoom(String, Map<String, Object>) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetMultiUserChatJabberImpl
Creates a room with the named roomName and according to the specified roomProperties on the server that this protocol provider is currently connected to.
createChatRoom(String, Map<String, Object>) - Method in class net.java.sip.communicator.impl.protocol.mock.MockMultiUserChat
Creates a room with the named roomName and according to the specified roomProperties on the server that this protocol provider is currently connected to.
createChatRoom(String, Map<String, Object>) - Method in interface net.java.sip.communicator.service.protocol.OperationSetMultiUserChat
Creates a room with the named roomName and according to the specified roomProperties on the server that this protocol provider is currently connected to.
CreateChatRoomDialog - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.createforms
The CreateChatRoomDialog is the dialog containing the form for adding a chat room.
CreateChatRoomDialog(ChatRoomProviderWrapper) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomDialog
Creates an instance of CreateChatRoomDialog that represents a dialog that adds a new chat room to an already existing server.
CreateChatRoomWizard - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.createforms
The CreateChatRoomWizard is the wizard through which the user could create its own chat room.
CreateChatRoomWizard(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizard
Creates an instance of CreateChatRoomWizard.
CreateChatRoomWizardPage1 - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.createforms
The CreateChatRoomWizardPage1 is the first page of the "Create chat room" wizard.
CreateChatRoomWizardPage1(WizardContainer, NewChatRoom, Iterator<ProtocolProviderService>) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage1
Creates an instance of CreateChatRoomWizardPage1.
CreateChatRoomWizardPage2 - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.createforms
The CreateChatRoomWizardPage2 is the second page of the "Create chat room" wizard.
CreateChatRoomWizardPage2(WizardContainer, NewChatRoom) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage2
Creates an instance of CreateChatRoomWizardPage2.
createClipImage(Graphics2D, Shape) - Static method in class net.java.sip.communicator.util.GraphicUtils
Creates a clipped image from the given shape.
createCommandNotificationHandler(String) - Method in class net.java.sip.communicator.impl.notification.NotificationServiceImpl
Returns an instance of CommandNotificationHandlerImpl.
createCommandNotificationHandler(String) - Method in interface net.java.sip.communicator.service.notification.NotificationService
Creates a CommandNotificationHandler, by specifying the path to the command file to execute, when a notification is fired.
createConfCall(String[]) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetTelephonyConferencingGibberishImpl
Creates a conference call with the given list of callees
createConfCall(String[]) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetTelephonyConferencingSipImpl
Creates a conference call with the specified callees as call peers.
createConfCall(String[]) - Method in interface net.java.sip.communicator.service.protocol.OperationSetTelephonyConferencing
Creates a conference call with the specified callees as call peers.
createConferenceCall(String[], ProtocolProviderService) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Creates a call to the given list of contacts.
createConfigSectionComponent(String) - Static method in class net.java.sip.communicator.plugin.generalconfig.GeneralConfigPluginActivator
Creates a config section label from the given text.
createContactStatusImage(Contact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.MetaContactRightButtonMenu
Obtains the status icon for the given protocol contact and adds to it the account index information.
createContentList() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerJabberImpl
Creates a List containing the ContentPacketExtensions of the streams that this handler is prepared to initiate depending on available MediaDevices and local on-hold and video transmission preferences.
createControlInputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Creates the RTCP packet input stream to be used by RTPManager.
createControlInputStream() - Method in class net.java.sip.communicator.impl.neomedia.transform.RTPTransformConnector
Overrides RTPConnectorImpl#createControlInputStream() to use TransformInputStream.
createControlOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Creates the RTCP packet output stream to be used by RTPManager.
createControlOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.transform.RTPTransformConnector
Overrides RTPConnectorImpl#createControlOutputStream() to use TransformOutputStream.
createDatagramSocket(InetAddress, int, int, int) - Method in class net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl
Creates a DatagramSocket and binds it to the specified localAddress and a port in the range specified by the minPort and maxPort parameters.
createDatagramSocket() - Method in class net.java.sip.communicator.impl.protocol.sip.net.SslNetworkLayer
Constructs a datagram socket and binds it to any available port on the local host machine.
createDatagramSocket(int, InetAddress) - Method in class net.java.sip.communicator.impl.protocol.sip.net.SslNetworkLayer
Creates a datagram socket, bound to the specified local address.
createDatagramSocket(InetAddress, int, int, int) - Method in interface net.java.sip.communicator.service.netaddr.NetworkAddressManagerService
Creates a DatagramSocket and binds it to on the specified localAddress and a port in the range specified by the minPort and maxPort parameters.
createDataInputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Creates the RTP packet input stream to be used by RTPManager.
createDataInputStream() - Method in class net.java.sip.communicator.impl.neomedia.transform.RTPTransformConnector
Overrides RTPConnectorImpl#createDataInputStream() to use TransformInputStream.
createDataOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Creates the RTP packet output stream to be used by RTPManager.
createDataOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.transform.RTPTransformConnector
Overrides RTPConnectorImpl#createDataOutputStream() to use TransformOutputStream.
createDefaultDivider() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneUI
Creates the default divider.
createDefaultTableHeader() - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable.NotificationTable
Creates the default table header.
createDescription(ContentPacketExtension.CreatorEnum, String, ContentPacketExtension.SendersEnum, List<MediaFormat>, List<RTPExtension>, DynamicPayloadTypeRegistry, DynamicRTPExtensionsRegistry) - Static method in class net.java.sip.communicator.impl.protocol.jabber.jinglesdp.JingleUtils
Creates a new ContentPacketExtension instance according to the specified formats, connector and direction, and using the dynamicPayloadTypes registry to handle dynamic payload type registrations.
createDisabledImage(Image) - Static method in class net.java.sip.communicator.util.swing.LightGrayFilter
Creates a disabled image.
createDisablingAnswer(MediaDescription) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Creates and returns a MediaDescription in answer of the specified offer that disables the corresponding stream by setting a 0 port and keeping the original list of formats and eliminating all attributes.
createDocument(String) - Method in class net.java.sip.communicator.impl.history.HistoryImpl
 
createDocument() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Returns a new valid xml document.
createDtmfTransformEngine() - Method in class net.java.sip.communicator.impl.neomedia.AudioMediaStreamImpl
A stub that allows audio oriented streams to create and keep a reference to a DtmfTransformEngine.
createDtmfTransformEngine() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
A stub that allows audio oriented streams to create and keep a reference to a DtmfTransformEngine.
createEditor() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI
Creates the editor of the combo box related to this UI.
createExitFullScreenButton(CallRenderer) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallPeerRendererUtils
Creates a new Component through which the user would be able to exit the full screen mode.
createFailSafeTransaction(File) - Method in class net.java.sip.communicator.impl.fileaccess.FileAccessServiceImpl
Creates a failsafe transaction which can be used to safely store informations into a file.
createFailSafeTransaction(File) - Method in interface net.java.sip.communicator.service.fileaccess.FileAccessService
Creates a failsafe transaction which can be used to safely store informations into a file.
createFileWithThumbnail(File, int, int, String, byte[]) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetThumbnailedFileFactoryImpl
Creates a file, by attaching the thumbnail, given by the details, to it.
createFileWithThumbnail(File, int, int, String, byte[]) - Method in interface net.java.sip.communicator.service.protocol.OperationSetThumbnailedFileFactory
Creates a file, by attaching the thumbnail, given by the details, to it.
createFormatControl(int) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Creates a new FormatControl instance which is to be associated with a PullBufferStream at a specific zero-based index in the list of streams of this PullBufferDataSource.
createFormatControl(int) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Creates a new FormatControl instance which is to be associated with a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
createFormatControls() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Creates the FormatControls of this CaptureDevice.
createFormatControls() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Creates the FormatControls of this CaptureDevice.
createFromID(String[]) - Static method in class net.java.sip.communicator.service.history.HistoryID
Create a HistoryID from a valid ID.
createFromRawID(String[]) - Static method in class net.java.sip.communicator.service.history.HistoryID
Create a HistoryID from a raw ID.
createGroup(String) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Creates the specified group on the server stored contact list.
createGroup(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Creates the specified group on the server stored contact list.
createGroup(String) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Creates the specified group on the server stored contact list.
createGroup(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Creates the specified group on the server stored contact list.
CreateGroupDialog - Class in net.java.sip.communicator.impl.gui.main.contactlist.addgroup
The CreateGroupDialog is the dialog containing the form for creating a group.
CreateGroupDialog(Dialog) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.addgroup.CreateGroupDialog
Creates an instance of CreateGroupDialog that represents a dialog that creates a new contact group.
CreateGroupDialog(Frame) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.addgroup.CreateGroupDialog
Creates an instance of CreateGroupDialog that represents a dialog that creates a new contact group.
CreateGroupDialog(Dialog, boolean) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.addgroup.CreateGroupDialog
Creates an instance of CreateGroupDialog that represents a dialog that creates a new contact group.
CreateGroupDialog(Frame, boolean) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.addgroup.CreateGroupDialog
Creates an instance of CreateGroupDialog that represents a dialog that creates a new contact group.
CreateGroupPanel - Class in net.java.sip.communicator.impl.gui.main.contactlist.addgroup
The CreateGroupPanel is the form for creating a group.
CreateGroupPanel() - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.addgroup.CreateGroupPanel
Creates and initializes the CreateGroupPanel.
createHistory(HistoryID, HistoryRecordStructure) - Method in class net.java.sip.communicator.impl.history.HistoryServiceImpl
 
createHistory(HistoryID, HistoryRecordStructure) - Method in interface net.java.sip.communicator.service.history.HistoryService
Creates a new history for this ID.
createHtmlDescription() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Creates an html description (table rows) of the specified thread.
createInstance(Format) - Static method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Creates a new MediaFormat instance for a specific JMF Format.
createInstance(Format, double, Map<String, String>, Map<String, String>) - Static method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Creates a new MediaFormat instance for a specific JMF Format and assigns it specific clock rate and set of format-specific parameters.
createInviteRequest(Address) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Creates an invite request destined for callee.
createInviteRequest(Address, Message) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Creates an invite request destined for callee and reflects any possible non-null cause (e.g.
createLastPathComponent(Document, String[], int) - Static method in class net.java.sip.communicator.impl.configuration.xml.XMLConfUtils
Creates (only if necessary) and returns the element which is at the end of the specified path.
createLayoutCache() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommTreeUI
Creates the object responsible for managing what is expanded, as well as the size of nodes.
createLayoutManager() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
Invoked by installUI to create a layout manager object to manage the JTabbedPane.
createLeftOneTouchButton() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
Creates and return an instance of JButton that can be used to collapse the left component in the metal split pane.
createLocalVisualComponent() - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Creates the visual Component depicting the video being streamed from the local peer to the remote peer.
createLocalVisualComponent() - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Creates the visual Component depicting the video being streamed from the local peer to the remote peer.
createLocalVisualComponent(CallPeer, VideoListener) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetVideoTelephonySipImpl
Implements OperationSetVideoTelephony.createLocalVisualComponent(CallPeer, VideoListener).
createLocalVisualComponent() - Method in interface net.java.sip.communicator.service.neomedia.VideoMediaStream
Gets local visual Component of the local peer.
createLocalVisualComponent() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Gets local visual Component of the local peer.
createLocalVisualComponent(CallPeer, VideoListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
Creates a visual Component which depicts the local video being streamed to a specific CallPeer.
createLogMessageNotificationHandler(String) - Method in class net.java.sip.communicator.impl.notification.NotificationServiceImpl
Returns an instance of LogMessageNotificationHandlerImpl.
createLogMessageNotificationHandler(String) - Method in interface net.java.sip.communicator.service.notification.NotificationService
Creates a LogMessageNotificationHandler, by specifying the type of the log (error, trace, info, etc.).
createMediaDescription(List<MediaFormat>, StreamConnector, MediaDirection, List<RTPExtension>, DynamicPayloadTypeRegistry, DynamicRTPExtensionsRegistry) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Creates a new MediaDescription instance according to the specified formats, connector and direction, and using the dynamicPayloadTypes registry to handle dynamic payload type registrations.
createMediaFormat(String) - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatFactoryImpl
Creates a MediaFormat for the specified encoding with default clock rate and set of format parameters.
createMediaFormat(byte) - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatFactoryImpl
Creates a MediaFormat for the specified RTP payload type with default clock rate and set of format parameters.
createMediaFormat(String, double) - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatFactoryImpl
Creates a MediaFormat for the specified encoding with the specified clockRate and a default set of format parameters.
createMediaFormat(String, double, int) - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatFactoryImpl
Creates a MediaFormat for the specified encoding, clockRate and channels and a default set of format parameters.
createMediaFormat(String, double, Map<String, String>, Map<String, String>) - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatFactoryImpl
Creates a MediaFormat for the specified encoding, clockRate and set of format parameters.
createMediaFormat(String, double, int, Map<String, String>, Map<String, String>) - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatFactoryImpl
Creates a MediaFormat for the specified encoding, clockRate, channels and set of format parameters.
createMediaFormat(byte, String, double, int, Map<String, String>, Map<String, String>) - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatFactoryImpl
Creates a MediaFormat either for the specified rtpPayloadType or for the specified encoding, clockRate, channels and set of format parameters.
createMediaFormat(String) - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormatFactory
Creates a MediaFormat for the specified encoding with default clock rate and set of format parameters.
createMediaFormat(byte) - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormatFactory
Creates a MediaFormat for the specified RTP payload type with default clock rate and set of format parameters.
createMediaFormat(String, double) - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormatFactory
Creates a MediaFormat for the specified encoding with the specified clockRate and a default set of format parameters.
createMediaFormat(String, double, int) - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormatFactory
Creates a MediaFormat for the specified encoding, clockRate and channels and a default set of format parameters.
createMediaFormat(String, double, Map<String, String>, Map<String, String>) - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormatFactory
Creates a MediaFormat for the specified encoding, clockRate and set of format parameters.
createMediaFormat(String, double, int, Map<String, String>, Map<String, String>) - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormatFactory
Creates a MediaFormat for the specified encoding, clockRate, channels and set of format parameters.
createMediaFormat(byte, String, double, int, Map<String, String>, Map<String, String>) - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormatFactory
Creates a MediaFormat either for the specified rtpPayloadType or for the specified encoding, clockRate, channels and set of format parameters.
createMediaStream(StreamConnector, MediaDevice) - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Creates a new MediaStream instance which will use the specified MediaDevice for both capture and playback of media exchanged via the specified StreamConnector.
createMediaStream(StreamConnector, MediaDevice, ZrtpControl) - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Creates a new MediaStream instance which will use the specified MediaDevice for both capture and playback of media exchanged via the specified StreamConnector.
createMediaStream(StreamConnector, MediaDevice) - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Creates a MediaStream that will be using the specified MediaDevice for both capture and playback of media exchanged via the specified StreamConnector.
createMediaStream(StreamConnector, MediaDevice, ZrtpControl) - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Creates a MediaStream that will be using the specified MediaDevice for both capture and playback of media exchanged via the specified StreamConnector.
createMessage(String) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetBasicInstantMessagingDictImpl
 
createMessage(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetBasicInstantMessagingDictImpl
 
createMessage(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicInstantMessagingGibberishImpl
 
createMessage(byte[], String, String, String) - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Create a Message instance for sending arbitrary MIME-encoding content.
createMessage(String) - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Create a Message instance for sending a simple text messages with default (text/plain) content type and encoding.
createMessage(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetBasicInstantMessagingIcqImpl
 
createMessage(byte[], String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Create a Message instance for sending arbitrary MIME-encoding content.
createMessage(String) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Create a Message instance for sending a simple text messages with default (text/plain) content type and encoding.
createMessage(byte[], String, String, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Create a Message instance for sending arbitrary MIME-encoding content.
createMessage(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Create a Message instance for sending a simple text messages with default (text/plain) content type and encoding.
createMessage(String, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicInstantMessagingJabberImpl
Create a Message instance for sending arbitrary MIME-encoding content.
createMessage(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicInstantMessagingJabberImpl
Create a Message instance for sending arbitrary MIME-encoding content.
createMessage(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockBasicInstantMessaging
 
createMessage(byte[], String, String, String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Create a Message instance for sending arbitrary MIME-encoding content.
createMessage(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Create a Message instance for sending a simple text messages with default (text/plain) content type and encoding.
createMessage(String) - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Creates a Message for this ad-hoc chat room containing text.
createMessage(String) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetAdHocMultiUserChatMsnImpl
Creates a message by a given message text.
createMessage(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetBasicInstantMessagingMsnImpl
 
createMessage(String) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetBasicInstantMessagingRssImpl
Create a Message instance for sending a simple text messages with default (text/html) content type and encoding.
createMessage(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetBasicInstantMessagingRssImpl
 
createMessage(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicInstantMessagingSipImpl
 
createMessage(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetBasicInstantMessagingSSHImpl
 
createMessage(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Create a Message instance for sending a simple text messages with default (text/plain) content type and encoding.
createMessage(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetAdHocMultiUserChatYahooImpl
Creates a message by a given message text.
createMessage(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetBasicInstantMessagingYahooImpl
 
createMessage(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetBasicInstantMessagingZeroconfImpl
 
createMessage(byte[], String, String, String) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetBasicInstantMessaging
Create a Message instance for sending arbitrary MIME-encoding content.
createMessage(String) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetBasicInstantMessaging
Create a Message instance for sending a simple text messages with default (text/plain) content type and encoding.
createMessage(String, String, String, String) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetBasicInstantMessaging
 
createMessage(String) - Method in interface net.java.sip.communicator.service.protocol.AdHocChatRoom
Create a Message instance for sending a simple text messages with default (text/plain) content type and encoding.
createMessage(byte[], String, String, String) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Create a Message instance for sending arbitrary MIME-encoding content.
createMessage(String) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Create a Message instance for sending a simple text messages with default (text/plain) content type and encoding.
createMessage(String, String, String, String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicInstantMessaging
Create a Message instance for sending arbitrary MIME-encoding content.
createMessage(String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicInstantMessaging
Create a Message instance for sending a simple text messages with default (text/plain) content type and encoding.
createMessage(byte[], String, String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetSmsMessaging
Create a Message instance for sending arbitrary MIME-encoding content.
createMessage(String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetSmsMessaging
Create a Message instance for sending a sms messages with default (text/plain) content type and encoding.
createMessageRequest(Contact, Message) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicInstantMessagingSipImpl
Construct a Request represent a new message.
createMessageUID() - Method in class net.java.sip.communicator.service.protocol.AbstractMessage
 
createMetaContact(ProtocolProviderService, MetaContactGroup, String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
First makes the specified protocol provider create a contact corresponding to the specified contactID, then creates a new MetaContact which will encapsulate the newly created protocol specific contact.
createMetaContact(ProtocolProviderService, MetaContactGroup, String) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
First makes the specified protocol provider create a contact corresponding to the specified contactID, then creates a new MetaContact which will encapsulate the newly crated protocol specific contact.
createMetaContactGroup(MetaContactGroup, String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Creates a MetaContactGroup with the specified group name.
createMetaContactGroup(MetaContactGroup, String) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
Creates a MetaContactGroup with the specified group name.
createMixer(MediaDevice) - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Creates a new MediaDevice which uses a specific MediaDevice to capture and play back media and performs mixing of the captured media and the media played back by any other users of the returned MediaDevice.
createMixer(MediaDevice) - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Creates a new MediaDevice which uses a specific MediaDevice to capture and play back media and performs mixing of the captured media and the media played back by any other users of the returned MediaDevice.
createMouseListener() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
createMyActionMap() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
createNameFromUID(String) - Static method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Ugly but tricky conversion method.
createNameFromUID(String) - Static method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Ugly but tricky conversion method.
createNameFromUID(String) - Static method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Ugly but tricky conversion method.
createNameFromUID(String) - Static method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Ugly but tricky conversion method.
createNameFromUID(String) - Static method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Ugly but tricky conversion method.
createNameFromUID(String) - Static method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Ugly but tricky conversion method.
createNameFromUID(String) - Static method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Ugly but tricky conversion method.
createNextButton() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSpinnerUI
 
createNotifyContent(String, String) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageNotifier.Subscription
Creates the content of the NOTIFY request to be sent to the target represented by this Subscription and having a specific subscription state and a specific reason for that subscription state.
createOffer() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerMediaHandlerSipImpl
Creates a session description String representing the MediaStreams that this MediaHandler is prepare to exchange.
createOutgoingCall() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Initializes a new outgoing Call with no peers in it.
createOutputDataSource() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Creates a new AudioMixingPushBufferDataSource which gives access to a single audio stream representing the mix of the audio streams input into this AudioMixer through its input DataSources.
createOutputDataSource() - Method in class net.java.sip.communicator.impl.neomedia.device.AbstractMediaDevice
Creates a DataSource instance for this MediaDevice which gives access to the captured media.
createOutputDataSource() - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMixerMediaDevice
Creates a DataSource instance for this MediaDevice which gives access to the captured media.
createOutputDataSource() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceImpl
Creates a DataSource instance for this MediaDevice which gives access to the captured media.
createPlayer() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Creates a new Player to render the playbackDataSource of this instance on the associated MediaDevice.
createPopup() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommCallComboBoxUI
Creates the popup portion of the combo box.
createPopupMessageNotificationHandler(String) - Method in class net.java.sip.communicator.impl.notification.NotificationServiceImpl
Returns an instance of PopupMessageNotificationHandlerImpl.
createPopupMessageNotificationHandler(String) - Method in interface net.java.sip.communicator.service.notification.NotificationService
Creates a PopupMessageNotificationHandler, by specifying the default message to show, when no message is provided to the fireNotification method.
createPreviousButton() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSpinnerUI
 
createPrivateChatRoom(String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Creates the chat room given by target.
createRawPacket(DatagramPacket) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorInputStream
Creates a new RawPacket from a specific DatagramPacket in order to have this instance receive its packet data through its RTPConnectorInputStream.read(byte[], int, int) method.
createRawPacket(byte[], int, int) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorOutputStream
Creates a new RawPacket from a specific byte[] buffer in order to have this instance send its packet data through its RTPConnectorOutputStream.write(byte[], int, int) method.
createRawPacket(DatagramPacket) - Method in class net.java.sip.communicator.impl.neomedia.transform.TransformInputStream
Creates a new RawPacket from a specific DatagramPacket in order to have this instance receive its packet data through its RTPConnectorInputStream.read(byte[], int, int) method.
createRawPacket(byte[], int, int) - Method in class net.java.sip.communicator.impl.neomedia.transform.TransformOutputStream
Creates a new RawPacket from a specific byte[] buffer in order to have this instance send its packet data through its RTPConnectorOutputStream.write(byte[], int, int) method.
createRegisterRequest(Address, int, CallIdHeader, long) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Creates a REGISTER Request as per the specified parameters.
createRequest(URI, String, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, Object) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Calls the same method in the internal wrapped factory and returns a Request marked with its service.
createRequest(URI, String, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, byte[]) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Calls the same method in the internal wrapped factory and returns a Request marked with its service.
createRequest(URI, String, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Calls the same method in the internal wrapped factory and returns a Request marked with its service.
createRequest(String) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Calls the same method in the internal wrapped factory and returns a Request marked with its service.
createRequest(Dialog, String) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Creates a new Request of a specific method which is to be sent in a specific Dialog and populates its generally-necessary headers such as the Authorization header.
createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, Object) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Calls the same method in the internal wrapped factory and returns a Response marked with its service.
createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, byte[]) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Calls the same method in the internal wrapped factory and returns a Response marked with its service.
createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Calls the same method in the internal wrapped factory and returns a Response marked with its service.
createResponse(int, Request, ContentTypeHeader, Object) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Calls the same method in the internal wrapped factory and returns a Response marked with its service.
createResponse(int, Request, ContentTypeHeader, byte[]) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Calls the same method in the internal wrapped factory and returns a Response marked with its service.
createResponse(int, Request) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Calls the same method in the internal wrapped factory and returns a Response marked with its service.
createResponse(String) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Calls the same method in the internal wrapped factory and returns a Response marked with its service.
createRightOneTouchButton() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
Creates and return an instance of JButton that can be used to collapse the right component in the metal split pane.
createRinging(JingleIQ) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JinglePacketFactory
Creates a JingleIQ session-info packet carrying a ringing payload.
createRoundedClipShape(int, int, int, int) - Static method in class net.java.sip.communicator.util.GraphicUtils
Creates a rounded clipped shape with the given shapeWidth, shapeHeight, arc width and arc height.
createScrollableTabButton(int) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI
 
createScrollableTabButton(int) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
createServerSocket(int, int, InetAddress) - Method in class net.java.sip.communicator.impl.protocol.sip.net.SslNetworkLayer
Creates a server with the specified port, listen backlog, and local IP address to bind to.
createServerStoredContactGroup(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Creates a group with the specified name and parent in the server stored contact list.
createServerStoredContactGroup(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Creates a group with the specified name and parent in the server stored contact list.
createServerStoredContactGroup(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Creates a group with the specified name and parent in the server stored contact list.
createServerStoredContactGroup(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Creates a group with the specified name and parent in the server stored contact list.
createServerStoredContactGroup(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
Creates a group with the specified name and parent in the server stored contact list.
createServerStoredContactGroup(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Creates a group with the specified name and parent in the server stored contact list.
createServerStoredContactGroup(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Creates a group with the specified name and parent in the server stored contact list.
createServerStoredContactGroup(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Creates a group with the specified name and parent in the server stored contact list.
createServerStoredContactGroup(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Creates a group with the specified name and parent in the server stored contact list.
createServerStoredContactGroup(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
Creates a group with the specified name and parent in the server stored contact list.
createServerStoredContactGroup(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Creates a group with the specified name and parent in the server stored contact list.
createServerStoredContactGroup(ContactGroup, String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetPersistentPresence
Creates a group with the specified name and parent in the server stored contact list.
createService(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolProviderFactoryDictImpl
 
createService(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolProviderFactoryGibberishImpl
 
createService(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderFactoryIcqImpl
 
createService(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolProviderFactoryIrcImpl
 
createService(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderFactoryJabberImpl
 
createService(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolProviderFactoryMsnImpl
 
createService(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolProviderFactoryRssImpl
 
createService(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderFactorySipImpl
Initializes a new ProtocolProviderServiceSipImpl instance with a specific user ID to represent a specific AccountID.
createService(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderFactorySSHImpl
 
createService(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolProviderFactoryYahooImpl
 
createService(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolProviderFactoryZeroconfImpl
 
createService(String, AccountID) - Method in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Initializes a new ProtocolProviderService instance with a specific user ID to represent a specific AccountID.
createSession() - Method in class net.java.sip.communicator.impl.neomedia.device.AbstractMediaDevice
Creates a new MediaDeviceSession instance which is to represent the use of this MediaDevice by a MediaStream.
createSession() - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMixerMediaDevice
Creates a new MediaDeviceSession instance which is to represent the use of this MediaDevice by a MediaStream.
createSessionAccept(String, String, String, List<ContentPacketExtension>) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JinglePacketFactory
Creates a JingleIQ session-accept packet with the specified from, to, sid, and content.
createSessionDescription(InetAddress) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Creates an empty instance of a SessionDescription with preinitialized s, v, c, o and t parameters.
createSessionDescription(InetAddress, String, Vector<MediaDescription>) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Creates an empty instance of a SessionDescription with preinitialized s, v, c, o and t parameters.
createSessionInfo(String, String, String, SessionInfoType) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JinglePacketFactory
Creates a JingleIQ session-info packet carrying a the specified payload type.
createSessionInitiate(String, String, String, List<ContentPacketExtension>) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JinglePacketFactory
Creates a new JingleIQ with the session-initiate action.
createSessionTerminate(String, String, String, Reason, String) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JinglePacketFactory
Creates a JingleIQ session-terminate packet with the specified src, dst, sid, and reason.
createSessionUpdateDescription(SessionDescription, InetAddress, Vector<MediaDescription>) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Creates and returns a new SessionDescription that is supposed to update our previous descToUpdate and advertise the brand new newMediaDescriptions.
createShellChannel(ContactSSH) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderServiceSSHImpl
Creates a channel for shell type in the current session channel types = shell, sftp, exec(X forwarding), direct-tcpip(stream forwarding) etc
CreateSip2SipAccountForm - Class in net.java.sip.communicator.plugin.sip2sipaccregwizz
 
CreateSip2SipAccountForm() - Constructor for class net.java.sip.communicator.plugin.sip2sipaccregwizz.CreateSip2SipAccountForm
Creates an instance of RegisterSip2SipAccountForm.
createSocket(InetAddress, int) - Method in class net.java.sip.communicator.impl.protocol.sip.net.SslNetworkLayer
Creates a stream socket and connects it to the specified port number at the specified IP address.
createSocket(InetAddress, int, InetAddress) - Method in class net.java.sip.communicator.impl.protocol.sip.net.SslNetworkLayer
Creates a stream socket and connects it to the specified port number at the specified IP address.
createSocket(InetAddress, int, InetAddress, int) - Method in class net.java.sip.communicator.impl.protocol.sip.net.SslNetworkLayer
Creates a new Socket, binds it to myAddress:myPort and connects it to address:port.
createSoundNotificationHandler(String, int) - Method in class net.java.sip.communicator.impl.notification.NotificationServiceImpl
Returns an instance of SoundNotificationHandlerImpl.
createSoundNotificationHandler(String, int) - Method in interface net.java.sip.communicator.service.notification.NotificationService
Creates a SoundNotificationHandler, by specifying the path pointing to the sound file and the loop interval if the sound should be played in loop.
createSSHSessionAndLogin(ContactSSH) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderServiceSSHImpl
Creates a SSH Session with a remote machine and tries to login according to the details specified by Contact An appropriate message is shown to the end user in case the login fails
createSSLServerSocket(int, int, InetAddress) - Method in class net.java.sip.communicator.impl.protocol.sip.net.SslNetworkLayer
Creates an SSL server with the specified port, listen backlog, and local IP address to bind to.
createSSLSocket(InetAddress, int) - Method in class net.java.sip.communicator.impl.protocol.sip.net.SslNetworkLayer
Creates a stream SSL socket and connects it to the specified port number at the specified IP address.
createSSLSocket(InetAddress, int, InetAddress) - Method in class net.java.sip.communicator.impl.protocol.sip.net.SslNetworkLayer
Creates a stream SSL socket and connects it to the specified port number at the specified IP address.
createStartupConfigPanel() - Method in class net.java.sip.communicator.plugin.generalconfig.GeneralConfigurationPanel
Initializes the startup config panel.
createStream(int, FormatControl) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Creates a new PullBufferStream which is to be at a specific zero-based index in the list of streams of this PullBufferDataSource.
createStream(int, FormatControl) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Create a new PushBufferStream which is to be at a specific zero-based index in the list of streams of this PushBufferDataSource.
createStream(int, FormatControl) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Create a new PushBufferStream which is to be at a specific zero-based index in the list of streams of this PushBufferDataSource.
createStream(int, FormatControl) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.imgstreaming.DataSource
Creates a new PullBufferStream which is to be at a specific zero-based index in the list of streams of this PullBufferDataSource.
createStream(int, FormatControl) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Creates a new PullBufferStream which is to be at a specific zero-based index in the list of streams of this PullBufferDataSource.
createStream(int, FormatControl) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Creates a new PushBufferStream which is to be at a specific zero-based index in the list of streams of this PushBufferDataSource.
createStream(int, FormatControl) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Creates a new PullBufferStream which is to be at a specific zero-based index in the list of streams of this PullBufferDataSource.
createStreamConnector() - Method in class net.java.sip.communicator.service.protocol.media.TransportManager
Creates a media StreamConnector.
createSubscription(Address, String) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageNotifier
Creates a new Subscription instance which is to represent the subscription signaling from and to a specific target identified by its Address/Request URI and a specific EventId tag.
createTempFile(String, String) - Static method in class net.java.sip.communicator.impl.fileaccess.TempFileManager
Creates a temporary file in the proper directory to allow for cleanup after execution.
createThumbnailListeners(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferRequestJabberImpl
Sets the thumbnail content-ID.
createTimer() - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetBasicInstantMessagingRssImpl
Creates the timer for refreshing RSS feeds.
createToolTip() - Method in class net.java.sip.communicator.impl.gui.main.call.SecurityStatusLabel
Create an extended tooltip showing some more security details.
createToolTip() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.DefaultContactList
Creates a customized tooltip for this contact list.
createToolTip() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.DefaultTreeContactList
Creates a customized tooltip for this contact list.
createToolTip() - Method in class net.java.sip.communicator.impl.gui.utils.FileImageLabel
Create tool tip.
createTracingCaptureDevice(CaptureDevice, Logger) - Static method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceImpl
Creates a new CaptureDevice which traces calls to a specific CaptureDevice for debugging purposes.
createTranscodingDataSource(Format) - Method in class net.java.sip.communicator.impl.neomedia.conference.InputDataSourceDesc
Creates a DataSource which attempts to transcode the tracks of the input DataSource described by this instance into a specific output Format.
createTransferable(JComponent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTransferHandler
Creates a transferable for text pane components in order to enable drag and drop of text.
createTransferable(JComponent) - Method in class net.java.sip.communicator.util.swing.ExtendedTransferHandler
Creates a transferable for text pane components in order to enable drag and drop of text.
createTransportStatusImage(ChatTransport) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatTransportSelectorBox
Obtains the status icon for the given chat transport and adds to it the account index information.
createTrayIcon(ImageIcon, String, Object) - Method in interface net.java.sip.communicator.impl.osdependent.SystemTray.SystemTrayPeer
 
createTrayMenu(SystrayServiceJdicImpl, boolean) - Static method in class net.java.sip.communicator.impl.osdependent.jdic.TrayMenuFactory
Creates a tray menu for the given system tray.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommButtonUI
 
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommCallComboBoxUI
Creates an instance of the SIPCommCallComboBoxUI for the given component.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommChatSelectorMenuUI
Creates a new SIPCommChatSelectorMenuUI instance.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommCheckBoxMenuItemUI
Creates a new SIPCommCheckBoxMenuItemUI instance.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommCheckBoxUI
Creates a new SIPCommCheckBoxUI instance.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI
Creates the UI for the given component c.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommEditorPaneUI
Creates a new SIPCommEditorPaneUI instance.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLabelUI
Creates a new SIPCommLabelUI instance.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommListUI
Creates a new SIPCommLabelUI instance.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommMenuItemUI
Creates a new SIPCommMenuItemUI instance.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommMenuUI
Creates a new SIPCommMenuUI instance.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommOpaquePanelUI
 
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommOptionPaneUI
Creates a new SIPCommOptionPaneUI instance.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommPasswordFieldUI
 
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommPopupMenuUI
Creates a new SIPCommPopupMenuUI instance.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommScrollBarUI
 
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSelectorMenuUI
Creates a new SIPCommSelectorMenuUI instance.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSpinnerUI
 
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneUI
Creates a new MetalSplitPaneUI instance
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommStatusMenuUI
Creates a new SIPCommMenuUI instance.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommTextAreaUI
 
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommTextPaneUI
 
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommToggleButtonUI
 
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommToolBarSeparatorUI
 
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommToolBarUI
Creates a new SIPCommToolBarUI instance.
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommToolTipUI
 
createUI(JComponent) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommTreeUI
Creates the UI for the given component.
createUI(JComponent) - Static method in class net.java.sip.communicator.util.swing.plaf.SIPCommMenuBarUI
Creates a new SIPCommMenuUI instance.
createUI(JComponent) - Static method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI
 
createUI(JComponent) - Static method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
createUIContact(SourceContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.ExternalContactSource
Returns the UIContact corresponding to the given sourceContact.
createUIContact(MetaContact) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactListSource
Creates a UIContact for the given metaContact.
createUIGroup(MetaContactGroup) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactListSource
Creates a UIGroupDescriptor for the given metaGroup.
createUnRegisterRequest(Request, long) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Creates a request that would end a registration established with registerRequest
createUnresolvedContact(String, String) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(ContactGroupIcqImpl, Screenname) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Creates a non resolved contact for the specified address and inside the specified group.
createUnresolvedContact(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Creates a non resolved contact for the specified address and inside the specified group.
createUnresolvedContact(String, String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Creates a non resolved contact for the specified address and inside the specified group.
createUnresolvedContact(String, String) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(ContactGroup, String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Creates a non resolved contact for the specified address and inside the specified group.
createUnresolvedContact(String, String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String, ContactGroup) - Method in interface net.java.sip.communicator.service.protocol.OperationSetPersistentPresence
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContact(String, String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetPresence
Creates and returns a unresolved contact from the specified address and persistentData.
createUnresolvedContactGroup(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Creates and returns a unresolved contact group from the specified address and persistentData.
createUnresolvedContactGroup(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Creates and returns a unresolved contact group from the specified address and persistentData.
createUnresolvedContactGroup(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Creates and returns a unresolved contact group from the specified address and persistentData.
createUnresolvedContactGroup(String) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Creates a non resolved contact group for the specified name.
createUnresolvedContactGroup(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Creates and returns a unresolved contact group from the specified address and persistentData.
createUnresolvedContactGroup(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Creates a non resolved contact group for the specified name.
createUnresolvedContactGroup(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
Creates and returns a unresolved contact group from the specified address and persistentData.
createUnresolvedContactGroup(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Creates and returns a unresolved contact group from the specified address and persistentData.
createUnresolvedContactGroup(String) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Creates a non resolved contact group for the specified name.
createUnresolvedContactGroup(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Creates and returns a unresolved contact group from the specified address and persistentData.
createUnresolvedContactGroup(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Creates and returns a unresolved contact group from the specified address and persistentData.
createUnresolvedContactGroup(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Creates and returns a unresolved contact group from the specified address and persistentData.
createUnresolvedContactGroup(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
Creates and returns a unresolved contact group from the specified address and persistentData.
createUnresolvedContactGroup(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Creates a non resolved contact group for the specified name.
createUnresolvedContactGroup(String, String, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Creates and returns a unresolved contact group from the specified address and persistentData.
createUnresolvedContactGroup(String, String, ContactGroup) - Method in interface net.java.sip.communicator.service.protocol.OperationSetPersistentPresence
Creates and returns a unresolved contact group from the specified address and persistentData.
createUpdateCheckBox() - Method in class net.java.sip.communicator.plugin.generalconfig.GeneralConfigurationPanel
Initializes the update check panel.
createVideoCall(String) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetVideoTelephonySipImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(Contact) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetVideoTelephonySipImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
Create a new video call and invite the specified CallPeer to it.
createVideoCall(Contact) - Method in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
Create a new video call and invite the specified CallPeer to it.
createVideoConfigPanel() - Static method in class net.java.sip.communicator.impl.neomedia.MediaConfiguration
Returns the video configuration panel.
createVolatileContact(String) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Creates a non persistent contact for the specified address.
createVolatileContact(String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Creates a non persistent contact for the specified address.
createVolatileContact(String) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Creates a non persistent contact for the specified address.
createVolatileContact(Screenname) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Creates a non persistent contact for the specified address.
createVolatileContact(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Creates a non persistent contact for the specified address.
createVolatileContact(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Creates a non persistent contact for the specified address.
createVolatileContact(MsnContact) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Creates a non persistent contact for the specified address.
createVolatileContact(String, Email, String) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Creates a non persistent contact for the specified address.
createVolatileContact(MsnContact) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Creates a non persistent contact for the specified address.
createVolatileContact(String, Email, String) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Creates a non persistent contact for the specified address.
createVolatileContact(Address) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Creates a non persistent contact for the specified address.
createVolatileContact(String) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Creates a non persistent contact for the specified address.
createVolatileContact(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
Creates a non persistent contact for the specified address.
createVolatileContact(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Creates a non persistent contact for the specified address.
createVolatileContact(String, BonjourService, String, InetAddress, int) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Creates a non persistent contact for the specified address.
createWhiteboardObject(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Create a WhiteboardObject instance with the specified type.
createWhiteboardObject(String) - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Create a WhiteboardObject instance with the specified type.
createWhiteboardSession(String, Hashtable) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetWhiteboardingJabberImpl
Creates a WhiteboardSession.
createWhiteboardSession(String, Hashtable) - Method in interface net.java.sip.communicator.service.protocol.OperationSetWhiteboarding
Creates a WhiteboardSession with the name sessionName and according to the specified sessionProperties.
createWindow() - Method in class net.java.sip.communicator.impl.gui.main.login.AuthenticationExportedWindow
 
createWindow() - Method in class net.java.sip.communicator.service.gui.AbstractExportedWindow
Creates the Window instance to be wrapped by this instance and to which ExportedWindow capabilities are provided.
createZrtpControl() - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Creates ZrtpControl used to control all zrtp options on particular stream.
createZrtpControl() - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Creates ZrtpControl used to control all zrtp options.
CREATOR_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ContentPacketExtension
The name of the "creator" argument.
CredentialsCache - Class in net.java.sip.communicator.impl.protocol.sip.security
The class is used to cache all realms that a certain call has been authorized against and all credentials that have been used for each realm.
CredentialsCache() - Constructor for class net.java.sip.communicator.impl.protocol.sip.security.CredentialsCache
 
CredentialsCacheEntry - Class in net.java.sip.communicator.impl.protocol.sip.security
Used to cache credentials through a call.
CredentialsCacheEntry() - Constructor for class net.java.sip.communicator.impl.protocol.sip.security.CredentialsCacheEntry
 
CredentialsStorageActivator - Class in net.java.sip.communicator.impl.credentialsstorage
Activator for the CredentialsStorageService.
CredentialsStorageActivator() - Constructor for class net.java.sip.communicator.impl.credentialsstorage.CredentialsStorageActivator
 
CredentialsStorageService - Interface in net.java.sip.communicator.service.credentialsstorage
Loads and saves user credentials from/to the persistent storage (configuration file in the default implementation).
CredentialsStorageServiceImpl - Class in net.java.sip.communicator.impl.credentialsstorage
Implements CredentialsStorageService to load and store user credentials from/to the ConfigurationService.
CredentialsStorageServiceImpl() - Constructor for class net.java.sip.communicator.impl.credentialsstorage.CredentialsStorageServiceImpl
 
Crypto - Interface in net.java.sip.communicator.impl.credentialsstorage
Allows to encrypt and decrypt text using a symmetric algorithm.
CRYPTO_SUITE_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CryptoPacketExtension
The name of the 'crypto-suite' argument.
CryptoException - Exception in net.java.sip.communicator.service.credentialsstorage
Exception thrown by the Crypto encrypt/decrypt interface methods.
CryptoException(int, Exception) - Constructor for exception net.java.sip.communicator.service.credentialsstorage.CryptoException
Constructs the crypto exception.
CryptoPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
The element containing details about an encryption algorithm that could be used during a jingle session.
CryptoPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CryptoPacketExtension
Creates a new CryptoPacketExtension instance with the proper element name and namespace.
CSRC_AUDIO_LEVEL_URN - Static variable in class net.java.sip.communicator.service.neomedia.RTPExtension
The URN identifying the RTP extension that allows mixers to send to conference participants the audio levels of all contributing sources.
CsrcAudioLevelListener - Interface in net.java.sip.communicator.service.neomedia.event
The CsrcAudioLevelListener delivers audio level events reported by the remote party in cases where it (the remote party) is acting as a mixer, mixing flows from numerous contributors.
CsrcTransformEngine - Class in net.java.sip.communicator.impl.neomedia.transform.csrc
We use this engine to add the list of CSRC identifiers in RTP packets that we send to conference participants during calls where we are the mixer.
CsrcTransformEngine(MediaStreamImpl) - Constructor for class net.java.sip.communicator.impl.neomedia.transform.csrc.CsrcTransformEngine
Creates an engine instance that will be adding CSRC lists to the specified stream.
CTRL_ENTER_COMMAND - Static variable in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
 
ctrlEnterKeyTyped() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Called when the CTRL-ENTER or CMD-ENTER keys were typed when this window was the focused window.
CURRENT_PAGE_PROPERTY - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Identification string for the current panel.
currentChatTransportChanged(ChatSession) - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatSessionChangeListener
Called when the current ChatTransport has changed.
currentChatTransportChanged(ChatSession) - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.MainToolBar
Implements ChatSessionChangeListener#currentChatTransportChanged(ChatSession).
currentStateStartDate - Variable in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
Indicates the date when is whiteboard participant passed into its current state.
customPaintBackground(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFieldUI
Paints the background of the associated component.
customPaintBackground(Graphics) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI
Paints the background of the associated component.
cut() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Cuts the write area selected content to the clipboard.
CUT_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Cut icon.
CVImageBuffer - Class in net.java.sip.communicator.impl.neomedia.quicktime
Represents a CoreVideo CVImageBufferRef.
CVImageBuffer(long) - Constructor for class net.java.sip.communicator.impl.neomedia.quicktime.CVImageBuffer
Initializes a new CVImageBuffer instance which is to represent a specific CoreVideo CVImageBufferRef.
CVPixelBuffer - Class in net.java.sip.communicator.impl.neomedia.quicktime
Represents a CoreVideo CVPixelBufferRef.
CVPixelBuffer(long) - Constructor for class net.java.sip.communicator.impl.neomedia.quicktime.CVPixelBuffer
Initializes a new CVPixelBuffer instance which is to represent a specific CoreVideo CVPixelBufferRef.
CVPixelBufferAttributeKey - Class in net.java.sip.communicator.impl.neomedia.quicktime
 
CVPixelFormatType - Class in net.java.sip.communicator.impl.neomedia.quicktime
Defines the types of CVPixelBuffers to be output by QTCaptureDecompressedVideoOutput.

D

d_lsp(int[], int, float[], int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lspdec
Decode lsp parameters
data - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
 
data - Variable in class net.java.sip.communicator.plugin.dictaccregwizz.StrategiesList.ListModel
 
DATA_DIRECTORY - Static variable in class net.java.sip.communicator.impl.history.HistoryServiceImpl
 
DATA_FILE - Static variable in class net.java.sip.communicator.impl.history.HistoryServiceImpl
 
dataSocket - Variable in class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
The DatagramSocket that a stream should use for data (e.g.
DataSource - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa
low-latency ALSA access through JNI wrapper
DataSource() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.DataSource
 
DataSource - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow
DataSource for DirectShow capture devices.
DataSource() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Constructor.
DataSource(MediaLocator) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Initializes a new DataSource instance from a specific MediaLocator.
DataSource - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.imgstreaming
Implements CaptureDevice and DataSource for the purposes of image and desktop streaming.
DataSource() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.imgstreaming.DataSource
Initializes a new DataSource instance.
DataSource(MediaLocator) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.imgstreaming.DataSource
Initializes a new DataSource instance.
DataSource - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio
Implements DataSource and CaptureDevice for PortAudio.
DataSource() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Initializes a new DataSource instance.
DataSource(MediaLocator) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Initializes a new DataSource instance from a specific MediaLocator.
DataSource(MediaLocator, Format[], boolean) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Initializes a new DataSource instance from a specific MediaLocator and which has a specific list of Format in which it is capable of capturing audio data overriding its registration with JMF and optionally uses audio quality improvement in accord with the preferences of the user.
DataSource - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime
Implements a PushBufferDataSource and CaptureDevice using QuickTime/QTKit.
DataSource() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Initializes a new DataSource instance.
DataSource(MediaLocator) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Initializes a new DataSource instance from a specific MediaLocator.
DataSource - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2
Implements a PullBufferDataSource and CaptureDevice using the Video for Linux Two API Specification.
DataSource() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Initializes a new DataSource instance.
DataSource(MediaLocator) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Initializes a new DataSource instance from a specific MediaLocator.
dataSource - Variable in class net.java.sip.communicator.impl.neomedia.protocol.PullBufferDataSourceDelegate
The wrapped DataSource this instance delegates to.
dataSource - Variable in class net.java.sip.communicator.impl.neomedia.protocol.PushBufferDataSourceDelegate
The wrapped DataSource this instance delegates to.
DataSourceFilter - Interface in net.java.sip.communicator.impl.neomedia.conference
Represents a filter which determines whether a specific DataSource is to be selected or deselected by the caller of the filter.
DatesListRenderer - Class in net.java.sip.communicator.impl.gui.main.chat.history
The DatesListRenderer is a ListCellRenderer, specialized to show dates.
DatesListRenderer() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.history.DatesListRenderer
 
DatesPanel - Class in net.java.sip.communicator.impl.gui.main.chat.history
The DatesPanel contains the list of history dates for a contact.
DatesPanel(HistoryWindow) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.history.DatesPanel
Creates an instance of DatesPanel.
DATUM - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
GPS datum.
DATUM - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetGeolocation
GPS datum.
DBStructSerializer - Class in net.java.sip.communicator.impl.history
 
DBStructSerializer(HistoryServiceImpl) - Constructor for class net.java.sip.communicator.impl.history.DBStructSerializer
 
dbus_bus_get_session() - Static method in class net.java.sip.communicator.impl.galagonotification.GalagoNotification
Connects to the DBUS_BUS_SESSION D-Bus bus daemon and registers with it.
dbus_connection_unref(long) - Static method in class net.java.sip.communicator.impl.galagonotification.GalagoNotification
Decrements the reference count of the specified DBusConnection and finalizes it if the count reaches zero.
dbusConnection - Static variable in class net.java.sip.communicator.impl.galagonotification.GalagoNotificationActivator
The DBusConnection pointer to the D-Bus connection through which the freedesktop.org Desktop Notifications are being sent.
DBusException - Exception in net.java.sip.communicator.impl.galagonotification
Implements Exception for D-Bus errors reported through the native DBusError structure.
DBusException(String) - Constructor for exception net.java.sip.communicator.impl.galagonotification.DBusException
Initializes a new DBusException instance with the specified detail message.
DeAcelp - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
DeAcelp() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.DeAcelp
 
deactivateAll() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Deactivates all active contacts.
debug(Object) - Method in class net.java.sip.communicator.util.Logger
Log a DEBUG message.
debug(Object, Throwable) - Method in class net.java.sip.communicator.util.Logger
Log a message, with associated Throwable information.
dec_gain(int, float[], int, int, FloatReference, FloatReference) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.DecGain
Decode the adaptive and fixed codebook gains.
dec_lag3(int, int, int, int, IntReference, IntReference) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.DecLag3
Decoding of fractional pitch lag with 1/3 resolution.
DecGain - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
DecGain() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.DecGain
 
DecLag3 - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
DecLag3() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.DecLag3
 
DecLd8k - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
Functions init_decod_ld8k and decod_ld8k.
DecLd8k() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.DecLd8k
 
decod_ACELP(int, int, float[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.DeAcelp
Algebraic codebook decoder.
decod_ld8k(int[], int, float[], int, float[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.DecLd8k
Decoder
decode(short[], short[], short) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
Decode(float[], int, int, int[], float[], int[], int[], int[], int[], int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
decode(byte[], int, int, OutputStream) - Method in class net.java.sip.communicator.util.Base64.Base64Encoder
decode the base 64 encoded byte data writing it to the given output stream, whitespace characters will be ignored.
decode(String, OutputStream) - Method in class net.java.sip.communicator.util.Base64.Base64Encoder
decode the base 64 encoded String data writing it to the given output stream, whitespace characters will be ignored.
decode(byte[]) - Static method in class net.java.sip.communicator.util.Base64
decode the base 64 encoded input data.
decode(String) - Static method in class net.java.sip.communicator.util.Base64
decode the base 64 encoded String data - whitespace will be ignored.
decode(String, OutputStream) - Static method in class net.java.sip.communicator.util.Base64
decode the base 64 encoded String data writing it to the given output stream, whitespace characters will be ignored.
decodeName(String) - Static method in class net.java.sip.communicator.util.xml.DOMElementWriter
Decodes an XML (element) name according to http://www.w3.org/TR/xml/#NT-Name.
Decoder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
Main program of the G.729 8.0 kbit/s decoder.
Decoder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Decoder
Initialization of decoder
DecoderInterpolateLSF(float[], float[], float[], int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
decodeText(String) - Static method in class net.java.sip.communicator.impl.protocol.msn.mail.utils.MimeUtility
Decodes headers that are defined as '*text' in RFC 822.
decodeWord(String) - Static method in class net.java.sip.communicator.impl.protocol.msn.mail.utils.MimeUtility
Decodes the specified string using the RFC 2047 rules for parsing an "encoded-word".
decodingTable - Variable in class net.java.sip.communicator.util.Base64.Base64Encoder
 
decrypt(String) - Method in class net.java.sip.communicator.impl.credentialsstorage.AESCrypto
Decrypts the cyphertext using the key.
decrypt(String) - Method in interface net.java.sip.communicator.impl.credentialsstorage.Crypto
Decrypts the cipher text and returns the result.
DECRYPTION_ERROR - Static variable in exception net.java.sip.communicator.service.credentialsstorage.CryptoException
Set when decryption fails.
DEFAULT_BUFFER_LENGTH - Static variable in class net.java.sip.communicator.impl.neomedia.protocol.CachingPushBufferStream
The default length in milliseconds of the buffering to be performed by CachePushBufferStreams.
DEFAULT_CLOCK_RATE - Static variable in class net.java.sip.communicator.impl.neomedia.format.VideoMediaFormatImpl
The default value of the clockRate property of VideoMediaFormatImpl.
DEFAULT_ENCRYPTION - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of the property which defines that the call is encrypted by default
DEFAULT_FILE_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The default icon used in file transfer ui.
DEFAULT_FONT_SIZE - Static variable in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeText
A type string constant indicating the default font size of the text in this object.
DEFAULT_HEIGHT - Static variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DataSource
The default height of DataSource.
DEFAULT_HEIGHT - Static variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
The default height of DataSource when the associated QTCaptureDevice does not report the actual height.
DEFAULT_HEIGHT - Static variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
The default height to request from Video for Linux Two API Specification devices.
DEFAULT_KEEP_ALIVE_INTERVAL - Static variable in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
 
DEFAULT_LOCALE_CONFIG - Static variable in interface net.java.sip.communicator.service.resources.ResourceManagementService
Default Locale config string.
DEFAULT_MILLIS_PER_BUFFER - Static variable in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
The number of milliseconds to be read from or written to a native PortAudio stream in a single transfer of data.
DEFAULT_MIME_ENCODING - Static variable in class net.java.sip.communicator.impl.protocol.irc.MessageIrcImpl
Default encoding for outgoing messages.
DEFAULT_MIME_ENCODING - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetBasicInstantMessaging
Default encoding for outgoing messages.
DEFAULT_MIME_ENCODING - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetSmsMessaging
Default encoding for outgoing messages.
DEFAULT_MIME_TYPE - Static variable in class net.java.sip.communicator.impl.protocol.irc.MessageIrcImpl
Default mime type for outgoing messages.
DEFAULT_MIME_TYPE - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetBasicInstantMessaging
Default mime type for outgoing messages.
DEFAULT_MIME_TYPE - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetSmsMessaging
Default mime type for outgoing messages.
DEFAULT_OUTPUT_FORMATS - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JavaDecoder
Default output formats.
DEFAULT_PAGE_IDENTIFIER - Static variable in interface net.java.sip.communicator.service.gui.WizardPage
The identifier of the default wizard page.
DEFAULT_POLL_PERIOD - Static variable in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
 
DEFAULT_PORT - Static variable in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistration
 
DEFAULT_PORT - Static variable in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
 
DEFAULT_PORT - Static variable in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
 
DEFAULT_PRIORITY - Static variable in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistration
 
DEFAULT_PRIORITY - Static variable in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
 
DEFAULT_REGISTRATION_EXPIRATION - Static variable in class net.java.sip.communicator.impl.protocol.sip.SipRegistrarConnection
The default amount of time (in seconds) that registration take to expire or otherwise put - the number of seconds we wait before re- registering.
DEFAULT_RESOURCE - Static variable in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistration
 
DEFAULT_RESOURCE - Static variable in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
 
DEFAULT_SAMPLE_RATE - Static variable in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
The default value for the sample rate of the input and the output PortAudio streams with which they are to be opened if no other specific sample rate is specified to the PortAudio DataSource or PortAudioRenderer that they represent.
DEFAULT_SIPZRTP_ATTRIBUTE - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of the property which defines if to include the ZRTP attribute to SIP/SDP
DEFAULT_SOURCE - Static variable in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFilter
The default contact source search type.
DEFAULT_STUN_SERVER_PORT - Static variable in class net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl
Default STUN server port.
DEFAULT_STYLE_PATH - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
The default path, where chat window styles could be found.
DEFAULT_SUBSCRIBE_EXPIRES - Static variable in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
 
DEFAULT_TLS_PORT - Static variable in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
 
DEFAULT_USER_PHOTO - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used, when a contact has no photo specified.
DEFAULT_WIDTH - Static variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DataSource
The default width of DataSource.
DEFAULT_WIDTH - Static variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
The default width of DataSource when the associated QTCaptureDevice does not report the actual width.
DEFAULT_WIDTH - Static variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
The default width to request from Video for Linux Two API Specification devices.
defaultButtonState() - Method in class net.java.sip.communicator.plugin.pluginmanager.ManageButtonsPanel
Default state of buttons, as nothing is selected
defaultCaptureDevice - Static variable in class net.java.sip.communicator.impl.neomedia.device.PortAudioAuto
The default capture device.
DefaultColorPackImpl - Class in net.java.sip.communicator.plugin.defaultresourcepack
The default color resource pack.
DefaultColorPackImpl() - Constructor for class net.java.sip.communicator.plugin.defaultresourcepack.DefaultColorPackImpl
 
DefaultContactEventHandler - Class in net.java.sip.communicator.impl.gui
The DefaultContactEventHandler provides the default behavior on a contact event.
DefaultContactEventHandler(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.DefaultContactEventHandler
Creates an instance of DefaultContactEventHandler.
DefaultContactEventHandler.RunMessageWindow - Class in net.java.sip.communicator.impl.gui
Runs the chat window for the specified contact.
DefaultContactEventHandler.RunMessageWindow(MetaContact, Contact) - Constructor for class net.java.sip.communicator.impl.gui.DefaultContactEventHandler.RunMessageWindow
Creates a chat window
DefaultContactList - Class in net.java.sip.communicator.impl.gui.main.contactlist
DeafultContactlist used to display JLists with contacts.
DefaultContactList() - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.DefaultContactList
Creates an instance of DefaultContactList.
DefaultImagePackImpl - Class in net.java.sip.communicator.plugin.defaultresourcepack
The default image resource pack.
DefaultImagePackImpl() - Constructor for class net.java.sip.communicator.plugin.defaultresourcepack.DefaultImagePackImpl
 
DefaultLanguagePackImpl - Class in net.java.sip.communicator.plugin.defaultresourcepack
 
DefaultLanguagePackImpl() - Constructor for class net.java.sip.communicator.plugin.defaultresourcepack.DefaultLanguagePackImpl
 
DefaultPacketExtensionProvider<C extends AbstractPacketExtension> - Class in net.java.sip.communicator.impl.protocol.jabber.extensions
A provider that parses incoming packet extensions into instances of the Class that it has been instantiated for.
DefaultPacketExtensionProvider(Class<C>) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.DefaultPacketExtensionProvider
Creates a new packet provider for the specified packet extensions.
defaultPlaybackDevice - Static variable in class net.java.sip.communicator.impl.neomedia.device.PortAudioAuto
The default playback device.
DefaultQueryResultSet<T> - Class in net.java.sip.communicator.service.history
 
DefaultQueryResultSet(Vector<T>) - Constructor for class net.java.sip.communicator.service.history.DefaultQueryResultSet
 
DefaultResourcePackActivator - Class in net.java.sip.communicator.plugin.defaultresourcepack
 
DefaultResourcePackActivator() - Constructor for class net.java.sip.communicator.plugin.defaultresourcepack.DefaultResourcePackActivator
 
DefaultSecurityAuthority - Class in net.java.sip.communicator.impl.gui.main.login
Utility class that can be used in cases where components other than the main user interface may need to launch provider registration.
DefaultSecurityAuthority(ProtocolProviderService) - Constructor for class net.java.sip.communicator.impl.gui.main.login.DefaultSecurityAuthority
Creates this authority for a particular provider.
DefaultSettingsPackImpl - Class in net.java.sip.communicator.plugin.defaultresourcepack
The default settings resource pack.
DefaultSettingsPackImpl() - Constructor for class net.java.sip.communicator.plugin.defaultresourcepack.DefaultSettingsPackImpl
 
DefaultSoundPackImpl - Class in net.java.sip.communicator.plugin.defaultresourcepack
The default sound resource pack.
DefaultSoundPackImpl() - Constructor for class net.java.sip.communicator.plugin.defaultresourcepack.DefaultSoundPackImpl
 
DefaultStreamConnector - Class in net.java.sip.communicator.service.neomedia
Represents a default implementation of StreamConnector which is initialized with a specific pair of control and data DatagramSockets and which closes them (if they exist) when its DefaultStreamConnector.close() is invoked.
DefaultStreamConnector() - Constructor for class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
Initializes a new DefaultStreamConnector instance with no control and data DatagramSockets.
DefaultStreamConnector(InetAddress) - Constructor for class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
Initializes a new DefaultStreamConnector instance with a specific bind InetAddress.
DefaultStreamConnector(DatagramSocket, DatagramSocket) - Constructor for class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
Initializes a new DefaultStreamConnector instance which is to represent a specific pair of control and data DatagramSockets.
DefaultTreeContactList - Class in net.java.sip.communicator.impl.gui.main.contactlist
DeafultContactlist used to display JLists with contacts.
DefaultTreeContactList() - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.DefaultTreeContactList
Creates an instance of DefaultContactList.
DELAY_DS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
DELETE_16x16_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Delete 16x16 image.
DELETE_TEXT_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used in the SIPCommLookAndFeel to paint the icon used to delete text in text fields and editable combo boxes.
DELETE_TEXT_ROLLOVER_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used in the SIPCommLookAndFeel to paint the rollover icon used to delete text in text fields and editable combo boxes.
deleteBuddies(List<Buddy>) - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileGroup
 
deleteBuddy(Buddy) - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileGroup
 
deleteButton - Variable in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI
The delete text button shown on the right of the field.
deleteSelected() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardFrame
Deletes currently selected shape.
deleteWhiteboardObject(WhiteboardObject) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Sends a WhiteboardObject to delete and delete the local WhiteboardObject
deleteWhiteboardObject(WhiteboardSession, WhiteboardShape) - Method in class net.java.sip.communicator.plugin.whiteboard.WhiteboardSessionManager
Deletes a WhiteboardShape from the white-board.
deleteWhiteboardObject(WhiteboardObject) - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Sends a WhiteboardObject to delete and delete the local WhiteboardObject
DELIVERED - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.MessageZeroconfImpl
Message indicating that the previsous message was delivered successfully
deliverMessage(String, Message) - Method in class net.java.sip.communicator.impl.protocol.mock.MockBasicInstantMessaging
Methods for manipulating mock operation set as deliver(receive) messageop
deliverMessage(Message, String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Methods for manipulating mock operation set as deliver(receive) messageop
deliverMessage(Message, ContactSSH) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetBasicInstantMessagingSSHImpl
In case the to Contact corresponds to another ssh protocol provider registered with SIP Communicator, we deliver the message to them, in case the to Contact represents us, we fire a MessageReceivedEvent, and if to is simply a contact in our contact list, then we simply echo the message.
DePacketizer - Class in net.java.sip.communicator.impl.neomedia.codec.audio.alaw
DePacketizer for ALAW codec
DePacketizer() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.DePacketizer
Creates DePacketizer
DePacketizer - Class in net.java.sip.communicator.impl.neomedia.codec.video.h264
Implements Codec to represent a depacketizer of H.264 RTP packets into NAL units.
DePacketizer() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.h264.DePacketizer
Initializes a new DePacketizer instance which is to depacketize H.264 RTP packets into NAL units.
deriveContext(long, int, long) - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPCryptoContext
Derive a new SRTPCryptoContext for use with a new SSRC This method returns a new SRTPCryptoContext initialized with the data of this SRTPCryptoContext.
deriveSrtpKeys(long) - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPCryptoContext
Derives the srtp session keys from the master key
DESCRIPTION - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
The name of the geolocation map key that we use for storing a natural-language name for or description of a given location (e.g.
DESCRIPTION - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetGeolocation
The name of the geolocation map key that we use for storing a natural-language name for or description of a given location (e.g.
descriptor - Variable in class net.java.sip.communicator.impl.gui.main.chat.ChatContact
The descriptor being adapted by this instance.
deserialize(URL, String) - Static method in class net.java.sip.communicator.impl.protocol.rss.RssFeedReader
 
deserialize(String) - Static method in class net.java.sip.communicator.impl.protocol.rss.RssItemKey
Used for restoring the key information from a textual representation.
Desktop - Class in net.java.sip.communicator.impl.osdependent
The Desktop class handles desktop operations through the default desktop implementation.
Desktop.DesktopPeer - Interface in net.java.sip.communicator.impl.osdependent
The DesktopPeer interface provides abstraction for operating system related desktop operations like open(file), print(file), etc.
DesktopInteract - Interface in net.java.sip.communicator.impl.neomedia.imgstreaming
Interface to interact with the desktop such as taking screen capture or to generate mouse/keyboard event.
DesktopInteractImpl - Class in net.java.sip.communicator.impl.neomedia.imgstreaming
This singleton class provide screen capture and key/mouse events generation by wrapping partial or all java.awt.Robot methods to interact with desktop.
DesktopInteractImpl() - Constructor for class net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteractImpl
Constructor.
DesktopService - Interface in net.java.sip.communicator.service.desktop
The DesktopService manages the .
DesktopServiceImpl - Class in net.java.sip.communicator.impl.osdependent
Implementation of the DesktopService.
DesktopServiceImpl() - Constructor for class net.java.sip.communicator.impl.osdependent.DesktopServiceImpl
Creates a DesktopServiceImpl and initializes the default desktop to use for all desktop operations.
destroyAudio(SCAudioClip) - Method in class net.java.sip.communicator.impl.audionotifier.AudioNotifierServiceImpl
Removes the given audio from the list of available audio clips.
destroyAudio(SCAudioClip) - Method in class net.java.sip.communicator.impl.neomedia.notify.AudioNotifierServiceImpl
Removes the given audio from the list of available audio clips.
destroyAudio(SCAudioClip) - Method in interface net.java.sip.communicator.service.audionotifier.AudioNotifierService
Destroys the given audio.
detachTab(int) - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Detaches the index tab in a seperate frame.
detailDisplayName - Variable in class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
 
detailsChanged(String) - Method in class net.java.sip.communicator.impl.protocol.icq.InfoRetreiver
when detail is changed we remove it from the cache, from retreivedDetails so the next time we want the details we are shure they are get from the server and are actual
detailsPanel - Variable in class net.java.sip.communicator.plugin.contactinfo.ContactInfoDialog
The right side of this frame that contains protocol specific contact details.
detectAndConfigureCaptureDevices() - Static method in class net.java.sip.communicator.impl.neomedia.device.JmfDeviceDetector
Detect all devices and complete
DeviceConfiguration - Class in net.java.sip.communicator.impl.neomedia.device
This class aims to provide a simple configuration interface for JMF.
DeviceConfiguration() - Constructor for class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
 
DeviceConfigurationComboBoxModel - Class in net.java.sip.communicator.impl.neomedia
 
DeviceConfigurationComboBoxModel(DeviceConfiguration, int) - Constructor for class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel
Creates device combobox model
DeviceConfigurationComboBoxModel.CaptureDevice - Class in net.java.sip.communicator.impl.neomedia
Encapsulates CaptureDeviceInfo
DeviceConfigurationComboBoxModel.CaptureDevice(CaptureDeviceInfo) - Constructor for class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel.CaptureDevice
Creates the wrapper.
deviceInputWithDevice(QTCaptureDevice) - Static method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureDeviceInput
 
deviceSession - Variable in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
The session with the MediaDevice this instance uses for both capture and playback of media.
deviceSessionChanged(MediaDeviceSession, MediaDeviceSession) - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Notifies this MediaStream that the MediaDevice (and respectively the MediaDeviceSession with it) which this instance uses for capture and playback of media has been changed.
deviceSessionChanged(MediaDeviceSession, MediaDeviceSession) - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Notifies this MediaStream that the MediaDevice (and respectively the MediaDeviceSession with it) which this instance uses for capture and playback of media has been changed.
deviceWithUniqueID(String) - Static method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureDevice
Gets the QTCaptureDevice with a specific unique identifier.
DIAGNOSTICS_STATUS_COMPLETED - Static variable in class net.java.sip.communicator.impl.netaddr.AddressDiagnosticsKit
 
DIAGNOSTICS_STATUS_DISOVERING_BIND_LIFETIME - Static variable in class net.java.sip.communicator.impl.netaddr.AddressDiagnosticsKit
 
DIAGNOSTICS_STATUS_DISOVERING_CONFIG - Static variable in class net.java.sip.communicator.impl.netaddr.AddressDiagnosticsKit
 
DIAGNOSTICS_STATUS_OFF - Static variable in class net.java.sip.communicator.impl.netaddr.AddressDiagnosticsKit
 
DIAGNOSTICS_STATUS_RESOLVING - Static variable in class net.java.sip.communicator.impl.netaddr.AddressDiagnosticsKit
 
DIAGNOSTICS_STATUS_TERMINATED - Static variable in class net.java.sip.communicator.impl.netaddr.AddressDiagnosticsKit
 
DIAL_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A dial button icon.
DIAL_BUTTON_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Background image of the dial button.
DIAL_BUTTON_ROLLOVER_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Background image when rollover on the dial button.
DIAL_DIEZ - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
DIAL_EIGHT - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
DIAL_FIVE - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
DIAL_FOUR - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
DIAL_NINE - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
DIAL_ONE - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
DIAL_SEVEN - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
DIAL_SIX - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
DIAL_STAR - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
DIAL_THREE - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
DIAL_TWO - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
DIAL_ZERO - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
DIALING - Static variable in class net.java.sip.communicator.impl.gui.utils.NotificationManager
 
DIALING - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
DIALING_IN - Static variable in class net.java.sip.communicator.impl.protocol.sip.ConferenceMemberSipImpl
Endpoint is dialing into the conference, not yet in the roster (probably being authenticated).
DIALING_OUT - Static variable in class net.java.sip.communicator.impl.protocol.sip.ConferenceMemberSipImpl
Focus has dialed out to connect the endpoint to the conference, but the endpoint is not yet in the roster (probably being authenticated).
DialpadDialog - Class in net.java.sip.communicator.impl.gui.main.call
The DialpadDialog is a popup dialog containing a dialpad.
DialpadDialog(DTMFHandler) - Constructor for class net.java.sip.communicator.impl.gui.main.call.DialpadDialog
Creates an instance of the DialpadDialog.
DialPanel - Class in net.java.sip.communicator.impl.gui.main.call
The DialPanel is the panel that contains the buttons to dial a phone number.
DialPanel(DTMFHandler) - Constructor for class net.java.sip.communicator.impl.gui.main.call.DialPanel
Creates an instance of DialPanel for a specific call, by specifying the parent CallManager and the CallPeer.
DICT - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolNames
The Dict protocol.
DICT_LOGO - Static variable in class net.java.sip.communicator.plugin.dictaccregwizz.Resources
 
DICT_PROTOCOL_NAME - Static variable in class net.java.sip.communicator.impl.protocol.dict.ProtocolProviderServiceDictImpl
The name of this protocol.
DictAccountID - Class in net.java.sip.communicator.impl.protocol.dict
The Dict implementation of a sip-communicator account id.
DictAccountID(String, Map<String, String>) - Constructor for class net.java.sip.communicator.impl.protocol.dict.DictAccountID
Creates an account id from the specified id and account properties.
DictAccountRegistration - Class in net.java.sip.communicator.plugin.dictaccregwizz
The DictAccountRegistration is used to store all user input data through the DictAccountRegistrationWizard.
DictAccountRegistration() - Constructor for class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistration
 
DictAccountRegistrationWizard - Class in net.java.sip.communicator.plugin.dictaccregwizz
The DictAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Dict protocol.
DictAccountRegistrationWizard(WizardContainer) - Constructor for class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Creates an instance of DictAccountRegistrationWizard.
DictAccRegWizzActivator - Class in net.java.sip.communicator.plugin.dictaccregwizz
Registers the DictAccountRegistrationWizard in the UI Service.
DictAccRegWizzActivator() - Constructor for class net.java.sip.communicator.plugin.dictaccregwizz.DictAccRegWizzActivator
 
DictActivator - Class in net.java.sip.communicator.impl.protocol.dict
Loads the Dict provider factory and registers its services in the OSGI bundle context.
DictActivator() - Constructor for class net.java.sip.communicator.impl.protocol.dict.DictActivator
 
DictStatusEnum - Class in net.java.sip.communicator.impl.protocol.dict
An implementation of PresenceStatus that enumerates all states that a Dict contact can fall into.
DIEZ_DIAL_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A dial button icon.
dim_lsfCbTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
DIM_RR - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Size of correlation matrix
direction - Variable in class net.java.sip.communicator.service.callhistory.CallRecord
Indicates the direction of the call - IN or OUT.
DIRECTION_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ExtmapPacketExtension
The name of the direction attribute in the extmap element.
directoryDropped(File, Point) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Sends all files from the given directory when it's dropped in the chat window.
DirectShowAuto - Class in net.java.sip.communicator.impl.neomedia.device
Discovers and registers DirectShow video capture devices with JMF.
DirectShowAuto() - Constructor for class net.java.sip.communicator.impl.neomedia.device.DirectShowAuto
Constructor.
DirectShowStream - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow
Implements a PushBufferStream using DirectShow.
DirectShowStream(FormatControl) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
Initializes a new DirectShowStream instance which is to have its Format-related information abstracted by a specific FormatControl.
DISABLE_VIDEO_SUPPORT_PROPERTY_NAME - Static variable in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
With this property video support can be disabled (enabled by default).
disableCopy() - Method in class net.java.sip.communicator.impl.gui.main.chat.menus.ChatRightButtonMenu
Disables the copy item.
DISABLED - Static variable in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingEntry
Keystroke representing an unmapped entry.
DISABLED - Static variable in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
The disabled state of the notification action.
disableLogging() - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Disable logging altogether.
discardOutputBuffer(Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.AbstractCodecExt
 
discardOutputBuffer(Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.JavaEncoder
 
disconnect() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Notifies this AudioMixer that an output AudioMixingPushBufferDataSource reading from it has been disconnected.
disconnect() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.disconnect().
disconnect() - Method in class net.java.sip.communicator.impl.neomedia.conference.InputDataSourceDesc
Disconnects the effective input DataSource described by this instance if it is already connected.
disconnect() - Method in class net.java.sip.communicator.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Implements DataSource.disconnect().
disconnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Closes the connection to the media source specified by the MediaLocator of this DataSource.
disconnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Closes the connection to the media source specified by the MediaLocator of this DataSource.
disconnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.DataSource
Disconnect the datasource
disconnect() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements CaptureDevice.disconnect().
disconnect() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements CaptureDevice.disconnect().
disconnect() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.disconnect().
disconnect() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PushBufferDataSourceAdapter
Implements DataSource.disconnect().
disconnect() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.disconnect().
disconnect() - Method in class net.java.sip.communicator.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.disconnect().
DISCONNECTED - Static variable in class net.java.sip.communicator.impl.protocol.sip.ConferenceMemberSipImpl
The endpoint is not a participant in the conference, and no active dialog exists between the endpoint and the focus.
DISCONNECTED - Static variable in class net.java.sip.communicator.service.protocol.CallPeerState
This constant value indicates that the state of the call peer is is DISCONNECTED - which means that this peer is not participating :) in the call any more.
DISCONNECTED - Static variable in class net.java.sip.communicator.service.protocol.WhiteboardParticipantState
This constant value indicates that the state of the whiteboard participant is is DISCONNECTET - which means that this participant is not participating :) in the whiteboard any more.
discoverInfo(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Returns the discovered information of a given XMPP entity addressed by its JID.
discoverInfo(String, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Returns the discovered information of a given XMPP entity addressed by its JID and note attribute.
discoverItems(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Returns the discovered items of a given XMPP entity addressed by its JID.
discoverItems(String, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Returns the discovered items of a given XMPP entity addressed by its JID and note attribute.
dispatchKeyEvent(KeyEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.DTMFHandler
This one dispatches key events and if they are on one of our focused parents.
DISPLAY_NAME - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name that should be displayed to others when we are calling or writing them.
DISPLAY_NAME_PROPERTY_NAME - Static variable in interface net.java.sip.communicator.service.protocol.ConferenceMember
The name of the property of ConferenceMember which specifies the user-friendly display name of the respective ConferenceMember in the conference.
displayMessage(String, String, int) - Method in class net.java.sip.communicator.impl.osdependent.TrayIcon.AWTTrayIconPeer
 
displayMessage(String, String, int) - Method in class net.java.sip.communicator.impl.osdependent.TrayIcon
 
displayMessage(String, String, int) - Method in class net.java.sip.communicator.impl.osdependent.TrayIcon.JdicTrayIconPeer
 
displayMessage(String, String, int) - Method in interface net.java.sip.communicator.impl.osdependent.TrayIcon.TrayIconPeer
 
displayOrHideDetails() - Method in class net.java.sip.communicator.impl.gui.customcontrols.ErrorDialog
This function show (if previously hided) or hide (if previously showed) the details of the error.
displayPopupError(String) - Method in class net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordChangeDialog
Displays an error pop-up.
displayPopupInfo(String) - Method in class net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordChangeDialog
Displays an info pop-up.
dispose() - Method in class net.java.sip.communicator.impl.gui.main.account.NewAccountDialog
Remove the newAccountDialog on dispose.
dispose() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Runs clean-up for associated resources which need explicit disposal (e.g.
dispose() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Disposes this chat session.
dispose() - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatTransport
Disposes this chat transport.
dispose() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
 
dispose() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Runs clean-up for associated resources which need explicit disposal (e.g.
dispose() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Disposes this chat session.
dispose() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
 
dispose() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Disposes this chat session.
dispose() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
 
dispose() - Method in class net.java.sip.communicator.impl.gui.main.chat.menus.HelpMenu
Runs clean-up for associated resources which need explicit disposal (e.g.
dispose() - Method in class net.java.sip.communicator.impl.gui.main.chat.menus.MessageWindowMenuBar
Runs clean-up for associated resources which need explicit disposal (e.g.
dispose() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Disposes this chat session.
dispose() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Removes all previously added listeners.
dispose() - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.MainToolBar
Runs clean-up for associated resources which need explicit disposal (e.g.
dispose() - Method in class net.java.sip.communicator.impl.gui.utils.PluginContainer
Runs clean-up for associated resources which need explicit disposal (e.g.
dispose() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSManager
Dispose the object.
dispose() - Method in class net.java.sip.communicator.impl.protocol.jabber.UriHandlerJabberImpl
Disposes of this UriHandler by, for example, removing the listeners it has added in its constructor (in order to prevent memory leaks, for one).
dispose() - Method in class net.java.sip.communicator.impl.protocol.SingleCallInProgressPolicy
Performs end-of-life cleanup associated with this instance e.g.
dispose() - Method in class net.java.sip.communicator.impl.protocol.sip.UriHandlerSipImpl
Disposes of this UriHandler by, for example, removing the listeners it has added in its constructor (in order to prevent memory leaks, for one).
dispose() - Method in class net.java.sip.communicator.plugin.otr.OtrContactMenu
Disposes of this instance by making it available for garage collection e.g.
dispose() - Method in class net.java.sip.communicator.plugin.otr.OtrMetaContactButton
 
dispose() - Method in class net.java.sip.communicator.util.swing.SIPCommDialog
Overwrites the dispose method in order to save the size and the position of this window before closing it.
dispose() - Method in class net.java.sip.communicator.util.swing.SIPCommFrame
Overwrites the dispose method in order to save the size and the position of this window before closing it.
disposeCallDialogWait(CallDialog) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Removes the given call panel tab.
disposeLocalPlayer(Player) - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Releases the resources allocated by a specific local Player in the course of its execution and prepares it to be garbage collected.
disposeLocalVisualComponent() - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Disposes the local visual Component of the local peer.
disposeLocalVisualComponent() - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Disposes of the visual Component of the local peer.
disposeLocalVisualComponent(CallPeer, Component) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetVideoTelephonySipImpl
Implements OperationSetVideoTelephony.disposeLocalVisualComponent(CallPeer, Component).
disposeLocalVisualComponent() - Method in interface net.java.sip.communicator.service.neomedia.VideoMediaStream
Dispose local visual Component of the local peer.
disposeLocalVisualComponent() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Dispose local visual Component of the local peer.
disposeLocalVisualComponent(CallPeer, Component) - Method in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
Disposes of a visual Component depicting the local video for a specific CallPeer (previously obtained through createLocalVisualComponent).
disposePlayer(Player) - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Releases the resources allocated by a specific Player in the course of its execution and prepares it to be garbage collected.
disposePlayer(Player) - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Releases the resources allocated by a specific Player in the course of its execution and prepares it to be garbage collected.
DISPOSITION_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ContentPacketExtension
The name of the "disposition" argument.
distance(WhiteboardPoint) - Method in class net.java.sip.communicator.service.protocol.WhiteboardPoint
Calculates the distance from this point the given point.
dns - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
 
DNS_PORT - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
DNS_TTL - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
DNSCache - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
A table of DNS entries.
DNSCache(int) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSCache
Create a table with a given initial size.
DNSCache.CacheNode - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
Cache nodes are used to implement storage of multiple DNSEntry's of the same name in the cache.
DNSCache.CacheNode(DNSEntry) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSCache.CacheNode
 
DNSConstants - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
DNS constants.
DNSConstants() - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
DNSEntry - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
DNS entry with a name, type, and class.
DNSEntry(String, int, int) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry
Create an entry.
DNSIncoming - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
Parse an incoming DNS message into its components.
DNSIncoming(DatagramPacket) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSIncoming
Parse a message from a datagram packet.
DNSListener - Interface in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
DNSListener.
DNSOutgoing - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
An outgoing DNS message.
DNSOutgoing(int) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
Create an outgoing multicast query or response.
DNSOutgoing(int, boolean) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
Create an outgoing query or response.
DNSQuestion - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
A DNS question.
DNSQuestion(String, int, int) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSQuestion
Create a question.
DNSRecord - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
DNS record
DNSRecord(String, int, int, int) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord
Create a DNSRecord with a name, type, clazz, and ttl.
DNSRecord.Address - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
Address record.
DNSRecord.Address(String, int, int, int, InetAddress) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Address
 
DNSRecord.Address(String, int, int, int, byte[]) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Address
 
DNSRecord.Pointer - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
Pointer record.
DNSRecord.Pointer(String, int, int, int, String) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Pointer
 
DNSRecord.Service - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
Service record.
DNSRecord.Service(String, int, int, int, int, int, int, String) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Service
 
DNSRecord.Text - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
 
DNSRecord.Text(String, int, int, int, byte[]) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Text
 
DNSState - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
DNSState defines the possible states for services registered with JmDNS.
DO_NOT_DISTURB - Static variable in class net.java.sip.communicator.impl.protocol.gibberish.GibberishStatusEnum
The DND status.
DO_NOT_DISTURB - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.ZeroconfStatusEnum
The DND status.
DO_NOT_DISTURB - Static variable in class net.java.sip.communicator.service.protocol.icqconstants.IcqStatusEnum
The DND ICQ status.
DO_NOT_DISTURB - Static variable in class net.java.sip.communicator.service.protocol.jabberconstants.JabberStatusEnum
The DND status.
DO_NOT_DISTURB_STATUS - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
Indicates that the user is connected and eager to communicate.
DO_NOT_TRUST - Static variable in interface net.java.sip.communicator.service.gui.CertificateVerificationService
Result of user interaction.
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.AbstractCodecExt
 
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.JavaDecoder
 
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.JavaEncoder
 
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JavaEncoder
Does nothing.
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIDecoder
 
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIEncoder
 
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.SpeexResampler
 
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.DePacketizer
Close the Codec.
doConnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Opens a connection to the media source specified by the MediaLocator of this DataSource.
doConnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Opens a connection to the media source specified by the MediaLocator of this DataSource.
doConnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Opens a connection to the media source specified by the MediaLocator of this DataSource.
doConnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Opens a connection to the media source specified by the MediaLocator of this DataSource.
doConnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Opens a connection to the media source specified by the MediaLocator of this DataSource.
doConnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Opens a connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doGetFormat() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferStream
Gets the Format of this PullBufferStream as directly known by it.
doGetFormat() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
Gets the Format of this PushBufferStream as directly known by it.
doGetFormat() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
Gets the Format of this PushBufferStream as directly known by it.
doGetFormat() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
Gets the Format of this PullBufferStream as directly known by it.
doGetFormat() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
Gets the Format of this PushBufferStream as directly known by it.
doGetFormat() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
Gets the Format of this PullBufferStream as directly known by it.
doInput(KeyStroke) - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingChooser
Emulates keyboard input, setting the selected entry's shortcut if an entry's currently awaiting input.
DOMElementWriter - Class in net.java.sip.communicator.util.xml
Writes a DOM tree to a given Writer.
DOMElementWriter() - Constructor for class net.java.sip.communicator.util.xml.DOMElementWriter
 
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.AbstractCodecExt
 
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.JavaDecoder
 
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.JavaEncoder
 
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JavaEncoder
Does nothing.
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIDecoder
 
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIEncoder
 
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.SpeexResampler
 
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.DePacketizer
Open and initialize the Codec.
dopack(int, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitstream
 
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.AbstractCodecExt
 
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.JavaDecoder
 
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.JavaEncoder
 
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JavaEncoder
Process the input and encodes it.
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIDecoder
 
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIEncoder
 
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.SpeexResampler
 
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.DePacketizer
Processes (depacketize) a buffer.
doSetFormat(Format) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferStream
Attempts to set the Format of this PullBufferStream.
doSetFormat(Format) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
Attempts to set the Format of this PushBufferStream.
doStart() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Starts the transfer of media data from this DataSource.
doStart() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Starts the transfer of media data from this DataSource.
doStart() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Starts the transfer of media data from this DataSource.
doStart() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Starts the transfer of media data from this DataSource.
doStop() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Stops the transfer of media data from this DataSource.
doStop() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Stops the transfer of media data from this DataSource.
doStop() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Stops the transfer of media data from this DataSource.
doStop() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Stops the transfer of media data from this DataSource.
doStunTestI(StunAddress) - Method in class net.java.sip.communicator.impl.netaddr.StunClient
Sends a binding request to the specified server address.
doStunTestII(StunAddress) - Method in class net.java.sip.communicator.impl.netaddr.StunClient
Sends a binding request to the specified server address with both change IP and change port flags are set to true.
doStunTestIII(StunAddress) - Method in class net.java.sip.communicator.impl.netaddr.StunClient
Sends a binding request to the specified server address with only change port flag set to true and change IP flag - to false.
doThePLC(float[], float[], int, float[], float[], int, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
DOUBLE_MAX - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
DoubleClickListener - Interface in net.java.sip.communicator.util.swing.event
 
doubleClickOperation(MouseEvent) - Method in interface net.java.sip.communicator.util.swing.event.DoubleClickListener
 
DOWN_ARROW_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The background of the main window and chat window.
downloadFile(String, String) - Method in class net.java.sip.communicator.impl.protocol.ssh.SSHFileTransferDaemon
This method is called when a file is to be downloaded from remote machine to local machine
DownSample(float[], int, float[], int, float[], float[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
dragDropEnd(DragSourceDropEvent) - Method in class net.java.sip.communicator.util.swing.FileDragLabel
 
dragEnter(DropTargetDragEvent) - Method in class net.java.sip.communicator.util.swing.FileDragLabel
Called while a drag operation is ongoing, when the mouse pointer enters the operable part of the drop site for the DropTarget registered with this listener.
dragEnter(DragSourceDragEvent) - Method in class net.java.sip.communicator.util.swing.FileDragLabel
 
dragExit(DragSourceEvent) - Method in class net.java.sip.communicator.util.swing.FileDragLabel
 
dragExit(DropTargetEvent) - Method in class net.java.sip.communicator.util.swing.FileDragLabel
 
dragGestureRecognized(DragGestureEvent) - Method in class net.java.sip.communicator.util.swing.FileDragLabel
A DragGestureRecognizer has detected a platform-dependent drag initiating gesture and is notifying this listener in order for it to initiate the action for the user.
dragOver(DragSourceDragEvent) - Method in class net.java.sip.communicator.util.swing.FileDragLabel
 
dragOver(DropTargetDragEvent) - Method in class net.java.sip.communicator.util.swing.FileDragLabel
 
drawBoldRoundBorder(Graphics, int, int, int, int, int, int) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLFUtils
Draws the "Bold Round Disabled Border" which is used throughout the SIPComm L&F.
drawGrid(boolean) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardPanel
Method to draw/hide grid
drawRoundBorder(Graphics, int, int, int, int, int, int) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLFUtils
Draws the "Round Border" which is used throughout the SIPComm L&F
drawRoundDisabledBorder(Graphics, int, int, int, int, int, int) - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLFUtils
Draws the "Round Disabled Border" which is used throughout the SIPComm L&F.
drawSelectedPoint(Graphics, AffineTransform, WhiteboardPoint, Color) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShape
Draw a point on the shape
drop(DropTargetDropEvent) - Method in class net.java.sip.communicator.util.swing.FileDragLabel
Called when the drag operation has terminated with a drop on the operable part of the drop site for the DropTarget registered with this listener.
dropActionChanged(DragSourceDragEvent) - Method in class net.java.sip.communicator.util.swing.FileDragLabel
 
dropActionChanged(DropTargetDragEvent) - Method in class net.java.sip.communicator.util.swing.FileDragLabel
 
DSCaptureDevice - Class in net.java.sip.communicator.impl.neomedia.directshow
DirectShow capture device.
DSCaptureDevice(long) - Constructor for class net.java.sip.communicator.impl.neomedia.directshow.DSCaptureDevice
Constructor.
DSCaptureDevice.GrabberDelegate - Class in net.java.sip.communicator.impl.neomedia.directshow
Delegate class to handle grabbing frames.
DSCaptureDevice.GrabberDelegate() - Constructor for class net.java.sip.communicator.impl.neomedia.directshow.DSCaptureDevice.GrabberDelegate
 
DSFormat - Class in net.java.sip.communicator.impl.neomedia.directshow
DirectShow video format.
DSFormat(int, int, long) - Constructor for class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Constructor.
DSManager - Class in net.java.sip.communicator.impl.neomedia.directshow
DirectShow capture device manager.
DTMF4733 - Class in net.java.sip.communicator.impl.protocol.sip.dtmf
Sending DTMFs through media service using rfc4733.
DTMF4733() - Constructor for class net.java.sip.communicator.impl.protocol.sip.dtmf.DTMF4733
 
DTMF_0 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "0" DTMF Tone
DTMF_0 - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "0" DTMF Tone
DTMF_1 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "1" DTMF Tone
DTMF_1 - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "1" DTMF Tone
DTMF_2 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "2" DTMF Tone
DTMF_2 - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "2" DTMF Tone
DTMF_3 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "3" DTMF Tone
DTMF_3 - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "3" DTMF Tone
DTMF_4 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "4" DTMF Tone
DTMF_4 - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "4" DTMF Tone
DTMF_5 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "5" DTMF Tone
DTMF_5 - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "5" DTMF Tone
DTMF_6 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "6" DTMF Tone
DTMF_6 - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "6" DTMF Tone
DTMF_7 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "7" DTMF Tone
DTMF_7 - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "7" DTMF Tone
DTMF_8 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "8" DTMF Tone
DTMF_8 - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "8" DTMF Tone
DTMF_9 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "9" DTMF Tone
DTMF_9 - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "9" DTMF Tone
DTMF_A - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "A" DTMF Tone
DTMF_A - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "A" DTMF Tone
DTMF_B - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "B" DTMF Tone
DTMF_B - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "B" DTMF Tone
DTMF_C - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "C" DTMF Tone
DTMF_C - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "C" DTMF Tone
DTMF_D - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "D" DTMF Tone
DTMF_D - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "D" DTMF Tone
DTMF_PACKET_SIZE - Static variable in class net.java.sip.communicator.impl.neomedia.transform.dtmf.DtmfRawPacket
The fixed size of a DTMF packet.
DTMF_SHARP - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "#" DTMF Tone
DTMF_SHARP - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "#" DTMF Tone
DTMF_STAR - Static variable in class net.java.sip.communicator.service.neomedia.DTMFTone
The "*" DTMF Tone
DTMF_STAR - Static variable in class net.java.sip.communicator.service.protocol.DTMFTone
The "*" DTMF Tone
DTMFHandler - Class in net.java.sip.communicator.impl.gui.main.call
Handles DTMF sending and playing sound notifications for that.
DTMFHandler(CallDialog) - Constructor for class net.java.sip.communicator.impl.gui.main.call.DTMFHandler
Creates DTMF handler for a call.
DTMFHandler.DTMFToneInfo - Class in net.java.sip.communicator.impl.gui.main.call
DTMF extended information.
DTMFHandler.DTMFToneInfo(DTMFTone, int, char, ImageID, String) - Constructor for class net.java.sip.communicator.impl.gui.main.call.DTMFHandler.DTMFToneInfo
Creates DTMF extended info.
DTMFInfo - Class in net.java.sip.communicator.impl.protocol.sip.dtmf
Sending DTMFs with SIP INFO.
DTMFInfo(ProtocolProviderServiceSipImpl) - Constructor for class net.java.sip.communicator.impl.protocol.sip.dtmf.DTMFInfo
Constructor
DTMFListener - Interface in net.java.sip.communicator.service.neomedia.event
The purpose of a DTMFListener is to notify implementors when new DMTF tones are received by this MediaService implementation.
DtmfRawPacket - Class in net.java.sip.communicator.impl.neomedia.transform.dtmf
DtmfRawPacket represent an RTP Packet.
DtmfRawPacket(byte[], int, byte) - Constructor for class net.java.sip.communicator.impl.neomedia.transform.dtmf.DtmfRawPacket
Creates a DtmfRawPacket using the specified buffer.
DtmfRawPacket(RawPacket) - Constructor for class net.java.sip.communicator.impl.neomedia.transform.dtmf.DtmfRawPacket
Used for incoming DTMF packets, creating DtmfRawPacket from RTP one.
DTMFTone - Class in net.java.sip.communicator.service.neomedia
Represents all DTMF tones.
DTMFTone - Class in net.java.sip.communicator.service.protocol
Class for representing all the different DTMF tones.
DTMFToneEvent - Class in net.java.sip.communicator.service.neomedia.event
This event represents starting or ending reception of a specific DTMFTone.
DTMFToneEvent(AudioMediaStream, DTMFTone) - Constructor for class net.java.sip.communicator.service.neomedia.event.DTMFToneEvent
Creates an instance of this DTMFToneEvent with the specified source stream and DTMF tone.
dtmfToneReceptionEnded(DTMFToneEvent) - Method in interface net.java.sip.communicator.service.neomedia.event.DTMFListener
Indicates that reception of a DTMF tone has stopped.
dtmfToneReceptionStarted(DTMFToneEvent) - Method in interface net.java.sip.communicator.service.neomedia.event.DTMFListener
Indicates that we have started receiving a DTMFTone.
DtmfTransformEngine - Class in net.java.sip.communicator.impl.neomedia.transform.dtmf
The class is responsible for sending DTMF tones in an RTP audio stream as described by RFC4733.
DtmfTransformEngine(AudioMediaStreamImpl) - Constructor for class net.java.sip.communicator.impl.neomedia.transform.dtmf.DtmfTransformEngine
Creates an engine instance that will be replacing audio packets with DTMF ones upon request.
duration - Variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.DataSource
 
DynamicPayloadTypeRegistry - Class in net.java.sip.communicator.service.protocol.media
The RTP Audio/Video Profile [RFC 3551] specifies a number of static payload types for use with RTP and reserves the 96-127 field for use with dynamic payload types.
DynamicPayloadTypeRegistry() - Constructor for class net.java.sip.communicator.service.protocol.media.DynamicPayloadTypeRegistry
 
DynamicRTPExtensionsRegistry - Class in net.java.sip.communicator.service.protocol.media
RFC [RFC 5285] defines a mechanism for attaching multiple extensions to RTP packets.
DynamicRTPExtensionsRegistry() - Constructor for class net.java.sip.communicator.service.protocol.media.DynamicRTPExtensionsRegistry
 

E

EAGER_TO_COMMUNICATE_THRESHOLD - Static variable in class net.java.sip.communicator.service.protocol.PresenceStatus
An integer above which all values of the status coefficient indicate eagerness to communicate
earlyStatusesDispatch() - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Fires all the saved statuses which were received before contact list init
EAST_REMOTE - Static variable in class net.java.sip.communicator.util.swing.VideoLayout
 
edit(File) - Method in interface net.java.sip.communicator.impl.osdependent.Desktop.DesktopPeer
 
edit(File) - Method in class net.java.sip.communicator.impl.osdependent.DesktopServiceImpl
Invokes the default desktop edit method.
edit(File) - Method in interface net.java.sip.communicator.service.desktop.DesktopService
Launches the associated editor application and opens a file for editing.
EDIT_TOOLBAR_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Edit toolbar button background icon.
EDIT_TOOLBAR_BUTTON_PRESSED - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Edit toolbar button background icon for toggled state.
editingCanceled(ChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage1
When user canceled editing the next button is enabled or disabled depending on if the user has selected a check box or not.
editingStopped(ChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage1
When user stopped editing the next button is enabled or disabled depending on if the user has selected a check box or not.
EditMenu - Class in net.java.sip.communicator.impl.gui.main.chat.menus
The EditMenu is the menu in the chat window menu bar, which contains cut, copy and paste.
EditMenu(ChatWindow) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.menus.EditMenu
Creates an instance of EditMenu.
editorBorderInsets - Static variable in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor
 
EditTextToolBar - Class in net.java.sip.communicator.impl.gui.main.chat.toolBars
The EditTextToolBar is a JToolBar which contains buttons for formatting a text, like make text in bold or italic, change the font, etc.
EditTextToolBar(ChatWritePanel) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.toolBars.EditTextToolBar
Creates an instance and constructs the EditTextToolBar.
EIGHT_DIAL_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A dial button icon.
elapseSinceArrival() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSIncoming
 
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.CapsPacketExtension
The name of the "content" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtensionProvider
The name of the XML element used for transport of geolocation parameters.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.BandwidthPacketExtension
The name of the "bandwidth" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
The name of the "candidate" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ContentPacketExtension
The name of the "content" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.EncryptionPacketExtension
The name of the "encryption" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ExtmapPacketExtension
The name of the "extmap" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.IceUdpTransportPacketExtension
The name of the "transport" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
The name of the element that contains the jingle data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ParameterPacketExtension
The name of the "parameter" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
The name of the "payload-type" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RawUdpTransportPacketExtension
The name of the "transport" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ReasonPacketExtension
The name of the "content" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RemoteCandidatePacketExtension
The name of the "candidate" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RtpDescriptionPacketExtension
The name of the "description" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ZrtpHashPacketExtension
The name of the "zrtp-hash" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive.KeepAliveEventProvider
 
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxIQ
The name of the element that Google use to transport new mail notifications.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
The name of the "mail-thread-info" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo.Sender
The name of the XML tag element containing information for an individual sender and represented by this class.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.NewMailNotificationIQ
The name of the element that Google use to transport new mail notifications.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.FileElement
The element name of this IQProvider.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailElement
The name of the XML element used for transport of thumbnail parameters.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailIQ
The name of the "data" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.version.Version
 
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPacketExtension
The name of the XML element used for transport of white-board parameters.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardSessionPacketExtension
The name of the XML element used for transport of white-board parameters.
EMPTY_CONTROLS - Static variable in class net.java.sip.communicator.impl.neomedia.control.ControlsAdapter
The constant which represents an empty array of controls.
EMPTY_FORMAT_CONTROLS - Static variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
The value of the formatControls property of AbstractPullBufferCaptureDevice which represents an empty array of FormatControls.
EMPTY_FORMAT_CONTROLS - Static variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
The value of the formatControls property of AbstractPushBufferCaptureDevice which represents an empty array of FormatControls.
EMPTY_MEDIA_FORMATS - Static variable in class net.java.sip.communicator.impl.neomedia.MediaUtils
The constant which stands for an empty array of MediaFormats.
EMPTY_STREAMS - Static variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
The value of the streams property of AbstractPullBufferCaptureDevice which represents an empty array of PullBufferStreams.
EMPTY_STREAMS - Static variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
The value of the streams property of AbstractPushBufferCaptureDevice which represents an empty array of PushBufferStreams.
EMPTY_STREAMS - Static variable in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
The constant which represents an empty array with PullBufferStream element type.
EMPTY_STREAMS - Static variable in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
The constant which represents an empty array with PushBufferStream element type.
EmptyAccountRegistrationForm - Class in net.java.sip.communicator.impl.gui.main.account
We use this class as a dummy implementation of the AccountRegistrationWizard only containing a blank page and not related to a specific protocol.
EmptyAccountRegistrationForm() - Constructor for class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationForm
Creates the wizard.
EmptyAccountRegistrationWizard - Class in net.java.sip.communicator.impl.gui.main.account
We use this class as a dummy implementation of the AccountRegistrationWizard only containing a blank page and not related to a specific protocol.
EmptyAccountRegistrationWizard() - Constructor for class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Creates the wizard.
EmptyAccountRegistrationWizardPage - Class in net.java.sip.communicator.impl.gui.main.account
The EmptyAccountRegistrationWizardPage is the page that users would see in the NewAccountDialog as a default choice which would make them pick a new option.
EmptyAccountRegistrationWizardPage(EmptyAccountRegistrationWizard) - Constructor for class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizardPage
Creates an instance of FirstWizardPage.
ENABLE - Static variable in class net.java.sip.communicator.plugin.generalconfig.autoaway.Preferences
 
enableActivateButton(boolean) - Method in class net.java.sip.communicator.plugin.pluginmanager.ManageButtonsPanel
Enable or disable the activate button.
enableButtons() - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Enables all setting buttons.
enableCopy() - Method in class net.java.sip.communicator.impl.gui.main.chat.menus.ChatRightButtonMenu
Enables the copy item.
ENABLED - Static variable in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
The enabled state of the notification action.
enableDeactivateButton(boolean) - Method in class net.java.sip.communicator.plugin.pluginmanager.ManageButtonsPanel
Enable or disable the deactivate button.
enableLogging() - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Enable logging (globally).
enablesDefaultEncryption(boolean) - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Enables/disables the default encryption.
enableUninstallButton(boolean) - Method in class net.java.sip.communicator.plugin.pluginmanager.ManageButtonsPanel
Enable or disable the uninstall button.
enableUnknownContactView(boolean) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchField
Sets the unknown contact view to the main contact list window.
enableUnknownContactView(boolean) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Enters or exits the "unknown contact" view.
enableUpdateButton(boolean) - Method in class net.java.sip.communicator.plugin.pluginmanager.ManageButtonsPanel
Enable or disable the update button.
enc_lag3(int, int, IntReference, IntReference, int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Pitch
Function enc_lag3() Encoding of fractional pitch lag with 1/3 resolution.
encode(short[], short[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
encode(byte[], int, int, OutputStream) - Method in class net.java.sip.communicator.util.Base64.Base64Encoder
encode the input data producing a base 64 output stream.
encode(byte[]) - Static method in class net.java.sip.communicator.util.Base64
encode the input data producing a base 64 encoded byte array.
encode(byte[], OutputStream) - Static method in class net.java.sip.communicator.util.Base64
Encode the byte data to base 64 writing it to the given output stream.
encode(byte[], int, int, OutputStream) - Static method in class net.java.sip.communicator.util.Base64
Encode the byte data to base 64 writing it to the given output stream.
encode(String) - Static method in class net.java.sip.communicator.util.Sha1Crypto
Encodes the given text with the SHA-1 algorithm.
encode(byte[]) - Static method in class net.java.sip.communicator.util.Sha1Crypto
Encodes the given text with the SHA-1 algorithm.
encode(String) - Method in class net.java.sip.communicator.util.xml.DOMElementWriter
Escape <, > & ', " as their entities and drop characters that are illegal in XML documents.
encodedata(String) - Method in class net.java.sip.communicator.util.xml.DOMElementWriter
Drop characters that are illegal in XML documents.
encodeName(String) - Static method in class net.java.sip.communicator.util.xml.DOMElementWriter
Encodes a specific String so that it is a valid XML (element) name according to http://www.w3.org/TR/xml/#NT-Name.
EncodingConfiguration - Class in net.java.sip.communicator.impl.neomedia.codec
Simple configuration of encoding priorities.
EncodingConfiguration() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.EncodingConfiguration
Default constructor.
EncodingConfigurationTableModel - Class in net.java.sip.communicator.impl.neomedia
 
EncodingConfigurationTableModel(EncodingConfiguration, int) - Constructor for class net.java.sip.communicator.impl.neomedia.EncodingConfigurationTableModel
 
encodingTable - Variable in class net.java.sip.communicator.util.Base64.Base64Encoder
 
ENCR - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
 
ENCR_DISABLED - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
 
ENCR_VERIFIED - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The security button: encrypted and SAS verified, encrypted only, security off.
encrypt(String) - Method in class net.java.sip.communicator.impl.credentialsstorage.AESCrypto
Encrypts the plaintext using the key.
encrypt(String) - Method in interface net.java.sip.communicator.impl.credentialsstorage.Crypto
Encrypts the plain text and returns the result.
ENCRYPTION_ERROR - Static variable in exception net.java.sip.communicator.service.credentialsstorage.CryptoException
Set when encryption fails.
EncryptionPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
The element transporting encryption information during jingle session establishment.
EncryptionPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.EncryptionPacketExtension
Creates a new instance of this EncryptionPacketExtension.
END - Static variable in class net.java.sip.communicator.service.gui.Container
Indicates the most right/bottom edge of a container.
endOfStream() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixerPushBufferStream
Implements SourceStream.endOfStream().
endOfStream() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferStream
Implements SourceStream.endOfStream().
endOfStream() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferStream
Determines whether the end of this SourceStream has been reached.
endOfStream() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
Determines whether the end of this SourceStream has been reached.
endOfStream() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.AlsaStream
The stream of happiness never ends, somehow.
endOfStream() - Method in class net.java.sip.communicator.impl.neomedia.protocol.BufferStreamAdapter
 
endOfStream() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CachingPushBufferStream
Implements SourceStream.endOfStream().
endOfStream() - Method in class net.java.sip.communicator.impl.neomedia.protocol.SourceStreamDelegate
Implements SourceStream.endOfStream().
endOfStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation to RTPConnectorInputStream.endOfStream() that always returns false.
endSession(Contact) - Method in interface net.java.sip.communicator.plugin.otr.ScOtrEngine
Ends the Off-the-Record session for the given Contact, if it is not already started.
endSession(Contact) - Method in class net.java.sip.communicator.plugin.otr.ScOtrEngineImpl
 
endTime - Variable in class net.java.sip.communicator.service.callhistory.CallPeerRecord
 
endTime - Variable in class net.java.sip.communicator.service.callhistory.CallRecord
The end call date.
ENH_ALPHA0 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_BLOCKL - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_BLOCKL_HALF - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
enh_buf - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
ENH_BUFL - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_CORRDIM - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_FL0 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_HL - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_NBLOCKS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_NBLOCKS_EXTRA - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_NBLOCKS_TOT - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_OVERHANG - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
enh_period - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
ENH_PLOCSL - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
enh_plocsTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_SLOP - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_UPS0 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
enh_upsample(float[], float[], int, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
ENH_VECTL - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
enhancer(float[], int, float[], int, int, float, float[], float[], int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
enhancerInterface(float[], float[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
ensureAccountRemoved(AccountID) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountList
Ensures that the account with the given accountID is removed from the list.
ensureCapacity(int) - Method in class net.java.sip.communicator.util.Entities.ArrayEntityMap
Verifies the capacity of the entity array, adjusting the size if necessary.
ensureSize(Component, int, int) - Method in interface net.java.sip.communicator.impl.gui.main.call.CallRenderer
Ensures the size of the window.
ensureSize(Component, int, int) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceCallPanel
Ensures the size of the window.
ensureSize(Component, int, int) - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPanel
Attempts to give a specific Component a visible rectangle with a specific width and a specific height if possible and sane.
ENTER_COMMAND - Static variable in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
 
ENTER_FULL_SCREEN_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The button icon of the Enter Full Screen command.
enterFullScreen() - Method in interface net.java.sip.communicator.impl.gui.main.call.CallRenderer
Enters in full screen mode.
enterFullScreen() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceCallPanel
Enters in full screen view mode.
enterFullScreen() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPanel
Enters full screen mode.
Entities - Class in net.java.sip.communicator.util
Provides HTML and XML entity utilities.
Entities() - Constructor for class net.java.sip.communicator.util.Entities
 
Entities.ArrayEntityMap - Class in net.java.sip.communicator.util
 
Entities.ArrayEntityMap() - Constructor for class net.java.sip.communicator.util.Entities.ArrayEntityMap
Constructs a new instance of ArrayEntityMap.
Entities.ArrayEntityMap(int) - Constructor for class net.java.sip.communicator.util.Entities.ArrayEntityMap
Constructs a new instance of ArrayEntityMap specifying the size by which the array should grow.
Entities.BinaryEntityMap - Class in net.java.sip.communicator.util
 
Entities.BinaryEntityMap() - Constructor for class net.java.sip.communicator.util.Entities.BinaryEntityMap
Constructs a new instance of BinaryEntityMap.
Entities.BinaryEntityMap(int) - Constructor for class net.java.sip.communicator.util.Entities.BinaryEntityMap
Constructs a new instance of ArrayEntityMap specifying the size by which the underlying array should grow.
Entities.EntityMap - Interface in net.java.sip.communicator.util
 
Entities.HashEntityMap - Class in net.java.sip.communicator.util
 
Entities.HashEntityMap() - Constructor for class net.java.sip.communicator.util.Entities.HashEntityMap
Constructs a new instance of HashEntityMap.
Entities.IntHashMap - Class in net.java.sip.communicator.util
A hash map that uses primitive ints for the key rather than objects.
Entities.IntHashMap() - Constructor for class net.java.sip.communicator.util.Entities.IntHashMap
Constructs a new, empty hashtable with a default capacity and load factor, which is 20 and 0.75 respectively.
Entities.IntHashMap(int) - Constructor for class net.java.sip.communicator.util.Entities.IntHashMap
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0.75.
Entities.IntHashMap(int, float) - Constructor for class net.java.sip.communicator.util.Entities.IntHashMap
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
Entities.LookupEntityMap - Class in net.java.sip.communicator.util
 
Entities.LookupEntityMap() - Constructor for class net.java.sip.communicator.util.Entities.LookupEntityMap
 
Entities.MapIntMap - Class in net.java.sip.communicator.util
 
Entities.MapIntMap() - Constructor for class net.java.sip.communicator.util.Entities.MapIntMap
 
Entities.PrimitiveEntityMap - Class in net.java.sip.communicator.util
 
Entities.PrimitiveEntityMap() - Constructor for class net.java.sip.communicator.util.Entities.PrimitiveEntityMap
 
Entities.TreeEntityMap - Class in net.java.sip.communicator.util
 
Entities.TreeEntityMap() - Constructor for class net.java.sip.communicator.util.Entities.TreeEntityMap
Constructs a new instance of TreeEntityMap.
EntityCapsManager - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.caps
Keeps track of entity capabilities.
EntityCapsManager() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
 
entityName(int) - Method in class net.java.sip.communicator.util.Entities
Returns the name of the entity identified by the specified value.
entityValue(String) - Method in class net.java.sip.communicator.util.Entities
Returns the value of the entity identified by the specified name.
ENVELOPE_IMG_TYPE - Static variable in interface net.java.sip.communicator.service.systray.SystrayService
Image type corresponding to the envelope icon
EPS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
equalizeInputStreamBufferLength() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixerPushBufferStream
Attempts to equalize the length in milliseconds of the buffering performed by the inputStreams in order to always read and mix one and the same length in milliseconds.
equals(Object) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatContact
Determines whether a specific Object represents the same value as this ChatContact.
equals(Object) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.AVFrameFormat
Determines whether a specific Object represents a value that is equal to the value represented by this instance.
equals(CaptureDeviceInfo, CaptureDeviceInfo) - Static method in class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel.CaptureDevice
Compares two CaptureDeviceInfo
equals(Object) - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Implements MediaFormat#equals(Object) and actually compares the encapsulated JMF Format instances.
equals(Object) - Method in class net.java.sip.communicator.impl.neomedia.format.VideoMediaFormatImpl
Implements MediaFormat#equals(Object) and actually compares the encapsulated JMF Format instances.
equals(Object) - Method in class net.java.sip.communicator.impl.netaddr.AddressPreference
Returns true if obj is the same object as this AddressPreference or is at least an instance of AddressPreference and has the same numerical value.
equals(Object) - Method in class net.java.sip.communicator.impl.netaddr.StunDiscoveryReport
Compares this object with obj.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Indicates whether some other object is "equal to" this one which in terms of contacts translates to having equal ids.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Indicates whether some other object is "equal to" this one which in terms of contact groups translates to having the equal names and matching subgroups and child contacts.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl
Indicates whether some other object is "equal to" this one which in terms of contacts translates to having equal ids.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Indicates whether some other object is "equal to" this one which in terms of contact groups translates to having the equal names and matching subgroups and child contacts.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Indicates whether some other object is "equal to" this group.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Indicates whether some other object is "equal to" this group.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectJabberImpl
Indicates whether some other WhiteboardObject is "equal to" this one.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Compares the specified object with this whiteboard and returns true if it the specified object is an instance of a Whiteboard object and if the extending telephony protocol considers the whiteboards represented by both objects to be the same.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.mock.MockContact
Indicates whether some other object is "equal to" this one which in terms of contacts translates to having equal ids.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Indicates whether some other object is "equal to" this one which in terms of contact groups translates to having the equal names and matching subgroups and child contacts.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Indicates whether some other object is "equal to" this group.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Indicates whether some other object is "equal to" this one which in terms of contact groups translates to having the equal names and matching subgroups and child contacts.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Indicates whether some other object is "equal to" this one which in terms of contacts translates to having equal IDs.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Indicates whether some other object is "equal to" this one which in terms of contact groups translates to having the equal names and matching subgroups and child contacts.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Indicates whether some other object is "equal to" this one which in terms of contacts translates to having equal ids.
equals(Address, String) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport.Subscription
Determines whether this Subscription is identified by a specific subscription Address/Request URI and a specific id tag of Event headers.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Indicates whether some other object is "equal to" this one which in terms of contact groups translates to having the equal names and matching subgroups and child contacts.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Indicates whether some other object is "equal to" this one which in terms of contacts translates to having equal ids.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Indicates whether some other object is "equal to" this group.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Indicates whether some other object is "equal to" this one which in terms of contact groups translates to having the equal names and matching subgroups and child contacts.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Indicates whether some other object is "equal to" this one which in terms of contacts translates to having equal ids.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry
Check if two entries have exactly the same name, type, and class.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord
True if this record is the same as some other record.
equals(Object) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
 
equals(Object) - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingEntry
Checks if argument is an instance of this class with the same shortcut and associated action.
equals(Object) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShape
Indicates whether some other WhiteboardShape is "equal to" this one.
equals(Object) - Method in class net.java.sip.communicator.service.gui.Container
Indicates whether some other object is "equal to" this one which in terms of containers translates to having equal identifiers.
equals(Object) - Method in class net.java.sip.communicator.service.history.HistoryID
 
equals(Object) - Method in class net.java.sip.communicator.service.neomedia.DTMFTone
Indicates whether some other object is "equal to" this tone.
equals(Object) - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormat
Determines whether this MediaFormat is equal to mediaFormat, or in other words that they have the same encoding and attributes (e.g.
equals(Object) - Method in class net.java.sip.communicator.service.neomedia.MediaStreamTarget
Determines whether this MediaStreamTarget is equal to a specific Object.
equals(Object) - Method in class net.java.sip.communicator.service.neomedia.RTPExtension
Returns true if and only if o is an instance of RTPExtension and o's URI is equal to this extension's URI.
equals(Object) - Method in class net.java.sip.communicator.service.protocol.AccountID
Indicates whether some other object is "equal to" this account id.
equals(Object) - Method in class net.java.sip.communicator.service.protocol.Call
Compares the specified object with this call and returns true if it the specified object is an instance of a Call object and if the extending telephony protocol considers the calls represented by both objects to be the same.
equals(Object) - Method in class net.java.sip.communicator.service.protocol.DTMFTone
Indicates whether some other object is "equal to" this tone.
equals(Object) - Method in class net.java.sip.communicator.service.protocol.PresenceStatus
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.java.sip.communicator.service.protocol.RegistrationState
Returns true if the specified object is equal to this provider state.
equals(Object) - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
Compares two GenericDetails according their DetailDisplayName and Value
equals(Object) - Method in class net.java.sip.communicator.service.protocol.WhiteboardPoint
Determines whether or not two points are equal.
equals(Object) - Method in interface net.java.sip.communicator.service.version.Version
Compares the version parameter to this version and returns true if and only if both reference the same SIP Communicator version and false otherwise.
ERROR - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardEvent
Indicates that an error occured and the wizard hasn't been able to finish.
ERROR - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
The name of the geolocation map key that we use for storing horizontal GPS errors in arc minutes (e.g.
ERROR - Static variable in class net.java.sip.communicator.service.protocol.event.CallPeerSecurityMessageEvent
This is a ZRTP error message.
ERROR - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetGeolocation
The name of the geolocation map key that we use for storing horizontal GPS errors in arc minutes (e.g.
error(Object) - Method in class net.java.sip.communicator.util.Logger
Log a ERROR message.
error(Object, Throwable) - Method in class net.java.sip.communicator.util.Logger
Log a message, with associated Throwable information.
ERROR_CODE - Static variable in class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationRequestedDialog
 
ERROR_CODE_ALREADY_STARTED - Static variable in class net.java.sip.communicator.util.launchutils.LaunchArgHandler
The error code returned when we try to launch SIP Communicator while there is already a running instance and there were no arguments that we forward to that instance.
ERROR_CODE_CREATE_DIR_FAILED - Static variable in class net.java.sip.communicator.util.launchutils.LaunchArgHandler
The error code that we return when we fail to create a directory that has been specified with the -c|--config option.
ERROR_CODE_UNKNOWN_ARG - Static variable in class net.java.sip.communicator.util.launchutils.LaunchArgHandler
The error code returned when we couldn't parse one of the options.
ERROR_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The icon used in the SIPCommLookAndFeel to paint the icon of an option pane error message.
ERROR_LOG_TYPE - Static variable in interface net.java.sip.communicator.service.notification.LogMessageNotificationHandler
Indicates that this log is of type error.
ERROR_MESSAGE - Static variable in interface net.java.sip.communicator.service.gui.Chat
The message type representing error messages.
ERROR_MESSAGE - Static variable in interface net.java.sip.communicator.service.gui.PopupDialog
Used for error messages.
ERROR_MESSAGE_TYPE - Static variable in class net.java.sip.communicator.impl.osdependent.TrayIcon
 
ERROR_MESSAGE_TYPE - Static variable in interface net.java.sip.communicator.service.systray.SystrayService
Message type corresponding to an error message.
ERROR_RETURN_CODE - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Indicates that the dialog closed due to an internal error.
ERROR_UNSPECIFIED - Static variable in class net.java.sip.communicator.service.protocol.event.SubscriptionEvent
Error code unknown
ErrorDialog - Class in net.java.sip.communicator.impl.gui.customcontrols
The MessageDialog is a JDialog that contains a question message, two buttons to confirm or cancel the question and a check box that allows user to choose to not be questioned any more over this subject.
ErrorDialog(Frame, String, String) - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.ErrorDialog
Creates an instance of MessageDialog by specifying the owner window and the message to be displayed.
ErrorDialog(Frame, String, String, Exception) - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.ErrorDialog
Creates an instance of MessageDialog by specifying the owner window and the message to be displayed.
ErrorDialog(Frame, String, String, int) - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.ErrorDialog
Creates an instance of MessageDialog by specifying the owner window and the message to be displayed.
escape(String) - Method in class net.java.sip.communicator.util.Entities
Escapes the characters in a String.
escape(Writer, String) - Method in class net.java.sip.communicator.util.Entities
Escapes the characters in the String passed and writes the result to the Writer passed.
EVENT_TYPE_ADDED - Static variable in class net.java.sip.communicator.service.notification.event.NotificationEventTypeEvent
Indicates that a new event type is added.
EVENT_TYPE_REMOVED - Static variable in class net.java.sip.communicator.service.notification.event.NotificationEventTypeEvent
Indicates that an event type was removed.
EventAdapter - Class in net.java.sip.communicator.impl.protocol.msn
Contactlist modification listener receives events for successful changing
EventAdapter() - Constructor for class net.java.sip.communicator.impl.protocol.msn.EventAdapter
 
EventFilter - Interface in net.java.sip.communicator.service.protocol.event
An event filter that decides whether an instant message event should be filtered or not.
eventId - Variable in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport.Subscription
The id tag to be present in Event headers in order to have this Subscription associated with a specific Request or Response.
EventManager - Class in net.java.sip.communicator.impl.protocol.msn
Manager which listens for changing of the contact list and fires some events.
EventManager(ProtocolProviderServiceMsnImpl, BasicMessenger) - Constructor for class net.java.sip.communicator.impl.protocol.msn.EventManager
Initializes a new EventManager instance which is to manage the events of a specific BasicMessenger as part of its operation for the purposes of a specific ProtocolProviderServiceMsnImpl.
EventNotification - Class in net.java.sip.communicator.impl.notification
Represents an event notification.
EventNotification(String) - Constructor for class net.java.sip.communicator.impl.notification.EventNotification
Creates an instance of EventNotification by specifying the event type as declared by the bundle registering it.
EventNotification.Action - Class in net.java.sip.communicator.impl.notification
The representation of an action, containing the corresponding action type, action descriptor and the default message associated with the action.
EventNotification.Action(String, NotificationActionHandler) - Constructor for class net.java.sip.communicator.impl.notification.EventNotification.Action
Creates an instance of Action by specifying the type of the action, the descriptor and the default message.
eventPackage - Variable in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport
The name of the event package this instance implements and carried in the Event and Allow-Events headers.
EventPackageNotifier - Class in net.java.sip.communicator.impl.protocol.sip
Implements the notifier part of RFC 3265 "Session Initiation Protocol (SIP)-Specific Event Notification" and thus eases the creation of event package-specific implementations.
EventPackageNotifier(ProtocolProviderServiceSipImpl, String, int, String, TimerScheduler) - Constructor for class net.java.sip.communicator.impl.protocol.sip.EventPackageNotifier
Initializes a new EventPackageNotifier instance which is to provide notifier support according to RFC 3265 to a specific SIP ProtocolProviderService implementation for a specific event package.
EventPackageNotifier.Subscription - Class in net.java.sip.communicator.impl.protocol.sip
Represents a general event package subscription in the sense of RFC 3265 "Session Initiation Protocol (SIP)-Specific Event Notification" from the point of view of the notifier and its signaling characteristics such as Request URI, id tag value of its Event header, the Dialog which has been created by the associated SUBSCRIBE request or through which NOTIFY requests are to be sent.
EventPackageNotifier.Subscription(Address, String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.EventPackageNotifier.Subscription
Initializes a new Subscription instance with a specific subscription Address/Request URI and a specific id tag of the associated Event headers.
EventPackageNotifier.SubscriptionFilter - Interface in net.java.sip.communicator.impl.protocol.sip
Represents a filter for Subscriptions i.e.
EventPackageSubscriber - Class in net.java.sip.communicator.impl.protocol.sip
Implements the subscriber part of RFC 3265 "Session Initiation Protocol (SIP)-Specific Event Notification" and thus eases the creation of event package-specific implementations.
EventPackageSubscriber(ProtocolProviderServiceSipImpl, String, int, String, TimerScheduler, int) - Constructor for class net.java.sip.communicator.impl.protocol.sip.EventPackageSubscriber
Initializes a new EventPackageSubscriber instance which is to provide subscriber support according to RFC 3265 to a specific SIP ProtocolProviderService implementation for a specific event package.
EventPackageSubscriber.Subscription - Class in net.java.sip.communicator.impl.protocol.sip
Represents a general event package subscription in the sense of RFC 3265 "Session Initiation Protocol (SIP)-Specific Event Notification" from the point of view of the subscriber and its signaling characteristics such as Request URI, id tag value of its Event header, the Dialog which has been created by the associated SUBSCRIBE request or through which it was sent.
EventPackageSubscriber.Subscription(Address) - Constructor for class net.java.sip.communicator.impl.protocol.sip.EventPackageSubscriber.Subscription
Initializes a new Subscription instance with a specific subscription Address/Request URI and an id tag of the associated Event headers of value null.
EventPackageSubscriber.Subscription(Address, String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.EventPackageSubscriber.Subscription
Initializes a new Subscription instance with a specific subscription Address/Request URI and a specific id tag of the associated Event headers.
EventPackageSupport - Class in net.java.sip.communicator.impl.protocol.sip
Provides the base for implementations of RFC 3265 "Session Initiation Protocol (SIP)-Specific Event Notification" and thus eases the creation of event package-specific implementations.
EventPackageSupport(ProtocolProviderServiceSipImpl, String, int, String, TimerScheduler) - Constructor for class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport
Initializes a new EventPackageSupport instance which is to provide support according to RFC 3265 to a specific SIP ProtocolProviderService implementation for a specific event package.
EventPackageSupport.Subscription - Class in net.java.sip.communicator.impl.protocol.sip
Represents a general event package subscription in the sense of RFC 3265 "Session Initiation Protocol (SIP)-Specific Event Notification" and its signaling characteristics such as Request URI, id tag value of its Event header.
EventPackageSupport.Subscription(Address, String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport.Subscription
Initializes a new Subscription instance with a specific subscription Address/Request URI and a specific id tag of the associated Event headers.
EventPackageUtils - Class in net.java.sip.communicator.impl.protocol.sip
Implements utility methods to aid the manipulation of Dialog instances and extend the mentioned type with additional functionality.
eventTypeAdded(NotificationEventTypeEvent) - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
Adds the event to the notifications table.
eventTypeAdded(NotificationEventTypeEvent) - Method in interface net.java.sip.communicator.service.notification.NotificationChangeListener
This method gets called when a new event type has been added.
eventTypeRemoved(NotificationEventTypeEvent) - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
Removes the event from the notifications table.
eventTypeRemoved(NotificationEventTypeEvent) - Method in interface net.java.sip.communicator.service.notification.NotificationChangeListener
This method gets called when an event type has been removed.
ExamplePluginActivator - Class in net.java.sip.communicator.plugin.exampleplugin
The ExamplePluginActivator is the entering point for the example plugin bundle.
ExamplePluginActivator() - Constructor for class net.java.sip.communicator.plugin.exampleplugin.ExamplePluginActivator
 
ExamplePluginMenuItem - Class in net.java.sip.communicator.plugin.exampleplugin
The ExamplePluginMenuItem is a JMenuItem that implements the PluginComponent interface.
ExamplePluginMenuItem() - Constructor for class net.java.sip.communicator.plugin.exampleplugin.ExamplePluginMenuItem
Creates an instance of ExamplePluginMenuItem.
EXCLAMATION_MARK - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used for error messages in the chat window.
execute() - Method in class net.java.sip.communicator.impl.notification.CommandNotificationHandlerImpl
Executes the command, given by the containing commandDescriptor.
execute(String, String) - Method in interface net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordChangeDialog.MasterPasswordExecutable
The actions to execute to change the master password.
execute(String, String) - Method in class net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordPanel.ChangeMasterPasswordCallback
 
execute() - Method in interface net.java.sip.communicator.service.notification.CommandNotificationHandler
Executes the program pointed by the descriptor.
EXIT_FULL_SCREEN_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The button icon of the Exit Full Screen command.
exitFullScreen() - Method in interface net.java.sip.communicator.impl.gui.main.call.CallRenderer
Exits the full screen mode.
exitFullScreen() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceCallPanel
Exits from the full screen view mode.
exitFullScreen() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPanel
Exits the full screen mode.
EXPIRED - Static variable in class net.java.sip.communicator.service.protocol.RegistrationState
The registration has expired.
explicitAuthorize(Contact) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetExtendedAuthorizationsIcqImpl
Send a positive authorization to contact thus allowing them to add us to their contact list without needing to first request an authorization.
explicitAuthorize(Contact) - Method in interface net.java.sip.communicator.service.protocol.OperationSetExtendedAuthorizations
Send a positive authorization to contact thus allowing them to add us to their contact list without needing to first request an authorization.
exportAsDrag(JComponent, InputEvent, int) - Method in class net.java.sip.communicator.util.swing.ExtendedTransferHandler
Overrides TransferHandler.exportAsDrag method in order to call our own SwingDragGestureRecognizer, which takes care of the visual representation icon.
ExportedWindow - Interface in net.java.sip.communicator.service.gui
A window that could be shown, hidden, resized, moved, etc.
exportToClipboard(JComponent, Clipboard, int) - Method in class net.java.sip.communicator.util.swing.ExtendedTransferHandler
Handles transport (cut and copy) from the chat panel to clipboard.
EXT_HEADER_SIZE - Static variable in class net.java.sip.communicator.impl.neomedia.RawPacket
The size of the extension header as defined by RFC 3550.
EXTENDED_AWAY - Static variable in class net.java.sip.communicator.service.protocol.jabberconstants.JabberStatusEnum
The Free For Chat status.
ExtendedContactSourceService - Interface in net.java.sip.communicator.service.contactsource
The ExtendedContactSourceService as its name states it, extends the ContactSourceService in order to provide the possibility to query a contact source by specifying a given Pattern.
ExtendedEtchedBorder - Class in net.java.sip.communicator.util.swing.border
 
ExtendedEtchedBorder(int, int, int, int, int) - Constructor for class net.java.sip.communicator.util.swing.border.ExtendedEtchedBorder
Creates an etched border with the specified etch-type and specified thickness of each border: top, left, bottom, right.
ExtendedMainToolBar - Class in net.java.sip.communicator.impl.gui.main.chat.toolBars
The MainToolBar is a JToolBar which contains buttons for file operations, like save and print, for copy-paste operations, etc.
ExtendedMainToolBar(ChatWindow) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.toolBars.ExtendedMainToolBar
Creates an instance and constructs the MainToolBar.
ExtendedTableModel - Class in net.java.sip.communicator.impl.gui.customcontrols
The ExtendedTableModel is a DefaultTableModel with one method in addition that allow to obtain the row index from a value.
ExtendedTableModel() - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.ExtendedTableModel
 
ExtendedTooltip - Class in net.java.sip.communicator.impl.gui.utils
The tooltip shown over a contact in the contact list.
ExtendedTooltip(boolean) - Constructor for class net.java.sip.communicator.impl.gui.utils.ExtendedTooltip
Created a MetaContactTooltip.
ExtendedTransferHandler - Class in net.java.sip.communicator.util.swing
A TransferHandler that we use to handle copying, pasting and DnD operations.
ExtendedTransferHandler() - Constructor for class net.java.sip.communicator.util.swing.ExtendedTransferHandler
 
ExtendedTransferHandler.SelectedTextTransferable - Class in net.java.sip.communicator.util.swing
Transferable for text pane components that enables drag and drop of text.
ExtendedTransferHandler.SelectedTextTransferable(JTextComponent) - Constructor for class net.java.sip.communicator.util.swing.ExtendedTransferHandler.SelectedTextTransferable
Creates an instance of SelectedTextTransferable.
ExternalContactSource - Class in net.java.sip.communicator.impl.gui.main.contactlist.contactsource
The ExternalContactSource is the UI abstraction of the ContactSourceService.
ExternalContactSource(ContactSourceService) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.ExternalContactSource
Creates an ExternalContactSource based on the given ContactSourceService.
ExtListCellRenderer - Class in net.java.sip.communicator.impl.gui.customcontrols
 
ExtListCellRenderer() - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.ExtListCellRenderer
 
ExtmapPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
Represents the extmap elements described in RFC 5285.
ExtmapPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ExtmapPacketExtension
Creates a new ExtmapPacketExtension instance.
extra_cb_gain - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
extra_cb_gain_20ms - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
extra_cb_gain_30ms - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
extra_cb_index - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
extra_cb_index_20ms - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
extra_cb_index_30ms - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
extractContactsForAccount(String) - Method in class net.java.sip.communicator.impl.contactlist.MclStorageManager
Parses the contact list file and calls corresponding "add" methods belonging to mclServiceImpl for every meta contact and meta contact group stored in the (contactlist.xml) file that correspond to a provider caring the specified accountID.
extractCsrcLevels(byte) - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Returns a bi-dimensional byte array containing a map binding CSRC IDs to audio levels as reported by the remote party that sent this packet.
extractCsrcList() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Returns the list of CSRC IDs, currently encapsulated in this packet.
extractDefaultTarget(ContentPacketExtension) - Static method in class net.java.sip.communicator.impl.protocol.jabber.jinglesdp.JingleUtils
Returns the default candidate for the specified content content.
extractDefaultTarget(MediaDescription, SessionDescription) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Returns a MediaStreamTarget instance reflecting the address pair (RTP + RTCP) where we should send media in this stream.
extractFormats(RtpDescriptionPacketExtension, DynamicPayloadTypeRegistry) - Static method in class net.java.sip.communicator.impl.protocol.jabber.jinglesdp.JingleUtils
Extracts and returns the list of MediaFormats advertised in description preserving their oder and registering dynamic payload type numbers in the specified ptRegistry.
extractFormats(MediaDescription, DynamicPayloadTypeRegistry) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Extracts and returns the list of MediaFormats advertised in mediaDesc preserving their oder and registering dynamic payload type numbers in the specified ptRegistry.
extractMediaDescriptions(SessionDescription) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Extracts and returns all MediaDescriptions provided in sessionDescription.
extractRTPExtensions(RtpDescriptionPacketExtension, DynamicRTPExtensionsRegistry) - Static method in class net.java.sip.communicator.impl.protocol.jabber.jinglesdp.JingleUtils
Extracts and returns the list of RTPExtensions advertised in desc and registers newly encountered ones into the specified extMap.
extractRTPExtensions(MediaDescription, DynamicRTPExtensionsRegistry) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Extracts and returns the list of RTPExtensions advertised in mediaDesc and registers newly encountered ones into the specified extMap.
extractText(String) - Static method in class net.java.sip.communicator.util.Html2Text
A utility method that allows to extract the text content of an html page stripped from all formatting tags.

F

F_UP_PST - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
resolution for fractionnal delay
FACEBOOK - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolNames
The Facebook protocol.
FacebookAccountRegistration - Class in net.java.sip.communicator.plugin.facebookaccregwizz
The FacebookAccountRegistration is used to store all user input data through the FacebookAccountRegistrationWizard.
FacebookAccountRegistration() - Constructor for class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistration
 
FacebookAccountRegistrationWizard - Class in net.java.sip.communicator.plugin.facebookaccregwizz
The FacebookAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Facebook Chat protocol.
FacebookAccountRegistrationWizard(WizardContainer) - Constructor for class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Creates an instance of FacebookAccountRegistrationWizard.
FacebookAccRegWizzActivator - Class in net.java.sip.communicator.plugin.facebookaccregwizz
Registers the FacebookAccountRegistrationWizard in the UI Service.
FacebookAccRegWizzActivator() - Constructor for class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccRegWizzActivator
 
FACTOR_DS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
FAILED - Static variable in class net.java.sip.communicator.service.filehistory.FileRecord
Status indicating that the file transfer has failed.
FAILED - Static variable in class net.java.sip.communicator.service.protocol.CallPeerState
This constant value indicates that the state of the call peer is is ON_HOLD - which means that an attempt to establish a call with that peer has failed for an unexpected reason.
FAILED - Static variable in class net.java.sip.communicator.service.protocol.event.FileTransferStatusChangeEvent
Indicates that the file transfer has failed.
FAILED - Static variable in class net.java.sip.communicator.service.protocol.WhiteboardParticipantState
This constant value indicates that the state of the whiteboard participant is is ON_HOLD - which means that an attempt to establish a whiteboard with that participant has failed for an unexpected reason.
FailSafeTransaction - Interface in net.java.sip.communicator.service.fileaccess
A failsafe transaction interface.
FailSafeTransactionImpl - Class in net.java.sip.communicator.impl.fileaccess
A failsafe transaction class.
FailSafeTransactionImpl(File) - Constructor for class net.java.sip.communicator.impl.fileaccess.FailSafeTransactionImpl
Creates a new transaction.
fatal(Object) - Method in class net.java.sip.communicator.util.Logger
Log a FATAL message.
fatal(Object, Throwable) - Method in class net.java.sip.communicator.util.Logger
Log a message, with associated Throwable information.
FavoritesButton - Interface in net.java.sip.communicator.service.gui
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.
feedbackReceived(RTCPFeedbackEvent) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIEncoder
Event fired when RTCP feedback message is received.
feedbackReceived(RTCPFeedbackEvent) - Method in interface net.java.sip.communicator.service.neomedia.event.RTCPFeedbackListener
Event fired when RTCP feedback message is received.
FEMALE - Static variable in class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenderDetail
 
FF_BUG_AUTODETECT - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
FF_CMP_CHROMA - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
FF_INPUT_BUFFER_PADDING_SIZE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
FF_MB_DECISION_SIMPLE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
FFmpeg - Class in net.java.sip.communicator.impl.neomedia.codec.video
 
FFmpeg() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
fg - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
fg_sum - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
fg_sum_inv - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
fieldInputMap - Variable in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
FILE_TRANSFER - Static variable in class net.java.sip.communicator.impl.protocol.ssh.SSHStatusEnum
The File Transfer status.
FileAccessActivator - Class in net.java.sip.communicator.impl.fileaccess
Invoke "Service Binder" to parse the service XML and register all services.
FileAccessActivator() - Constructor for class net.java.sip.communicator.impl.fileaccess.FileAccessActivator
 
FileAccessService - Interface in net.java.sip.communicator.service.fileaccess
A service used to provide the basic functionality required to access the undelying file system.
FileAccessServiceImpl - Class in net.java.sip.communicator.impl.fileaccess
Default FileAccessService implementation.
FileAccessServiceImpl() - Constructor for class net.java.sip.communicator.impl.fileaccess.FileAccessServiceImpl
 
FileDragLabel - Class in net.java.sip.communicator.util.swing
The FileDragLabel extends JLabel and associates to it a file.
FileDragLabel() - Constructor for class net.java.sip.communicator.util.swing.FileDragLabel
Creates a FileDragLabel.
fileDropped(File, Point) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Sends the given file when dropped to the chat window.
FileElement - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail
The FileElement extends the smackx StreamInitiation.File in order to provide a file that supports thumbnails.
FileElement() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.FileElement
An empty constructor used to initialize this class as an IQProvider.
FileElement(StreamInitiation.File, ThumbnailElement) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.FileElement
Creates a FileElement by specifying a base file and a thumbnail to extend it with.
FileElement(String, long) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.FileElement
Creates a FileElement by specifying the name and the size of the file.
FileHandler - Class in net.java.sip.communicator.util
Simple file logging Handler.
FileHandler(String, int, int) - Constructor for class net.java.sip.communicator.util.FileHandler
Initialize a FileHandler to write to a set of files.
FileHandler() - Constructor for class net.java.sip.communicator.util.FileHandler
Construct a default FileHandler.
FileHistoryActivator - Class in net.java.sip.communicator.impl.filehistory
 
FileHistoryActivator() - Constructor for class net.java.sip.communicator.impl.filehistory.FileHistoryActivator
 
FileHistoryConversationComponent - Class in net.java.sip.communicator.impl.gui.main.chat.filetransfer
The component used to show a file transfer history record in the chat or history window.
FileHistoryConversationComponent(FileRecord) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileHistoryConversationComponent
 
FileHistoryService - Interface in net.java.sip.communicator.service.filehistory
File History Service stores info for file transfers from various protocols.
FileHistoryServiceImpl - Class in net.java.sip.communicator.impl.filehistory
File History Service stores info for file transfers from various protocols.
FileHistoryServiceImpl() - Constructor for class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
 
FileImageLabel - Class in net.java.sip.communicator.impl.gui.utils
The FileImageLabel is a JLabel associated with a file.
FileImageLabel() - Constructor for class net.java.sip.communicator.impl.gui.utils.FileImageLabel
 
fileLabel - Variable in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
 
FileMenu - Class in net.java.sip.communicator.impl.gui.main.chat.menus
The FileMenu is the menu in the chat window menu bar that contains save, print and close.
FileMenu(ChatWindow) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.menus.FileMenu
Creates an instance of FileMenu.
FileMenu - Class in net.java.sip.communicator.impl.gui.main.menus
The FileMenu is a menu in the main application menu bar that contains "New account".
FileMenu(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.menus.FileMenu
Creates an instance of FileMenu.
FileRecord - Class in net.java.sip.communicator.service.filehistory
Structure used for encapsulating data when writing or reading File History Data.
FileRecord(String, Contact, String, long, File, String) - Constructor for class net.java.sip.communicator.service.filehistory.FileRecord
Constructs new FileRecord
FileTransfer - Interface in net.java.sip.communicator.service.protocol
The FileTransfer interface is meant to be used by parties interested in the file transfer process.
FileTransferConversationComponent - Class in net.java.sip.communicator.impl.gui.main.chat.filetransfer
The FileTransferConversationComponent is the parent of all file conversation components - for incoming, outgoing and history file transfers.
FileTransferConversationComponent() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
Creates a file conversation component.
fileTransferCreated(FileTransferCreatedEvent) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
New file transfer was created.
fileTransferCreated(FileTransferCreatedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.ReceiveFileConversationComponent
 
fileTransferCreated(FileTransferCreatedEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
Nothing to do here, because we already know when a file transfer is created.
fileTransferCreated(FileTransferCreatedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.FileTransferListener
Called when a FileTransferCreatedEvent has been received.
FileTransferCreatedEvent - Class in net.java.sip.communicator.service.protocol.event
The FileTransferCreatedEvent indicates the creation of a file transfer.
FileTransferCreatedEvent(FileTransfer, Date) - Constructor for class net.java.sip.communicator.service.protocol.event.FileTransferCreatedEvent
Creates a FileTransferCreatedEvent representing creation of a file transfer.
FileTransferImpl - Class in net.java.sip.communicator.impl.protocol.icq
The Filetransfer imeplementation for ICQ.
FileTransferImpl(FileTransfer, String, Contact, File, int) - Constructor for class net.java.sip.communicator.impl.protocol.icq.FileTransferImpl
 
FileTransferImpl - Class in net.java.sip.communicator.impl.protocol.msn
The Filetransfer imeplementation for msn.
FileTransferImpl(MsnFileTransfer, Contact, File, int) - Constructor for class net.java.sip.communicator.impl.protocol.msn.FileTransferImpl
 
FileTransferImpl - Class in net.java.sip.communicator.impl.protocol.yahoo
The Filetransfer imeplementation for yahoo.
FileTransferImpl(ProtocolProviderServiceYahooImpl, String, Contact, File, int) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.FileTransferImpl
 
FileTransferImpl.IcqFileTransferEventListener - Class in net.java.sip.communicator.impl.protocol.icq
Provides support for files sent and received.
FileTransferImpl.IcqFileTransferEventListener() - Constructor for class net.java.sip.communicator.impl.protocol.icq.FileTransferImpl.IcqFileTransferEventListener
 
FileTransferListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that would gather events notifying of incoming file transfer requests.
FileTransferProgressEvent - Class in net.java.sip.communicator.service.protocol.event
The FileTransferProgressEvent indicates the progress of a file transfer.
FileTransferProgressEvent(FileTransfer, long, long) - Constructor for class net.java.sip.communicator.service.protocol.event.FileTransferProgressEvent
Creates a FileTransferProgressEvent by specifying the source file transfer object, that triggered the event and the new progress value.
FileTransferProgressListener - Interface in net.java.sip.communicator.service.protocol.event
The FileTransferStatusListener listens for FileTransferStatusChangeEvent in order to indicate a change in the current progress of a file transfer.
fileTransferRequestCanceled(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
 
fileTransferRequestCanceled(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.ReceiveFileConversationComponent
 
fileTransferRequestCanceled(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
Called when an IncomingFileTransferRequest has been canceled from the contact who sent it.
fileTransferRequestCanceled(FileTransferRequestEvent) - Method in interface net.java.sip.communicator.service.protocol.event.FileTransferListener
Called when an IncomingFileTransferRequest has been canceled from the contact who sent it.
FileTransferRequestEvent - Class in net.java.sip.communicator.service.protocol.event
The FileTransferRequestEvent indicates the reception of a file transfer request.
FileTransferRequestEvent(OperationSetFileTransfer, IncomingFileTransferRequest, Date) - Constructor for class net.java.sip.communicator.service.protocol.event.FileTransferRequestEvent
Creates a FileTransferRequestEvent representing reception of an incoming file transfer request.
fileTransferRequestReceived(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
We ignore filetransfer requests.
fileTransferRequestReceived(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.ReceiveFileConversationComponent
 
fileTransferRequestReceived(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
When a request has been received we show it to the user through the chat session renderer.
fileTransferRequestReceived(SessionFileTransferEvent) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetFileTransferYahooImpl
Starting point for incoming filetransfer.
fileTransferRequestReceived(FileTransferRequestEvent) - Method in interface net.java.sip.communicator.service.protocol.event.FileTransferListener
Called when a new IncomingFileTransferRequest has been received.
fileTransferRequestRejected(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
Called when a new IncomingFileTransferRequest has been rejected.
fileTransferRequestRejected(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.ReceiveFileConversationComponent
 
fileTransferRequestRejected(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
Called when a new IncomingFileTransferRequest has been rejected.
fileTransferRequestRejected(FileTransferRequestEvent) - Method in interface net.java.sip.communicator.service.protocol.event.FileTransferListener
Called when an IncomingFileTransferRequest has been rejected.
FileTransferSSHImpl - Class in net.java.sip.communicator.impl.protocol.ssh
SSH implementation of the AbstractFileTransfer.
FileTransferSSHImpl(SSHFileTransferDaemon, Date) - Constructor for class net.java.sip.communicator.impl.protocol.ssh.FileTransferSSHImpl
Creates an SSH implementation of the file transfer interface.
FileTransferStatusChangeEvent - Class in net.java.sip.communicator.service.protocol.event
The FileTransferStatusChangeEvent is the event indicating of a change in the state of a file transfer.
FileTransferStatusChangeEvent(FileTransfer, int, int, String) - Constructor for class net.java.sip.communicator.service.protocol.event.FileTransferStatusChangeEvent
Creates a FileTransferStatusChangeEvent by specifying the source fileTransfer, the old transfer status and the new status.
FileTransferStatusListener - Interface in net.java.sip.communicator.service.protocol.event
The FileTransferStatusListener listens for FileTransferStatusChangeEvent in order to indicate a change in the current status of a file transfer.
FileUtils - Class in net.java.sip.communicator.util
Utility class that allows to check if a given file is an image or to obtain the file thumbnail icon.
FileUtils() - Constructor for class net.java.sip.communicator.util.FileUtils
 
fillTable() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberServerChooserDialog
Fill the servers array variable with data from the remote servers.xml
fillWithHtml40Entities(Entities) - Static method in class net.java.sip.communicator.util.Entities
Fills the specified entities instance with HTML 40 entities.
Filter - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
General filter routines.
Filter() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Filter
 
filterByKeyword(NodeList, Date, String[], String, boolean) - Static method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
If there is keyword restriction and doesn't match the conditions return null.
filterEvent(EventObject) - Method in interface net.java.sip.communicator.service.protocol.event.EventFilter
Checks if an event should be filtered out or processed.
filterFilesByDate(Iterator<String>, Date, Date) - Static method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Used to limit the files if any starting or ending date exist So only few files to be searched.
filterFilesByDate(Iterator<String>, Date, Date, boolean) - Static method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Used to limit the files if any starting or ending date exist So only few files to be searched.
FILTERORDER_DS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
FilterQuery - Class in net.java.sip.communicator.impl.gui.main.contactlist
The FilterQuery gives information about a current filtering.
FilterQuery() - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.FilterQuery
 
filterQueryFailed(FilterQuery) - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.FilterQueryListener
Indicates that the given query has finished with failure, i.e.
filterQueryFailed(FilterQuery) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchField
Indicates that the given query has finished with failure, i.e.
FilterQueryListener - Interface in net.java.sip.communicator.impl.gui.main.contactlist
The FilterQueryListener is notified when a filter query finishes.
filterQuerySucceeded(FilterQuery) - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.FilterQueryListener
Indicates that the given query has finished with success, i.e.
filterQuerySucceeded(FilterQuery) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchField
Indicates that the given query has finished with success, i.e.
FinalizableAVFrame - Class in net.java.sip.communicator.impl.neomedia.codec.video
Represents an AVFrame used to provide captured media data in native format without representing the very frame data in the Java heap.
FinalizableAVFrame() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.FinalizableAVFrame
Initializes a new FinalizableAVFrame instance which is to allocate a new native FFmpeg AVFrame and represent it.
finalize() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.FinalizableAVFrame
Deallocates the native memory represented by this instance.
finalize() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.NSDictionary
Called by the garbage collector to release system resources and perform other cleanup.
finalize() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.NSError
Called by the garbage collector to release system resources and perform other cleanup.
finalize() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
Called by the garbage collector to release system resources and perform other cleanup.
finalize() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureDevice
Called by the garbage collector to release system resources and perform other cleanup.
finalize() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureDeviceInput
Called by the garbage collector to release system resources and perform other cleanup.
finalize() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureSession
Called by the garbage collector to release system resources and perform other cleanup.
finalize() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTFormatDescription
Called by the garbage collector to release system resources and perform other cleanup.
FINALIZING_REGISTRATION - Static variable in class net.java.sip.communicator.service.protocol.RegistrationState
Representing any transition state after authentication is completed and before it has been completed.
find(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSCache
Iterate only over items with matching name.
findAccountPrefix(BundleContext, AccountID, String) - Static method in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Returns the prefix for all persistently stored properties of the account with the specified id.
findAllMetaContactsForProvider(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Returns a list of all MetaContacts containing a protocol contact from the given ProtocolProviderService.
findAllMetaContactsForProvider(ProtocolProviderService, MetaContactGroup) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Returns a list of all MetaContacts contained in the given group and containing a protocol contact from the given ProtocolProviderService.
findAllMetaContactsForProvider(ProtocolProviderService) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
Returns a list of all MetaContacts containing a protocol contact from the given ProtocolProviderService.
findAllMetaContactsForProvider(ProtocolProviderService, MetaContactGroup) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
Returns a list of all MetaContacts contained in the given group and containing a protocol contact from the given ProtocolProviderService.
findByEndDate(MetaContact, Date) - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
Returns all the calls made by all the contacts in the supplied metacontact before the given date
findByEndDate(Date) - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
Returns all the calls made before the given date
findByEndDate(MetaContact, Date) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
Returns all the file transfers made before the given date
findByEndDate(Date) - Method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Searches the history for all records with timestamp before endDate.
findByEndDate(String[], Object, Date) - Method in class net.java.sip.communicator.impl.metahistory.MetaHistoryServiceImpl
Returns all the records before the given date
findByEndDate(MetaContact, Date) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged by all the contacts in the supplied metacontact before the given date
findByEndDate(ChatRoom, Date) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged in the supplied chat room before the given date
findByEndDate(MetaContact, Date) - Method in interface net.java.sip.communicator.service.callhistory.CallHistoryService
Returns all the calls made by all the contacts in the supplied contact before the given date.
findByEndDate(Date) - Method in interface net.java.sip.communicator.service.callhistory.CallHistoryService
Returns all the calls made before the given date.
findByEndDate(MetaContact, Date) - Method in interface net.java.sip.communicator.service.filehistory.FileHistoryService
Returns all the file transfers made before the given date
findByEndDate(Date) - Method in interface net.java.sip.communicator.service.history.HistoryReader
Searches the history for all records with timestamp before endDate.
findByEndDate(String[], Object, Date) - Method in interface net.java.sip.communicator.service.metahistory.MetaHistoryService
Returns all the records before the given date
findByEndDate(MetaContact, Date) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged by all the contacts in the supplied metacontact before the given date
findByEndDate(ChatRoom, Date) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged in the supplied chat room before the given date
findByKeyword(MetaContact, String) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
Returns all the file transfers having the given keyword in the filename
findByKeyword(MetaContact, String, boolean) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
Returns all the file transfers having the given keyword in the filename
findByKeyword(String, String) - Method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Searches the history for all records containing the keyword.
findByKeyword(String, String, boolean) - Method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Searches the history for all records containing the keyword.
findByKeyword(String, String, int) - Method in class net.java.sip.communicator.impl.history.InteractiveHistoryReaderImpl
Searches the history for all records containing the keyword.
findByKeyword(String[], Object, String) - Method in class net.java.sip.communicator.impl.metahistory.MetaHistoryServiceImpl
Returns all the records having the given keyword
findByKeyword(String[], Object, String, boolean) - Method in class net.java.sip.communicator.impl.metahistory.MetaHistoryServiceImpl
Returns all the records having the given keyword
findByKeyword(MetaContact, String) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged by all the contacts in the supplied metacontact having the given keyword
findByKeyword(MetaContact, String, boolean) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged by all the contacts in the supplied metacontact having the given keyword
findByKeyword(ChatRoom, String) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged in the supplied room having the given keyword
findByKeyword(ChatRoom, String, boolean) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged in the supplied chat room having the given keyword
findByKeyword(MetaContact, String) - Method in interface net.java.sip.communicator.service.filehistory.FileHistoryService
Returns all the file transfers having the given keyword in the filename
findByKeyword(MetaContact, String, boolean) - Method in interface net.java.sip.communicator.service.filehistory.FileHistoryService
Returns all the file transfers having the given keyword in the filename
findByKeyword(String, String) - Method in interface net.java.sip.communicator.service.history.HistoryReader
Searches the history for all records containing the keyword.
findByKeyword(String, String, boolean) - Method in interface net.java.sip.communicator.service.history.HistoryReader
Searches the history for all records containing the keyword.
findByKeyword(String, String, int) - Method in interface net.java.sip.communicator.service.history.InteractiveHistoryReader
Searches the history for all records containing the keyword.
findByKeyword(String[], Object, String) - Method in interface net.java.sip.communicator.service.metahistory.MetaHistoryService
Returns all the records having the given keyword
findByKeyword(String[], Object, String, boolean) - Method in interface net.java.sip.communicator.service.metahistory.MetaHistoryService
Returns all the records having the given keyword
findByKeyword(MetaContact, String) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged by all the contacts in the supplied metacontact having the given keyword
findByKeyword(MetaContact, String, boolean) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged by all the contacts in the supplied metacontact having the given keyword
findByKeyword(ChatRoom, String) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged in the supplied room having the given keyword
findByKeyword(ChatRoom, String, boolean) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged in the supplied chat room having the given keyword
findByKeywords(MetaContact, String[]) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
Returns all the file transfers having the given keywords in the filename
findByKeywords(MetaContact, String[], boolean) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
Returns all the file transfershaving the given keywords in the filename
findByKeywords(String[], String) - Method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Searches the history for all records containing all keywords.
findByKeywords(String[], String, boolean) - Method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Searches the history for all records containing all keywords.
findByKeywords(String[], String, int) - Method in class net.java.sip.communicator.impl.history.InteractiveHistoryReaderImpl
Searches the history for all records containing all keywords.
findByKeywords(String[], Object, String[]) - Method in class net.java.sip.communicator.impl.metahistory.MetaHistoryServiceImpl
Returns all the records having the given keywords
findByKeywords(String[], Object, String[], boolean) - Method in class net.java.sip.communicator.impl.metahistory.MetaHistoryServiceImpl
Returns all the records having the given keywords
findByKeywords(MetaContact, String[]) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged by all the contacts in the supplied metacontact having the given keywords
findByKeywords(MetaContact, String[], boolean) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged by all the contacts in the supplied metacontact having the given keywords
findByKeywords(ChatRoom, String[]) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged in the supplied chat room having the given keywords
findByKeywords(ChatRoom, String[], boolean) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged in the supplied chat room having the given keywords
findByKeywords(MetaContact, String[]) - Method in interface net.java.sip.communicator.service.filehistory.FileHistoryService
Returns all the file transfers having the given keywords in the filename
findByKeywords(MetaContact, String[], boolean) - Method in interface net.java.sip.communicator.service.filehistory.FileHistoryService
Returns all the file transfershaving the given keywords in the filename
findByKeywords(String[], String) - Method in interface net.java.sip.communicator.service.history.HistoryReader
Searches the history for all records containing all keywords.
findByKeywords(String[], String, boolean) - Method in interface net.java.sip.communicator.service.history.HistoryReader
Searches the history for all records containing all keywords.
findByKeywords(String[], String, int) - Method in interface net.java.sip.communicator.service.history.InteractiveHistoryReader
Searches the history for all records containing all keywords.
findByKeywords(String[], Object, String[]) - Method in interface net.java.sip.communicator.service.metahistory.MetaHistoryService
Returns all the records having the given keywords
findByKeywords(String[], Object, String[], boolean) - Method in interface net.java.sip.communicator.service.metahistory.MetaHistoryService
Returns all the records having the given keywords
findByKeywords(MetaContact, String[]) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged by all the contacts in the supplied metacontact having the given keywords
findByKeywords(MetaContact, String[], boolean) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged by all the contacts in the supplied metacontact having the given keywords
findByKeywords(ChatRoom, String[]) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged in the supplied chat room having the given keywords
findByKeywords(ChatRoom, String[], boolean) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged in the supplied chat room having the given keywords
findByPeer(String, int) - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
Find the calls made by the supplied peer address
findByPeer(String, int) - Method in interface net.java.sip.communicator.service.callhistory.CallHistoryService
Find the calls made by the supplied peer address
findByPeriod(MetaContact, Date, Date) - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
Returns all the calls made by all the contacts in the supplied metacontact between the given dates
findByPeriod(Date, Date) - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
Returns all the calls made between the given dates
findByPeriod(MetaContact, Date, Date, String[]) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
Returns all the file transfers made between the given dates and having the given keywords in the filename
findByPeriod(MetaContact, Date, Date, String[], boolean) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
Returns all the file transfers made between the given dates and having the given keywords in the filename
findByPeriod(MetaContact, Date, Date) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
Returns all the file transfers made between the given dates
findByPeriod(Date, Date) - Method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Searches the history for all records with timestamp between startDate and endDate.
findByPeriod(Date, Date, String[], String) - Method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Searches for all history records containing all keywords, with timestamp between startDate and endDate.
findByPeriod(Date, Date, String[], String, boolean) - Method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Searches for all history records containing all keywords, with timestamp between startDate and endDate.
findByPeriod(String[], Object, Date, Date) - Method in class net.java.sip.communicator.impl.metahistory.MetaHistoryServiceImpl
Returns all the records between the given dates
findByPeriod(String[], Object, Date, Date, String[]) - Method in class net.java.sip.communicator.impl.metahistory.MetaHistoryServiceImpl
Returns all the records between the given dates and having the given keywords
findByPeriod(String[], Object, Date, Date, String[], boolean) - Method in class net.java.sip.communicator.impl.metahistory.MetaHistoryServiceImpl
Returns all the records between the given dates and having the given keywords
findByPeriod(MetaContact, Date, Date) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged by all the contacts in the supplied metacontact between the given dates
findByPeriod(MetaContact, Date, Date, String[]) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged by all the contacts in the supplied metacontact between the given dates and having the given keywords
findByPeriod(MetaContact, Date, Date, String[], boolean) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged by all the contacts in the supplied metacontact between the given dates and having the given keywords
findByPeriod(ChatRoom, Date, Date) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged in the supplied chat room between the given dates
findByPeriod(ChatRoom, Date, Date, String[]) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged in the supplied chat room between the given dates and having the given keywords
findByPeriod(ChatRoom, Date, Date, String[], boolean) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged in the supplied chat room between the given dates and having the given keywords
findByPeriod(MetaContact, Date, Date) - Method in interface net.java.sip.communicator.service.callhistory.CallHistoryService
Returns all the calls made by all the contacts in the supplied contact between the given dates.
findByPeriod(Date, Date) - Method in interface net.java.sip.communicator.service.callhistory.CallHistoryService
Returns all the calls made between the given dates.
findByPeriod(MetaContact, Date, Date) - Method in interface net.java.sip.communicator.service.filehistory.FileHistoryService
Returns all the file transfers made between the given dates
findByPeriod(MetaContact, Date, Date, String[]) - Method in interface net.java.sip.communicator.service.filehistory.FileHistoryService
Returns all the file transfers made between the given dates and having the given keywords in the filename
findByPeriod(MetaContact, Date, Date, String[], boolean) - Method in interface net.java.sip.communicator.service.filehistory.FileHistoryService
Returns all the file transfers made between the given dates and having the given keywords in the filename
findByPeriod(Date, Date) - Method in interface net.java.sip.communicator.service.history.HistoryReader
Searches the history for all records with timestamp between startDate and endDate.
findByPeriod(Date, Date, String[], String) - Method in interface net.java.sip.communicator.service.history.HistoryReader
Searches for all history records containing all keywords, with timestamp between startDate and endDate.
findByPeriod(Date, Date, String[], String, boolean) - Method in interface net.java.sip.communicator.service.history.HistoryReader
Searches for all history records containing all keywords, with timestamp between startDate and endDate.
findByPeriod(String[], Object, Date, Date) - Method in interface net.java.sip.communicator.service.metahistory.MetaHistoryService
Returns all the records between the given dates
findByPeriod(String[], Object, Date, Date, String[]) - Method in interface net.java.sip.communicator.service.metahistory.MetaHistoryService
Returns all the records between the given dates and having the given keywords
findByPeriod(String[], Object, Date, Date, String[], boolean) - Method in interface net.java.sip.communicator.service.metahistory.MetaHistoryService
Returns all the records between the given dates and having the given keywords
findByPeriod(MetaContact, Date, Date) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged by all the contacts in the supplied metacontact between the given dates
findByPeriod(MetaContact, Date, Date, String[]) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged by all the contacts in the supplied metacontact between the given dates and having the given keywords
findByPeriod(MetaContact, Date, Date, String[], boolean) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged by all the contacts in the supplied metacontact between the given dates and having the given keywords
findByPeriod(ChatRoom, Date, Date) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged in the supplied chat room between the given dates
findByPeriod(ChatRoom, Date, Date, String[]) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged in the supplied chat room between the given dates and having the given keywords
findByPeriod(ChatRoom, Date, Date, String[], boolean) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged in the supplied chat room between the given dates and having the given keywords
findByStartDate(MetaContact, Date) - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
Returns all the calls made by all the contacts in the supplied contact after the given date.
findByStartDate(Date) - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
Returns all the calls made after the given date
findByStartDate(MetaContact, Date) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
Returns all the file transfers made after the given date
findByStartDate(Date) - Method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Searches the history for all records with timestamp after startDate.
findByStartDate(String[], Object, Date) - Method in class net.java.sip.communicator.impl.metahistory.MetaHistoryServiceImpl
Returns all the records for the descriptor after the given date.
findByStartDate(MetaContact, Date) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged by all the contacts in the supplied metacontact after the given date
findByStartDate(ChatRoom, Date) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns all the messages exchanged in the supplied chat room after the given date
findByStartDate(MetaContact, Date) - Method in interface net.java.sip.communicator.service.callhistory.CallHistoryService
Returns all the calls made by all the contacts in the supplied contact after the given date.
findByStartDate(Date) - Method in interface net.java.sip.communicator.service.callhistory.CallHistoryService
Returns all the calls made after the given date.
findByStartDate(MetaContact, Date) - Method in interface net.java.sip.communicator.service.filehistory.FileHistoryService
Returns all the file transfers made after the given date
findByStartDate(Date) - Method in interface net.java.sip.communicator.service.history.HistoryReader
Searches the history for all records with timestamp after startDate.
findByStartDate(String[], Object, Date) - Method in interface net.java.sip.communicator.service.metahistory.MetaHistoryService
Returns all the records for the descriptor after the given date.
findByStartDate(MetaContact, Date) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged by all the contacts in the supplied metacontact after the given date
findByStartDate(ChatRoom, Date) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns all the messages exchanged in the supplied chat room after the given date
findCall(Dialog) - Method in class net.java.sip.communicator.impl.protocol.sip.ActiveCallsRepositorySipImpl
Returns the call that contains the specified dialog (i.e.
findCall(String, String, String) - Method in class net.java.sip.communicator.impl.protocol.sip.ActiveCallsRepositorySipImpl
Returns the CallSipImpl instance with a Dialog matching the specified Call-ID, local and remote tags.
findCallPeer(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ActiveCallsRepositoryJabberImpl
Returns the CallPeerJabberImpl whose jingle session has the specified jingle sid.
findCallPeer(Dialog) - Method in class net.java.sip.communicator.impl.protocol.sip.ActiveCallsRepositorySipImpl
Returns the call peer whose associated jain sip dialog matches dialog.
findCallPeer(String, String, String) - Method in class net.java.sip.communicator.impl.protocol.sip.ActiveCallsRepositorySipImpl
Returns the CallPeerSipImpl instance with a Dialog matching CallID, local and remote tags.
findCallPeer(String, String) - Method in class net.java.sip.communicator.impl.protocol.sip.ActiveCallsRepositorySipImpl
Returns the CallPeerSipImpl whose INVITE transaction has the specified branchID and whose corresponding INVITE request contains the specified callID.
findCallPeer(String, Header) - Method in class net.java.sip.communicator.impl.protocol.sip.ActiveCallsRepositorySipImpl
Returns the CallPeerSipImpl whose INVITE transaction has the specified branchID and whose corresponding INVITE request contains the specified callID.
findCallPeer(Dialog) - Method in class net.java.sip.communicator.impl.protocol.sip.CallSipImpl
Returns the call peer whose associated jain sip dialog matches dialog.
findChatRoomWrapperForAdHocChatRoom(AdHocChatRoom) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomProviderWrapper
Returns the ad-hoc chat room wrapper contained in this provider that corresponds to the given ad-hoc chat room.
findChatRoomWrapperForChatRoom(ChatRoom) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomProviderWrapper
Returns the chat room wrapper contained in this provider that corresponds to the given chat room.
findChatRoomWrapperFromAdHocChatRoom(AdHocChatRoom) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomList
Returns the AdHocChatRoomWrapper that correspond to the given AdHocChatRoom.
findChatRoomWrapperFromChatRoom(ChatRoom) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomList
Returns the ChatRoomWrapper that correspond to the given ChatRoom.
findChatTransportForDescriptor(Object) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns the ChatTransport corresponding to the given descriptor.
findChild(Element, String) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Returns the child element with the specified tagName for the specified parent element.
findChildren(Element, String) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Returns the children elements with the specified tagName for the specified parent element.
findConferenceMember(long) - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Returns the ConferenceMember with the specified ssrc ID or null if there is no such ConferenceMember.
findContact(Buddy) - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns the icq contact encapsulating the specified joustSim buddy or null if no such buddy was found.
findContact(String) - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns the icq contact encapsulating with the specified screen name or null if no such contact was found.
findContact(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Returns the contact encapsulating with the spcieified name or null if no such contact was found.
findContact(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Returns the contact encapsulating with the spcieified name or null if no such contact was found.
findContact(String) - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Returns the contact encapsulating with the spcieified name or null if no such contact was found.
findContact(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Returns the contact encapsulating with the spcieified name or null if no such contact was found.
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Returns the contact with the specified id or null if no such contact exists.
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Returns a reference to the contact with the specified ID in case we have a subscription for it and null otherwise/
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Returns the contact with the specified id or null if no such contact exists.
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Returns a reference to the contact with the specified ID in case we have a subscription for it and null otherwise/
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Returns a reference to the contact with the specified ID in case we have a subscription for it and null otherwise/
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Returns a reference to the contact with the specified ID in case we have a subscription for it and null otherwise/
findContactById(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Returns the Contact with the specified id or null if no such id was found.
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Returns the contact with the specified id or null if no such contact exists.
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
Returns a reference to the contact with the specified ID in case we have a subscription for it and null otherwise/
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Returns a reference to the contact with the specified ID in case we have a subscription for it and null otherwise/
findContactById(String) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Returns the Contact with the specified id or null if no such id was found.
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Returns the contact with the specified id or null if no such contact exists.
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Returns a reference to the contact with the specified ID in case we have a subscription for it and null otherwise/
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Returns the contact with the specified id or null if no such contact exists.
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Returns a ContactSipImpl with a specific ID in case we have a subscription for it and null otherwise.
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Returns the contact with the specified id or null if no such contact exists.
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Returns a reference to the contact with the specified ID in case we have a subscription for it and null otherwise/
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
Returns a reference to the contact with the specified ID in case we have a subscription for it and null otherwise/
findContactById(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Returns the Contact with the specified id or null if no such id was found.
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Returns the contact with the specified id or null if no such contact exists.
findContactByID(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Returns a reference to the contact with the specified ID in case we have a subscription for it and null otherwise/
findContactByID(String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetPresence
Returns a reference to the contact with the specified ID in case we have a subscription for it and null otherwise/
findContactByJoustSimBuddy(Buddy) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Returns the Contact with the specified screenname (or icq UIN) or null if no such screenname was found.
findContactByScreenName(String) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Returns the Contact with the specified screenname (or icq UIN) or null if no such screenname was found.
findContactByYahooUser(YahooUser) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Returns the Contact corresponding to the specified YahooUser or null if no such id was found.
findContactGroup(String) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Returns the ConntactGroup with the specified name or null if no such group was found.
findContactGroup(Group) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Returns the ContactGroup corresponding to the specified joust sim group.
findContactGroup(ContactIcqImpl) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Returns the ContactGroup containing the specified contact or null if no such group or contact exist.
findContactGroup(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Returns the ConntactGroup with the specified name or null if no such group was found.
findContactGroup(ContactJabberImpl) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Returns the ContactGroup containing the specified contact or null if no such group or contact exist.
findContactGroup(String) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Returns the ConntactGroup with the specified name or null if no such group was found.
findContactGroup(ContactMsnImpl) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Returns the ContactGroup containing the specified contact or null if no such group or contact exist.
findContactGroup(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Returns the ConntactGroup with the specified name or null if no such group was found.
findContactGroup(ContactYahooImpl) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Returns the ContactGroup containing the specified contact or null if no such group or contact exist.
findContactGroupIndex(Group) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Returns the index of the ContactGroup containing the specified joust sim group.
findContactIndex(Contact) - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns the index of contact in this group -1 if no such contact was found.
findContactParent(ContactDictImpl) - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Returns the group that is parent of the specified dictContact or null if no parent was found.
findContactParent(ContactDictImpl) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Returns the group that is parent of the specified dictContact or null if no parent was found.
findContactParent(ContactGibberishImpl) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Returns the group that is parent of the specified gibberishContact or null if no parent was found.
findContactParent(ContactGibberishImpl) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Returns the group that is parent of the specified gibberishContact or null if no parent was found.
findContactParent(MockContact) - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Returns the group that is parent of the specified mockContact or null if no parent was found.
findContactParent(MockContact) - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
Returns the group that is parent of the specified mockContact or null if no parent was found.
findContactParent(ContactRssImpl) - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Returns the group that is parent of the specified rssContact or null if no parent was found.
findContactParent(ContactRssImpl) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Returns the group that is parent of the specified rssContact or null if no parent was found.
findContactParent(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Returns the group that is parent of the specified sipContact or null if no parent was found.
findContactParent(ContactSSHImpl) - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Returns the group that is parent of the specified sshContact or null if no parent was found.
findContactParent(ContactSSH) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Returns the group that is parent of the specified sshContact or null if no parent was found.
findContactParent(ContactZeroconfImpl) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Returns the group that is parent of the specified zeroconfContact or null if no parent was found.
findContactParent(ContactZeroconfImpl) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Returns the group that is parent of the specified zeroconfContact or null if no parent was found.
findContactsPointingToUs() - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Looks for dict protocol providers that have added us to their contact list and returns list of all contacts representing us in these providers.
findContactsPointingToUs() - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Looks for gibberish protocol providers that have added us to their contact list and returns list of all contacts representing us in these providers.
findContactsPointingToUs() - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Looks for ssh protocol providers that have added us to their contact list and returns list of all contacts representing us in these providers.
findExtension(byte) - Method in class net.java.sip.communicator.service.protocol.media.DynamicRTPExtensionsRegistry
Returns a reference to the RTPExtension with the specified mapping or null if the number specified by extID has not been allocated yet.
findFileTransferChatTransport() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the first chat transport for the current chat session that supports file transfer.
findFirstContactNode() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeModel
Returns the first found child ContactNode.
findFirstMessagesAfter(String[], Object, Date, int) - Method in class net.java.sip.communicator.impl.metahistory.MetaHistoryServiceImpl
Returns the supplied number of recent records after the given date
findFirstMessagesAfter(MetaContact, Date, int) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns the supplied number of recent messages after the given date exchanged by all the contacts in the supplied metacontact
findFirstMessagesAfter(ChatRoom, Date, int) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns the supplied number of recent messages after the given date exchanged in the supplied chat room
findFirstMessagesAfter(String[], Object, Date, int) - Method in interface net.java.sip.communicator.service.metahistory.MetaHistoryService
Returns the supplied number of recent records after the given date
findFirstMessagesAfter(MetaContact, Date, int) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns the supplied number of recent messages after the given date exchanged by all the contacts in the supplied metacontact
findFirstMessagesAfter(ChatRoom, Date, int) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns the supplied number of recent messages after the given date exchanged in the supplied chat room
findFirstRecordsAfter(MetaContact, Date, int) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
Returns the supplied number of recent file transfers after the given date
findFirstRecordsAfter(Date, int) - Method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Returns the supplied number of recent messages after the given date
findFirstRecordsAfter(MetaContact, Date, int) - Method in interface net.java.sip.communicator.service.filehistory.FileHistoryService
Returns the supplied number of recent file transfers after the given date
findFirstRecordsAfter(Date, int) - Method in interface net.java.sip.communicator.service.history.HistoryReader
Returns the supplied number of recent messages after the given date
findFormat(byte) - Method in class net.java.sip.communicator.service.protocol.media.DynamicPayloadTypeRegistry
Returns a reference to the MediaFormat with the specified mapping or null if the number specified by payloadType has not been allocated yet.
findGroup(Buddy) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
 
findGroupParent(ContactGroupDictImpl) - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Returns the group that is parent of the specified dictGroup or null if no parent was found.
findGroupParent(ContactGroupDictImpl) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Returns the group that is parent of the specified dictGroup or null if no parent was found.
findGroupParent(ContactGroupGibberishImpl) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Returns the group that is parent of the specified gibberishGroup or null if no parent was found.
findGroupParent(ContactGroupGibberishImpl) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Returns the group that is parent of the specified gibberishGroup or null if no parent was found.
findGroupParent(MockContactGroup) - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Returns the group that is parent of the specified mockGroup or null if no parent was found.
findGroupParent(MockContactGroup) - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
Returns the group that is parent of the specified mockGroup or null if no parent was found.
findGroupParent(ContactGroupRssImpl) - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Returns the group that is parent of the specified rssGroup or null if no parent was found.
findGroupParent(ContactGroupRssImpl) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Returns the group that is parent of the specified rssGroup or null if no parent was found.
findGroupParent(ContactGroupSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Returns the group that is parent of the specified sipGroup or null if no parent was found.
findGroupParent(ContactGroupSSHImpl) - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Returns the group that is parent of the specified sshGroup or null if no parent was found.
findGroupParent(ContactGroupSSHImpl) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Returns the group that is parent of the specified sshGroup or null if no parent was found.
findGroupParent(ContactGroupZeroconfImpl) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Returns the group that is parent of the specified zeroconfGroup or null if no parent was found.
findGroupParent(ContactGroupZeroconfImpl) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Returns the group that is parent of the specified zeroconfGroup or null if no parent was found.
findInviteChatTransport() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the first chat transport for the current chat session that supports group chat.
findJingleSID(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ActiveCallsRepositoryJabberImpl
Returns the CallJabberImpl containing a CallPeerJabberImpl whose corresponding jingle session has the specified jingle sid.
findLast(MetaContact, int) - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
Returns the supplied number of calls by all the contacts in the supplied metacontact
findLast(int) - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
Returns the supplied number of calls made
findLast(MetaContact, int) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
Returns the supplied number of file transfers
findLast(int) - Method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Returns the last count messages.
findLast(String[], Object, int) - Method in class net.java.sip.communicator.impl.metahistory.MetaHistoryServiceImpl
Returns the supplied number of recent records.
findLast(MetaContact, int) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns the supplied number of recent messages exchanged by all the contacts in the supplied metacontact
findLast(ChatRoom, int) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns the supplied number of recent messages exchanged in the supplied chat room
findLast(MetaContact, int) - Method in interface net.java.sip.communicator.service.callhistory.CallHistoryService
Returns the supplied number of recent calls made by all the contacts in the supplied contact.
findLast(int) - Method in interface net.java.sip.communicator.service.callhistory.CallHistoryService
Returns the supplied number of recent calls.
findLast(MetaContact, int) - Method in interface net.java.sip.communicator.service.filehistory.FileHistoryService
Returns the supplied number of file transfers
findLast(int) - Method in interface net.java.sip.communicator.service.history.HistoryReader
Returns the supplied number of recent messages
findLast(String[], Object, int) - Method in interface net.java.sip.communicator.service.metahistory.MetaHistoryService
Returns the supplied number of recent records.
findLast(MetaContact, int) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns the supplied number of recent messages exchanged by all the contacts in the supplied metacontact
findLast(ChatRoom, int) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns the supplied number of recent messages exchanged in the supplied chat room
findLastMessagesBefore(String[], Object, Date, int) - Method in class net.java.sip.communicator.impl.metahistory.MetaHistoryServiceImpl
Returns the supplied number of recent records before the given date
findLastMessagesBefore(MetaContact, Date, int) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns the supplied number of recent messages before the given date exchanged by all the contacts in the supplied metacontact
findLastMessagesBefore(ChatRoom, Date, int) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns the supplied number of recent messages before the given date exchanged in the supplied chat room
findLastMessagesBefore(String[], Object, Date, int) - Method in interface net.java.sip.communicator.service.metahistory.MetaHistoryService
Returns the supplied number of recent records before the given date
findLastMessagesBefore(MetaContact, Date, int) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns the supplied number of recent messages before the given date exchanged by all the contacts in the supplied metacontact
findLastMessagesBefore(ChatRoom, Date, int) - Method in interface net.java.sip.communicator.service.msghistory.MessageHistoryService
Returns the supplied number of recent messages before the given date exchanged in the supplied chat room
findLastRecordsBefore(MetaContact, Date, int) - Method in class net.java.sip.communicator.impl.filehistory.FileHistoryServiceImpl
Returns the supplied number of recent file transfers before the given date
findLastRecordsBefore(Date, int) - Method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Returns the supplied number of recent messages before the given date
findLastRecordsBefore(MetaContact, Date, int) - Method in interface net.java.sip.communicator.service.filehistory.FileHistoryService
Returns the supplied number of recent file transfers before the given date
findLastRecordsBefore(Date, int) - Method in interface net.java.sip.communicator.service.history.HistoryReader
Returns the supplied number of recent messages before the given date
findMemberForNickName(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Finds the member of this chat room corresponding to the given nick name.
findMetaContactByContact(Contact) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns a meta contact, a child of this group or its subgroups, that has the specified protocol specific contact.
findMetaContactByContact(String, String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns a meta contact, a child of this group or its subgroups, with address equald to contactAddress and a source protocol provider with the matching accountID.
findMetaContactByContact(Contact) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Returns the MetaContact containing the specified contact or null if no such MetaContact was found.
findMetaContactByContact(String, String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Returns the MetaContact containing a contact with an address equal to contactAddress and with a source provider matching accountID, or null if no such MetaContact was found.
findMetaContactByContact(Contact) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
Returns the MetaContact containing the specified contact or null if no such MetaContact was found.
findMetaContactByMetaUID(String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns a meta contact, a child of this group or its subgroups, that has the specified metaUID.
findMetaContactByMetaUID(String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Returns the MetaContact that corresponds to the specified metaContactID.
findMetaContactByMetaUID(String) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
Returns the MetaContact that corresponds to the specified metaContactID.
findMetaContactGroupByContactGroup(ContactGroup) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns a meta contact group, encapsulated by this group or its subgroups, that has the specified protocol specific contact.
findMetaContactGroupByContactGroup(ContactGroup) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Returns the MetaContactGroup corresponding to the specified contactGroup or null if no such MetaContactGroup was found.
findMetaContactGroupByContactGroup(ContactGroup) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
Returns the MetaContactGroup encapsulating the specified protocol contact group or null if no such MetaContactGroup was found.
findMetaContactGroupByMetaUID(String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns a meta contact group this group or some of its subgroups, that has the specified metaUID.
findMetaContactGroupByMetaUID(String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Returns the MetaContactGroup that corresponds to the specified metaGroupID.
findMetaContactGroupByMetaUID(String) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
Returns the MetaContactGroup that corresponds to the specified metaGroupID.
findOriginator(boolean) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Returns the sender that initiated the thread or the first sender in the list if for some reason we couldn't determine the originator.
findParentMetaContactGroup(MetaContactGroup) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Returns the meta contact group that is a direct parent of the specified child.
findParentMetaContactGroup(MetaContact) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Returns the meta contact group that is a direct parent of the specified child.
findParentMetaContactGroup(MetaContactGroup) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
Returns the meta contact group that is a direct parent of the specified child.
findParentMetaContactGroup(MetaContact) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
Returns the meta contact group that is a direct parent of the specified child.
findParticipantForAddress(String) - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Finds the participant of this ad-hoc chat room corresponding to the given address.
findParticipantForAddress(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Finds the participant of this ad-hoc chat room corresponding to the given address.
findParticipantForNickName(String) - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Finds the member of this chat room corresponding to the given nick name.
findPeerRecord(String) - Method in class net.java.sip.communicator.service.callhistory.CallRecord
Finds a CallPeer with the supplied address
findPrivateChatRoom(String) - Method in class net.java.sip.communicator.impl.protocol.irc.OperationSetMultiUserChatIrcImpl
Returns the private room corresponding to the given nick name.
findProviderForDictUserID(String) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Looks for a dict protocol provider registered for a user id matching dictUserID.
findProviderForGibberishUserID(String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Looks for a gibberish protocol provider registered for a user id matching gibberishUserID.
findProviderForSSHUserID(String) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Looks for a ssh protocol provider registered for a user id matching sshUserID.
findProviderForZeroconfUserID(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Looks for a zeroconf protocol provider registered for a user id matching zeroconfUserID.
findResourcePaths(String, String) - Static method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultResourcePackActivator
Finds all properties files for the given path in this bundle.
findRoom(String) - Method in class net.java.sip.communicator.impl.protocol.irc.OperationSetMultiUserChatIrcImpl
Returns a reference to a chatRoom named roomName.
findRoom(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetMultiUserChatJabberImpl
Returns a reference to a chatRoom named roomName or null if that room does not exist.
findRoom(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockMultiUserChat
Returns a reference to a chatRoom named roomName or null if no such room exists.
findRoom(String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetMultiUserChat
Returns a reference to a chatRoom named roomName or null if no room with the given name exist on the server.
findServerWrapperFromProvider(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomList
Returns the AdHocChatRoomProviderWrapper that correspond to the given ProtocolProviderService.
findServerWrapperFromProvider(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomList
Returns the ChatRoomProviderWrapper that correspond to the given ProtocolProviderService.
findSystemMember() - Method in class net.java.sip.communicator.impl.protocol.irc.OperationSetMultiUserChatIrcImpl
Returns the system room member.
findSystemRoom() - Method in class net.java.sip.communicator.impl.protocol.irc.OperationSetMultiUserChatIrcImpl
Returns the room corresponding to the server channel.
findWhiteboardSession(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetWhiteboardingJabberImpl
Returns a reference to a WhiteboardSession named sessionName or null if no such session exists.
findWhiteboardSession(String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetWhiteboarding
Returns a reference to a WhiteboardSession named sessionName or null if no such session exists.
FINGERPRINT_INDEX - Static variable in class net.java.sip.communicator.plugin.otr.KnownFingerprintsTableModel
 
finish() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
Finish the message before sending it off.
finish() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.ProgressPanel
Informs the end of the progress.
FINISH_PAGE_IDENTIFIER - Static variable in interface net.java.sip.communicator.service.gui.WizardPage
The identifier of the last wizard page.
FINISH_RETURN_CODE - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Indicates that the 'Finish' button was pressed to close the dialog.
finished() - Method in class net.java.sip.communicator.util.swing.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
finishedCallback() - Method in interface net.java.sip.communicator.impl.neomedia.portaudio.PortAudioStreamCallback
 
FIR_SIZE_ANA - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
FIR_SIZE_SYN - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
fireAvatarChanged(byte[]) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetAvatar
Notifies all registered listeners of the new event.
fireCallChangeEvent(String, Object, Object) - Method in class net.java.sip.communicator.service.protocol.Call
Creates a CallChangeEvent with this class as sourceCall, and the specified eventID and old and new values and dispatches it on all currently registered listeners.
fireCallEvent(int, Call) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetBasicTelephony
Creates and dispatches a CallEvent notifying registered listeners that an event with id eventID has occurred on sourceCall.
fireCallPeerChangeEvent(String, Object, Object) - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Constructs a CallPeerChangeEvent using this call peer as source, setting it to be of type eventType and the corresponding oldValue and newValue,
fireCallPeerChangeEvent(String, Object, Object, String) - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Constructs a CallPeerChangeEvent using this call peer as source, setting it to be of type eventType and the corresponding oldValue and newValue.
fireCallPeerConferenceEvent(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Fires a specific CallPeerConferenceEvent to the CallPeerConferenceListeners interested in changes in the conference-related information provided by this peer.
fireCallPeerEvent(CallPeer, int) - Method in class net.java.sip.communicator.service.protocol.Call
Creates a CallPeerEvent with sourceCallPeer and eventID and dispatches it on all currently registered listeners.
fireCallPeerSecurityMessageEvent(String, String, int) - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Constructs a CallPeerSecurityStatusEvent using this call peer as source, setting it to be of type eventType and the corresponding oldValue and newValue.
fireCallPeerSecurityOffEvent(int) - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Constructs a CallPeerSecurityStatusEvent using this call peer as source, setting it to be of type eventType and the corresponding oldValue and newValue.
fireCallPeerSecurityOnEvent(int, String, String, boolean) - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Constructs a CallPeerSecurityStatusEvent using this call peer as source, setting it to be of type eventType and the corresponding oldValue and newValue.
fireChatFocusEvent(int) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Informs all ChatFocusListeners that a ChatFocusEvent has been triggered.
fireChatNotification(Object, String, String, String) - Static method in class net.java.sip.communicator.impl.gui.utils.NotificationManager
Fires a chat message notification for the given event type through the NotificationService.
fireCloseTabEvent(MouseEvent, int) - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Sends a MouseEvent, whose source is this tabbedpane, to every CloseListener.
fireConferenceAudioLevelEvent(long[][]) - Method in class net.java.sip.communicator.impl.neomedia.AudioMediaStreamImpl
Delivers the audioLevels map to whoever's interested.
fireConferenceMembersSoundLevelEvent(Map<ConferenceMember, Integer>) - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallPeerGibberishImpl
Fires a StreamSoundLevelEvent and notifies all registered listeners.
fireContactAdded(ContactGroup, ContactJabberImpl) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Make the parent persistent presence operation set dispatch a contact added event.
fireContactAdded(ContactGroup, ContactMsnImpl) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Make the parent persistent presence operation set dispatch a contact added event.
fireContactAdded(ContactGroup, ContactYahooImpl) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Make the parent persistent presence operation set dispatch a contact added event.
fireContactCapabilitiesEvent(Contact, int) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetContactCapabilities
Fires a new ContactCapabilitiesEvent to notify the registered ContactCapabilitiesListeners that a specific Contact has changed its list of OperationSet capabilities.
fireContactListEvent(Object, int, int) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Creates the corresponding ContactListEvent and notifies all ContactListListeners that a contact is selected.
fireContactListEvent(MetaContact, int, int) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Creates the corresponding ContactListEvent and notifies all ContactListListeners that a contact is selected.
fireContactListEvent(List<ContactListListener>, ContactListEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
 
fireContactListEvent(Object, int, int) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Creates the corresponding ContactListEvent and notifies all ContactListListeners that a contact is selected.
fireContactListEvent(List<ContactListListener>, ContactListEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Notifies all interested listeners that a ContactListEvent has occurred.
fireContactPresenceStatusChangeEvent(Contact, ContactGroup, PresenceStatus) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
Notifies all registered listeners of the new event.
fireContactPresenceStatusChangeEvent(Contact, ContactGroup, PresenceStatus, PresenceStatus) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
 
fireContactPropertyChangeEvent(String, Contact, Object, Object) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
Notify all subscription listeners of the corresponding contact property change event.
fireContactResolved(ContactGroup, ContactJabberImpl) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Make the parent persistent presence operation set dispatch a contact resolved event.
fireContactResolved(ContactGroup, ContactMsnImpl) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Make the parent persistent presence operation set dispatch a contact resolved event.
fireContactResolved(ContactGroup, ContactYahooImpl) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Make the parent persistent presence operation set dispatch a contact resolved event.
fireContentsChanged(int, int) - Method in class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel
Change of the content.
fireDoubleClickTabEvent(MouseEvent, int) - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Sends a MouseEvent, whose source is this tabbedpane, to every DoubleClickListener.
fireDTMFEvent(DTMFTone, boolean) - Method in class net.java.sip.communicator.impl.neomedia.AudioMediaStreamImpl
Delivers the DTMF tones.
fireFileTransferCreated(FileTransferCreatedEvent) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetFileTransferIcqImpl
Delivers the file transfer to all registered listeners.
fireFileTransferCreated(FileTransferCreatedEvent) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetFileTransferJabberImpl
Delivers the file transfer to all registered listeners.
fireFileTransferCreated(FileTransferCreatedEvent) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetFileTransfer
Delivers the file transfer to all registered listeners.
fireFileTransferCreated(FileTransferCreatedEvent) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetFileTransferMsnImpl
Delivers the file transfer to all registered listeners.
fireFileTransferCreated(FileTransferCreatedEvent) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetFileTransferYahooImpl
Delivers the file transfer to all registered listeners.
fireFileTransferRequest(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetFileTransferJabberImpl
Delivers the specified event to all registered file transfer listeners.
fireFileTransferRequestCanceled(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetFileTransferIcqImpl
Delivers the specified event to all registered file transfer listeners.
fireFileTransferRequestCanceled(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetFileTransferMsnImpl
Delivers the specified event to all registered file transfer listeners.
fireFileTransferRequestCanceled(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetFileTransferYahooImpl
Delivers the specified event to all registered file transfer listeners.
fireFileTransferRequestRejected(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetFileTransferIcqImpl
Delivers the specified event to all registered file transfer listeners.
fireFileTransferRequestRejected(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetFileTransferJabberImpl
Delivers the specified event to all registered file transfer listeners.
fireFileTransferRequestRejected(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetFileTransferMsnImpl
Delivers the specified event to all registered file transfer listeners.
fireFileTransferRequestRejected(FileTransferRequestEvent) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetFileTransferYahooImpl
Delivers the specified event to all registered file transfer listeners.
fireGroupEvent(ContactGroup, int) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Creates the corresponding event and notifies all ServerStoredGroupListeners that the source group has been removed, changed, renamed or whatever happened to it.
fireInvitationEvent(AdHocChatRoom, String, String, byte[]) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetAdHocMultiUserChatIcqImpl
Delivers a AdHocChatRoomInvitationReceivedEvent to all registered AdHocChatRoomInvitationListeners.
fireInvitationEvent(ChatRoom, String, String, byte[]) - Method in class net.java.sip.communicator.impl.protocol.irc.OperationSetMultiUserChatIrcImpl
Delivers a ChatRoomInvitationReceivedEvent to all registered ChatRoomInvitationListeners.
fireInvitationEvent(ChatRoom, String, String, byte[]) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetMultiUserChatJabberImpl
Delivers a ChatRoomInvitationReceivedEvent to all registered ChatRoomInvitationListeners.
fireInvitationEvent(WhiteboardSession, WhiteboardObject, String, String, byte[]) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetWhiteboardingJabberImpl
Delivers a WhiteboardInvitationEvent to all registered WhiteboardInvitationListeners.
fireInvitationEvent(AdHocChatRoom, String, String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetAdHocMultiUserChatYahooImpl
Delivers a AdHocChatRoomInvitationReceivedEvent to all registered AdHocChatRoomInvitationListeners.
fireInvitationReceived(ChatRoomInvitation) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetMultiUserChat
Fires a new ChatRoomInvitationReceivedEvent to all currently registered ChatRoomInvitationListeners to notify about the receipt of a specific ChatRoomInvitation.
fireInvitationRejectedEvent(AdHocChatRoom, String, String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetAdHocMultiUserChatYahooImpl
Delivers a AdHocChatRoomInvitationRejectedEvent to all registered AdHocChatRoomInvitationRejectionListeners.
fireInvitationRejectedEvent(ChatRoom, String, String) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetMultiUserChat
Delivers a ChatRoomInvitationRejectedEvent to all registered ChatRoomInvitationRejectionListeners.
fireLocalUserPresenceEvent(AdHocChatRoom, String, String) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetAdHocMultiUserChatIcqImpl
Delivers a LocalUserAdHocChatRoomPresenceChangeEvent to all registered LocalUserAdHocChatRoomPresenceListeners.
fireLocalUserPresenceEvent(AdHocChatRoom, String, String) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetAdHocMultiUserChatMsnImpl
Delivers a LocalUserAdHocChatRoomPresenceChangeEvent to all registered LocalUserAdHocChatRoomPresenceListeners.
fireLocalUserPresenceEvent(AdHocChatRoom, String, String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetAdHocMultiUserChatYahooImpl
Delivers a LocalUserAdHocChatRoomPresenceChangeEvent to all registered LocalUserAdHocChatRoomPresenceListeners.
fireLocalUserPresenceEvent(ChatRoom, String, String) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetMultiUserChat
Delivers a LocalUserChatRoomPresenceChangeEvent to all registered LocalUserChatRoomPresenceListeners.
fireLocalUserSoundLevelChanged(int) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Updates the sound bar level of the local user participating in the conference.
fireMaxTabEvent(MouseEvent, int) - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Sends a MouseEvent, whose source is this tabbedpane, to every MaxListener.
fireMemberPresenceEvent(ChatRoomMember, ChatRoomMember, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Creates the corresponding ChatRoomMemberPresenceChangeEvent and notifies all ChatRoomMemberPresenceListeners that a ChatRoomMember has joined or left this ChatRoom.
fireMemberPropertyChangeEvent(ChatRoomMemberPropertyChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Delivers the specified event to all registered property change listeners.
fireMemberPropertyChangeEvent(ChatRoomMemberPropertyChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Delivers the specified event to all registered property change listeners.
fireMemberRoleEvent(ChatRoomMember, ChatRoomMemberRole) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Creates the corresponding ChatRoomMemberRoleChangeEvent and notifies all ChatRoomMemberRoleListeners that a ChatRoomMember has changed his role in this ChatRoom.
fireMessageDelivered(Message, Contact) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetBasicInstantMessaging
Notifies all registered message listeners that a message has been delivered successfully to its addressee..
fireMessageDeliveryFailed(Message, Contact, int) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetBasicInstantMessaging
 
fireMessageEvent(EventObject) - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Notifies all interested listeners that a ChatRoomMessageDeliveredEvent, ChatRoomMessageReceivedEvent or a ChatRoomMessageDeliveryFailedEvent has been fired.
fireMessageEvent(EventObject) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Delivers the specified event to all registered message listeners.
fireMessageEvent(EventObject) - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Notifies all interested listeners that a AdHocChatRoomMessageDeliveredEvent, AdHocChatRoomMessageReceivedEvent or a AdHocChatRoomMessageDeliveryFailedEvent has been fired.
fireMessageEvent(EventObject) - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Notifies all interested listeners that a AdHocChatRoomMessageDeliveredEvent, AdHocChatRoomMessageReceivedEvent or a AdHocChatRoomMessageDeliveryFailedEvent has been fired.
fireMessageEvent(EventObject) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetBasicInstantMessagingYahooImpl
Delivers the specified event to all registered message listeners.
fireMessageEvent(EventObject) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetBasicInstantMessaging
Delivers the specified event to all registered message listeners.
fireMessageReceived(Message, Contact) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetBasicInstantMessagingSSHImpl
Notifies all registered message listeners that a message has been received.
fireMessageReceived(Message, Contact) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetBasicInstantMessagingZeroconfImpl
Notifies all registered message listeners that a message has been received.
fireMessageReceived(Message, Contact) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetBasicInstantMessaging
Notifies all registered message listeners that a message has been received.
fireMessageReceivedEvent(Message, ChatRoomMember, long, int) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Notifies all interested listeners that a ChatRoomMessageReceivedEvent has been fired.
fireMetaContactEvent(MetaContactPropertyChangeEvent) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Creates the corresponding MetaContactPropertyChangeEvent instance and notifies all MetaContactListListeners that a MetaContact has been modified.
fireNotification(String, String, String) - Static method in class net.java.sip.communicator.impl.gui.utils.NotificationManager
Fires a message notification for the given event type through the NotificationService.
fireNotification(String) - Static method in class net.java.sip.communicator.impl.gui.utils.NotificationManager
Fires a notification for the given event type through the NotificationService.
fireNotification(String, String, String, byte[], Object) - Method in class net.java.sip.communicator.impl.notification.NotificationServiceImpl
If there is a registered event notification of the given eventType and the event notification is currently activated, we go through the list of registered actions and execute them.
fireNotification(String) - Method in class net.java.sip.communicator.impl.notification.NotificationServiceImpl
If there is a registered event notification of the given eventType and the event notification is currently activated, we go through the list of registered actions and execute them.
fireNotification(String, String, String, byte[], Object) - Method in interface net.java.sip.communicator.service.notification.NotificationService
Fires all notifications registered for the specified eventType using message as a notification message wherever appropriate (e.g.
fireNotification(String) - Method in interface net.java.sip.communicator.service.notification.NotificationService
Fires all notifications registered for the specified eventType using the default message specified upon registration as a notification message wherever appropriate.
fireParticipantPresenceEvent(Contact, String, String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Creates the corresponding AdHocChatRoomParticipantPresenceChangeEvent and notifies all AdHocChatRoomParticipantPresenceListeners that a Contact has joined or left this AdHocChatRoom.
firePopupMessageClicked(SystrayPopupMessageEvent) - Method in class net.java.sip.communicator.service.systray.AbstractPopupMessageHandler
Notifies the SystrayPopupMessageListeners registered with this instance that a SystrayPopupMessageEvent has occurred.
firePopupOutsideTabEvent(MouseEvent) - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Sends a MouseEvent, whose source is this tabbedpane, to every PopupOutsideListener.
firePresenceStatusChanged(Presence) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Fires the status change, respecting resource priorities.
fireProgressChangeEvent(long, long) - Method in class net.java.sip.communicator.service.protocol.AbstractFileTransfer
Notifies all status listeners that a new FileTransferProgressEvent occured.
firePropertyChange(String, Object, Object) - Method in class net.java.sip.communicator.impl.configuration.ChangeEventDispatcher
Report a bound property update to any registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in class net.java.sip.communicator.impl.configuration.ChangeEventDispatcher
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Informs allPropertyChangeListeners that the a given property has changed.
firePropertyChange(String, Object, Object) - Method in class net.java.sip.communicator.service.neomedia.AbstractMediaStream
Fires a new PropertyChangeEvent to the PropertyChangeListeners registered with this instance in order to notify about a change in the value of a specific property which had its old value modified to a specific new value.
firePropertyChange(String, Object, Object) - Method in class net.java.sip.communicator.util.PropertyChangeNotifier
Fires a new PropertyChangeEvent to the PropertyChangeListeners registered with this PropertyChangeNotifier in order to notify about a change in the value of a specific property which had its old value modified to a specific new value.
firePropertyChangeEvent(PropertyChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Delivers the specified event to all registered property change listeners.
fireProviderMsgStatusChangeEvent(String) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Notifies all registered listeners of the new event.
fireProviderPresenceStatusChangeEvent(long, long) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Notify all provider presence listeners of the corresponding event change
fireProviderStatusChangeEvent(PresenceStatus, PresenceStatus) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
 
fireProviderStatusChangeEvent(PresenceStatus, PresenceStatus) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Notify all provider presence listeners of the corresponding event change
fireProviderStatusChangeEvent(PresenceStatus) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
 
fireProviderStatusChangeEvent(PresenceStatus, PresenceStatus) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
Notify all provider presence listeners of the corresponding event change
fireProviderStatusChangeEvent(PresenceStatus) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
Notifies all registered listeners of the new event.
fireProviderStatusChangeEvent(PresenceStatus, PresenceStatus) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
Notify all provider presence listeners of the corresponding event change
fireProviderStatusMessageChangeEvent(String, String) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
Notify all provider presence listeners that a new status message has been set.
fireQueryEvent(MetaContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQuery
Notifies the MetaContactQueryListener that a new MetaContact has been received as a result of a search.
fireQueryEvent(MetaContactGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQuery
Notifies the MetaContactQueryListener that a new MetaGroup has been received as a result of a search.
fireQueryEvent(int) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQuery
Notifies the MetaContactQueryListener that this query has changed its status.
fireRegistrationStateChanged(RegistrationState, RegistrationState, int, String) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl
Creates a RegistrationStateChange event corresponding to the specified old and new states and notifies all currently registered listeners.
fireRegistrationStateChanged(RegistrationState, RegistrationState, int, String) - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolProviderServiceMsnImpl
Creates a RegistrationStateChange event corresponding to the specified old and new states and notifies all currently registered listeners.
fireRegistrationStateChanged(RegistrationState, RegistrationState, int, String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolProviderServiceYahooImpl
Creates a RegistrationStateChange event corresponding to the specified old and new states and notifies all currently registered listeners.
fireRegistrationStateChanged(RegistrationState, RegistrationState, int, String) - Method in class net.java.sip.communicator.service.protocol.AbstractProtocolProviderService
Creates a RegistrationStateChange event corresponding to the specified old and new states and notifies all currently registered listeners.
fireRequestProcessed(Request, Response) - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Notifies the MethodProcessorListeners registered with this CallPeer that it has processed a specific SIP Request by sending a specific SIP Response.
fireResponseProcessed(Response, Request) - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Notifies the MethodProcessorListeners registered with this CallPeer that it has processed a specific SIP Response by sending a specific SIP Request.
fireSelectionValueChanged(int, int, boolean) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.DefaultContactList
Processes the MouseEvent we have previously cached before invoking the parent fireSelectionValueChanged which would notify the JList ListSelectionListeners that the selection model has changed.
fireServerStoredGroupEvent(ContactGroup, int) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
Notifies all registered listeners of the new event.
fireStatusChangeEvent(int) - Method in class net.java.sip.communicator.impl.protocol.mock.MockFileTransferImpl
Notifies all status listeners that a new FileTransferStatusChangeEvent occured.
fireStatusChangeEvent(int) - Method in class net.java.sip.communicator.service.protocol.AbstractFileTransfer
Notifies all status listeners that a new FileTransferStatusChangeEvent occured.
fireStatusChangeEvent(int, String) - Method in class net.java.sip.communicator.service.protocol.AbstractFileTransfer
Notifies all status listeners that a new FileTransferStatusChangeEvent occured.
fireStreamSoundLevelEvent(int) - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallPeerGibberishImpl
Fires a StreamSoundLevelEvent and notifies all registered listeners.
fireSubscriptionEvent(Contact, ContactGroup, int) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
Notifies all registered listeners of the new event.
fireSubscriptionEvent(Contact, ContactGroup, int, int, String) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
 
fireSubscriptionMovedEvent(Contact, ContactGroup, ContactGroup) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
Notifies all registered listeners of the new event.
fireTypingNotificationsEvent(Contact, int) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetTypingNotifications
Delivers a TypingNotificationEvent to all registered listeners.
fireVetoableChange(String, Object, Object) - Method in class net.java.sip.communicator.impl.configuration.ChangeEventDispatcher
Report a vetoable property update to any registered listeners.
fireVetoableChange(PropertyChangeEvent) - Method in class net.java.sip.communicator.impl.configuration.ChangeEventDispatcher
Fire a vetoable property update to any registered listeners.
fireVideoEvent(int, Component, int) - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Notifies the VideoListeners registered with this instance about a specific type of change in the availability of a specific visual Component depicting video.
fireVideoEvent(VideoEvent) - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Notifies the VideoListeners registered with this instance about a specific VideoEvent.
fireVideoEvent(int, Component, int) - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Notifies the VideoListeners registered with this VideoMediaStream about a specific type of change in the availability of a specific visual Component depicting video.
fireVideoEvent(VideoEvent) - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Notifies the VideoListeners registered with this instance about a specific VideoEvent.
fireVideoEvent(int, Component, int) - Method in class net.java.sip.communicator.service.neomedia.event.VideoNotifierSupport
Notifies the VideoListeners registered with this VideoMediaStream about a specific type of change in the availability of a specific visual Component depicting video.
fireVideoEvent(VideoEvent) - Method in class net.java.sip.communicator.service.neomedia.event.VideoNotifierSupport
Notifies the VideoListeners registered with this instance about a specific VideoEvent.
fireVideoEvent(int, Component, int) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Notifies the VideoListeners registered with this CallPeerMediaHandler about a specific type of change in the availability of a specific visual Component depicting video.
fireVideoEvent(VideoEvent) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Notifies the VideoListeners registered with this CallPeerMediaHandler about a specific VideoEvent.
FirewallDescriptor - Class in net.java.sip.communicator.impl.netaddr
todo: add a type for the open internet
FirewallDescriptor() - Constructor for class net.java.sip.communicator.impl.netaddr.FirewallDescriptor
Constructs an empty firewall descirptor
fireWhiteboardChangeEvent(String, Object, Object) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Creates a WhiteboardChangeEvent with this class as sourceWhiteboard, and the specified eventID and old and new values and dispatches it on all currently registered listeners.
fireWhiteboardParticipantChangeEvent(String, Object, Object) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
Constructs a WhiteboardParticipantChangeEvent using this whiteboard participant as source, setting it to be of type eventType and the corresponding oldValue and newValue,
fireWhiteboardParticipantChangeEvent(String, Object, Object, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
Constructs a WhiteboardParticipantChangeEvent using this whiteboard participant as source, setting it to be of type eventType and the corresponding oldValue and newValue,
fireWhiteboardParticipantEvent(WhiteboardParticipant, int) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Creates a WhiteboardParticipantEvent with sourceWhiteboardParticipant and eventID and dispatches it on all currently registered listeners.
fireWhiteboardSessionPresenceEvent(WhiteboardSession, String, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetWhiteboardingJabberImpl
Delivers a WhiteboardSessionPresenceChangeEvent to all registered WhiteboardSessionPresenceChangeEvents.
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizardPage
 
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
The first page identifier.
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
 
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
 
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
 
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.plugin.googletalkaccregwizz.FirstWizardPage
 
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
 
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
The identifier of this wizard page.
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
 
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
 
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
 
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
 
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
 
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
 
FIRST_PAGE_IDENTIFIER - Static variable in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
 
firstpart - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitpack
 
FirstWizardPage - Class in net.java.sip.communicator.plugin.aimaccregwizz
The FirstWizardPage is the page, where user could enter the uin and the password of the account.
FirstWizardPage(AimAccountRegistrationWizard) - Constructor for class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
Creates an instance of FirstWizardPage.
FirstWizardPage - Class in net.java.sip.communicator.plugin.dictaccregwizz
The FirstWizardPage is the page, where user could enter the host, port and the strategy of the account.
FirstWizardPage(DictAccountRegistrationWizard) - Constructor for class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Creates an instance of FirstWizardPage.
FirstWizardPage - Class in net.java.sip.communicator.plugin.facebookaccregwizz
The FirstWizardPage is the page, where user could enter the username and the password of the account.
FirstWizardPage(FacebookAccountRegistrationWizard) - Constructor for class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
Creates an instance of FirstWizardPage.
FirstWizardPage - Class in net.java.sip.communicator.plugin.gibberishaccregwizz
The FirstWizardPage is the page, where user could enter the user ID and the password of the account.
FirstWizardPage(GibberishAccountRegistrationWizard) - Constructor for class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
Creates an instance of FirstWizardPage.
FirstWizardPage - Class in net.java.sip.communicator.plugin.googletalkaccregwizz
The FirstWizardPage is the page, where user could enter the user ID and the password of the account.
FirstWizardPage(GoogleTalkAccountRegistrationWizard) - Constructor for class net.java.sip.communicator.plugin.googletalkaccregwizz.FirstWizardPage
Creates an instance of FirstWizardPage.
FirstWizardPage - Class in net.java.sip.communicator.plugin.icqaccregwizz
The FirstWizardPage is the page, where user could enter the uin and the password of the account.
FirstWizardPage(IcqAccountRegistrationWizard) - Constructor for class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
Creates an instance of FirstWizardPage.
FirstWizardPage - Class in net.java.sip.communicator.plugin.ircaccregwizz
The FirstWizardPage is the page, where user could enter the user ID and the password of the account.
FirstWizardPage(IrcAccountRegistrationWizard) - Constructor for class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
Creates an instance of FirstWizardPage.
FirstWizardPage - Class in net.java.sip.communicator.plugin.jabberaccregwizz
The FirstWizardPage is the page, where user could enter the user ID and the password of the account.
FirstWizardPage(JabberAccountRegistrationWizard) - Constructor for class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
Creates an instance of FirstWizardPage.
FirstWizardPage - Class in net.java.sip.communicator.plugin.msnaccregwizz
The FirstWizardPage is the page, where user could enter the uin and the password of the account.
FirstWizardPage(MsnAccountRegistrationWizard) - Constructor for class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
Creates an instance of FirstWizardPage.
FirstWizardPage - Class in net.java.sip.communicator.plugin.rssaccregwizz
The FirstWizardPage is the page, where user could enter the user ID and the password of the account.
FirstWizardPage(RssAccountRegistration, WizardContainer) - Constructor for class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
Creates an instance of FirstWizardPage.
FirstWizardPage - Class in net.java.sip.communicator.plugin.sipaccregwizz
The FirstWizardPage is the page, where user could enter the uin and the password of the account.
FirstWizardPage(SIPAccountRegistrationWizard) - Constructor for class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
Creates an instance of FirstWizardPage.
FirstWizardPage - Class in net.java.sip.communicator.plugin.sshaccregwizz
The FirstWizardPage is the page, where user could enter the user ID and the password of the account.
FirstWizardPage(SSHAccountRegistration, WizardContainer) - Constructor for class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
Creates an instance of FirstWizardPage.
FirstWizardPage - Class in net.java.sip.communicator.plugin.yahooaccregwizz
The FirstWizardPage is the page, where user could enter the uin and the password of the account.
FirstWizardPage(YahooAccountRegistrationWizard) - Constructor for class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
Creates an instance of FirstWizardPage.
FirstWizardPage - Class in net.java.sip.communicator.plugin.zeroconfaccregwizz
The FirstWizardPage is the page, where user could enter the user ID and the password of the account.
FirstWizardPage(ZeroconfAccountRegistrationWizard) - Constructor for class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
Creates an instance of FirstWizardPage.
FitLayout - Class in net.java.sip.communicator.util.swing
Represents a LayoutManager which centers the first Component within its Container and, if the preferred size of the Component is larger than the size of the Container, scales the former within the bounds of the latter while preserving the aspect ratio.
FitLayout() - Constructor for class net.java.sip.communicator.util.swing.FitLayout
 
FIVE_DIAL_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A dial button icon.
FIXED_HEADER_SIZE - Static variable in class net.java.sip.communicator.impl.neomedia.RawPacket
The size of the fixed part of the RTP header as defined by RFC 3550.
flags - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
 
FLAGS_AA - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
FLAGS_AD - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
FLAGS_CD - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
FLAGS_QR_MASK - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
FLAGS_QR_QUERY - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
FLAGS_QR_RESPONSE - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
FLAGS_RA - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
FLAGS_RD - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
FLAGS_TC - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
FLAGS_Z - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
FloatReference - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
FloatReference() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.FloatReference
 
FLOOR - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
The name of the geolocation map key that we use for storing a particular floor in a building (e.g.
FLOOR - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetGeolocation
The name of the geolocation map key that we use for storing a particular floor in a building (e.g.
FLT_MAX_G729 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Largest floating point number
FLT_MIN_G729 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Largest floating point number
FMJ_CODECS - Static variable in class net.java.sip.communicator.impl.neomedia.FMJConditionals
Some SC codecs depend on internal Sun/IBM JMF classes.
FMJCivilVideoAuto - Class in net.java.sip.communicator.impl.neomedia.device
FMJ auto-detect of CIVIL video capture devices.
FMJCivilVideoAuto() - Constructor for class net.java.sip.communicator.impl.neomedia.device.FMJCivilVideoAuto
Creates an instance of FMJCivilVideoAuto and auto-detects CIVIL video capture devices.
FMJConditionals - Class in net.java.sip.communicator.impl.neomedia
Class to centralize workarounds or changes that need to be made for FMJ to work.
FMJConditionals() - Constructor for class net.java.sip.communicator.impl.neomedia.FMJConditionals
 
FMJJavaSoundAuto - Class in net.java.sip.communicator.impl.neomedia.device
Auto-detection of FMJ audio capture devices.
FMJJavaSoundAuto() - Constructor for class net.java.sip.communicator.impl.neomedia.device.FMJJavaSoundAuto
Creates an instance of FMJJavaSoundAuto and auto-detects FMJ audio capture devices.
FMT_FIR - Static variable in class net.java.sip.communicator.service.neomedia.event.RTCPFeedbackEvent
Full Intra-frame Request message type.
FMT_PLI - Static variable in class net.java.sip.communicator.service.neomedia.event.RTCPFeedbackEvent
Picture Loss Indication message type.
FOCUS_GAINED - Static variable in class net.java.sip.communicator.service.gui.event.ChatFocusEvent
Indicates that the ChatFocusEvent instance was triggered by Chat gaining the focus.
FOCUS_LOST - Static variable in class net.java.sip.communicator.service.gui.event.ChatFocusEvent
Indicates that the ChatFocusEvent instance was triggered by Chat losing the focus.
focusGained(FocusEvent) - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
Selects the user text when this text field gains the focus.
focusLost(FocusEvent) - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
Sets the default text when the field looses focus.
FONT - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
The default Font object used through this ui implementation.
FONT_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Font icon.
FontChooser - Class in net.java.sip.communicator.impl.gui.main.chat
The FontChooserDialog is a dialog for font selection
FontChooser() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.FontChooser
 
FORBIDDEN - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Indicates that the user is currently not allowed to perform the operation that failed.
FORCE_AUDIO_FORMAT - Static variable in class net.java.sip.communicator.impl.neomedia.FMJConditionals
FMJ's filter graph builder does not give specific formats for the tracks, but rather a general format with no encoding.
FORCE_P2P_MODE - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of the property under which we store if the p2p mode for SIMPLE should be forced.
forcePollContact(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Forces the poll of a contact to update its current state.
FORM_TYPE - Static variable in interface net.java.sip.communicator.service.gui.ConfigurationForm
The name of a property representing the type of the configuration form.
format - Variable in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
The last JMF Format set to this instance by a call to its MediaDeviceSession.setFormat(MediaFormat) and to be set as the output format of MediaDeviceSession.processor.
format - Variable in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
The JMF Format this instance wraps and provides an implementation of MediaFormat for.
format(long) - Method in class net.java.sip.communicator.util.ByteFormat
Formats a long which represent a number of bytes.
format(Object, StringBuffer, FieldPosition) - Method in class net.java.sip.communicator.util.ByteFormat
Format the given object (must be a Long).
format(LogRecord) - Method in class net.java.sip.communicator.util.ScLogFormatter
Format the given LogRecord.
formatDate(Date) - Static method in class net.java.sip.communicator.util.GuiUtils
Formats the given date.
formatDate(long) - Static method in class net.java.sip.communicator.util.GuiUtils
Formats the given date.
formatDate(long, StringBuffer) - Static method in class net.java.sip.communicator.util.GuiUtils
Formats the given date as: Month DD, YYYY and appends it to the given dateStrBuf string buffer.
formatDescription() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTSampleBuffer
 
formatDescriptions() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureDevice
 
formatKB(long) - Method in class net.java.sip.communicator.util.ByteFormat
Formats a long which represent a number of kilobytes.
formatParametersAreEqual(Map<String, String>, Map<String, String>) - Static method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Determines whether a specific set of format parameters is equal to another set of format parameters in the sense that they define an equal number of parameters and assign them equal values.
formatSeconds(long) - Static method in class net.java.sip.communicator.util.GuiUtils
Formats the given long to X hour, Y min, Z sec.
formatTime(Date) - Static method in class net.java.sip.communicator.util.GuiUtils
Formats the time for the given date.
formatTime(long) - Static method in class net.java.sip.communicator.util.GuiUtils
Formats the time for the given date.
formatToPayloadType(MediaFormat, DynamicPayloadTypeRegistry) - Static method in class net.java.sip.communicator.impl.protocol.jabber.jinglesdp.JingleUtils
Converts format into a PayloadTypePacketExtension instance.
FOUNDATION_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
The name of the "foundation" element.
FOUR_DIAL_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A dial button icon.
FrameClassify(float[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
FramedImage - Class in net.java.sip.communicator.util.swing
A custom component, used to show images in a frame.
FramedImage(ImageIcon, int, int) - Constructor for class net.java.sip.communicator.util.swing.FramedImage
Creates a FramedImage by specifying the width and the height of the label.
FramedImage(int, int) - Constructor for class net.java.sip.communicator.util.swing.FramedImage
Creates a FramedImage by specifying the width and the height of the frame.
FrameProcessingControlImpl - Class in net.java.sip.communicator.impl.neomedia.control
Provides a base implementation of FrameProcessingControl which keeps track of the minimalProcessing property, switches its value to true when it's notified that its owner is at least one frame behind and doesn't implement the controlComponent and framesDropped properties.
FrameProcessingControlImpl() - Constructor for class net.java.sip.communicator.impl.neomedia.control.FrameProcessingControlImpl
 
frameReceived(long, int) - Method in class net.java.sip.communicator.impl.neomedia.directshow.DSCaptureDevice.GrabberDelegate
Callback method when receiving frames.
FRAMES_PER_BUFFER_UNSPECIFIED - Static variable in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Can be passed as the framesPerBuffer parameter to Pa_OpenStream() or Pa_OpenDefaultStream() to indicate that the stream callback will accept buffers of any size.
fread(short[], int, InputStream) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Util
Read data from fp.
free(long) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
FREE_FOR_CHAT - Static variable in class net.java.sip.communicator.impl.protocol.gibberish.GibberishStatusEnum
The Free For Chat status.
FREE_FOR_CHAT - Static variable in class net.java.sip.communicator.service.protocol.icqconstants.IcqStatusEnum
The Free For Chat ICQ status.
FREE_FOR_CHAT - Static variable in class net.java.sip.communicator.service.protocol.jabberconstants.JabberStatusEnum
The Free For Chat status.
FREE_FOR_CHAT_STATUS - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
Indicates that the user is connected and eager to communicate.
freeData0(long) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.FinalizableAVFrame
Frees the memory pointed to by the data0 member of the native AVFrame.
fromString(String) - Static method in enum net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingChooser.IndentStyle
Returns the enum representation of a string.
fromString(String) - Static method in enum net.java.sip.communicator.service.keybindings.Persistence
Returns the enum representation of a string.
FS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
FULL_CONE_NAT - Static variable in class net.java.sip.communicator.impl.netaddr.StunDiscoveryReport
NAT type is full cone.
FULL_SCREEN_BUTTON_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The background image used for the full screen buttons.
FULL_SCREEN_BUTTON_BG_PRESSED - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The background image used for the pressed state of full screen buttons.
FullScreenButton - Class in net.java.sip.communicator.impl.gui.main.call
Represents the button, which is used to expand the video in full screen mode.
FullScreenButton(CallDialog) - Constructor for class net.java.sip.communicator.impl.gui.main.call.FullScreenButton
Initializes a new FullScreenButton instance which is to enter the full screen mode.
FullScreenLayout - Class in net.java.sip.communicator.impl.gui.main.call
 
FullScreenLayout(boolean) - Constructor for class net.java.sip.communicator.impl.gui.main.call.FullScreenLayout
 
fwrite(short[], int, OutputStream) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Util
Write data in fp

G

G729 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.EncodingConfiguration
The indicator which determines whether the G.729 codec is enabled.
g_pitch(float[], float[], float[], int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Pitch
Compute adaptive codebook gain and compute , -2
GADU_GADU - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolNames
The Gadu-Gadu protocol.
GAIM - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Gaim/Pidgin client type
GAIN_PIT_MAX - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
maximum adaptive codebook gain
gain_predict(float[], float[], int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Gainpred
MA prediction is performed on the innovation energy (in dB with mean removed).
gain_sq3Tbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
gain_sq4Tbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
gain_sq5Tbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
gain_update(float[], float) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Gainpred
Update table of past quantized energies.
gain_update_erasure(float[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Gainpred
Update table of past quantized energies (frame erasure).
gaindequant(int, float, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_common
 
Gainpred - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
Gainpred() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Gainpred
 
gainquant(float, float, int, int[], int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_common
 
GalagoNotification - Class in net.java.sip.communicator.impl.galagonotification
Declares the native functions required by the galagonotification bundle.
GalagoNotificationActivator - Class in net.java.sip.communicator.impl.galagonotification
Implements BundleActivator for the galagonotification bundle which provides an implementation of PopupMessageHandler according to the freedesktop.org Desktop Notifications spec.
GalagoNotificationActivator() - Constructor for class net.java.sip.communicator.impl.galagonotification.GalagoNotificationActivator
 
GalagoPopupMessageHandler - Class in net.java.sip.communicator.impl.galagonotification
Implements PopupMessageHandler according to the freedesktop.org Desktop Notifications spec.
GalagoPopupMessageHandler(boolean) - Constructor for class net.java.sip.communicator.impl.galagonotification.GalagoPopupMessageHandler
Initializes a new GalagoPopupMessageHandler instance with an indicator which determines whether the freedesktop.org Desktop Notifications server has reported that it implements the "icon-static" hint and the new instance has to send it the icons of the PopupMessages for display.
GAMMA1_0 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
GAMMA1_1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
GAMMA1_PST - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
denominator weighting factor
GAMMA2_0_H - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
GAMMA2_0_L - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
GAMMA2_1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
GAMMA2_PST - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
numerator weighting factor
GAMMA3_MINUS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
tilt weighting factor when k1<0
GAMMA3_PLUS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
tilt weighting factor when k1>0
GAMMA_G - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
LT weighting factor
GAP1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
GAP2 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
GAP3 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
GatherEntropy - Class in net.java.sip.communicator.impl.neomedia
GatherEntropy initializes the Fortuna PRNG with entropy data.
GatherEntropy(DeviceConfiguration) - Constructor for class net.java.sip.communicator.impl.neomedia.GatherEntropy
 
gbk1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
gbk2 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
genders - Static variable in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
 
GENERAL_ERROR - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Set when no other error code can describe the exception that occurred.
GENERAL_TYPE - Static variable in interface net.java.sip.communicator.service.gui.ConfigurationForm
The general configuration form type.
GeneralConfigPluginActivator - Class in net.java.sip.communicator.plugin.generalconfig
The general configuration form activator.
GeneralConfigPluginActivator() - Constructor for class net.java.sip.communicator.plugin.generalconfig.GeneralConfigPluginActivator
 
GeneralConfigurationPanel - Class in net.java.sip.communicator.plugin.generalconfig
The general configuration form.
GeneralConfigurationPanel() - Constructor for class net.java.sip.communicator.plugin.generalconfig.GeneralConfigurationPanel
Creates the general configuration panel.
generateID() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectJabberImpl
Generate a String uniquely identifying this WhiteboardObject.
generateKeyPair(AccountID) - Method in interface net.java.sip.communicator.plugin.otr.ScOtrKeyManager
 
generateKeyPair(AccountID) - Method in class net.java.sip.communicator.plugin.otr.ScOtrKeyManagerImpl
 
generateLocalTag() - Static method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Generate a tag for a FROM header or TO header.
generateSessionAccept() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerJabberImpl
Wraps up any ongoing candidate harvests and returns our response to the last offer we've received, so that the peer could use it to send a session-accept.
generateSID() - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
Generates a random String usable as a jingle session ID.
GENERATION_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
The name of the "generation" element.
GenericBuffer<T> - Class in net.java.sip.communicator.util
The GenericBuffer class provides a way to minimize the effort needed to bufferize any kind of information.
GenericBuffer(int) - Constructor for class net.java.sip.communicator.util.GenericBuffer
Sole constructor.
GenericFileDialog - Class in net.java.sip.communicator.util.swing
This class is the entry point for creating a file dialog regarding to the OS.
GenericFileDialog() - Constructor for class net.java.sip.communicator.util.swing.GenericFileDialog
 
GeolocationEvent - Class in net.java.sip.communicator.service.protocol.event
Instances of this class represent a change geographic location of a contact.
GeolocationEvent(Contact, ProtocolProviderService, Map, OperationSetGeolocation) - Constructor for class net.java.sip.communicator.service.protocol.event.GeolocationEvent
Creates an event instance indicating that the specified source contact has changed its geographic location to newLocation.
GeolocationJabberUtils - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation
This class give some static methods for converting a geolocation message to a different format.
GeolocationJabberUtils() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationJabberUtils
 
GeolocationListener - Interface in net.java.sip.communicator.service.geolocation.event
An event listener that should be implemented by parties interested in changes that occur in the state of a ProtocolProvider.
GeolocationListener - Interface in net.java.sip.communicator.service.protocol.event
The listener interface for receiving geolocation events.
GeolocationMessage - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation
This class extends the smack Message class and allows creating a GeolocationMessage automatically setting the geolocation packet extension.
GeolocationMessage(GeolocationPacketExtension) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationMessage
Creates a new, "normal" message.
GeolocationMessage(String, GeolocationPacketExtension) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationMessage
Creates a new "normal" message to the specified recipient and adds the specified geoloc extension to it.
GeolocationMessage(String, Message.Type, GeolocationPacketExtension) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationMessage
Creates a new message with the specified type and recipient and adds the specified geoloc extension to it.
GeolocationPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation
This class implements the Geolocation Extension defined in the XEP-0080
GeolocationPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
 
GeolocationPacketExtensionProvider - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation
This class parses incoming messages and extracts the geolocation parameters from the raw XML messages.
GeolocationPacketExtensionProvider() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtensionProvider
Creates a new GeolocationPacketExtensionProvider.
GeolocationPresence - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation
This class represents a Jabber presence message includin a Geolocation Extension.
GeolocationPresence(OperationSetPresence) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPresence
 
GeolocationService - Interface in net.java.sip.communicator.service.geolocation
Instances of GeolocationService allow to retrieve the current geolocation for SIP Communicator.
get(String) - Method in class net.java.sip.communicator.impl.protocol.sip.security.CredentialsCache
Returns the credentials corresponding to the specified realm or null if none could be found.
get(DNSEntry) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSCache
Get a matching DNS entry from the table (using equals).
get(String, int, int) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSCache
Get a matching DNS entry from the table.
get(int) - Method in class net.java.sip.communicator.util.Entities.IntHashMap
Returns the value to which the specified key is mapped in this map.
get() - Method in class net.java.sip.communicator.util.swing.SwingWorker
Return the value created by the construct method.
get_firstpart() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitpack
 
get_rest() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitpack
 
getAccount(AccountID) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountListModel
Returns true if an account with the given accountUID is contained in the model, otherwise returns false.
getAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the account user id for the given protocol provider.
getAccountAddress() - Method in class net.java.sip.communicator.impl.protocol.sip.SipAccountID
Returns a string that could be directly used (or easily converted to) an address that other users of the procotol can use to communicate with us.
getAccountAddress() - Method in class net.java.sip.communicator.service.protocol.AccountID
Returns a string that could be directly used (or easily converted to) an address that other users of the protocol can use to communicate with us.
getAccountIconPath() - Method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccountRegistrationWizard
Returns the account icon path.
getAccountIconPath() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
Returns the account icon path.
getAccountIconPath() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns the account icon path.
getAccountID() - Method in class net.java.sip.communicator.impl.gui.main.account.Account
Returns the account identifier.
getAccountID() - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolProviderServiceDictImpl
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService.
getAccountID() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolProviderServiceGibberishImpl
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService.
getAccountID() - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService.
getAccountID() - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolProviderServiceIrcImpl
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService.
getAccountID() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService.
getAccountID() - Method in class net.java.sip.communicator.impl.protocol.mock.MockProvider
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService.
getAccountID() - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolProviderServiceMsnImpl
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService.
getAccountID() - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolProviderServiceRssImpl
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService.
getAccountID() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService.
getAccountID() - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderServiceSSHImpl
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService.
getAccountID() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolProviderServiceYahooImpl
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService.
getAccountID() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolProviderServiceZeroconfImpl
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService.
getAccountID() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistration
Returns the Account ID of the ssh registration account.
getAccountID() - Method in interface net.java.sip.communicator.service.protocol.ProtocolProviderService
Returns the AccountID that uniquely identifies the account represented by this instance of the ProtocolProviderService.
getAccountIDByUID(String) - Static method in class net.java.sip.communicator.plugin.otr.OtrActivator
Gets an AccountID by its UID.
getAccountIDsWithSavedPasswords() - Static method in class net.java.sip.communicator.plugin.securityconfig.SecurityConfigActivator
Finds all accounts with saved encrypted passwords.
getAccountIndex() - Method in class net.java.sip.communicator.impl.gui.main.presence.StatusSelectorMenu
Returns the account index (In case of more than one account for one and the same protocol).
getAccountManager() - Static method in class net.java.sip.communicator.impl.contactlist.ContactlistActivator
Returns the AccountManager obtained from the bundle context.
getAccountManager() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the AccountManager obtained from the bundle context.
getAccountProperties() - Method in class net.java.sip.communicator.service.protocol.AccountID
Returns a Map containing protocol and implementation account initialization properties.
getAccountProperty(Object) - Method in class net.java.sip.communicator.service.protocol.AccountID
 
getAccountPropertyBoolean(Object, boolean) - Method in class net.java.sip.communicator.service.protocol.AccountID
 
getAccountPropertyInt(Object, int) - Method in class net.java.sip.communicator.service.protocol.AccountID
Gets the value of a specific property as a signed decimal integer.
getAccountPropertyString(Object) - Method in class net.java.sip.communicator.service.protocol.AccountID
 
getAccountRegistrationURL() - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetWebAccountRegistrationIcqImpl
Returns a URL that points to a page which allows for on-line registration of accounts belonging to the service supported by this protocol provider.
getAccountRegistrationURL() - Method in interface net.java.sip.communicator.service.protocol.OperationSetWebAccountRegistration
Returns a URL that points to a page which allows for on-line registration of accounts belonging to the service supported by this protocol provider.
getAccountRegWizardContainer() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements the UIService.getAccountRegWizardContainer method.
getAccountRegWizardContainer() - Method in interface net.java.sip.communicator.service.gui.UIService
Returns the WizardContainer for the current UIService implementation.
getAccountStatusImage(ProtocolProviderService) - Static method in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Obtains the indexed status image for the given protocol provider.
getAccountStatusPanel() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the account status panel.
getAccountUniqueID() - Method in class net.java.sip.communicator.service.protocol.AccountID
Returns a String uniquely identifying this account, guaranteed to remain the same across multiple installations of the same account and to always be unique for differing accounts.
getAction(String) - Method in class net.java.sip.communicator.impl.notification.EventNotification
Returns the Action corresponding to the given actionType.
getAction() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
Returns the value of this element's action attribute.
getAction() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPacketExtension
Returns the current action associated with the WhiteboardObject to send.
getAction() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardSessionPacketExtension
Returns the action associated with this session packet extension.
getAction() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingEntry
 
getActionHandler() - Method in class net.java.sip.communicator.impl.notification.EventNotification.Action
Returns the the handler that will process the given action type.
getActionHandler() - Method in class net.java.sip.communicator.service.notification.event.NotificationActionTypeEvent
Returns the NotificationActionHandler that handles the action, for which this event is about.
getActions() - Method in class net.java.sip.communicator.impl.notification.EventNotification
Returns the set of actions registered for this event notification.
getActionType() - Method in class net.java.sip.communicator.impl.notification.EventNotification.Action
Return the action type name.
getActiveCallCount() - Method in class net.java.sip.communicator.service.protocol.ActiveCallsRepository
Returns the number of calls currently tracked by this repository.
getActiveCalls() - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Returns an Iterator over a list of all currently active calls.
getActiveCalls() - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicTelephonyGibberishImpl
Returns an iterator over all currently active calls.
getActiveCalls() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Returns an iterator over all currently active calls.
getActiveCalls() - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
Returns an iterator over all currently active calls.
getActiveCalls() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Returns an iterator over all currently active calls.
getActiveCalls() - Method in class net.java.sip.communicator.service.protocol.ActiveCallsRepository
Returns an iterator over all currently active (non-ended) calls.
getActiveCalls() - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony
Returns an iterator over all currently active calls.
getActiveCallsRepository() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Returns a reference to the ActiveCallsRepositoryJabberImpl that we are currently using.
getActiveCallsRepository() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Returns a reference to the ActiveCallsRepositorySipImpl that we are currently using.
getActivePopupMessageHandler() - Method in class net.java.sip.communicator.impl.osdependent.jdic.SystrayServiceJdicImpl
Get the handler currently used by this implementation to popup message
getActivePopupMessageHandler() - Method in interface net.java.sip.communicator.service.systray.SystrayService
Get the handler currently used by the systray service for popup message
getActiveRTPExtensionID(RTPExtension) - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Returns the ID currently assigned to a specific RTP extension.
getActiveRTPExtensions() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Returns a map containing all currently active RTPExtensions in use by this stream.
getActiveRTPExtensions() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Returns a map containing all currently active RTPExtensions in use by this stream.
getAddress() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.UIContactDetail
Returns the address of this detail.
getAddress() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Returns a String that can be used for identifying the contact.
getAddress() - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallPeerGibberishImpl
Returns a String locator for that peer.
getAddress() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl
Returns a String that can be used for identifying the contact.
getAddress() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Returns the ICQ uin (or AIM screen name)of this contact
getAddress() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Returns a String locator for that peer.
getAddress() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Returns the Jabber Userid of this contact
getAddress() - Method in class net.java.sip.communicator.impl.protocol.jabber.VolatileContactJabberImpl
Returns the Jabber Userid of this contact
getAddress() - Method in class net.java.sip.communicator.impl.protocol.mock.MockCallPeer
Returns a String locator for that peer.
getAddress() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContact
Returns a String that can be used for identifying the contact.
getAddress() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Returns the Msn Userid of this contact
getAddress() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Returns a String that can be used for identifying the contact.
getAddress() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Returns a String locator for that peer.
getAddress() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Returns a String that can be used for identifying the contact.
getAddress() - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport.Subscription
Gets the subscription Address/Request URI associated with this instance and the target of the SUBSCRIBE requests being created as descriptions of this instance or of the NOTIFY requests being sent.
getAddress() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns a String that can be used for identifying the contact.
getAddress() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Returns the Yahoo Userid of this contact
getAddress() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Returns a String that can be used for identifying the contact.
getAddress() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Address
 
getAddress() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.HostInfo
 
getAddress() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
 
getAddress() - Method in class net.java.sip.communicator.service.protocol.AbstractConferenceMember
Returns the protocol address of this ConferenceMember.
getAddress(OperationSetServerStoredAccountInfo) - Static method in class net.java.sip.communicator.service.protocol.AccountInfoUtils
Returns the address of the account, to which the given accountInfoOpSet belongs.
getAddress() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Returns a String locator for that peer.
getAddress() - Method in interface net.java.sip.communicator.service.protocol.ConferenceMember
Gets the SIP address of this ConferenceMember as specified by the conference-info XML received from its conferenceFocusCallPeer.
getAddress() - Method in interface net.java.sip.communicator.service.protocol.Contact
Returns a String that can be used for identifying the contact.
getAddress() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.AddressDetail
 
getAddressFactory() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the AddressFactory used to create URLs ans Address objects.
getAddressOfRecord() - Method in class net.java.sip.communicator.impl.protocol.sip.SipRegistrarConnection
Returns the address of record that we are using to register against our registrar or null if this is a fake or "Registrarless" connection.
getAddressPreference() - Method in class net.java.sip.communicator.impl.netaddr.AddressPoolEntry
Returns the AddressPreference assigned to this AddressEntry.
getAddressPreferenceSubtrahend() - Method in class net.java.sip.communicator.impl.netaddr.FirewallDescriptor
Returns the address preference subtrahend corresponding to the firewall referenced by this descriptor.
getAdHocChatRoom(int) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomProviderWrapper
 
getAdHocChatRoom() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomWrapper
Returns the AdHocChatRoom that this wrapper represents.
getAdHocChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomParticipantPresenceChangeEvent
Returns the ad-hoc chat room that produced this event.
getAdHocChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.LocalUserAdHocChatRoomPresenceChangeEvent
Returns the AdHocChatRoom, that this event is about.
getAdHocChatRoomID() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomWrapper
Returns the identifier of the ad-hoc chat room.
getAdHocChatRoomList() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Returns all chat room providers currently contained in the ad-hoc chat room list.
getAdHocChatRoomName() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomWrapper
Returns the ad-hoc chat room name.
getAdHocChatRoomParticipant(String) - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Returns the participant of this ad-hoc chat room which corresponds to the given id.
getAdHocChatRoomPassword() - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomInvitationIcqImpl
Returns the password of the chat room.
getAdHocChatRooms() - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetAdHocMultiUserChatIcqImpl
Returns a list of all currently joined AdHocChatRoom-s.
getAdHocChatRooms() - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetAdHocMultiUserChatMsnImpl
Returns a list of all currently joined AdHocChatRoom-s.
getAdHocChatRooms() - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetAdHocMultiUserChatYahooImpl
 
getAdHocChatRooms() - Method in interface net.java.sip.communicator.service.protocol.OperationSetAdHocMultiUserChat
Returns a list of all currently joined AdHocChatRoom-s.
getAdHocCreatedRoom() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomCreatedEvent
Returns the ad-hoc room concerned by this event.
getAdHocDestroyedRoom() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomDestroyedEvent
Returns the ad-hoc room concerned by this event.
getAdHocMultiUserChatOpSet(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the multi user chat operation set for the given protocol provider.
getAdHocMultiUserChatOpSet() - Method in class net.java.sip.communicator.service.protocol.event.LocalUserAdHocChatRoomPresenceChangeEvent
Returns the OperationSetAdHocMultiUserChat, where this event has occurred.
getAdvancedAttributes() - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Implements MediaFormat#getAdvancedParameters().
getAdvancedAttributes() - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormat
Returns a Map containing advanced parameters specific to this particular MediaFormat.
getAdvancedForm() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationForm
Returns the advanced registration form.
getAdvancedForm() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationForm
Returns the advanced registration form.
getAimConnection() - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl
Returns the AimConnectionopened by this provider
getAimProtocolProviderFactory() - Static method in class net.java.sip.communicator.impl.protocol.icq.IcqActivator
Retrurns a reference to the protocol provider factory that we have registered for aim accounts.
getAimProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccRegWizzActivator
Returns the ProtocolProviderFactory for the AIM protocol.
getAimSession() - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl
Returns the AimSession opened by this provider.
getAlertActionMask() - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileBuddy
 
getAlertEventMask() - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileBuddy
 
getAlertSound() - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileBuddy
 
getAlias() - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileBuddy
Returns the screenname of this contact
getAlias() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Pointer
 
getAllAccountIDs() - Static method in class net.java.sip.communicator.plugin.otr.OtrActivator
Gets all the available accounts in SIP Communicator.
getAllAccountIDs() - Static method in class net.java.sip.communicator.plugin.securityconfig.SecurityConfigActivator
Gets all the available accounts in SIP Communicator.
getAllAvailableDetails() - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
Returns all details currently available and set for our account.
getAllAvailableDetails() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetServerStoredAccountInfoJabberImpl
Returns all details currently available and set for our account.
getAllAvailableDetails() - Method in interface net.java.sip.communicator.service.protocol.OperationSetServerStoredAccountInfo
Returns all details currently available and set for our account.
getAllDetailsForContact(Contact) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredContactInfoIcqImpl
request the full info for the given uin waits and return this details
getAllDetailsForContact(Contact) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetServerStoredContactInfoJabberImpl
request the full info for the given uin waits and return this details
getAllDetailsForContact(Contact) - Method in interface net.java.sip.communicator.service.protocol.OperationSetServerStoredContactInfo
Returns all details existing for the specified contact.
getAllGroups() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Returns the list of all groups.
getAllInstances() - Static method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns all running instances of ProtocolProviderServiceSipImpl
getAllPages() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
 
getAlt() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns altitude in meters above or below sea level.
getApplicationData(Object, String) - Static method in class net.java.sip.communicator.impl.protocol.sip.SipApplicationData
Retrieves a value associated to the a key string in the container.
getApplicationName() - Method in interface net.java.sip.communicator.service.version.Version
Returns the name of the application that we're currently running.
getApplicationProperty(String) - Static method in class net.java.sip.communicator.plugin.simpleaccreg.Resources
Returns the application property corresponding to the given key.
getApplicationString(String) - Static method in class net.java.sip.communicator.impl.osdependent.Resources
Returns the application property string corresponding to the given key.
getApplicationString(String) - Static method in class net.java.sip.communicator.plugin.globalproxyconfig.Resources
Returns an application property string corresponding to the given key.
getApprovedFile() - Method in interface net.java.sip.communicator.util.swing.SipCommFileChooser
Returns the selected file by the user from the dialog.
getApprovedFile() - Method in class net.java.sip.communicator.util.swing.SipCommFileChooserImpl
Returns the selected file by the user from the dialog.
getApprovedFile() - Method in class net.java.sip.communicator.util.swing.SipCommFileDialogImpl
Returns the selected file by the user from the dialog.
getArea() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
A named area such as a campus or neighborhood.
getARGBPixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getAssociatedCallPeer() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerControlEvent
Returns the CallPeer that this event is pertaining to.
getAttribute(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
Returns the attribute with the specified name from the list of attributes registered with this packet extension.
getAttribute(Node, String) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Extracts from node the attribute with the specified name.
getAttributeAsInt(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
Returns the int value of the attribute with the specified name.
getAttributeAsString(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
Returns the string value of the attribute with the specified name.
getAttributeAsURI(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
Tries to parse the value of the specified attribute as an URI and returns it.
getAttributes() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ExtmapPacketExtension
Returns optional attributes for this extmap element.
getAudioCaptureDevice() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Returns a device that we could use for audio capture.
getAudioNotifier() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the AudioNotifierService obtained from the bundle context.
getAudioNotifier() - Static method in class net.java.sip.communicator.impl.notification.NotificationActivator
Returns the AudioNotifierService obtained from the bundle context.
getAudioNotifierService() - Static method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationConfigurationActivator
Returns the AudioService obtained from the bundle context.
getAudioNotifyDevice() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
 
getAudioPlaybackDevice() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
 
getAudioRemoteSSRC() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Gets the last-known remote SSRC of the audio MediaStream of this instance.
getAudioSystem() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
The current selected audio system.
getAuthenticationName() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Returns the authentication name.
getAuthenticationWindow(ProtocolProviderService, String, UserCredentials, boolean) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns an instance of AuthenticationWindow for the given protocol provider, realm and user credentials.
getAuthenticationWindow(ProtocolProviderService, String, UserCredentials, boolean) - Method in interface net.java.sip.communicator.service.gui.UIService
Returns an ExportableComponent that corresponds to an authentication window for the given protocol provider and user information.
getAuthKeyLength() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPPolicy
Get the authentication key length
getAuthorizationHandler() - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Returns the AuthorizationHandler.
getAuthorizationName() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
The authorization name
getAuthTagLength() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPCryptoContext
Get the authentication tag length of this SRTP cryptographic context
getAuthTagLength() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPPolicy
Get the authentication tag length
getAuthType() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPPolicy
Get the authentication type
getAvailableAudioCaptureDevices() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Gets the list of audio capture devices which are available through this DeviceConfiguration, amongst which is DeviceConfiguration.getAudioCaptureDevice() and represent acceptable values for DeviceConfiguration.setAudioCaptureDevice(CaptureDeviceInfo, boolean)
getAvailableAudioCaptureDevices(String) - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Gets the list of audio capture devices which are available through this DeviceConfiguration, amongst which is DeviceConfiguration.getAudioCaptureDevice() and represent acceptable values for DeviceConfiguration.setAudioCaptureDevice(CaptureDeviceInfo, boolean)
getAvailableAudioPlaybackDevices() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Lists all the playback devices.
getAvailableAudioSystems() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Return the installed Audio Systems.
getAvailableEncodings(MediaType) - Method in class net.java.sip.communicator.impl.neomedia.codec.EncodingConfiguration
 
getAvailableLocales() - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
All the locales in the language pack.
getAvailableLocales() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultLanguagePackImpl
All the locales in the language pack.
getAvailableLocales() - Method in interface net.java.sip.communicator.service.resources.LanguagePack
All the locales in the language pack.
getAvailableLocales() - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
All the locales in the language pack.
getAvailableScreenDevice() - Static method in class net.java.sip.communicator.impl.neomedia.device.ScreenDeviceImpl
Returns all available ScreenDevice device.
getAvailableScreenDevices() - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Get available screens.
getAvailableScreenDevices() - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Get available ScreenDevices.
getAvailableVideoCaptureDevices(MediaUseCase) - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Gets the list of video capture devices which are available through this DeviceConfiguration, amongst which is DeviceConfiguration.getVideoCaptureDevice(MediaUseCase) and represent acceptable values for DeviceConfiguration.setVideoCaptureDevice(CaptureDeviceInfo, boolean)
getAvatar(boolean) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns the avatar of this contact, that can be used when including this MetaContact in user interface.
getAvatar() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns an avatar that can be used when presenting this MetaContact in user interface.
getAvatar() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatContact
Returns the avatar image corresponding to the source contact.
getAvatar(boolean, int, int) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIContact
Gets the avatar of a specific MetaContact in the form of an ImageIcon value.
getAvatar(boolean, int, int) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.SourceUIContact
Returns the image corresponding to the underlying SourceContact.
getAvatar(boolean, int, int) - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIContact
Returns the avatar of this contact.
getAvatar() - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl.ChatRoomMemberImpl
 
getAvatar() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomMemberIrcImpl
Returns null to indicate that there's no avatar attached to the IRC member.
getAvatar() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomMemberJabberImpl
Returns the avatar of this member, that can be used when including it in user interface.
getAvatar() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoomMember
Returns the avatar of this member, that can be used when including it in user interface.
getAvatar() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
getAvatar() - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Returns the avatar of this contact, that can be used when including this MetaContact in user interface.
getAvatar(boolean) - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Returns the avatar of this contact, that can be used when including this MetaContact in user interface.
getAvatar() - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetAvatar
 
getAvatar() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomMember
Returns the avatar of this member, that can be used when including it in user interface.
getAvatar() - Method in interface net.java.sip.communicator.service.protocol.OperationSetAvatar
Returns the current avatar of this protocol.
getAvatarBytes() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatContact
Gets the avatar image corresponding to the source contact in the form of an array of bytes.
getAvatarBytes() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatContact
 
getAvatarBytes() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatContact
Implements ChatContact#getAvatarBytes().
getAvatarBytes() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatContact
 
getAYUVPixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getBackButton() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Returns the back wizard button.
getBackButtonDefaultText() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Returns the default text of the back wizard button.
getBackButtonEnabled() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Checks if the Back button is enabled.
getBackButtonIcon() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Returns the icon for the Back button.
getBackButtonText() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Returns the text for the Back button.
getBackgroundColor() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectCircleJabberImpl
Returns an integer representing the background color of this object.
getBackgroundColor() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPolygonJabberImpl
Returns an integer representing the background color of this object.
getBackgroundColor() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectRectJabberImpl
Returns an integer representing the background color of this object.
getBackgroundColor() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeCircle
Returns an integer representing the background color of this object.
getBackgroundColor() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePolygon
Returns an integer representing the background color of this object.
getBackgroundColor() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeRect
Returns an integer representing the background color of this object.
getBackgroundColor() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectCircle
Returns an integer representing the background color of this object.
getBackgroundColor() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectEllipse
Returns an integer representing the background color of this object.
getBackgroundColor() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectPolygon
Returns an integer representing the background color of this object.
getBackgroundColor() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectRect
Returns an integer representing the background color of this object.
getBackgroundImage() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectImageJabberImpl
Returns a binary array containing the image that should be displayed as the background of this WhiteboardObject.
getBackgroundImage() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeImage
Returns a binary array containing the image that should be displayed as the background of this WhiteboardObject.
getBackgroundImage() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectImage
Returns a binary array containing the image that should be displayed as the background of this WhiteboardObject.
getBackgroundImage() - Method in class net.java.sip.communicator.util.swing.SIPCommButton
Returns the background image of this button.
getBackPageIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.account.AccountRegSummaryPage
Implements the WizardPage.getBackPageIdentifier method.
getBackPageIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier.
getBackPageIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage1
Returns the identifier of the back wizard page.
getBackPageIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage2
Implements the WizardPanelDescriptor method to return the identifier of the previous wizard page.
getBackPageIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage1
Returns the identifier of the back wizard page.
getBackPageIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage2
Implements the WizardPanelDescriptor method to return the identifier of the previous wizard page.
getBackPageIdentifier() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier, which is null as this is the first wizard page.
getBackPageIdentifier() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier, which is null as this is the first wizard page.
getBackPageIdentifier() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier.
getBackPageIdentifier() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier.
getBackPageIdentifier() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.FirstWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier.
getBackPageIdentifier() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier.
getBackPageIdentifier() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier.
getBackPageIdentifier() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier.
getBackPageIdentifier() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier.
getBackPageIdentifier() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier.
getBackPageIdentifier() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier.
getBackPageIdentifier() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier.
getBackPageIdentifier() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier.
getBackPageIdentifier() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
Implements the WizardPage.getBackPageIdentifier to return the back identifier.
getBackPageIdentifier() - Method in interface net.java.sip.communicator.service.gui.WizardPage
Returns the identifier of the previous wizard page.
getBaloonColor() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.MessageZeroconfImpl
Gets the baloon color declared in messages sent by iChat-like clients
getBandwidth() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.BandwidthPacketExtension
Returns the value of this bandwidth extension.
getBandwidth() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RtpDescriptionPacketExtension
Returns an optional bandwidth element that specifies the allowable or preferred bandwidth for use by this application type.
getBanList() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Returns the list of banned chat room members.
getBanList() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Returns the list of banned users.
getBanList() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Returns an Iterator over a set of ban masks for this chat room.
getBanList() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Returns an Iterator over a set of ban masks for this chat room.
getBasicInstantMessaging() - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolProviderServiceRssImpl
Returns the IM set
getBearing() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns GPS bearing (direction in which the entity is heading to reach its next waypoint), measured in decimal degrees relative to true north.
getBelongGroups() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
getBgImage() - Method in class net.java.sip.communicator.util.swing.SIPCommToggleButton
Returns the background image of this button.
getBgRolloverImage() - Method in class net.java.sip.communicator.util.swing.SIPCommToggleButton
Returns the background rollover image of this button.
getBinding(int) - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingPanel
Provides a binding at a particular index.
getBindingCount() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingPanel
Provides number of key bindings currently present.
getBindingIndex(BindingEntry) - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingPanel
Provides the index of a particular entry.
getBindingInputMap() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingPanel
Provides an input map associating keystrokes to actions according to the contents of the display.
getBindingMap() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingPanel
Provides the mapping between keystrokes and actions represented by the contents of the display.
getBindings() - Method in class net.java.sip.communicator.impl.keybindings.KeybindingSetImpl
Provides current keybinding mappings.
getBindings(KeybindingSet.Category) - Method in class net.java.sip.communicator.impl.keybindings.KeybindingsServiceImpl
Provides the bindings associated with a given category.
getBindings() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingPanel
Provides listing of the current keybinding entries.
getBindings() - Method in class net.java.sip.communicator.service.keybindings.KeybindingSet
Provides current keybinding mappings.
getBindings(KeybindingSet.Category) - Method in interface net.java.sip.communicator.service.keybindings.KeybindingsService
Provides the bindings associated with a given category.
getBindingsLifetime() - Method in class net.java.sip.communicator.impl.netaddr.FirewallDescriptor
Returns the time (in seconds) that address port bindings remain active on this firewall without the node sendind any packets.
getBirthDate(OperationSetServerStoredAccountInfo) - Static method in class net.java.sip.communicator.service.protocol.AccountInfoUtils
Returns the birth date of the account, to which the given accountInfoOpSet belongs.
getBlack() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getBoldRoundBorder() - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders
 
getBonjourService() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Return the BonjourService
getBonjourService() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolProviderServiceZeroconfImpl
Returns the Bonjour Service that handles the Bonjour protocol stack.
getBoolean(String, boolean) - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
 
getBoolean(String, boolean) - Method in interface net.java.sip.communicator.service.configuration.ConfigurationService
Gets the value of a specific property as a boolean.
getBoolean() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.BooleanDetail
 
getBorderInsets(Component) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.BoldRoundBorder
 
getBorderInsets(Component, Insets) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.BoldRoundBorder
 
getBorderInsets(Component) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.RoundBorder
 
getBorderInsets(Component, Insets) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.RoundBorder
 
getBorderLayoutConstraintsFromContainer(Object) - Static method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns the corresponding BorderLayout constraint from the given Container constraint.
getBounds() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Gets the region in the component of this VideoRenderer where the video is rendered.
getBrowserLauncher() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the BrowserLauncherService obtained from the bundle context.
getBrowserLauncher() - Static method in class net.java.sip.communicator.plugin.accountinfo.AccountInfoActivator
 
getBrowserLauncher() - Static method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccRegWizzActivator
Returns the BrowserLauncherService obtained from the bundle context.
getBrowserLauncher() - Static method in class net.java.sip.communicator.plugin.contactinfo.ContactInfoActivator
Returns the BrowserLauncherService obtained from the bundle context.
getBrowserLauncher() - Static method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccRegWizzActivator
Returns the BrowserLauncherService obtained from the bundle context.
getBrowserLauncher() - Static method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccRegWizzActivator
Gets the browser launcher service.
getBrowserLauncher() - Static method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccRegWizzActivator
Returns the BrowserLauncherService obtained from the bundle context.
getBrowserLauncher() - Static method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccRegWizzActivator
Returns the BrowserLauncherService obtained from the bundle context.
getBrowserLauncher() - Static method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccRegWizzActivator
Returns the BrowserLauncherService obtained from the bundle context.
getBrowserLauncher() - Static method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccRegWizzActivator
Returns the BrowserLauncherService obtained from the bundle context.
getBrowserLauncher() - Static method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccRegWizzActivator
Returns the BrowserLauncherService obtained from the bundle context.
getBrowserLauncher() - Static method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccRegWizzActivator
Returns the BrowserLauncherService obtained from the bundle context.
getBrowserLauncher() - Static method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator
Returns the BrowserLauncherService obtained from the bundle context.
getBrowserLauncher() - Static method in class net.java.sip.communicator.plugin.updatechecker.UpdateCheckActivator
Returns the BrowserLauncherService obtained from the bundle context.
getBrowserLauncher() - Static method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccRegWizzActivator
Returns the BrowserLauncherService obtained from the bundle context.
getBuddiesCopy() - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileGroup
 
getBuddyComment() - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileBuddy
 
getBuddyList() - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileBuddy
 
getBuffer() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Get buffer containing the content of this packet
getBufferControl() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Gets the BufferControl of this instance and, respectively, its AudioMixingPushBufferDataSources.
getBufferedImage(URL) - Static method in class net.java.sip.communicator.util.ImageUtils
Returns the buffered image corresponding to the given url image path.
getBufferLength() - Method in class net.java.sip.communicator.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements BufferControl.getBufferLength().
getBuilding() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns the name of a specific building on a street or in an area.
getBundleContext() - Static method in class net.java.sip.communicator.impl.neomedia.NeomediaActivator
Returns a reference to the bundle context that we were started with.
getBundleContext() - Static method in class net.java.sip.communicator.impl.protocol.dict.DictActivator
Returns a reference to the bundle context that we were started with.
getBundleContext() - Static method in class net.java.sip.communicator.impl.protocol.gibberish.GibberishActivator
Returns a reference to the bundle context that we were started with.
getBundleContext() - Static method in class net.java.sip.communicator.impl.protocol.icq.IcqActivator
Returns a reference to the bundle context that we were started with.
getBundleContext() - Static method in class net.java.sip.communicator.impl.protocol.jabber.JabberActivator
Returns a reference to the bundle context that we were started with.
getBundleContext() - Static method in class net.java.sip.communicator.impl.protocol.msn.MsnActivator
Returns a reference to the bundle context that we were started with.
getBundleContext() - Static method in class net.java.sip.communicator.impl.protocol.rss.RssActivator
Returns a reference to the bundle context that we were started with.
getBundleContext() - Static method in class net.java.sip.communicator.impl.protocol.sip.SipActivator
Returns a reference to the bundle context that we were started with.
getBundleContext() - Static method in class net.java.sip.communicator.impl.protocol.ssh.SSHActivator
Returns a reference to the bundle context that we were started with.
getBundleContext() - Static method in class net.java.sip.communicator.impl.protocol.yahoo.YahooActivator
Returns a reference to the bundle context that we were started with.
getBundleContext() - Static method in class net.java.sip.communicator.impl.protocol.zeroconf.ZeroconfActivator
Returns a reference to the bundle context that we were started with.
getBundleContext() - Static method in class net.java.sip.communicator.plugin.branding.BrandingActivator
 
getBundleContext() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccRegWizzActivator
Returns the bundleContext that we received when we were started.
getBundleContext() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccRegWizzActivator
Returns the bundleContext that we received when we were started.
getBundleContext() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccRegWizzActivator
Returns the bundleContext that we received when we were started.
getBundleContext() - Static method in class net.java.sip.communicator.plugin.keybindingchooser.KeybindingChooserActivator
Returns the bundle context.
getBundleContext() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccRegWizzActivator
Returns the bundleContext that we received when we were started.
getBundleContext() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccRegWizzActivator
Returns the bundleContext that we received when we were started.
getBundleContext() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccRegWizzActivator
Returns the bundleContext that we received when we were started.
getBundleContext() - Static method in class net.java.sip.communicator.service.gui.internal.GuiServiceActivator
 
getBundleContext() - Static method in class net.java.sip.communicator.service.protocol.media.ProtocolMediaActivator
Returns a reference to the bundle context that we were started with.
getBundleContext() - Method in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Gets the BundleContext containing (or to contain) the service registration of this factory.
getBy() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomCreatedEvent
Returns the Contact who created the room.
getBy() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomDestroyedEvent
Returns the Contact who created the room.
getByteCount() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.CVPixelBuffer
Gets the number of bytes which represent the pixels of the associated CoreVideo CVPixelBufferRef.
getBytes(long, long, int) - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSCaptureDevice
Get bytes from buf native pointer and copy them to ptr byte native pointer.
getBytes() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.CVPixelBuffer
Gets a byte array which represents the pixels of the associated CoreVideo CVPixelBufferRef.
getBytes(long, int) - Method in class net.java.sip.communicator.impl.neomedia.quicktime.CVPixelBuffer
Gets the bytes which represent the pixels of the associated CVPixelBufferRef into a specific native byte buffer with a specific capacity.
getBytes() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.BinaryDetail
 
getBytesInImage(byte[]) - Static method in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Loads an image from a given bytes array.
getCache() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Return the DNSCache associated with the cache variable
getCachedAuthorizationHeader(String) - Method in class net.java.sip.communicator.impl.protocol.sip.security.CredentialsCache
Returns an authorization header cached for the specified call id and null if no authorization header has been previously cached for this call.
getCachedAuthorizationHeader(String) - Method in class net.java.sip.communicator.impl.protocol.sip.security.SipSecurityManager
Returns an authorization header cached against the specified callID or null if no auth.
getCalendar() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.CalendarDetail
 
getCall() - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Returns the Call corresponding to this CallDialog.
getCall() - Method in interface net.java.sip.communicator.impl.gui.main.call.CallRenderer
Returns the call represented by this call renderer.
getCall() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceCallPanel
Returns the call represented by this call renderer.
getCall() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPanel
Returns the call represented by this call renderer.
getCall() - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallPeerGibberishImpl
Returns a reference to the call that this peer belongs to.
getCall() - Method in class net.java.sip.communicator.impl.protocol.mock.MockCallPeer
Returns a reference to the call that this peer belongs to.
getCall() - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Returns a reference to the call that this peer belongs to.
getCall() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Returns a reference to the call that this peer belongs to.
getCall() - Method in class net.java.sip.communicator.service.protocol.event.CallReceivedEvent
 
getCall() - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Returns a reference to the call that this peer belongs to.
getCallButton() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
Returns the call button contained in the current cell.
getCallButtonRect() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFieldUI
Calculates the call button rectangle.
getCallDialog() - Method in interface net.java.sip.communicator.impl.gui.main.call.CallPeerRenderer
Returns the parent CallDialog containing this renderer.
getCallDialog() - Method in interface net.java.sip.communicator.impl.gui.main.call.CallRenderer
Returns the parent call dialog, where this renderer is contained.
getCallDialog() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceCallPanel
Returns the parent call dialog, where this renderer is contained.
getCallDialog() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Returns the parent CallDialog containing this renderer.
getCallDialog() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPanel
Returns the parent call dialog, where this renderer is contained.
getCallDialog() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPeerPanel
Returns the parent CallDialog containing this renderer.
getCallDurationStartTime() - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Gets the time at which this CallPeer transitioned into a state (likely CallPeerState.CONNECTED) marking the start of the duration of the participation in a Call.
getCallDurationStartTime() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Gets the time at which this CallPeer transitioned into a state (likely CallPeerState.CONNECTED) marking the start of the duration of the participation in a Call.
getCallHistoryService() - Static method in class net.java.sip.communicator.impl.callhistory.CallHistoryActivator
Returns the instance of CallHistoryService created in this activator.
getCallHistoryService() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the CallHistoryService obtained from the bundle context.
getCallID() - Method in class net.java.sip.communicator.service.protocol.Call
Returns the id of the specified Call.
getCallInfoURL() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerMediaHandlerSipImpl
Returns a URL pointing ta a location with call control information for this peer or null if no such URL is available for the CallPeer associated with this handler..
getCallInfoURL() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Returns a URL pointing to a location with call control information for this peer or null if no such URL is available for this call peer.
getCallInfoURL(SessionDescription) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Returns a URL pointing to a location with more details (and possibly call control utilities) about the session.
getCallInfoURL() - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Returns a URL pointing ta a location with call control information for this peer or null if no such URL is available for this call peer.
getCallInfoURL() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Returns a URL pointing to a location with call control information or null if such an URL is not available for the current call peer.
getCallName() - Method in class net.java.sip.communicator.impl.gui.main.call.MissedCall
Returns the name associated with this call.
getCallPeer() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerSecurityOnEvent
Returns the CallPeer for which this event occurred.
getCallPeer() - Method in class net.java.sip.communicator.service.protocol.media.TransportManager
Returns the MediaAwareCallPeer that this transport manager is serving.
getCallPeerAdapter() - Method in interface net.java.sip.communicator.impl.gui.main.call.CallPeerRenderer
Returns the call peer adapter that manages all related listeners.
getCallPeerAdapter() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Returns the call peer adapter that manages all related listeners.
getCallPeerAdapter() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPeerPanel
Returns the call peer adapter managing all related listeners.
getCallPeerCount() - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallGibberishImpl
Returns the number of peers currently associated with this call.
getCallPeerCount() - Method in class net.java.sip.communicator.impl.protocol.mock.MockCall
Returns the number of peers currently associated with this call.
getCallPeerCount() - Method in class net.java.sip.communicator.service.protocol.AbstractCall
Returns the number of peers currently associated with this call.
getCallPeerCount() - Method in class net.java.sip.communicator.service.protocol.Call
Returns the number of peers currently associated with this call.
getCallPeerRenderer(CallPeer) - Method in interface net.java.sip.communicator.impl.gui.main.call.CallRenderer
Returns the CallPeerRenderer corresponding to the given callPeer.
getCallPeerRenderer(CallPeer) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceCallPanel
Returns the CallPeerRenderer corresponding to the given callPeer.
getCallPeerRenderer(CallPeer) - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPanel
Returns the CallPeerRenderer corresponding to the given callPeer.
getCallPeers() - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallGibberishImpl
Returns an iterator over all call peers.
getCallPeers() - Method in class net.java.sip.communicator.impl.protocol.mock.MockCall
Returns an iterator over all call peers.
getCallPeers() - Method in class net.java.sip.communicator.service.protocol.AbstractCall
Returns an iterator over all call peers.
getCallPeers() - Method in class net.java.sip.communicator.service.protocol.Call
Returns an iterator over all call peers.
getCallPeersVector() - Method in class net.java.sip.communicator.service.protocol.AbstractCall
Returns the Vector containing CallPeers currently part of this call.
getCallRecord() - Method in class net.java.sip.communicator.service.callhistory.event.CallRecordEvent
Returns the CallRecords this event is about.
getCallRecords() - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryQueryImpl
Returns a collection of the results for this query.
getCallRecords() - Method in interface net.java.sip.communicator.service.callhistory.CallHistoryQuery
Returns a collection of the initial results for this query.
getCallState() - Method in class net.java.sip.communicator.service.protocol.Call
Returns the state that this call is currently in.
getCallTime() - Method in class net.java.sip.communicator.impl.gui.main.call.MissedCall
Returns the time the call was made.
getCancelButtonDefaultText() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Returns the default text of the cancel wizard button.
getCancelButtonEnabled() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Checks if the Cancel button is enabled.
getCancelButtonIcon() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Returns the icon for the Cancel button.
getCancelButtonText() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Returns the text for the Cancel button.
getCandidateList() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.IceUdpTransportPacketExtension
Returns the list of CandidatePacketExtensions currently registered with this transport.
getCandidateList() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RawUdpTransportPacketExtension
Returns the list of CandidatePacketExtensions currently registered with this transport.
getCapabilities(long) - Static method in class net.java.sip.communicator.impl.galagonotification.GalagoNotification
Invokes org.freedesktop.Notifications.GetCapabilities through the specified DBusConnection in order to retrieve the optional capabilities supported by the freedesktop.org Desktop Notifications server.
getCapsManager() - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Gets the EntityCapsManager which handles the entity capabilities for this ScServiceDiscoveryManager.
getCapsVersion() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
Get our own caps version.
getCaptureDevice() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Gets the DataSource that this instance uses to read captured media from.
getCaptureDeviceInfo() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Gets the CaptureDeviceInfo of the CaptureDevice this AudioMixer provides through its output AudioMixingPushBufferDataSources.
getCaptureDeviceInfo() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements CaptureDevice.getCaptureDeviceInfo().
getCaptureDeviceInfo() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceImpl
Gets the CaptureDeviceInfo of the JMF CaptureDevice represented by this instance.
getCaptureDeviceInfo() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the CaptureDeviceInfo of this CaptureDevice which describes it.
getCaptureDeviceInfo() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the CaptureDeviceInfo of this CaptureDevice which describes it.
getCaptureDeviceInfo(DataSource) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the CaptureDeviceInfo of a specific CaptureDevice by locating its registration in JMF using its MediaLocator.
getCaptureDeviceInfo() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements CaptureDevice.getCaptureDeviceInfo().
getCaptureDeviceInfo() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements CaptureDevice.getCaptureDeviceInfo().
getCaptureDevices() - Method in class net.java.sip.communicator.impl.neomedia.directshow.DSManager
Get the array of capture devices.
getCategory() - Method in class net.java.sip.communicator.impl.keybindings.KeybindingSetImpl
Provides the portion of the UI to which the bindings belong.
getCategory() - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl.InterestDetail
 
getCategory() - Method in class net.java.sip.communicator.service.keybindings.KeybindingSet
Provides the portion of the UI to which the bindings belong.
getCBvec(float[], float[], int, int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_common
 
getCData(Element) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Extract the CDATA content of the specified element.
getCDataNode(Element) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Returns element's CDATA child node (if it has one).
getCellEditorValue() - Method in class net.java.sip.communicator.impl.gui.customcontrols.RadioButtonCellEditor
 
getChannels() - Method in class net.java.sip.communicator.impl.neomedia.format.AudioMediaFormatImpl
Gets the number of audio channels associated with this AudioMediaFormat.
getChannels() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
Returns the number of channels in this payload type.
getChannels() - Method in interface net.java.sip.communicator.service.neomedia.format.AudioMediaFormat
Returns the number of audio channels associated with this AudioMediaFormat.
getChat(Contact) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements UIService.getChat(Contact).
getChat(ChatRoom) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns the Chat corresponding to the given ChatRoom.
getChat() - Method in class net.java.sip.communicator.service.gui.event.ChatFocusEvent
Returns the Chat object that corresponds to this event.
getChat(Contact) - Method in interface net.java.sip.communicator.service.gui.UIService
Returns the Chat corresponding to the given Contact.
getChat(ChatRoom) - Method in interface net.java.sip.communicator.service.gui.UIService
Returns the Chat corresponding to the given ChatRoom.
getChatAvatar() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns the avatar icon of this chat session.
getChatAvatar() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Returns the avatar icon of this chat session.
getChatAvatar() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Returns the avatar icon of this chat session.
getChatAvatar() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Returns the avatar icon of this chat session.
getChatConfigurationForm() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Returns the configuration form corresponding to the chat room.
getChatConfigurationForm() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Returns the configuration form corresponding to the chat room.
getChatContact(Chat) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Get the MetaContact corresponding to the chat.
getChatContact(Chat) - Method in interface net.java.sip.communicator.service.gui.UIService
Get the MetaContact corresponding to the chat.
getChatContainer() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
Returns the chat container.
getChatConversationPanel() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the conversation panel, contained in this chat panel.
getChatCount() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Returns the number of all open chats.
getChatHistorySize() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns the number of messages from chat history that would be shown in the chat window.
getChatHistorySize() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
Returns the number of messages from chat history that would be shown in the chat window.
getChatName() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns the name of the chat.
getChatName() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Returns the name of the ad-hoc chat room.
getChatName() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Returns the name of the chat room.
getChatName() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Returns the name of this chat.
getChatPanel() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSendPanel
Returns the parent ChatPanel.
getChatPanels() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Returns the currently available chat panels.
getChatPanels() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Returns all open ChatPanels.
getChatRoom(int) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomProviderWrapper
 
getChatRoom() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomWrapper
Returns the ChatRoom that this wrapper represents.
getChatRoom() - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl.ChatRoomMemberImpl
 
getChatRoom() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomMemberIrcImpl
Returns the chat room that this member is participating in.
getChatRoom(String) - Method in class net.java.sip.communicator.impl.protocol.irc.OperationSetMultiUserChatIrcImpl
Returns a reference to the chat room named chatRoomName or null if the room hasn't been cached yet.
getChatRoom() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomMemberJabberImpl
Returns the chat room that this member is participating in.
getChatRoom(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetMultiUserChatJabberImpl
Returns a reference to the chat room named chatRoomName or null if the room hasn't been cached yet.
getChatRoom() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoomMember
Returns the chat room that this member is participating in.
getChatRoom() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomMember
Returns the chat room that this member is participating in.
getChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationRejectedEvent
Returns the AdHocChatRoom for which the initial invitation was.
getChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomInvitationRejectedEvent
Returns the ChatRoom for which the initial invitation was.
getChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPresenceChangeEvent
Returns the chat room that produced this event.
getChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.LocalUserChatRoomPresenceChangeEvent
Returns the ChatRoom, that this event is about.
getChatRoomID() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomWrapper
Returns the identifier of the chat room.
getChatRoomList() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Returns all chat room providers currently contained in the chat room list.
getChatRoomList(String) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWindow
Updates the chat rooms list when a key change is performed in the search field.
getChatRoomMember(String) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Returns the ChatRoomMember corresponding to the given member id.
getChatRoomMember() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPresenceChangeEvent
Returns the chat room member that this event is about.
getChatRoomName() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomWrapper
Returns the chat room name.
getChatRoomName() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.ChatRoomNamePanel
Returns the chat room name entered by user.
getChatRoomName() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.NewChatRoom
 
getChatRoomName() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.ChatRoomNamePanel
Returns the chat room name entered by user.
getChatRoomName() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.NewChatRoom
Returns the name of the chat room.
getChatRoomName() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.SearchChatRoomPanel
Returns the chat room name entered by user.
getChatRoomPassword() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomInvitationIrcImpl
Returns the password for the chat room.
getChatRoomPassword() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomInvitationJabberImpl
 
getChatRoomPassword() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomInvitation
Returns the password to use when joining the room.
getChatRoomProperty(ProtocolProviderService, String, String) - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns the chat room property, saved through the ConfigurationService.
getChatRoomProvider() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.NewChatRoom
Returns the chat room provider corresponding to the chosen account.
getChatRoomProviders() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomList
Returns an iterator to the list of chat room providers.
getChatRoomStatus(ProtocolProviderService, String) - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns the last chat room status, saved through the ConfigurationService.
getChats() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns a list containing all open Chats
getChats() - Method in interface net.java.sip.communicator.service.gui.UIService
Returns a list of all open Chats
getChatSendPanel() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the send panel, contained in this chat panel.
getChatSession() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the chat session associated with this chat panel.
getChatSessionRenderer() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns the ChatSessionRenderer that provides the connection between this chat session and its UI.
getChatSessionRenderer() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Returns the ChatSessionRenderer that provides the connection between this chat session and its UI.
getChatSessionRenderer() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Returns the ChatSessionRenderer that provides the connection between this chat session and its UI.
getChatSessionRenderer() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Returns the ChatSessionRenderer that provides the connection between this chat session and its UI.
getChatStatusIcon() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns the status icon of this chat session.
getChatStatusIcon() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Implements the ChatPanel.getChatStatusIcon method.
getChatStatusIcon() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Implements the ChatPanel.getChatStatusIcon method.
getChatStatusIcon() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Implements the ChatPanel.getChatStatusIcon method.
getChatSubject() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Returns the subject of the chat room.
getChatTabCount() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Returns the tab count of the chat tabbed pane.
getChatTextPane() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
Returns the text pane of this conversation panel.
getChatTransports() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns all available chat transports for this chat session.
getChatWindow() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the chat window, where this chat panel is added.
getChatWindowManager() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns the chat window manager.
getChatWriteAreaSize() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns the preferred height of the chat write area.
getChatWritePanel() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the write area panel, contained in this chat panel.
getChildByType(Element, short) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Returns first of the element's child nodes that is of type nodeType.
getChildContacts() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns a java.util.Iterator over the MetaContacts contained in this MetaContactGroup.
getChildContacts() - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns a java.util.Iterator over the MetaContacts contained in this MetaContactGroup.
getChildElementByChain(Element, String[]) - Static method in class net.java.sip.communicator.impl.configuration.xml.XMLConfUtils
Returns the element which is at the end of the specified String chain.
getChildElementXML() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
Returns the XML string of this Jingle IQ's "section" sub-element.
getChildElementXML() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive.KeepAliveEvent
Returns the sub-element XML section of this packet
getChildElementXML() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxIQ
Returns the sub-element XML section of the IQ packet, or null if there isn't one.
getChildElementXML() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxQueryIQ
Returns the sub-element XML section of the IQ packet.
getChildElementXML() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.NewMailNotificationIQ
Returns the sub-element XML section of the IQ packet.
getChildElementXML() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailIQ
Returns the xml representing the data element in this IQ packet.
getChildExtensions() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
Returns all sub-elements for this AbstractPacketExtension or null if there aren't any.
getChildExtensions() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.EncryptionPacketExtension
Returns a list containing all crypto sub-elements.
getChildExtensions() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.IceUdpTransportPacketExtension
Returns this element's child (local or remote) candidate elements.
getChildExtensions() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RawUdpTransportPacketExtension
Returns this element's child (local or remote) candidate elements.
getChildExtensions() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RtpDescriptionPacketExtension
Returns all child elements that we currently have in this packet.
getChildExtensionsOfType(Class<? extends PacketExtension>) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
Returns this packet's direct child extensions that match the specified type.
getCid() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailElement
Returns the Content-ID, corresponding to this ThumbnailElement.
getCid() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailIQ
Returns the content-ID of this thumbnail packet.
getCipher() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerSecurityOnEvent
Returns the cipher used for the encryption.
getCipherStream(AESFastEngine, byte[], int, byte[]) - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPCipherCTR
Computes the cipher stream for AES CM mode.
getCity() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.CityDetail
 
getClazz() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry
 
getClazz(int) - Static method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry
Get a string given a clazz.
getClickCount() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListEvent
Returns the number of click of this event.
getClientId() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
getClientPort() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
 
getClientSecurePort() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
 
getClientThread() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Return the ClientThread responsible for handling with this contact
getClientType() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Return the type of client
getClockRate() - Method in class net.java.sip.communicator.impl.neomedia.format.AudioMediaFormatImpl
Gets the clock rate associated with this MediaFormat.
getClockRate() - Method in class net.java.sip.communicator.impl.neomedia.format.VideoMediaFormatImpl
Gets the clock rate associated with this MediaFormat.
getClockrate() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
Returns the sampling frequency in Hertz used by this encoding.
getClockRate() - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormat
Returns the clock rate associated with this MediaFormat.
getClockRateString() - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Returns a String representation of the clock rate associated with this MediaFormat making sure that the value appears as an integer (i.e.
getClockRateString() - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormat
Returns a String representation of the clock rate associated with this MediaFormat making sure that the value appears as an integer (i.e.
getCode() - Method in class net.java.sip.communicator.impl.neomedia.transform.dtmf.DtmfRawPacket
The event code of the current packet.
getCode() - Method in class net.java.sip.communicator.service.neomedia.DTMFTone
Returns the RFC 4733 code of this DTMF tone.
getCode() - Method in class net.java.sip.communicator.service.protocol.AuthorizationResponse.AuthorizationResponseCode
Returns the string contents representing this code.
getColor() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectJabberImpl
Returns an integer representing the color of this object.
getColor(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns the int representation of the color corresponding to the given key.
getColor(String) - Static method in class net.java.sip.communicator.plugin.pluginmanager.Resources
Returns an int RGB color corresponding to the given key.
getColor(String) - Static method in class net.java.sip.communicator.plugin.simpleaccreg.Resources
Returns an int RGB color corresponding to the given key.
getColor() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShape
Returns an integer representing the color of this object.
getColor() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObject
Returns an integer representing the color of this object.
getColor(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns the int representation of the color corresponding to the given key.
getColorString(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns the string representation of the color corresponding to the given key.
getColorString(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns the string representation of the color corresponding to the given key.
getColumnClass(int) - Method in class net.java.sip.communicator.impl.gui.customcontrols.BooleanToCheckTableModel
 
getColumnClass(int) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableModel
Returns the most specific superclass for all the cell values in the column.
getColumnClass(int) - Method in class net.java.sip.communicator.impl.neomedia.EncodingConfigurationTableModel
 
getColumnClass(int) - Method in class net.java.sip.communicator.impl.neomedia.ZrtpConfigureTableModel
 
getColumnCount() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class net.java.sip.communicator.impl.neomedia.EncodingConfigurationTableModel
 
getColumnCount() - Method in class net.java.sip.communicator.impl.neomedia.ZrtpConfigureTableModel
 
getColumnCount() - Method in class net.java.sip.communicator.plugin.otr.KnownFingerprintsTableModel
Implements AbstractTableModel#getColumnCount().
getColumnCount() - Method in class net.java.sip.communicator.plugin.pluginmanager.PluginTableModel
Returns the count of table columns.
getColumnIconValue(int) - Static method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
Returns the icon value of the given column if the the column supports an icon value, otherwise returns null.
getColumnName(int) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableModel
Returns the name of the column at columnIndex.
getColumnName(int) - Method in class net.java.sip.communicator.plugin.otr.KnownFingerprintsTableModel
Implements AbstractTableModel#getColumnName(int).
getCommonRightButtonMenu() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
Returns the right button menu of the contact list.
getComponent() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Gets the AWT Component into which this VideoRenderer draws.
getComponent() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
Returns a component ID as defined in ICE-CORE.
getComponent() - Method in class net.java.sip.communicator.plugin.branding.AboutWindowPluginComponent
 
getComponent() - Method in class net.java.sip.communicator.plugin.contactinfo.ContactInfoMenuItem
 
getComponent() - Method in class net.java.sip.communicator.plugin.exampleplugin.ExamplePluginMenuItem
 
getComponent() - Method in class net.java.sip.communicator.plugin.otr.OtrMetaContactButton
 
getComponent() - Method in class net.java.sip.communicator.plugin.otr.OtrMetaContactMenu
 
getComponent() - Method in class net.java.sip.communicator.plugin.profiler4j.SettingsWindowMenuEntry
 
getComponent() - Method in class net.java.sip.communicator.plugin.whiteboard.WhiteboardMenuItem
 
getComponent() - Method in interface net.java.sip.communicator.service.gui.PluginComponent
Returns the component that should be added.
getComponent() - Method in class net.java.sip.communicator.service.systray.PopupMessage
Returns the component contained in this popup message.
getComponent(Container) - Method in class net.java.sip.communicator.util.swing.FitLayout
Gets the first Component of a specific Container if there is such a Component.
getComponent(Container) - Method in class net.java.sip.communicator.util.swing.VideoLayout
 
getConferenceChatManager() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns the chat conference manager.
getConferenceFocusCallPeer() - Method in class net.java.sip.communicator.service.protocol.AbstractConferenceMember
Returns the CallPeer, to which this member is connected.
getConferenceFocusCallPeer() - Method in interface net.java.sip.communicator.service.protocol.ConferenceMember
Gets the CallPeer which is the conference focus of this ConferenceMember.
getConferenceMember() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceMemberPanel
Returns the underlying ConferenceMember.
getConferenceMember() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerConferenceEvent
Gets the ConferenceMember which has been changed (e.g.
getConferenceMemberCount() - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Returns the count of the members contained in this peer.
getConferenceMemberCount() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Gets the number of ConferenceMembers currently known to this peer if it is acting as a conference focus.
getConferenceMembers() - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Implements CallPeer#getConferenceMembers().
getConferenceMembers() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Gets the ConferenceMembers currently known to this peer if it is acting as a conference focus.
getConferenceMembersSoundLevelListener() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Returns the listener instance and created if needed.
getConfigForm() - Method in class net.java.sip.communicator.impl.gui.main.configforms.ConfigFormDescriptor
Returns the corresponding ConfigurationForm.
getConfigFormIcon() - Method in class net.java.sip.communicator.impl.gui.main.configforms.ConfigFormDescriptor
Returns the icon of the corresponding ConfigurationForm.
getConfigFormPanel() - Method in class net.java.sip.communicator.impl.gui.main.configforms.ConfigFormDescriptor
Returns the form of the corresponding ConfigurationForm.
getConfigFormTitle() - Method in class net.java.sip.communicator.impl.gui.main.configforms.ConfigFormDescriptor
Returns the title of the corresponding ConfigurationForm.
getConfigString(String) - Static method in class net.java.sip.communicator.plugin.updatechecker.Resources
Returns an internationalized string corresponding to the given key.
getConfigurationForm() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Returns the ChatRoomConfigurationForm containing all configuration properties for this chat room.
getConfigurationForm() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Returns the ChatRoomConfigurationForm containing all configuration properties for this chat room.
getConfigurationForm() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Returns the ChatRoomConfigurationForm containing all configuration properties for this chat room.
getConfigurationForm() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Returns the ChatRoomConfigurationForm containing all configuration properties for this chat room.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.growlnotification.GrowlNotificationActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.neomedia.NeomediaActivator
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.netaddr.NetaddrActivator
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.notification.NotificationActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.osdependent.OsDependentActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.protocol.icq.IcqActivator
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.protocol.jabber.JabberActivator
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.protocol.msn.MsnActivator
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.protocol.ProtocolProviderActivator
Gets the ConfigurationService to be used by the classes in the bundle represented by ProtocolProviderActivator.
getConfigurationService() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerMediaHandlerSipImpl
Returns a reference to the currently valid media service for use by this handler's generic ancestor.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.protocol.sip.SipActivator
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.protocol.yahoo.YahooActivator
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.resources.ResourceManagementActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.swingnotification.SwingNotificationActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.plugin.generalconfig.GeneralConfigPluginActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.plugin.globalproxyconfig.GlobalProxyPluginActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.plugin.pluginmanager.PluginManagerActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.plugin.reconnectplugin.ReconnectPluginActivator
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigurationService() - Static method in class net.java.sip.communicator.plugin.securityconfig.SecurityConfigActivator
Returns a reference to the ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigurationService() - Method in class net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame
 
getConfigurationService() - Static method in class net.java.sip.communicator.plugin.updatechecker.UpdateCheckActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.service.protocol.media.ProtocolMediaActivator
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigurationService() - Static method in class net.java.sip.communicator.util.UtilActivator
 
getConfigurationSet() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomConfigurationFormJabberImpl
Returns an Iterator over a list of ChatRoomConfigurationFormFields.
getConfigurationSet() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomConfigurationForm
Returns an Iterator over a set of ChatRoomConfigurationFormFields, containing the current configuration of the chat room.
getConnectingIcon() - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolIconDictImpl
Returns the icon image used to represent the protocol connecting state.
getConnectingIcon() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolIconGibberishImpl
Returns the icon image used to represent the protocol connecting state.
getConnectingIcon() - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolIconAimImpl
Returns the icon image used to represent the protocol connecting state.
getConnectingIcon() - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolIconIcqImpl
Returns the icon image used to represent the protocol connecting state.
getConnectingIcon() - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolIconIrcImpl
Returns the icon image used to represent the protocol connecting state.
getConnectingIcon() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolIconJabberImpl
Returns the icon image used to represent the protocol connecting state.
getConnectingIcon() - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolIconMsnImpl
Returns the icon image used to represent the protocol connecting state.
getConnectingIcon() - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolIconRssImpl
Returns the icon image used to represent the protocol connecting state.
getConnectingIcon() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolIconSipImpl
Returns the icon image used to represent the protocol connecting state.
getConnectingIcon() - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolIconSSHImpl
Returns the icon image used to represent the protocol connecting state.
getConnectingIcon() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolIconYahooImpl
Returns the icon image used to represent the protocol connecting state.
getConnectingIcon() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolIconZeroconfImpl
Returns the icon image used to represent the protocol connecting state.
getConnectingIcon() - Method in interface net.java.sip.communicator.service.protocol.ProtocolIcon
Returns the icon that should be used when the protocol provider is in a connecting state.
getConnection() - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolProviderServiceDictImpl
Returns the DictConnection opened by this provider
getConnection() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Returns the XMPPConnectionopened by this provider
getConstraints() - Method in class net.java.sip.communicator.service.gui.AbstractPluginComponent
 
getConstraints() - Method in interface net.java.sip.communicator.service.gui.PluginComponent
Returns the constraints, which will indicate to the container, where this component should be added.
getContact(String, ProtocolProviderService) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns a contact encapsulated by this meta contact, having the specified contactAddress and coming from the indicated ownerProvider.
getContact(String, String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns a contact encapsulated by this meta contact, having the specified contactAddress and coming from a provider with a mathing accountID.
getContact() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Returns the contact associated with this transport.
getContact() - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl.ChatRoomMemberImpl
 
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Returns the Contact with the specified address or identifier.
getContact() - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallPeerGibberishImpl
Returns the contact corresponding to this peer or null if no particular contact has been associated.
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Returns the Contact with the specified address or identifier.
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns the Contact with the specified address or identifier.
getContact() - Method in class net.java.sip.communicator.impl.protocol.icq.FileTransferImpl
Returns the contact that we are transferring files with.
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Returns the Contact with the specified address or identifier.
getContact() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomMemberIrcImpl
Returns null to indicate that there's no contact corresponding to the IRC member.
getContact() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Returns the contact corresponding to this peer or null if no particular contact has been associated.
getContact() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomMemberJabberImpl
Returns the protocol contact corresponding to this member in our contact list.
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Returns the Contact with the specified address or identifier.
getContact() - Method in class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferJabberImpl
Returns the sender of the file.
getContact() - Method in class net.java.sip.communicator.impl.protocol.jabber.OutgoingFileTransferJabberImpl
The contact we are sending the file.
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Returns the Contact with the specified address or identifier.
getContact() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
Returns the contact corresponding to this participant or null if no particular contact has been associated.
getContact() - Method in class net.java.sip.communicator.impl.protocol.mock.MockCallPeer
Returns the contact corresponding to this peer or null if no particular contact has been associated.
getContact() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoomMember
Returns the protocol contact corresponding to this member in our contact list.
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Returns the Contact with the specified address or identifier.
getContact() - Method in class net.java.sip.communicator.impl.protocol.mock.MockFileTransferImpl
 
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Returns the Contact with the specified address or identifier.
getContact() - Method in class net.java.sip.communicator.impl.protocol.msn.FileTransferImpl
Returns the contact that we are transfering files with.
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Returns the Contact with the specified address or identifier.
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Returns the Contact with the specified address or identifier.
getContact() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Returns the contact corresponding to this peer or null if no particular contact has been associated.
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Returns the Contact with the specified address or identifier.
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Returns the Contact with the specified address or identifier.
getContact() - Method in class net.java.sip.communicator.impl.protocol.ssh.FileTransferSSHImpl
 
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Returns the Contact with the specified address or identifier.
getContact() - Method in class net.java.sip.communicator.impl.protocol.yahoo.FileTransferImpl
Returns the contact that we are transfering files with.
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
Returns the Contact with the specified address or identifier.
getContact(String, InetAddress) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.BonjourService
Returns the Contact with the specified identifier or IP address.
getContact(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Returns the Contact with the specified address or identifier.
getContact(SessionID) - Static method in class net.java.sip.communicator.plugin.otr.ScOtrEngineImpl
 
getContact() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardFrame
Returns contact used in this WhiteboardFrame.
getContact(String, ProtocolProviderService) - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Returns a contact encapsulated by this meta contact, having the specified contactAddress and coming from the indicated ownerProvider.
getContact() - Method in class net.java.sip.communicator.service.contactsource.ContactReceivedEvent
Returns the received contact.
getContact() - Method in class net.java.sip.communicator.service.filehistory.FileRecord
The contact.
getContact() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Returns the contact corresponding to this peer or null if no particular contact has been associated.
getContact() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomMember
Returns the protocol contact corresponding to this member in our contact list.
getContact(String) - Method in interface net.java.sip.communicator.service.protocol.ContactGroup
Returns the Contact with the specified address or identifier.
getContact() - Method in interface net.java.sip.communicator.service.protocol.FileTransfer
Returns the contact that we are transfering files with.
getContactAddress() - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl.ChatRoomMemberImpl
 
getContactAddress() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomMemberIrcImpl
Returns the contact identifier representing this contact.
getContactAddress() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomMemberJabberImpl
Returns the contact identifier representing this contact.
getContactAddress() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardSessionPacketExtension
Returns the address of the contact associated with this packet extension
getContactAddress() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
Returns the contact identifier representing this contact.
getContactAddress() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoomMember
Returns the contact identifier representing this contact.
getContactAddress() - Method in class net.java.sip.communicator.service.contactsource.ContactDetail
Returns the contact address corresponding to this detail.
getContactAddress() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomMember
Returns the contact identifier representing this contact.
getContactAddress() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardParticipant
Returns the contact identifier representing this contact.
getContactAddressCustomParamValue() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns null for a registraless account, a value for the contact address custom parameter otherwise.
getContactChat(MetaContact, boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Gets the ChatPanel corresponding to the specified MetaContact and optionally creates it if it does not exist.
getContactChat(MetaContact, Contact) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Returns the chat panel corresponding to the given meta contact
getContactChat(MetaContact, Contact, String) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Returns the chat panel corresponding to the given meta contact
getContactCount() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns the number of protocol specific Contacts that this MetaContact contains.
getContactCount() - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Returns the number of protocol speciic Contacts that this MetaContact contains.
getContactDescriptor() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactNode
Returns the corresponding UIContact.
getContactDetails() - Method in class net.java.sip.communicator.impl.callhistory.CallHistorySourceContact
Returns a list of available contact details.
getContactDetails(Class<? extends OperationSet>) - Method in class net.java.sip.communicator.impl.callhistory.CallHistorySourceContact
Returns a list of all ContactDetails supporting the given OperationSet class.
getContactDetails(String) - Method in class net.java.sip.communicator.impl.protocol.icq.InfoRetreiver
request the full info for the given uin waits and return this details
getContactDetails(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.InfoRetreiver
request the full info for the given contactAddress waits and return this details
getContactDetails() - Method in interface net.java.sip.communicator.service.contactsource.SourceContact
Returns a list of available contact details.
getContactDetails(Class<? extends OperationSet>) - Method in interface net.java.sip.communicator.service.contactsource.SourceContact
Returns a list of all ContactDetails supporting the given OperationSet class.
getContactDetailsForOperationSet(Class<? extends OperationSet>) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIContact
Returns a list of UIContactDetails supporting the given OperationSet class.
getContactDetailsForOperationSet(Class<? extends OperationSet>) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.SourceUIContact
Returns a list of UIContactDetails supporting the given OperationSet class.
getContactDetailsForOperationSet(Class<? extends OperationSet>) - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIContact
Returns a list of all UIContactDetails corresponding to the given OperationSet class.
getContactGroup(String, ProtocolProviderService) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns a contact group encapsulated by this meta contact group, having the specified groupName and coming from the indicated ownerProvider.
getContactGroup(String, ProtocolProviderService) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns a contact group encapsulated by this meta contact group, having the specified groupName and coming from the indicated ownerProvider.
getContactGroups() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns an iterator over all the protocol specific groups that this contact group represents.
getContactGroups() - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns an iterator over all the protocol specific groups that this contact group represents.
getContactGroupsForAccountID(String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns all protocol specific ContactGroups, encapsulated by this MetaContactGroup and coming from the provider matching the accountID param.
getContactGroupsForAccountID(String) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns all protocol specific ContactGroups, encapsulated by this MetaContactGroup and coming from the provider matching the accountID param.
getContactGroupsForProvider(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns all protocol specific ContactGroups, encapsulated by this MetaContactGroup and coming from the indicated ProtocolProviderService.
getContactGroupsForProvider(ProtocolProviderService) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns all protocol specific ContactGroups, encapsulated by this MetaContactGroup and coming from the indicated ProtocolProviderService.
getContactHandler(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the ContactEventHandler registered for this protocol provider.
getContactHeader(Address) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns a Contact header containing a sip URI based on a localhost address.
getContactHeader(SipURI) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns a Contact header containing a sip URI based on a localhost address and therefore usable in REGISTER requests only.
getContactID() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Returns a String that can be used for identifying the contact.
getContactID() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.MessageZeroconfImpl
Returns the contact's ID
getContactList() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the component used to show the contact list.
getContactList() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
Returns the contact list.
getContactList() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
getContactList() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileGroup
 
getContactList() - Static method in class net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator
Returns the MetaContactListService obtained from the bundle context.
getContactListPanel() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the panel containing the ContactList.
getContactListRoot() - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Return the ContactGroup that represents the root of the contacts list.
getContactListService() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the MetaContactListService obtained from the bundle context.
getContactName() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatMessage
Returns the name of the contact sending the message.
getContactNode() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIContact
Returns the corresponding ContactNode in the contact list component data model.
getContactNode() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.SourceUIContact
Returns the corresponding ContactNode from the contact list component.
getContactNode() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIContact
Returns the corresponding ContactNode.
getContactPolicy(Contact) - Method in interface net.java.sip.communicator.plugin.otr.ScOtrEngine
Gets a Contact specific policy.
getContactPolicy(Contact) - Method in class net.java.sip.communicator.plugin.otr.ScOtrEngineImpl
 
getContactRightButtonMenu() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Returns the right button menu for a contact.
getContacts() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns a java.util.Iterator over all protocol specific Contacts encapsulated by this MetaContact.
getContacts() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileGroup
 
getContacts() - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Returns a java.util.Iterator with all protocol specific Contacts encapsulated by this MetaContact.
getContactsForContactGroup(ContactGroup) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns contacts, encapsulated by this MetaContact and belonging to the specified protocol ContactGroup.
getContactsForOperationSet(Class<? extends OperationSet>) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns all protocol specific Contacts, encapsulated by this MetaContact and supporting the given opSetClass.
getContactsForOperationSet(Class<? extends OperationSet>) - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Returns all protocol specific Contacts, encapsulated by this MetaContact and supporting the given opSetClass.
getContactsForProvider(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns a Contact, encapsulated by this MetaContact and coming from the specified ProtocolProviderService.
getContactsForProvider(ProtocolProviderService) - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Returns all protocol specific Contacts, encapsulated by this MetaContact and coming from the indicated ProtocolProviderService.
getContactSource() - Method in class net.java.sip.communicator.impl.callhistory.CallHistorySourceContact
Returns the parent ContactSourceService from which this contact came from.
getContactSource(ContactSourceService) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Returns the ExternalContactSource corresponding to the given ContactSourceService.
getContactSource(String) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Returns the contact source with the given identifier.
getContactSource() - Method in interface net.java.sip.communicator.service.contactsource.ContactQuery
Returns the ContactSourceService, where this query was first initiated.
getContactSource() - Method in interface net.java.sip.communicator.service.contactsource.SourceContact
Returns the parent ContactSourceService from which this contact came from.
getContactSources() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns a list of all registered contact sources.
getContactSources() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.ContactListSourceFilter
Returns the list of current ExternalContactSources this filter works with.
getContactSources() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFilter
Returns the list of ExternalContactSource this filter searches in.
getContactSources() - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Returns the list of registered contact sources to search in.
getContactSourceService() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.ExternalContactSource
Returns the corresponding ContactSourceService.
getContainer() - Method in class net.java.sip.communicator.service.gui.AbstractPluginComponent
 
getContainer() - Method in interface net.java.sip.communicator.service.gui.PluginComponent
Returns the identifier of the container, where we would like to add our control.
getContent() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
Returns the document contained in this panel.
getContent() - Method in class net.java.sip.communicator.service.protocol.AbstractMessage
Returns the content of this message if representable in text form or null if this message does not contain text data.
getContent() - Method in interface net.java.sip.communicator.service.protocol.Message
Returns the content of this message if representable in text form or null if this message does not contain text data.
getContentAsString(Message) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Gets the content of the specified SIP Message in the form of a String value.
getContentDescriptor() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixerPushBufferStream
Implements SourceStream.getContentDescriptor().
getContentDescriptor() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferStream
Implements SourceStream.getContentDescriptor().
getContentDescriptor() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferStream
Gets a ContentDescriptor which describes the type of the content made available by this SourceStream.
getContentDescriptor() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
Gets a ContentDescriptor which describes the type of the content made available by this SourceStream.
getContentDescriptor() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.AlsaStream
We are providing access to raw data
getContentDescriptor() - Method in class net.java.sip.communicator.impl.neomedia.protocol.BufferStreamAdapter
 
getContentDescriptor() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CachingPushBufferStream
Implements SourceStream.getContentDescriptor().
getContentDescriptor() - Method in class net.java.sip.communicator.impl.neomedia.protocol.SourceStreamDelegate
Implements SourceStream.getContentDescriptor().
getContentDescriptor() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation to RTPConnectorInputStream.getContentDescriptor() that always returns null.
getContentForType(Class<? extends PacketExtension>) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
Determines if this packet contains a content with a child matching the specified contentType and returns it.
getContentLength() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixerPushBufferStream
Implements SourceStream.getContentLength().
getContentLength() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferStream
Implements SourceStream.getContentLength().
getContentLength() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferStream
Gets the length in bytes of the content made available by this SourceStream.
getContentLength() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
Gets the length in bytes of the content made available by this SourceStream.
getContentLength() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.AlsaStream
Come on, we are streaming.
getContentLength() - Method in class net.java.sip.communicator.impl.neomedia.protocol.BufferStreamAdapter
 
getContentLength() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CachingPushBufferStream
Implements SourceStream.getContentLength().
getContentLength() - Method in class net.java.sip.communicator.impl.neomedia.protocol.SourceStreamDelegate
Implements SourceStream.getContentLength().
getContentLength() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation to RTPConnectorInputStream.getContentLength() that always returns LENGTH_UNKNOWN.
getContentList() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
Returns a reference (and not a copy so be careful how you are handling it) of this element's content list.
getContentType() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatMessage
Returns the content type (e.g.
getContentType() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Gets the content type of the data output by this AudioMixer.
getContentType() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.getContentType().
getContentType() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the content type of the media represented by this instance.
getContentType() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the content type of the media represented by this instance.
getContentType() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.DataSource
Tell we are a raw datasource
getContentType() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements DataSource.getContentType().
getContentType() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements DataSource.getContentType().
getContentType() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.getContentType().
getContentType() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.getContentType().
getContentType() - Method in class net.java.sip.communicator.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.getContentType().
getContentType() - Method in class net.java.sip.communicator.impl.protocol.ssh.MessageSSHImpl
Returns the type of the content of this message.
getContentType() - Method in class net.java.sip.communicator.service.protocol.AbstractMessage
 
getContentType() - Method in interface net.java.sip.communicator.service.protocol.Message
Returns the MIME type for the message content.
getControl() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.getControl(String).
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.conference.InputDataSourceDesc
Gets the control available for the effective input DataSource described by this instance with a specific type.
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.control.AbstractControls
Implements Controls.getControl(String).
getControl(Controls, String) - Static method in class net.java.sip.communicator.impl.neomedia.control.AbstractControls
Gets the control of a specific Controls implementation of a specific type if such a control is made available through Controls.getControls(); otherwise, returns null.
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the control of the specified type available for this instance.
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the control of the specified type available for this instance.
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.DataSource
Return required control from the Control[] array if exists, that is
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.protocol.BufferStreamAdapter
 
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.protocol.CachingPushBufferStream
Implements Controls.getControl(String).
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements DataSource.getControl(String).
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements DataSource.getControl(String).
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.getControl(String).
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.getControl(String).
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.protocol.SourceStreamDelegate
Implements Controls.getControl(String).
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.getControl(String).
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation to RTPConnectorInputStream.getControl(String) that always returns null.
getControlAddress() - Method in class net.java.sip.communicator.service.neomedia.MediaStreamTarget
Returns the InetSocketAddress that this MediaTarget is pointing to for all media (RTP) traffic.
getControlComponent() - Method in class net.java.sip.communicator.impl.neomedia.control.AbstractFormatControl
Implements Control.getControlComponent().
getControlComponent() - Method in class net.java.sip.communicator.impl.neomedia.control.FrameProcessingControlImpl
Gets the Component associated with this Control object.
getControlComponent() - Method in class net.java.sip.communicator.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements Control.getControlComponent().
getControlComponent() - Method in class net.java.sip.communicator.impl.neomedia.control.ReadOnlyFormatControlDelegate
Implements Control.getControlComponent().
getControlInputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Returns the input stream that is handling incoming RTCP packets.
getControlInputStream(boolean) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Gets the PushSourceStream which gives access to the RTCP data received from the remote targets and optionally creates it if it does not exist yet.
getControlOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Returns the input stream that is handling outgoing RTCP packets.
getControlOutputStream(boolean) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Gets the OutputDataStream which is used to write RTCP data to be sent to from the remote targets and optionally creates it if it does not exist yet.
getControls() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.Packetizer
 
getControls() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaDecoder
 
getControls() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaEncoder
 
getControls() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.control.ControlsAdapter
Implements Controls.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Implements Controls.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferStream
Implements Controls.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Implements Controls.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
Implements Controls.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.DataSource
Gives control information to the caller.
getControls() - Method in class net.java.sip.communicator.impl.neomedia.protocol.BufferStreamAdapter
 
getControls() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CachingPushBufferStream
Implements Controls.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements DataSource.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements DataSource.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.protocol.SourceStreamDelegate
Implements Controls.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation to RTPConnectorInputStream.getControls() that always returns EMPTY_CONTROLS.
getControlSocket() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Gets the UDP Socket this instance uses to send and receive RTCP packets.
getControlSocket() - Method in class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
Returns a reference to the DatagramSocket that a stream should use for control data (e.g.
getControlSocket() - Method in interface net.java.sip.communicator.service.neomedia.StreamConnector
Returns a reference to the DatagramSocket that a stream should use for control data (e.g.
getControlTextFont() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getConversationContainerWindow() - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatConversationContainer
Returns the window, where this chat conversation container is contained.
getConversationContainerWindow() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the chat window, where this chat panel is located.
getConversationContainerWindow() - Method in class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindow
Implements ChatConversationContainer.getWindow method.
getCopiedShape() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardFrame
Returns the current copied WhiteboardShape
getCountry(int) - Static method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
Returns the Locale corresponding the index coming from icq server
getCountry() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Return the nation where the user is located.
getCountryCode(Locale) - Static method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
Returns the index stored on the server corresponding the given locale
getCreateAccountLabel() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
Return the string for create new account button.
getCreateAccountLabel() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Return the string for create new account button.
getCreateAccountLabel() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Return the string for create new account button.
getCreateAccountService() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
Returns an instance of CreateAccountService through which the user could create an account.
getCreateAccountService() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Returns an instance of CreateAccountService through which the user could create an account.
getCreateAccountService() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns an instance of CreateAccountService through which the user could create an account.
getCreator() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ContentPacketExtension
Returns the value of the creator argument.
getCredentialsStorageService() - Static method in class net.java.sip.communicator.plugin.securityconfig.SecurityConfigActivator
Returns the CredentialsStorageService obtained from the bundle context.
getCryptoList() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.EncryptionPacketExtension
Returns a reference to the list of crypto elements that we have registered with this encryption element so far.
getCryptoSuite() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CryptoPacketExtension
Returns the value of the crypto-suite attribute.
getCsrcCount() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Returns the number of CSRC identifiers currently included in this packet.
getCsrcEngine() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Returns the engine that is responsible for adding the list of CSRC identifiers to outgoing RTP packets during a conference.
getCurrentCallRenderer() - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Returns the currently used CallRenderer.
getCurrentChat() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns the selected Chat.
getCurrentChat() - Method in interface net.java.sip.communicator.service.gui.UIService
Returns the selected Chat.
getCurrentChatPanel() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Returns the currently selected chat panel.
getCurrentChatTransport() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns the currently used transport for all operation within this chat session.
getCurrentChatTransport() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Returns the currently used transport for all operation within this chat session.
getCurrentChatTransport() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Returns the currently used transport for all operation within this chat session.
getCurrentChatTransport() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Returns the currently used transport for all operation within this chat session.
getCurrentFilter() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Returns the currently applied filter.
getCurrentGeneration() - Method in class net.java.sip.communicator.impl.protocol.jabber.TransportManagerJabberImpl
Returns the generation that our current candidates belong to.
getCurrentGeolocation() - Method in interface net.java.sip.communicator.service.geolocation.GeolocationService
Returns the Geolocation currently set for the provider
getCurrentLanguage() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
 
getCurrentlyJoinedChatRooms() - Method in class net.java.sip.communicator.impl.protocol.irc.OperationSetMultiUserChatIrcImpl
Returns a list of the chat rooms that we have joined and are currently active in.
getCurrentlyJoinedChatRooms(ChatRoomMember) - Method in class net.java.sip.communicator.impl.protocol.irc.OperationSetMultiUserChatIrcImpl
Returns a list of the chat rooms that chatRoomMember has joined and is currently active in.
getCurrentlyJoinedChatRooms() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetMultiUserChatJabberImpl
Returns a list of the chat rooms that we have joined and are currently active in.
getCurrentlyJoinedChatRooms(ChatRoomMember) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetMultiUserChatJabberImpl
Returns the list of currently joined chat rooms for chatRoomMember.
getCurrentlyJoinedChatRooms() - Method in class net.java.sip.communicator.impl.protocol.mock.MockMultiUserChat
Returns a list of the chat rooms that we have joined and are currently active in.
getCurrentlyJoinedChatRooms(ChatRoomMember) - Method in class net.java.sip.communicator.impl.protocol.mock.MockMultiUserChat
Returns a list of the chat rooms that chatRoomMember has joined and is currently active in.
getCurrentlyJoinedChatRooms() - Method in interface net.java.sip.communicator.service.protocol.OperationSetMultiUserChat
Returns a list of the chat rooms that we have joined and are currently active in.
getCurrentlyJoinedChatRooms(ChatRoomMember) - Method in interface net.java.sip.communicator.service.protocol.OperationSetMultiUserChat
Returns a list of the chat rooms that chatRoomMember has joined and is currently active in.
getCurrentlyJoinedWhiteboards() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetWhiteboardingJabberImpl
Returns a list of the white-board sessions that we have joined and are currently active in.
getCurrentlyJoinedWhiteboards(WhiteboardParticipant) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetWhiteboardingJabberImpl
Returns a list of the WhiteboardSessions that WhiteboardParticipant has joined and is currently active in.
getCurrentlyJoinedWhiteboards() - Method in interface net.java.sip.communicator.service.protocol.OperationSetWhiteboarding
Returns a list of the WhiteboardSessions that we have joined and are currently active in.
getCurrentlyJoinedWhiteboards(WhiteboardParticipant) - Method in interface net.java.sip.communicator.service.protocol.OperationSetWhiteboarding
Returns a list of the WhiteboardSessions that WhiteboardParticipant has joined and is currently active in.
getCurrentPhoneNumber() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns the phone number currently entered in the phone number field.
getCurrentPhoneNumber() - Method in interface net.java.sip.communicator.service.gui.UIService
Returns the phone number currently entered in the phone number field.
getCurrentRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolProviderServiceIrcImpl
Returns the current registration state of this protocol provider.
getCurrentRole() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomMemberJabberImpl
Returns the current role without trying to query it in the stack.
getCurrentSearchText() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the text currently shown in the search field.
getCurrentStateStartDate() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
Returns the date (time) when this whiteboard participant acquired its current status.
getCurrentStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Returns the status message that was last set through setCurrentStatusMessage.
getCurrentStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Returns the status message that was last set through setCurrentStatusMessage.
getCurrentStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Returns the status message that was confirmed by the serfver
getCurrentStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Returns the status message that was confirmed by the serfver
getCurrentStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
Returns the status message that was last set through setCurrentStatusMessage.
getCurrentStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Returns the status message that was confirmed by the server
getCurrentStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Returns the status message that was last set through setCurrentStatusMessage.
getCurrentStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Returns the status message that was confirmed by the server
getCurrentStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Returns the status message that was last set through setCurrentStatusMessage.
getCurrentStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
Returns the status message that was confirmed by the serfver
getCurrentStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Returns the status message that was last set through setCurrentStatusMessage.
getCurrentStatusMessage() - Method in interface net.java.sip.communicator.service.protocol.OperationSetPresence
Returns the status message that was confirmed by the server
getCurrentVersion() - Method in interface net.java.sip.communicator.service.version.VersionService
Returns a Version object containing version details of the SIP Communicator version that we're currently running.
getCurrentWizard() - Method in class net.java.sip.communicator.impl.gui.main.account.AccountRegWizardContainerImpl
Returns the currently used AccountRegistrationWizard.
getCurrentWizardPage() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Returns the currently displayed WizardPage.
getCustomFile() - Method in class net.java.sip.communicator.impl.keybindings.KeybindingSetImpl
Provides the file where custom bindings are to be saved.
getData(Object) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Implements MetaContactGroup.getData(Object).
getData(Object) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
 
getData() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailIQ
Returns the data of the thumbnail.
getData(Object) - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Gets the user data associated with this instance and a specific key.
getData(Object) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Gets the user data associated with this instance and a specific key.
getDataAddress() - Method in class net.java.sip.communicator.service.neomedia.MediaStreamTarget
Returns the InetSocketAddress that this MediaTarget is pointing to for all media (RTP) traffic.
getDataInputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Returns the input stream that is handling incoming RTP packets.
getDataInputStream(boolean) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Gets the PushSourceStream which gives access to the RTP data received from the remote targets and optionally creates it if it does not exist yet.
getDataOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Returns the input stream that is handling outgoing RTP packets.
getDataOutputStream(boolean) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Gets the OutputDataStream which is used to write RTP data to be sent to from the remote targets and optionally creates it if it does not exist yet.
getDataSocket() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Gets the UDP socket this instance uses to send and receive RTP packets.
getDataSocket() - Method in class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
Returns a reference to the DatagramSocket that a stream should use for data (e.g.
getDataSocket() - Method in interface net.java.sip.communicator.service.neomedia.StreamConnector
Returns a reference to the DatagramSocket that a stream should use for data (e.g.
getDataSource() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferStream
Gets the AudioMixingPushBufferDataSource which created and owns this instance and defines the input data which is to not be mixed in the output of this PushBufferStream.
getDataSource() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PullBufferDataSourceDelegate
Gets the DataSource wrapped by this instance.
getDataSource() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PushBufferDataSourceDelegate
Gets the DataSource wrapped by this instance.
getDate() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationComponent
Returns the date of the component event.
getDate() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatMessage
Returns the date and time of the message.
getDate() - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileHistoryConversationComponent
Returns the date of the component event.
getDate() - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.ReceiveFileConversationComponent
Returns the date of the component event.
getDate() - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.SendFileConversationComponent
Returns the date of the component event.
getDate(int) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.DatesPanel
Returns the date at the given index.
getDate() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxIQ
Returns the date of the most recent unread mail content on the mail server, in milliseconds since the UNIX epoch.
getDate() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Returns the date of the most recent message in this thread.
getDate() - Method in class net.java.sip.communicator.impl.protocol.msn.IncomingFileTransferRequestMsnImpl
 
getDate() - Method in class net.java.sip.communicator.impl.protocol.yahoo.IncomingFileTransferRequestYahooImpl
 
getDate() - Method in class net.java.sip.communicator.service.filehistory.FileRecord
The date of the record.
getDatesNumber() - Method in class net.java.sip.communicator.impl.gui.main.chat.history.DatesPanel
Returns the number of dates contained in this dates panel.
getDateString(long) - Static method in class net.java.sip.communicator.impl.callhistory.CallHistorySourceContact
Returns the date string to show for the given date.
getDateString(Date) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationComponent
Returns the date string to be used in order to show date and time in the chat conversation component.
getDateString(long) - Static method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
Returns the date string to show for the given date.
getDatum() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Return the value of GPS Datum.
getDefaultContact() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Currently simply returns the most connected protocol contact.
getDefaultContact(Class<? extends OperationSet>) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns a default contact for a specific operation (call, file transfer, IM ...)
getDefaultContact() - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Returns the default protocol specific Contact to use when communicating with this MetaContact.
getDefaultContact(Class<? extends OperationSet>) - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Returns the default protocol specific Contact to use with this MetaContact for a precise operation (IM, call, ...).
getDefaultContactDetail(Class<? extends OperationSet>) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIContact
Returns the default ContactDetail to use for any operations depending to the given OperationSet class.
getDefaultContactDetail(Class<? extends OperationSet>) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.SourceUIContact
Returns the default ContactDetail to use for any operations depending to the given OperationSet class.
getDefaultContactDetail(Class<? extends OperationSet>) - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIContact
Returns the default ContactDetail to use for any operations depending to the given OperationSet class.
getDefaultContext() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPTransformEngine
Get the default SRTPCryptoContext
getDefaultDesktop() - Static method in class net.java.sip.communicator.impl.osdependent.Desktop
Returns the default Desktop instance depending on the operating system and java version availability.
getDefaultDevice(MediaType, MediaUseCase) - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Gets the default MediaDevice for the specified MediaType.
getDefaultDevice(MediaType, MediaUseCase) - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Returns the default MediaDevice for the specified media type.
getDefaultDevice(MediaType) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Gets a MediaDevice which is capable of capture and/or playback of media of the specified MediaType, is the default choice of the user for a MediaDevice with the specified MediaType and is appropriate for the current states of the associated CallPeer and Call.
getDefaultDevice(MediaType) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Gets a MediaDevice which is capable of capture and/or playback of media of the specified MediaType, is the default choice of the user for a MediaDevice with the specified MediaType and is appropriate for the current state of this Call.
getDefaultDomain() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
This is the default domain.
getDefaultDownloadDirectory() - Method in class net.java.sip.communicator.impl.fileaccess.FileAccessServiceImpl
Returns the default download directory.
getDefaultDownloadDirectory() - Method in interface net.java.sip.communicator.service.fileaccess.FileAccessService
Returns the default download directory depending on the operating system.
getDefaultJainSipProvider() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the provider that corresponds to the transport returned by getDefaultTransport().
getDefaultKeepAliveMethod() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
 
getDefaultListeningPoint() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the listening point that corresponds to the transport returned by getDefaultTransport().
getDefaultMessage() - Method in class net.java.sip.communicator.impl.notification.PopupMessageNotificationHandlerImpl
Return the default message to use if no message is specified.
getDefaultMessage() - Method in interface net.java.sip.communicator.service.notification.PopupMessageNotificationHandler
Returns the default message to be used when no message is provided to the popupMessage method.
getDefaultScreenDevice() - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Get default screen device.
getDefaultScreenDevice() - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Get default ScreenDevice device.
getDefaultSecurityAuthority(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns a default implementation of the SecurityAuthority interface that can be used by non-UI components that would like to launch the registration process for a protocol provider.
getDefaultSecurityAuthority(ProtocolProviderService) - Method in interface net.java.sip.communicator.service.gui.UIService
Returns a default implementation of the SecurityAuthority interface that can be used by non-UI components that would like to launch the registration process for a protocol provider.
getDefaultSmileyPack() - Static method in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Load default smileys pack.
getDefaultSmsNumber() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns the default mobile number used to send sms-es in this session.
getDefaultSmsNumber() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Returns the default mobile number used to send sms-es in this session.
getDefaultSmsNumber() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Returns the default mobile number used to send sms-es in this session.
getDefaultSmsNumber() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Returns the default mobile number used to send sms-es in this session.
getDefaultString() - Method in class net.java.sip.communicator.impl.gui.utils.Smiley
Returns the default String corresponding for this smiley.
getDefaultStringSize(String) - Static method in class net.java.sip.communicator.util.GuiUtils
Returns the bounds of the given string.
getDefaultSystemTray() - Static method in class net.java.sip.communicator.impl.osdependent.SystemTray
 
getDefaultTransport() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the transport that we should use if we have no clear idea of our destination's preferred transport.
getDefaultTransport() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
 
getDeleteButtonRect() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI
Calculates the delete button rectangle.
getDescription() - Method in class net.java.sip.communicator.impl.gui.customcontrols.events.CloseTabbedPaneEvent
 
getDescription() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLookAndFeel
 
getDescription() - Method in class net.java.sip.communicator.impl.gui.utils.Smiley
Returns the description of this smiley.
getDescription() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomConfigurationFormFieldJabberImpl
Returns the description of the corresponding smack property.
getDescription() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns a natural-language name for or description of a this location.
getDescription() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultColorPackImpl
Returns the description of this resource pack.
getDescription() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultImagePackImpl
Returns the description of this resource pack.
getDescription() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultLanguagePackImpl
Returns the description of this resource pack.
getDescription() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultSettingsPackImpl
Returns the description of this resource pack.
getDescription() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultSoundPackImpl
Returns the description of this resource pack.
getDescription() - Method in class net.java.sip.communicator.plugin.notificationconfiguration.SoundFilter
Method which describes, in the file chooser, the text representing the permit extension files.
getDescription() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardFileFilter
The description of this filter.
getDescription() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomConfigurationFormField
Returns a description that provides extra clarification about the field.
getDescription() - Method in interface net.java.sip.communicator.service.resources.ResourcePack
Returns the description of this resource pack.
getDescriptor() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatContact
Returns the descriptor object corresponding to this chat contact.
getDescriptor() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns the descriptor of this chat session.
getDescriptor() - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatTransport
Returns the descriptor object of this ChatTransport.
getDescriptor() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Returns the descriptor of this chat session.
getDescriptor() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
Returns the descriptor of this chat transport.
getDescriptor() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Returns the descriptor of this chat session.
getDescriptor() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
Returns the descriptor of this chat transport.
getDescriptor() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Returns the descriptor of this chat session.
getDescriptor() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Returns the descriptor of this chat transport.
getDescriptor() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIContact
Returns the underlying MetaContact.
getDescriptor() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIGroup
Returns the underlying MetaContactGroup.
getDescriptor() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.SourceUIContact
Returns the underlying SourceContact this abstraction is about.
getDescriptor() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIContact
Returns the descriptor of this contact.
getDescriptor() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIGroup
Returns the descriptor of the group.
getDescriptor() - Method in class net.java.sip.communicator.impl.notification.CommandNotificationHandlerImpl
Returns the command descriptor.
getDescriptor() - Method in class net.java.sip.communicator.impl.notification.SoundNotificationHandlerImpl
Returns the descriptor pointing to the sound to be played.
getDescriptor() - Method in interface net.java.sip.communicator.service.notification.CommandNotificationHandler
Returns the descriptor pointing to the command to be executed.
getDescriptor() - Method in interface net.java.sip.communicator.service.notification.SoundNotificationHandler
Returns the descriptor pointing to the sound to be played.
getDesktopColor() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getDesktopService() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the DesktopService obtained from the bundle context.
getDestinationChatRoomMember() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveryFailedEvent
Returns a reference to the ChatRoomMember that the source (failed) Message was sent to.
getDestinationContact() - Method in class net.java.sip.communicator.service.protocol.event.MessageDeliveredEvent
Returns a reference to the Contact that Message was sent to.
getDestinationContact() - Method in class net.java.sip.communicator.service.protocol.event.MessageDeliveryFailedEvent
Returns a reference to the Contact that the source (failed) Message was sent to.
getDestinationContact() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeliveredEvent
Returns a reference to the Contact that the source WhiteboardObject was sent to.
getDestinationContact() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeliveryFailedEvent
Returns a reference to the Contact that the source (failed) WhiteboardObject was sent to.
getDestinationParticipant() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveryFailedEvent
Returns a reference to the Contact that the source (failed) Message was sent to.
getDetailDisplayName() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
Returns a display name that may be used as a description when visualizing the value of the detail (make sure you don't use this string in internationalized versions).
getDetails(String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Get all details with given name.
getDetails(String, Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.icq.InfoRetreiver
returns the user details from the specified class exactly that class not its descendants
getDetails(Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
Returns an iterator over all details that are instances of exactly the same class as the one specified.
getDetails(Contact, Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredContactInfoIcqImpl
returns the user details from the specified class exactly that class not its descendants
getDetails(String, Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.jabber.InfoRetreiver
returns the user details from the specified class exactly that class not its descendants
getDetails(Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetServerStoredAccountInfoJabberImpl
Returns an iterator over all details that are instances of exactly the same class as the one specified.
getDetails(Contact, Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetServerStoredContactInfoJabberImpl
returns the user details from the specified class exactly that class not its descendants
getDetails(String) - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Get all details with given name.
getDetails(Class<? extends ServerStoredDetails.GenericDetail>) - Method in interface net.java.sip.communicator.service.protocol.OperationSetServerStoredAccountInfo
Returns an iterator over all details that are instances of exactly the same class as the one specified.
getDetails(Contact, Class<? extends ServerStoredDetails.GenericDetail>) - Method in interface net.java.sip.communicator.service.protocol.OperationSetServerStoredContactInfo
Returns an iterator over all details that are instances of exactly the same class as the one specified.
getDetailsAndDescendants(String, Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.icq.InfoRetreiver
returns the user details from the specified class or its descendants the class is one from the net.java.sip.communicator.service.protocol.ServerStoredDetails or implemented one in the operation set for the user info
getDetailsAndDescendants(Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
Returns an iterator over all details that are instances or descendants of the specified class.
getDetailsAndDescendants(Contact, Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredContactInfoIcqImpl
returns the user details from the specified class or its descendants the class is one from the net.java.sip.communicator.service.protocol.ServerStoredDetails or implemented one in the operation set for the user info
getDetailsAndDescendants(String, Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.jabber.InfoRetreiver
returns the user details from the specified class or its descendants the class is one from the net.java.sip.communicator.service.protocol.ServerStoredDetails or implemented one in the operation set for the user info
getDetailsAndDescendants(Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetServerStoredAccountInfoJabberImpl
Returns an iterator over all details that are instances or descendants of the specified class.
getDetailsAndDescendants(Contact, Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetServerStoredContactInfoJabberImpl
returns the user details from the specified class or its descendants the class is one from the net.java.sip.communicator.service.protocol.ServerStoredDetails or implemented one in the operation set for the user info
getDetailsAndDescendants(Class<? extends ServerStoredDetails.GenericDetail>) - Method in interface net.java.sip.communicator.service.protocol.OperationSetServerStoredAccountInfo
Returns an iterator over all details that are instances or descendants of the specified class.
getDetailsAndDescendants(Contact, Class<? extends ServerStoredDetails.GenericDetail>) - Method in interface net.java.sip.communicator.service.protocol.OperationSetServerStoredContactInfo
Returns an iterator over all details that are instances or descendants of the specified class.
getDetailValue() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
Returns the value of the detail.
getDevice() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Gets the MediaDevice associated with this instance and the work of a MediaStream with which is represented by it.
getDevice() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Gets the MediaDevice that this stream uses to play back and capture media.
getDevice() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Gets the device that this stream uses to play back and capture media.
getDeviceConfiguration() - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Gets the CaptureDevice user choices such as the default audio and video capture devices.
getDeviceConfiguration() - Method in class net.java.sip.communicator.impl.neomedia.notify.AudioNotifierServiceImpl
The device configuration.
getDeviceIndex(MediaLocator) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Gets the device index of a PortAudio device from a specific MediaLocator identifying it.
getDevicePixFmt() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.AVFrameFormat
Gets the native capture device format represented by this instance.
getDevices(MediaType, MediaUseCase) - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Gets a list of the MediaDevices known to this MediaService and handling the specified MediaType.
getDevices(MediaType, MediaUseCase) - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Returns a list containing all devices known to this service implementation and handling the specified MediaType.
getDeviceSession() - Method in class net.java.sip.communicator.impl.neomedia.AudioMediaStreamImpl
Returns the MediaDeviceSession associated with this stream after first casting it to AudioMediaDeviceSession since this is, after all, an AudioMediaStreamImpl.
getDeviceSession() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Gets the MediaDeviceSession which represents the work of this MediaStream with its associated MediaDevice.
getDiagnosticsStatus() - Method in class net.java.sip.communicator.impl.netaddr.AddressDiagnosticsKit
Returns the current status of this diagnosics process.
getDialog() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Returns an instance of the JDialog that this class created.This is useful in the event that you want to change any of the JDialog parameters manually.
getDialog() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Returns the JAIN SIP dialog that has been created by the application for communication with this call peer.
getDialog() - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport.Subscription
Gets the Dialog which was created by the SUBSCRIBE request associated with this Subscription or which was used to send that request in.
getDictProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccRegWizzActivator
Returns the ProtocolProviderFactory for the Dict protocol.
getDirection() - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMixerMediaDevice
Returns the MediaDirection supported by this device.
getDirection() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceImpl
Returns the MediaDirection supported by this device.
getDirection() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Gets the direction in which this MediaStream is allowed to stream media.
getDirection() - Method in class net.java.sip.communicator.impl.protocol.icq.FileTransferImpl
The file transfer direction.
getDirection() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ExtmapPacketExtension
Returns the direction that this extmap element is to be transmitted in.
getDirection() - Method in class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferJabberImpl
The direction is incoming.
getDirection(ContentPacketExtension, boolean) - Static method in class net.java.sip.communicator.impl.protocol.jabber.jinglesdp.JingleUtils
Determines the direction of the media stream that content describes and returns the corresponding MediaDirection enum entry.
getDirection(ContentPacketExtension) - Static method in class net.java.sip.communicator.impl.protocol.jabber.jinglesdp.JingleUtils
Determines the direction of the media stream that content describes and returns the corresponding MediaDirection enum entry from the initiator perspective.
getDirection() - Method in class net.java.sip.communicator.impl.protocol.jabber.OutgoingFileTransferJabberImpl
The direction is outgoing.
getDirection() - Method in class net.java.sip.communicator.impl.protocol.mock.MockFileTransferImpl
 
getDirection() - Method in class net.java.sip.communicator.impl.protocol.msn.FileTransferImpl
The file transfer direction.
getDirection(MediaDescription) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Determines the direction of the media stream that mediaDesc describes and returns the corresponding MediaDirection enum entry.
getDirection() - Method in class net.java.sip.communicator.impl.protocol.ssh.FileTransferSSHImpl
 
getDirection() - Method in class net.java.sip.communicator.impl.protocol.yahoo.FileTransferImpl
The file transfer direction.
getDirection() - Method in class net.java.sip.communicator.service.callhistory.CallRecord
Returns the direction of the call IN or OUT
getDirection() - Method in class net.java.sip.communicator.service.filehistory.FileRecord
The direction of the transfer.
getDirection() - Method in interface net.java.sip.communicator.service.neomedia.device.MediaDevice
Returns the MediaDirection supported by this device.
getDirection() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Gets the direction in which this MediaStream is allowed to stream media.
getDirection() - Method in class net.java.sip.communicator.service.neomedia.RTPExtension
Returns the direction that the corresponding MediaDevice supports for this extension.
getDirection() - Method in interface net.java.sip.communicator.service.protocol.FileTransfer
The file transfer direction.
getDirectionForAnswer(MediaDirection) - Method in enum net.java.sip.communicator.service.neomedia.MediaDirection
Returns the MediaDirection value corresponding to a remote party's perspective of this MediaDirection applying a remote party constraint.
getDirectionUserPreference(MediaType) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Gets the MediaDirection value which represents the preference of the user with respect to streaming media of the specified MediaType.
getDisabledIcon(JComponent, Icon) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLookAndFeel
 
getDisablingKeyCode() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingAdaptor
Provides the keycode that can be input to generated key adaptors to disable key bindings.
getDiscoverInfo() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Returns the service discovery information that we have for this peer.
getDiscoverInfoByNode(String) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
Retrieve DiscoverInfo for a specific node.
getDiscoverInfoByUser(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
Get the discover info given a user name.
getDiscoveryManager() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Returns the currently valid ScServiceDiscoveryManager.
getDisplayDetails() - Method in class net.java.sip.communicator.impl.callhistory.CallHistorySourceContact
Returns the display details of this search contact.
getDisplayDetails() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIContact
Returns the display details for the underlying MetaContact.
getDisplayDetails() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.SourceUIContact
Returns the display details for the underlying SourceContact.
getDisplayDetails() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIContact
Returns the display details of this contact.
getDisplayDetails() - Method in interface net.java.sip.communicator.service.contactsource.SourceContact
Returns the display details of this search contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryContactSource
Returns the display name of this contact source.
getDisplayName() - Method in class net.java.sip.communicator.impl.callhistory.CallHistorySourceContact
Returns the display name of this search contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns a characteristic display name that can be used when including this MetaContact in user interface.
getDisplayName() - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatTransport
Returns the display name of this chat transport.
getDisplayName() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
Returns the display name corresponding to this chat transport.
getDisplayName() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
Returns the display name corresponding to this chat transport.
getDisplayName() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Returns the display name corresponding to this chat transport.
getDisplayName() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIContact
Returns the display name of this MetaUIContact.
getDisplayName() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIGroup
Returns the display name of the underlying MetaContactGroup.
getDisplayName() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.SourceUIContact
Returns the display name of the underlying SourceContact.
getDisplayName() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIContact
Returns the display name of this contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.UIContactDetail
Returns the display name of this detail.
getDisplayName() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIGroup
The display name of the group.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Returns a String that could be used by any user interacting modules for referring to this contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallPeerGibberishImpl
Returns a human readable name representing this peer.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl
Returns a String that could be used by any user interacting modules for referring to this contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Returns a String that could be used by any user interacting modules for referring to this contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Returns a human readable name representing this peer.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Returns a String that could be used by any user interacting modules for referring to this contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.jabber.VolatileContactJabberImpl
Returns a String that could be used by any user interacting modules for referring to this contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
Returns a human readable name representing this participant.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.mock.MockCallPeer
Returns a human readable name representing this peer.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContact
Returns a String that could be used by any user interacting modules for referring to this contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Returns a String that could be used by any user interacting modules for referring to this contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Returns a String that could be used by any user interacting modules for referring to this contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Returns a human readable name representing this peer.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.sip.ConferenceMemberSipImpl
Overrides CallPeer.getDisplayName() in order to return the SIP address of this ConferenceMember if the display name is empty.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Returns a String that could be used by any user interacting modules for referring to this contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.sip.SipAccountID
The reason we need to override this method here comes from the fact that the user id that is standardly returned by the parent method is not sufficient for the user to distinguish this account from other sip accounts with the same user name.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns a String that could be used by any user interacting modules for referring to this contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Returns a String that could be used by any user interacting modules for referring to this contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Returns a String that could be used by any user interacting modules for referring to this contact.
getDisplayName() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.AccountPanel
Returns the display name of the account.
getDisplayName() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
The display name
getDisplayName() - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Returns a characteristic display name that can be used when including this MetaContact in user interface.
getDisplayName() - Method in interface net.java.sip.communicator.service.contactsource.ContactSourceService
Returns a user-friendly string that identifies this contact source.
getDisplayName() - Method in interface net.java.sip.communicator.service.contactsource.SourceContact
Returns the display name of this search contact.
getDisplayName() - Method in class net.java.sip.communicator.service.protocol.AbstractConferenceMember
Returns the display name of this conference member.
getDisplayName() - Method in class net.java.sip.communicator.service.protocol.AccountID
Returns a name that can be displayed to the user when referring to this account.
getDisplayName(OperationSetServerStoredAccountInfo) - Static method in class net.java.sip.communicator.service.protocol.AccountInfoUtils
Returns the display name of the account, to which the given accountInfoOpSet belongs.
getDisplayName() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Returns a human readable name representing this peer.
getDisplayName() - Method in interface net.java.sip.communicator.service.protocol.ConferenceMember
Gets the user-friendly display name of this ConferenceMember in the conference.
getDisplayName() - Method in interface net.java.sip.communicator.service.protocol.Contact
Returns a String that could be used by any user interacting modules for referring to this contact.
getDisposition() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ContentPacketExtension
Returns the value of the disposition argument if it exists or null if it doesn't.
getDNS() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceEvent
Returns the JmDNS instance which originated the event.
getDNS4AddressRecord() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.HostInfo
 
getDNS6AddressRecord() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.HostInfo
 
getDNSAddressRecord(DNSRecord.Address) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.HostInfo
 
getDocumentBuilder() - Method in class net.java.sip.communicator.impl.history.HistoryServiceImpl
 
getDocumentForFile(String) - Method in class net.java.sip.communicator.impl.history.HistoryImpl
 
getDSPixFmt(int) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Gets the FFmpeg pixel format matching a specific DirectShow Specification pixel format.
getDtmfTone() - Method in class net.java.sip.communicator.service.neomedia.event.DTMFToneEvent
Returns the DTMFTone instance that this event pertains to.
getDuration() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Gets the duration of each one of the output streams produced by this AudioMixer.
getDuration() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.getDuration().
getDuration() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the duration of the media represented by this instance.
getDuration() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the duration of the media represented by this instance.
getDuration() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.DataSource
Gives to the caller the duration information of our stream Which is, obviously unknown.
getDuration() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements DataSource.getDuration().
getDuration() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements DataSource.getDuration().
getDuration() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.getDuration().
getDuration() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.getDuration().
getDuration() - Method in class net.java.sip.communicator.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.getDuration().
getDuration() - Method in class net.java.sip.communicator.impl.neomedia.transform.dtmf.DtmfRawPacket
The duration of the current event.
getDynamicPayloadTypes() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Returns the DynamicPayloadTypeRegistry instance we are currently using.
getDynamicRTPPayloadType(String) - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Returns the payload type number that has been negotiated for the specified encoding or -1 if no payload type has been negotiated for it.
getDynamicRTPPayloadTypes() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Gets the existing associations in this MediaStream of RTP payload types to MediaFormats.
getDynamicRTPPayloadTypes() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Gets the existing associations in this MediaStream of RTP payload types to MediaFormats.
getEditButton() - Method in class net.java.sip.communicator.impl.gui.main.account.AccountsConfigurationPanel
Returns the edit button.
getEditorComponent() - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.CallComboEditor
 
getEditorPane() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Returns the editor panel, contained in this ChatWritePanel.
getEditTextToolBar() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Returns the toolbar above the chat write area.
getEffectiveInputDataSource() - Method in class net.java.sip.communicator.impl.neomedia.conference.InputDataSourceDesc
Gets the actual DataSource from which the associated AudioMixer directly reads in order to retrieve the mix contribution of the DataSource described by this instance.
getElementAt(int) - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.FilterableComboBoxModel
 
getElementAt(int) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatContactListModel
 
getElementAt(int) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListModel
 
getElementAt(int) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
Returns the object at the given index.
getElementAt(int) - Method in class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel
 
getElementAt(int) - Method in class net.java.sip.communicator.plugin.dictaccregwizz.StrategiesList.ListModel
Implements ListModel.getElementAt
getElementName() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
Returns the name of the encryption element.
getElementName() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.CapsPacketExtension
Returns the name of the caps element.
getElementName() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns the XML element name of the extension sub-packet root element.
getElementName() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ReasonPacketExtension
Returns the root element name.
getElementName() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.version.Version
Returns the root element name.
getElementName() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPacketExtension
Returns the root element name.
getElementName() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardSessionPacketExtension
Returns the root element name.
getEmail() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
getEmailAddress(OperationSetServerStoredAccountInfo) - Static method in class net.java.sip.communicator.service.protocol.AccountInfoUtils
Returns the email address of the account, to which the given accountInfoOpSet belongs.
getEMailAddress() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.EmailAddressDetail
 
getEnableCheckBox() - Method in class net.java.sip.communicator.impl.gui.main.account.Account
Returns the enable check box corresponding to this account.
getEnabled() - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationEntry
Method which returns the state of the notification.
getEnabledThreshold() - Method in class net.java.sip.communicator.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements BufferControl.getEnabledThreshold().
getEncKeyLength() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPPolicy
Get the encryption key length
getEncoding() - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Implements MediaFormat#getEncoding() and returns the encoding of the JMF Format that we are encapsulating here but it is the RFC-known encoding and not the internal JMF encoding.
getEncoding() - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormat
Returns the name of the encoding (i.e.
getEncoding() - Method in class net.java.sip.communicator.service.protocol.AbstractMessage
Returns the MIME content encoding of this message.
getEncoding() - Method in interface net.java.sip.communicator.service.protocol.Message
Returns the MIME content encoding of this message.
getEncodingConfiguration() - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Gets the format-related user choices such as the enabled and disabled codecs and the order of their preference.
getEncryption() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RtpDescriptionPacketExtension
Returns the optional encryption element that contains encryption parameters for this session.
getEncType() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPPolicy
Get the encryption type
getEndDate() - Method in class net.java.sip.communicator.service.callhistory.event.ProgressEvent
The end date in the search condition.
getEndDate() - Method in class net.java.sip.communicator.service.history.event.ProgressEvent
The end date in the search condition.
getEndDate() - Method in class net.java.sip.communicator.service.msghistory.event.ProgressEvent
The end date in the search condition.
getEndTime() - Method in class net.java.sip.communicator.service.callhistory.CallPeerRecord
When peer diconnected from the call
getEndTime() - Method in class net.java.sip.communicator.service.callhistory.CallRecord
Returns the time when the call has finished
getEngine() - Method in class net.java.sip.communicator.impl.neomedia.transform.RTPTransformConnector
Gets the customized TransformEngine which contains the concrete transform logic.
getEngine() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPTransformer
Getter to use in derived classes.
getError() - Method in exception net.java.sip.communicator.impl.neomedia.quicktime.NSErrorException
Gets the NSError reported by this instance.
getError() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns horizontal GPS errors in arc minutes.
getErrorCode() - Method in exception net.java.sip.communicator.service.contactlist.MetaContactListException
Returns an int describing the nature of the exception.
getErrorCode() - Method in exception net.java.sip.communicator.service.credentialsstorage.CryptoException
 
getErrorCode() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveryFailedEvent
Returns an error code descibing the reason for the failure of the message delivery.
getErrorCode() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveryFailedEvent
Returns an error code descibing the reason for the failure of the message delivery.
getErrorCode() - Method in class net.java.sip.communicator.service.protocol.event.MessageDeliveryFailedEvent
Returns an error code descibing the reason for the failure of the message delivery.
getErrorCode() - Method in class net.java.sip.communicator.service.protocol.event.SubscriptionEvent
If event is SUBSCRIPTION_FAILED, returns the error code of the failed event
getErrorCode() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeliveryFailedEvent
Returns an error code describing the reason for the failure of the white-board object delivery.
getErrorCode() - Method in exception net.java.sip.communicator.service.protocol.OperationFailedException
Obtain the error code value.
getErrorCode() - Method in class net.java.sip.communicator.util.launchutils.LaunchArgHandler
Returns an error code that could help identify an error when handleArgs returns ACTION_ERROR or 0 if everything went fine.
getErrorReason() - Method in class net.java.sip.communicator.service.protocol.event.SubscriptionEvent
If event is SUBSCRIPTION_FAILED, returns the reason of the error for the failed event
getEvent() - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationEntry
Method which returns the description of the notification.
getEventCode() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardEvent
Returns the event code of this event : SUCCESS or ERRROR.
getEventID() - Method in class net.java.sip.communicator.impl.gui.event.PluginComponentEvent
Returns an event id specifying whether the type of this event (PLUGIN_COMPONENT_ADDED or PLUGIN_COMPONENT_REMOVED)
getEventID() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomListChangeEvent
Returns an event id specifying whether the type of this event (e.g.
getEventID() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListChangeEvent
Returns an event id specifying whether the type of this event (e.g.
getEventID() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListEvent
Returns an event id specifying whether the type of this event (CONTACT_SELECTED or PROTOCOL_CONTACT_SELECTED)
getEventId() - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport.Subscription
Gets the id tag to be present in Event headers in order to have this Subscription associated with a specific Request or Response.
getEventID() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactCapabilitiesEvent
Gets the ID of this event which indicates the specifics of the change in the list of OperationSet capabilities of the associated sourceContact and the details it carries.
getEventID() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactEvent
Returns an event id specifying whether the type of this event (e.g.
getEventID() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactGroupEvent
Returns an event id specifying whether the type of this event (e.g.
getEventID() - Method in class net.java.sip.communicator.service.gui.event.ChatFocusEvent
Returns an event id specifying what is the type of this event (FOCUS_GAINED or FOCUS_LOST)
getEventID() - Method in class net.java.sip.communicator.service.gui.event.ContainerEvent
Returns an event id specifying whether the type of this event (CONTAINER_ADDED or CONTAINER_REMOVED)
getEventID() - Method in class net.java.sip.communicator.service.protocol.event.CallEvent
Returns an event ID int indicating whether this event was triggered by an outgoing or an incoming call.
getEventID() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerConferenceEvent
Gets the ID of this event which may be one of CallPeerConferenceEvent.CONFERENCE_FOCUS_CHANGED, CallPeerConferenceEvent.CONFERENCE_MEMBER_ADDED and CallPeerConferenceEvent.CONFERENCE_MEMBER_REMOVED and indicates the specifics of the change in the conference-related information and the details this event carries.
getEventID() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerEvent
Returns one of the CALL_PEER_XXX member ints indicating the type of this event.
getEventID() - Method in class net.java.sip.communicator.service.protocol.event.ContactCapabilitiesEvent
Gets the ID of this event which indicates the specifics of the change in the list of OperationSet capabilities of the associated sourceContact and the details it carries.
getEventID() - Method in class net.java.sip.communicator.service.protocol.event.ServerStoredGroupEvent
Returns an int describing the cause of this event.
getEventID() - Method in class net.java.sip.communicator.service.protocol.event.SubscriptionEvent
Returns an event id specifying whether the type of this event (e.g.
getEventID() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardParticipantEvent
Returnst one of the WHITEBOARD_PARTICIPANT_XXX member ints indicating the type of this event.
getEventNotificationActionHandler(String, String) - Method in class net.java.sip.communicator.impl.notification.NotificationServiceImpl
Returns the notification handler corresponding to the given eventType and actionType.
getEventNotificationActionHandler(String, String) - Method in interface net.java.sip.communicator.service.notification.NotificationService
Returns the NotificationActionHandler corresponding to the given event and action types.
getEventNotifications(String) - Method in class net.java.sip.communicator.impl.notification.NotificationServiceImpl
Goes through all actions registered for the given eventType and returns a Map of all (actionType, actionDescriptor) key-value pairs.
getEventNotifications(String) - Method in interface net.java.sip.communicator.service.notification.NotificationService
Returns a Map containing all action types (as keys) and actionDescriptors (as values) that have been registered for eventType.
getEventPackage() - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport
Gets the name of the event package this instance implements and carried in the Event and Allow-Events headers.
getEventSeverity() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerSecurityMessageEvent
Returns the event severity.
getEventType() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQueryStatusEvent
Returns the type of this event.
getEventType() - Method in class net.java.sip.communicator.service.callhistory.event.CallHistoryQueryStatusEvent
Returns the type of this event.
getEventType() - Method in class net.java.sip.communicator.service.contactsource.ContactQueryStatusEvent
Returns the type of this event.
getEventType() - Method in class net.java.sip.communicator.service.history.event.HistoryQueryStatusEvent
Returns the type of this event.
getEventType() - Method in class net.java.sip.communicator.service.notification.event.NotificationActionTypeEvent
The type of this event.
getEventType() - Method in class net.java.sip.communicator.service.notification.event.NotificationEventTypeEvent
The type of this event.
getEventType() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveredEvent
Returns the type of message event represented by this event instance.
getEventType() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageReceivedEvent
Returns the type of message event represented by this event instance.
getEventType() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomParticipantPresenceChangeEvent
Returns the type of this event which could be one of the MEMBER_XXX member field values.
getEventType() - Method in class net.java.sip.communicator.service.protocol.event.CallChangeEvent
Returns the type of this event.
getEventType() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerChangeEvent
Returns the type of this event.
getEventType() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPresenceChangeEvent
Returns the type of this event which could be one of the MEMBER_XXX member field values.
getEventType() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveredEvent
Returns the type of message event represented by this event instance.
getEventType() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageReceivedEvent
Returns the type of message event represented by this event instance.
getEventType() - Method in class net.java.sip.communicator.service.protocol.event.LocalUserAdHocChatRoomPresenceChangeEvent
Returns the type of this event which could be one of the LOCAL_USER_XXX member fields.
getEventType() - Method in class net.java.sip.communicator.service.protocol.event.LocalUserChatRoomPresenceChangeEvent
Returns the type of this event which could be one of the LOCAL_USER_XXX member fields.
getEventType() - Method in class net.java.sip.communicator.service.protocol.event.MessageReceivedEvent
Returns the type of message event represented by this event instance.
getEventType() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardChangeEvent
Returns the type of this event.
getEventType() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardParticipantChangeEvent
Returns the type of this event.
getEventType() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardSessionPresenceChangeEvent
Returns the type of this event which could be one of the LOCAL_USER_XXX member fields.
getExistingAccountLabel() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
Return the string for add existing account button.
getExistingAccountLabel() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Return the string for add existing account button.
getExistingAccountLabel() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Return the string for add existing account button.
getExistingChatRooms(ChatRoomProviderWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Returns existing chat rooms for the given chatRoomProvider.
getExistingChatRooms() - Method in class net.java.sip.communicator.impl.protocol.irc.OperationSetMultiUserChatIrcImpl
Returns the List of ChatRooms currently available on the server that this protocol provider is connected to.
getExistingChatRooms() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetMultiUserChatJabberImpl
Returns the List of Strings indicating chat rooms currently available on the server that this protocol provider is connected to.
getExistingChatRooms() - Method in class net.java.sip.communicator.impl.protocol.mock.MockMultiUserChat
Returns the List of Strings indicating chat rooms currently available on the server that this protocol provider is connected to.
getExistingChatRooms() - Method in interface net.java.sip.communicator.service.protocol.OperationSetMultiUserChat
Returns the List of Strings indicating chat rooms currently available on the server that this protocol provider is connected to.
getExistingIDs() - Method in class net.java.sip.communicator.impl.history.HistoryServiceImpl
 
getExistingIDs() - Method in interface net.java.sip.communicator.service.history.HistoryService
Returns the IDs of all existing histories.
getExitOnMainWindowClose() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements the UIService.getExitOnMainWindowClose.
getExitOnMainWindowClose() - Method in interface net.java.sip.communicator.service.gui.UIService
Returns TRUE if the application could be exited by closing the main application window, otherwise returns FALSE.
getExpectedValue() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeFailedEvent
Return the expected after the change value of the property.
getExpirationTime(int) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord
Get the expiration time of this record.
getExportedWindow(WindowID, Object[]) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements the getExportedWindow in the UIService interface.
getExportedWindow(WindowID) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements the getExportedWindow in the UIService interface.
getExportedWindow(WindowID) - Method in interface net.java.sip.communicator.service.gui.UIService
Returns an exported window given by the WindowID.
getExportedWindow(WindowID, Object[]) - Method in interface net.java.sip.communicator.service.gui.UIService
Returns an exported window given by the WindowID.
getExtension(File) - Static method in class net.java.sip.communicator.plugin.notificationconfiguration.Utils
 
getExtension() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardFileFilter
The description of this filter.
getExtension(File) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardFileFilter
The extension of the file"
getExtensionAttributes() - Method in class net.java.sip.communicator.service.neomedia.RTPExtension
Returns the extension attributes associated with this RTPExtension or null if this extension does not have any.
getExtensionBit() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Returns true if the extension bit of this packet has been set and false otherwise.
getExtensionLength() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Returns the length of the extensions currently added to this packet.
getExtensionMapping(RTPExtension) - Method in class net.java.sip.communicator.service.protocol.media.DynamicRTPExtensionsRegistry
Returns the ID that has been allocated for extension or -1 if no extension exists.
getExtensions() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.CapsPacketExtension
Returns the value of the ext parameter as a string set of name tokens specifying additional feature bundles.
getExtensionsForType(MediaType) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Returns a (possibly empty) List of RTPExtensions supported by the device that this media handler uses to handle media of the specified type.
getExtmapList() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RtpDescriptionPacketExtension
Returns a List of the optional extmap elements that allow negotiating RTP extension headers as per RFC 5282.
getFacebookProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccRegWizzActivator
Returns the ProtocolProviderFactory for the Facebook protocol.
getFactory() - Method in class net.java.sip.communicator.service.protocol.event.AccountManagerEvent
Gets the ProtocolProviderFactory being worked on at the time this event has been fired.
getFactoryImplPackageName(ProtocolProviderFactory) - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns the package name under which we would store information for the given factory.
getFeatures() - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Returns a reference to our local copy of the feature list supported by this implementation.
getFeed() - Method in class net.java.sip.communicator.impl.protocol.rss.RssFeedReader
Returns a ChannelIF that can be used to know if a feed exists indeed.
getFeedbackMessageType() - Method in class net.java.sip.communicator.service.neomedia.event.RTCPFeedbackEvent
Get feedback message type.
getFFmpegPixFmt(long) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Gets the DirectShow pixel format matching a specific FFmpeg pixel format.
getFFmpegPixFmt(int) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Gets the Video for Linux Two API Specification pixel format matching a specific FFmpeg pixel format.
getField(BindingEntry.Field) - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingEntry
Provides the label associated with a field.
getFile() - Method in class net.java.sip.communicator.service.filehistory.FileRecord
The file that was transfered.
getFileAccessService() - Static method in class net.java.sip.communicator.impl.contactlist.ContactlistActivator
Returns the FileAccessService obtained from the bundle context.
getFileAccessService() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the FileAccessService obtained from the bundle context.
getFileAccessService() - Method in class net.java.sip.communicator.impl.history.HistoryServiceImpl
 
getFileAccessService() - Static method in class net.java.sip.communicator.impl.neomedia.NeomediaActivator
Returns a reference to a FileAccessService implementation currently registered in the bundle context or null if no such implementation was found.
getFileDescription() - Method in class net.java.sip.communicator.impl.protocol.icq.IncomingFileTransferRequestIcqImpl
Returns a String that represents the description of the file that is being received.
getFileDescription() - Method in class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferRequestJabberImpl
Returns the description of the file corresponding to this request.
getFileDescription() - Method in class net.java.sip.communicator.impl.protocol.msn.IncomingFileTransferRequestMsnImpl
Returns a String that represents the description of the file that is being received.
getFileDescription() - Method in class net.java.sip.communicator.impl.protocol.yahoo.IncomingFileTransferRequestYahooImpl
Returns a String that represents the description of the file that is being received.
getFileDescription() - Method in interface net.java.sip.communicator.service.protocol.IncomingFileTransferRequest
Returns a String that represents the description of the file that is being received.
getFileFromDialog() - Method in interface net.java.sip.communicator.util.swing.SipCommFileChooser
Shows the dialog and returns the selected file.
getFileFromDialog() - Method in class net.java.sip.communicator.util.swing.SipCommFileChooserImpl
Shows the dialog and returns the selected file.
getFileFromDialog() - Method in class net.java.sip.communicator.util.swing.SipCommFileDialogImpl
Shows the dialog and returns the selected file.
getFileLabel(File) - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
Returns the string, showing information for the given file.
getFileLabel(String, long) - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
Returns the string, showing information for the given file.
getFileList() - Method in class net.java.sip.communicator.impl.history.HistoryImpl
 
getFileName() - Method in class net.java.sip.communicator.impl.protocol.icq.IncomingFileTransferRequestIcqImpl
Returns a String that represents the name of the file that is being received.
getFileName() - Method in class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferRequestJabberImpl
Returns the name of the file corresponding to this request.
getFileName() - Method in class net.java.sip.communicator.impl.protocol.msn.IncomingFileTransferRequestMsnImpl
Returns a String that represents the name of the file that is being received.
getFileName() - Method in class net.java.sip.communicator.impl.protocol.yahoo.IncomingFileTransferRequestYahooImpl
Returns a String that represents the name of the file that is being received.
getFileName() - Method in interface net.java.sip.communicator.service.protocol.IncomingFileTransferRequest
Returns a String that represents the name of the file that is being received.
getFileSize() - Method in class net.java.sip.communicator.impl.protocol.icq.IncomingFileTransferRequestIcqImpl
Returns a long that represents the size of the file that is being received.
getFileSize() - Method in class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferRequestJabberImpl
Returns the size of the file corresponding to this request.
getFileSize() - Method in class net.java.sip.communicator.impl.protocol.msn.IncomingFileTransferRequestMsnImpl
Returns a long that represents the size of the file that is being received.
getFileSize() - Method in class net.java.sip.communicator.impl.protocol.yahoo.IncomingFileTransferRequestYahooImpl
Returns a long that represents the size of the file that is being received.
getFileSize() - Method in interface net.java.sip.communicator.service.protocol.IncomingFileTransferRequest
Returns a long that represents the size of the file that is being received.
getFileTransfer() - Method in class net.java.sip.communicator.service.protocol.event.FileTransferCreatedEvent
Returns the file transfer that triggered this event.
getFileTransfer() - Method in class net.java.sip.communicator.service.protocol.event.FileTransferProgressEvent
Returns the source FileTransfer that triggered this event.
getFileTransfer() - Method in class net.java.sip.communicator.service.protocol.event.FileTransferStatusChangeEvent
Returns the source FileTransfer that triggered this event.
getFileTransferOperationSet() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Returns the File Transfer operation set that this contact belongs to.
getFileTransferOperationSet() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the File Transfer operation set that this contact belongs to.
getFileTransferOperationSet() - Method in class net.java.sip.communicator.service.protocol.event.FileTransferRequestEvent
Returns the OperationSetFileTransfer, where this event initially occurred.
getFilterLengthInMillis() - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudioManager
Gets the number of milliseconds of echo to cancel.
getFinishButtonDefaultText() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Returns the default text of the finish wizard button.
getFirst() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ZeroconfAccountID
Returns a String representing the firstname of this user.
getFirst() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistration
Returns the password of the Zeroconf registration account.
getFirstCandidate(ContentPacketExtension, int) - Static method in class net.java.sip.communicator.impl.protocol.jabber.jinglesdp.JingleUtils
Returns the first candidate for the specified componentID or null if no such component exists.
getFirstChildOfType(Class<? extends PacketExtension>) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
Returns this packet's first direct child extension that matches the specified type.
getFirstHistoryMsgTimestamp() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the date of the first message in history for this chat.
getFirstName() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo.Sender
Tries to parse and return the first name of this sender.
getFirstName(OperationSetServerStoredAccountInfo) - Static method in class net.java.sip.communicator.service.protocol.AccountInfoUtils
Returns the first name of the account, to which the given accountInfoOpSet belongs.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Returns the ID of our only page.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Returns the identifier of the page to show first in the wizard.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Returns the identifier of the page to show first in the wizard.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns the identifier of the page to show first in the wizard.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Returns the identifier of the page to show first in the wizard.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns the identifier of the page to show first in the wizard.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Returns the identifier of the page to show first in the wizard.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Returns the identifier of the page to show first in the wizard.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Returns the identifier of the page to show first in the wizard.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Returns the identifier of the page to show first in the wizard.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Returns the identifier of the page to show first in the wizard.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns the identifier of the page to show first in the wizard.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
Returns the identifier of the first account registration wizard page.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Returns the identifier of the page to show first in the wizard.
getFirstPageIdentifier() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Returns the identifier of the page to show first in the wizard.
getFirstPageIdentifier() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns the identifier of the first account registration wizard page.
getFixedDocument(File) - Method in class net.java.sip.communicator.impl.history.HistoryImpl
Returns the fixed document as xml Document if file cannot be fixed return null
getFloor() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
The number or name of a a particular floor in a building.
getFontColor() - Method in class net.java.sip.communicator.impl.gui.main.chat.FontChooser
Returns the font color
getFontFamily() - Method in class net.java.sip.communicator.impl.gui.main.chat.FontChooser
Returns the family name of the selected font
getFontName() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectTextJabberImpl
Returns the WhiteboardObjectTextJabberImpl's font name.
getFontName() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeText
Returns the WhiteboardObjectText's font name.
getFontName() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectText
Returns the WhiteboardObjectText's font name.
getFontSize() - Method in class net.java.sip.communicator.impl.gui.main.chat.FontChooser
Returns the size of the selected font
getFontSize() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectTextJabberImpl
Returns the WhiteboardObjectTextJabberImpl's font size.
getFontSize() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeText
Returns the WhiteboardObjectText's font size.
getFontSize() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectText
Returns the WhiteboardObjectText's font size.
getForm() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.CreateSip2SipAccountForm
Returns the form, which would be used by the user to create a new account.
getForm() - Method in interface net.java.sip.communicator.plugin.sipaccregwizz.CreateAccountService
Returns the form, which would be used by the user to create a new account.
getForm() - Method in interface net.java.sip.communicator.service.gui.ConfigurationForm
Returns the containing form.
getForm() - Method in class net.java.sip.communicator.service.gui.LazyConfigurationForm
Returns the form component.
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixerPushBufferStream
Implements PushBufferStream.getFormat().
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferStream
Implements PushBufferStream.getFormat().
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.control.ReadOnlyFormatControlDelegate
Gets the Format of the owner of this FormatControl.
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMixerMediaDevice
Gets the MediaFormat in which this MediaDevice captures media.
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceImpl
Gets the MediaFormat in which this MediaDevice captures media.
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Gets the MediaFormat in which this instance captures media from its associated MediaDevice.
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.directshow.DSCaptureDevice
Get current format.
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Returns the JMF Format instance that we are wrapping here.
getFormat(int, Format) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the Format to be reported by the FormatControl of a PullBufferStream at a specific zero-based index in the list of streams of this PullBufferDataSource.
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferStream
Gets the Format of the media data made available by this PullBufferStream.
getFormat(int, Format) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the Format to be reported by the FormatControl of a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
Gets the Format of the media data made available by this PushBufferStream.
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.AlsaStream
Tell whoever has interest how we are going to send the data
getFormat(int, Format) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Gets the Format to be reported by the FormatControl of a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Gets the MediaFormat that this stream is currently transmitting in.
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.protocol.BufferStreamAdapter
Gets the Format of the data this stream provides.
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CachingPushBufferStream
Implements PushBufferStream.getFormat().
getFormat() - Method in enum net.java.sip.communicator.service.keybindings.KeybindingSet.Category
Provides the format used to save and load keybinding resources.
getFormat() - Method in interface net.java.sip.communicator.service.neomedia.device.MediaDevice
Returns the MediaFormat that this device is currently set to use when capturing data.
getFormat() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Returns the MediaFormat that this stream is currently transmitting in.
getFormatControls() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Gets an array of FormatControls for the CaptureDevice this AudioMixer provides through its output AudioMixingPushBufferDataSources.
getFormatControls() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements CaptureDevice.getFormatControls().
getFormatControls(Controls) - Static method in class net.java.sip.communicator.impl.neomedia.control.AbstractFormatControl
Gets an array of FormatControl instances from the list of controls available for a specific Controls implementation.
getFormatControls() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets an array of FormatControl instances each one of which can be used before AbstractPullBufferCaptureDevice.connect() to get and set the capture Format of each one of the capture streams.
getFormatControls() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets an array of FormatControl instances each one of which can be used before AbstractPushBufferCaptureDevice.connect() to get and set the capture Format of each one of the capture streams.
getFormatControls() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements CaptureDevice.getFormatControls().
getFormatControls() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements CaptureDevice.getFormatControls().
getFormatFactory() - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Gets the MediaFormatFactory through which MediaFormat instances may be created for the purposes of working with the MediaStreams created by this MediaService.
getFormatFactory() - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Gets the MediaFormatFactory through which MediaFormat instances may be created for the purposes of working with the MediaStreams created by this MediaService.
getFormatParameters() - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Implements MediaFormat#getFormatParameters().
getFormatParameters() - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormat
Returns a Map containing parameters specific to this particular MediaFormat.
getFormClassLoader() - Method in class net.java.sip.communicator.service.gui.LazyConfigurationForm
Returns the form class loader.
getFormClassName() - Method in class net.java.sip.communicator.service.gui.LazyConfigurationForm
Returns the form class name.
getFoundation() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
Returns the candidate foundation as defined in ICE-CORE.
getFrame(Component) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallPeerRendererUtils
Gets the first Frame in the ancestor Component hierarchy of a specific Component.
getFramesDropped() - Method in class net.java.sip.communicator.impl.neomedia.control.FrameProcessingControlImpl
Gets the number of output frames that were dropped during processing since the last call to this method.
getFreeBuffer(int) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.ByteBufferPool
Gets a ByteBuffer out of the pool of free ByteBuffers (i.e.
getFriendlyName() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
getFromUserID() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive.KeepAliveEvent
The user id sending this packet
getFullJid(Contact) - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Returns the full jabber id (jid) corresponding to the given contact.
getGatheredEntropy() - Method in class net.java.sip.communicator.impl.neomedia.GatherEntropy
 
getGender(OperationSetServerStoredAccountInfo) - Static method in class net.java.sip.communicator.service.protocol.AccountInfoUtils
Returns the gender of the account, to which the given accountInfoOpSet belongs.
getGender() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenderDetail
Returns a "Male" or "Female" string.
getGeneration() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
Returns this canditate's generation.
getGeolocPresence() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPresence
 
getGibberishProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccRegWizzActivator
Returns the ProtocolProviderFactory for the Gibberish protocol.
getGlobalAccountImage() - Static method in class net.java.sip.communicator.impl.gui.main.presence.AccountStatusPanel
Returns the global account image currently shown on the top of the application window.
getGlobalPolicy() - Method in interface net.java.sip.communicator.plugin.otr.ScOtrEngine
Gets the global OtrPolicy.
getGlobalPolicy() - Method in class net.java.sip.communicator.plugin.otr.ScOtrEngineImpl
 
getGoogleTalkProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccRegWizzActivator
Returns the ProtocolProviderFactory for the Google Talk protocol.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Returns the subgroup with the specified index.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Returns the subgroup with the specified name.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Returns the subgroup with the specified index.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Returns the subgroup with the specified name.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns the subgroup with the specified index (i.e.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns the subgroup with the specified name.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Returns the subgroup with the specified index.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Returns the subgroup with the specified name.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Returns the subgroup with the specified index (i.e.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Returns the subgroup with the specified name.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Returns the subgroup with the specified index.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Returns the subgroup with the specified name.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Returns the subgroup with the specified index.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Returns the subgroup with the specified name.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Returns the subgroup with the specified index (i.e.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Returns the subgroup with the specified name.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Returns the subgroup with the specified index.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Returns the subgroup with the specified name.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Returns the subgroup with the specified index.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Returns the subgroup with the specified name.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Returns the subgroup with the specified index.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Returns the subgroup with the specified name.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Returns the subgroup with the specified index.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Returns the subgroup with the specified name.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Returns the subgroup with the specified index (i.e.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Returns the subgroup with the specified name.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
Returns the subgroup with the specified index.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
Returns the subgroup with the specified name.
getGroup(int) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Returns the subgroup with the specified index.
getGroup(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Returns the subgroup with the specified name.
getGroup(int) - Method in interface net.java.sip.communicator.service.protocol.ContactGroup
Returns the subgroup with the specified index.
getGroup(String) - Method in interface net.java.sip.communicator.service.protocol.ContactGroup
Returns the subgroup with the specified name.
getGroupByID(String) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Returns the Meta Contact Group corresponding to the given MetaUID.
getGroupDescriptor() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.GroupNode
Returns the UIGroup corresponding to this GroupNode.
getGroupId() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileGroup
 
getGroupName() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the name of this group.
getGroupName() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.addgroup.CreateGroupPanel
Returns the string identifier entered by user.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Returns the name of this group.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Returns the name of this group.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns the name of this group.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Returns the name of this group which is always ROOT_CONTACT_GROUP_NAME.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Returns the name of this group.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Returns the name of this group which is always ROOT_CONTACT_GROUP_NAME.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.jabber.VolatileContactGroupJabberImpl
Returns the name of this group.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Returns the name of this group.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Returns the name of this group.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Returns the name of this group which is always ROOT_CONTACT_GROUP_NAME.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileGroup
 
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Returns the name of this group.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Returns the name of this group.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Returns the name of this group.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Returns the name of this group.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
Returns the name of this group which is always ROOT_CONTACT_GROUP_NAME.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.yahoo.VolatileContactGroupYahooImpl
Returns the name of this group.
getGroupName() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Returns the name of this group.
getGroupName() - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns the name of this group.
getGroupName() - Method in interface net.java.sip.communicator.service.protocol.ContactGroup
Returns the name of this group.
getGroupNode() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIGroup
Returns the corresponding GroupNode.
getGroupNode() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIGroup
Returns the GroupNode corresponding to this UIGroup.
getGroupRightButtonMenu() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Returns the right button menu for a group.
getHash() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.CapsPacketExtension
Returns the value of the hash parameter indicating the hashing algorithm used to generate the verification string.
getHeaderExtensionType() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Return the define by profile part of the extension header.
getHeaderFactory() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the HeaderFactory used to create SIP message headers.
getHeaderLength() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Get RTP header length from a RTP packet
getHeight() - Method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Get video height.
getHeight() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.CVPixelBuffer
Gets the height in pixels of this CVPixelBuffer.
getHeight() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailElement
Returns the height of this ThumbnailElement.
getHeight() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectImageJabberImpl
Returns the height (in pixels) of the WhiteboardObject.
getHeight() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectRectJabberImpl
Gets the height (in pixels) of the WhiteboardShapeRect.
getHeight() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeImage
Returns the height (in pixels) of the WhiteboardObject.
getHeight() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeRect
Gets the height (in pixels) of the WhiteboardShapeRect.
getHeight() - Method in class net.java.sip.communicator.service.neomedia.event.SizeChangeVideoEvent
Gets the new height of the associated visual Component.
getHeight() - Method in class net.java.sip.communicator.service.protocol.event.SizeChangeVideoEvent
Gets the new height of the associated visual Component.
getHeight() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectImage
Returns the height (in pixels) of the WhiteboardObject.
getHeight() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectRect
Gets the height (in pixels) of the WhiteboardObject.
getHelloHash() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets the Hello packet Hash
getHelloHash() - Method in class net.java.sip.communicator.impl.neomedia.ZrtpControlImpl
Return the zrtp hello hash String.
getHelloHash() - Method in interface net.java.sip.communicator.service.neomedia.ZrtpControl
Return the zrtp hello hash String.
getHelloHashSep() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get the ZRTP Hello Hash data - separate strings.
getHistory(int) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns a collection of the last N number of history messages given by count.
getHistory(int) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Returns a collection of the last N number of messages given by count.
getHistory(int) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Returns a collection of the last N number of messages given by count.
getHistory(int) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Returns a collection of the last N number of messages given by count.
getHistory(HistoryID) - Method in class net.java.sip.communicator.impl.history.HistoryServiceImpl
 
getHistory(HistoryID) - Method in interface net.java.sip.communicator.service.history.HistoryService
Returns the history associated with this ID.
getHistoryAfterDate(Date, int) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns a collection of the last N number of history messages given by count.
getHistoryAfterDate(Date, int) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Returns a collection of the last N number of messages given by count.
getHistoryAfterDate(Date, int) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Returns a collection of the last N number of messages given by count.
getHistoryAfterDate(Date, int) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Returns a collection of the last N number of messages given by count.
getHistoryBeforeDate(Date, int) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns a collection of the last N number of history messages given by count.
getHistoryBeforeDate(Date, int) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Returns a collection of the last N number of messages given by count.
getHistoryBeforeDate(Date, int) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Returns a collection of the last N number of messages given by count.
getHistoryBeforeDate(Date, int) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Returns a collection of the last N number of messages given by count.
getHistoryButton() - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.MainToolBar
Returns the button used to show the history window.
getHistoryEndDate() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns the end date of the history of this chat session.
getHistoryEndDate() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Returns the end date of the history of this chat session.
getHistoryEndDate() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Returns the end date of the history of this chat session.
getHistoryEndDate() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Returns the end date of the history of this chat session.
getHistoryRecord() - Method in class net.java.sip.communicator.service.history.event.HistoryRecordEvent
Returns the HistoryRecords this event is about.
getHistoryRecords() - Method in class net.java.sip.communicator.impl.history.HistoryQueryImpl
Returns a collection of the results for this query.
getHistoryRecords() - Method in interface net.java.sip.communicator.service.history.HistoryQuery
Returns a collection of the results for this query.
getHistoryRecordsStructure() - Method in class net.java.sip.communicator.impl.history.HistoryImpl
Returns the current HistoryRecordStructure.
getHistoryRecordsStructure() - Method in interface net.java.sip.communicator.service.history.History
 
getHistoryService() - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
Returns the underlying history service.
getHistoryService() - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Returns the history service.
getHistoryServiceImpl() - Method in class net.java.sip.communicator.impl.history.HistoryImpl
 
getHistoryStartDate() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns the start date of the history of this chat session.
getHistoryStartDate() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Returns the start date of the history of this chat session.
getHistoryStartDate() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Returns the start date of the history of this chat session.
getHistoryStartDate() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Returns the start date of the history of this chat session.
getHistoryWindowForChatRoom(ChatRoomWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Returns the history window for the given chat room.
getHistoryWindowForContact(Object) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindowManager
Returns the history window for the given contact.
getHistoryWindowManager() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns the HistoryWindowManager.
getHost() - Method in class net.java.sip.communicator.impl.protocol.dict.DictAccountID
Returns the dict server adress
getHost() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistration
Returns the host of the dict registration account.
getHostAddress() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Get the host address of the service (ie X.X.X.X).
getHostname() - Method in class net.java.sip.communicator.impl.protocol.irc.UserInfo
Returns the host name of this user.
getHostName() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Returns the Hostname associated with this contact
getHostName() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the Hostname associated with this contact
getHostName() - Method in class net.java.sip.communicator.impl.protocol.ssh.SSHContactInfo
Return the hostname
getHostName() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Return the HostName associated with this JmDNS instance.
getI18nMessage() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerSecurityMessageEvent
Returns the internationalized message associated with this event.
getI18nMnemonic(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns an internationalized string corresponding to the given key.
getI18nMnemonic(String, Locale) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns an internationalized string corresponding to the given key.
getI18nMnemonic(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns an internationalized string corresponding to the given key.
getI18nMnemonic(String, Locale) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns an internationalized string corresponding to the given key.
getI18NString(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns an internationalized string corresponding to the given key.
getI18NString(String, Locale) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns an internationalized string corresponding to the given key.
getI18NString(String, String[]) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns an internationalized string corresponding to the given key.
getI18NString(String, String[], Locale) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns an internationalized string corresponding to the given key.
getI18NString(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns an internationalized string corresponding to the given key.
getI18NString(String, Locale) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns an internationalized string corresponding to the given key.
getI18NString(String, String[]) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns an internationalized string corresponding to the given key.
getI18NString(String, String[], Locale) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns an internationalized string corresponding to the given key.
getI420PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getIcon() - Method in class net.java.sip.communicator.impl.gui.main.account.Account
The icon of the account.
getIcon() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationForm
Returns null since we don't have any images associated with this form or no image in our case.
getIcon() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Called by the NewAccountDialog protocol combo renderer.
getIcon() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomProviderWrapper
 
getIcon() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomProviderWrapper
 
getIcon(String) - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolIconDictImpl
Returns the icon image in the given size.
getIcon(String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolIconGibberishImpl
Returns the icon image in the given size.
getIcon(String) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolIconAimImpl
Returns the icon image in the given size.
getIcon(String) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolIconIcqImpl
Returns the icon image in the given size.
getIcon(String) - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolIconIrcImpl
Returns the icon image in the given size.
getIcon(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolIconJabberImpl
Returns the icon image in the given size.
getIcon(String) - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolIconMsnImpl
Returns the icon image in the given size.
getIcon(String) - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolIconRssImpl
Returns the icon image in the given size.
getIcon(String) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolIconSipImpl
Returns the icon image in the given size.
getIcon(String) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolIconSSHImpl
Returns the icon image in the given size.
getIcon() - Method in class net.java.sip.communicator.impl.protocol.ssh.SSHContactInfo
Return the ssh icon
getIcon(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolIconYahooImpl
Returns the icon image in the given size.
getIcon(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolIconZeroconfImpl
Returns the icon image in the given size.
getIcon() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Implements the AccountRegistrationWizard.getIcon method.
getIcon() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationForm
Returns the icon that will be shown on the left of the registration form.
getIcon() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns the protocol icon that will be shown on the left of the protocol name in the list, where user will choose the protocol to register to.
getIcon() - Method in interface net.java.sip.communicator.service.gui.ConfigurationForm
Returns the icon of this configuration form.
getIcon() - Method in class net.java.sip.communicator.service.gui.LazyConfigurationForm
Returns the icon of the form.
getIcon(String) - Method in interface net.java.sip.communicator.service.protocol.ProtocolIcon
Returns the protocol icon image in the desired size.
getIcon() - Method in class net.java.sip.communicator.service.systray.PopupMessage
Returns the icon of this popup message.
getIcon(File) - Static method in class net.java.sip.communicator.util.FileUtils
Returns the native icon of the given file if one exists, otherwise returns null.
getIcon() - Method in class net.java.sip.communicator.util.swing.SelectedObject
Returns the icon of this SelectedObject.
getIconHeight() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListCellRenderer
Returns the height of this icon.
getIconHeight() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
Returns the height of this icon.
getIconID() - Method in class net.java.sip.communicator.service.gui.LazyConfigurationForm
Returns the identifier of the icon.
getIconImage() - Method in class net.java.sip.communicator.util.swing.SIPCommToggleButton
Returns the icon image of this button.
getIconPath(String) - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolIconDictImpl
Returns a path to the icon with the given size.
getIconPath(String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolIconGibberishImpl
Returns a path to the icon with the given size.
getIconPath(String) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolIconAimImpl
Returns a path to the icon with the given size.
getIconPath(String) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolIconIcqImpl
Returns a path to the icon with the given size.
getIconPath(String) - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolIconIrcImpl
Returns a path to the icon with the given size.
getIconPath(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolIconJabberImpl
Returns a path to the icon with the given size.
getIconPath(String) - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolIconMsnImpl
Returns a path to the icon with the given size.
getIconPath(String) - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolIconRssImpl
Returns a path to the icon with the given size.
getIconPath(String) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolIconSipImpl
Returns a path to the icon with the given size.
getIconPath(String) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolIconSSHImpl
Returns a path to the icon with the given size.
getIconPath(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolIconYahooImpl
Returns a path to the icon with the given size.
getIconPath(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolIconZeroconfImpl
Returns a path to the icon with the given size.
getIconPath(String) - Method in interface net.java.sip.communicator.service.protocol.ProtocolIcon
Returns a path to the icon with the given size.
getIconWidth() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListCellRenderer
Returns the width of this icon.
getIconWidth() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
Returns the width of this icon.
getIcqProtocolProviderFactory() - Static method in class net.java.sip.communicator.impl.protocol.icq.IcqActivator
Retrurns a reference to the protocol provider factory that we have registered for icq accounts.
getIcqProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccRegWizzActivator
Returns the ProtocolProviderFactory for the ICQ protocol.
getID() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLookAndFeel
 
getId() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIGroup
Returns the identifier of the underlying MetaContactGroup.
getId() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIGroup
Returns the identifier of this group.
getID() - Method in class net.java.sip.communicator.impl.history.HistoryImpl
Returns the identifier of this history.
getID() - Method in class net.java.sip.communicator.impl.protocol.icq.FileTransferImpl
Uniquie ID that is identifying the FileTransfer if the request has been accepted.
getID() - Method in class net.java.sip.communicator.impl.protocol.icq.IncomingFileTransferRequestIcqImpl
Uniquie ID that is identifying the request and then the FileTransfer if the request has been accepted.
getID() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
Returns this candidates's unique identifier String.
getID() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
Returns the payload identifier for this encoding (as specified by RFC 3551 or a dynamic one).
getID() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectJabberImpl
Returns a String uniquely identifying this WhiteboardObject.
getID() - Method in class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferJabberImpl
Returns the identifier of this file transfer.
getID() - Method in class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferRequestJabberImpl
The unique id.
getID() - Method in class net.java.sip.communicator.impl.protocol.jabber.OutgoingFileTransferJabberImpl
The unique id.
getID() - Method in class net.java.sip.communicator.impl.protocol.mock.MockFileTransferImpl
 
getID() - Method in class net.java.sip.communicator.impl.protocol.msn.FileTransferImpl
Uniquie ID that is identifying the FileTransfer if the request has been accepted.
getID() - Method in class net.java.sip.communicator.impl.protocol.msn.IncomingFileTransferRequestMsnImpl
Uniquie ID that is identifying the request and then the FileTransfer if the request has been accepted.
getId() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
getID() - Method in class net.java.sip.communicator.impl.protocol.ssh.FileTransferSSHImpl
 
getID() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Returns the contact Id.
getID() - Method in class net.java.sip.communicator.impl.protocol.yahoo.FileTransferImpl
Uniquie ID that is identifying the FileTransfer if the request has been accepted.
getID() - Method in class net.java.sip.communicator.impl.protocol.yahoo.IncomingFileTransferRequestYahooImpl
Uniquie ID that is identifying the request and then the FileTransfer if the request has been accepted.
getID() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.BonjourService
Returns the id of this service.
getId() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistration
Returns the identifier of the MSN registration account.
getId() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
Returns the UIN of the sip registration account.
getID() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShape
Returns a String uniquely identifying this WhiteboardShape.
getID() - Method in class net.java.sip.communicator.service.filehistory.FileRecord
The id.
getID() - Method in class net.java.sip.communicator.service.gui.Container
Returns the String identifier of this Container.
getID() - Method in class net.java.sip.communicator.service.gui.WindowID
 
getID() - Method in interface net.java.sip.communicator.service.history.History
 
getID() - Method in class net.java.sip.communicator.service.history.HistoryID
 
getId() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeletedEvent
Returns the identification of the deleted WhiteboardObject that triggered this event
getID() - Method in interface net.java.sip.communicator.service.protocol.FileTransfer
Uniquie ID that is identifying the FileTransfer if the request has been accepted.
getID() - Method in interface net.java.sip.communicator.service.protocol.IncomingFileTransferRequest
Uniquie ID that is identifying the request and then the FileTransfer if the request has been accepted.
getID() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObject
Returns a String uniquely identifying this WhiteboardObject.
getId() - Method in class net.java.sip.communicator.service.resources.ImageID
 
getIdentifier() - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryContactSource
Returns the identifier of this contact source.
getIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.account.AccountRegSummaryPage
Implements the WizardPage.getIdentifier method.
getIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Implements the ExportedWindow.getIdentifier() method.
getIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage1
Returns the identifier of this wizard page.
getIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage2
Implements the WizardPanelDescriptor method to return the identifier of this page.
getIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage1
Returns the identifier of this wizard page.
getIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage2
Implements the WizardPanelDescriptor method to return the identifier of this page.
getIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.AddContactDialog
Returns this exported window identifier.
getIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.login.AuthenticationExportedWindow
 
getIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the identifier of this window.
getIdentifier() - Method in class net.java.sip.communicator.impl.gui.PopupDialogImpl
Implements the ExportedWindow.getIdentifier() method.
getIdentifier() - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Returns the identifier of this AdHocChatRoom.
getIdentifier() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Returns the identifier of this ChatRoom.
getIdentifier() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Returns the identifier of this ChatRoom.
getIdentifier() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Returns the identifier of this ChatRoom.
getIdentifier() - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Returns the identifier of this ad-hoc chat room.
getIdentifier() - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Returns the identifier of this AdHocChatRoom.
getIdentifier() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in class net.java.sip.communicator.plugin.branding.AboutWindow
Implements the ExportedWindow.getIdentifier() method.
getIdentifier() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.FirstWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
Implements the WizardPage.getIdentifier to return this page identifier.
getIdentifier() - Method in interface net.java.sip.communicator.service.contactsource.ContactSourceService
Returns the identifier of this contact source.
getIdentifier() - Method in interface net.java.sip.communicator.service.gui.ExportedWindow
Returns the WindowID corresponding to this window.
getIdentifier() - Method in interface net.java.sip.communicator.service.gui.WizardPage
Returns the identifier of this WizardPage.
getIdentifier() - Method in interface net.java.sip.communicator.service.protocol.AdHocChatRoom
Returns the identifier of this AdHocChatRoom.
getIdentifier() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Returns the identifier of this ChatRoom.
getIdentityFile() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistration
Returns the Identity File of the ssh registration account.
getIdle() - Method in class net.java.sip.communicator.impl.protocol.irc.UserInfo
Returns the time from which this user is idle.
getIF09PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getImage() - Method in class net.java.sip.communicator.impl.callhistory.CallHistorySourceContact
An image (or avatar) corresponding to this search contact.
getImage() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomProviderWrapper
 
getImage() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomProviderWrapper
 
getImage(ImageID) - Static method in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Loads an image from a given image identifier.
getImage(String) - Static method in class net.java.sip.communicator.impl.osdependent.Resources
Loads an image from a given image identifier.
getImage() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Returns a byte array containing an image (most often a photo or an avatar) that the contact uses as a representation.
getImage() - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallPeerGibberishImpl
The method returns an image representation of the call peer (e.g.
getImage() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl
Returns a byte array containing an image (most often a photo or an avatar) that the contact uses as a representation.
getImage() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Checks if an avatar or an image already exists for this contact and returns it.
getImage() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Returns an avatar if one is already present or null in case it is not in which case it the method also queues the contact for image updates.
getImage(boolean) - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Returns a reference to the image assigned to this contact.
getImage() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
The method returns an image representation of the whiteboard participant (e.g.
getImage() - Method in class net.java.sip.communicator.impl.protocol.mock.MockCallPeer
The method returns an image representation of the call peer (e.g.
getImage() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContact
Returns a byte array containing an image (most often a photo or an avatar) that the contact uses as a representation.
getImage() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Returns an avatar if one is already present or null in case it is not in which case it the method also queues the contact for image updates.
getImage(boolean) - Method in class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Returns a reference to the image assigned to this contact.
getImage() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Returns an avatar if one is already present or null in case it is not in which case it the method also queues the contact for image updates.
getImage(boolean) - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Returns a reference to the image assigned to this contact.
getImage() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Returns a byte array containing an image (most often a photo or an avatar) that the contact uses as a representation.
getImage() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns a byte array containing an image (most often a photo or an avatar) that the contact uses as a representation.
getImage(ImageID) - Static method in class net.java.sip.communicator.impl.protocol.ssh.Resources
Loads an image from a given image identifier.
getImage() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Returns an avatar if one is already present or null in case it is not in which case it the method also queues the contact for image updates.
getImage(boolean) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Returns a reference to the image assigned to this contact.
getImage() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Returns a byte array containing an image (most often a photo or an avatar) that the contact uses as a representation.
getImage(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Loads an image from a given image identifier.
getImage(String) - Static method in class net.java.sip.communicator.plugin.accountinfo.Resources
Loads an image from a given image identifier.
getImage(ImageID) - Static method in class net.java.sip.communicator.plugin.aimaccregwizz.Resources
Loads an image from a given image identifier.
getImage(String) - Static method in class net.java.sip.communicator.plugin.contactinfo.Resources
Loads an image from a given image identifier.
getImage(ImageID) - Static method in class net.java.sip.communicator.plugin.dictaccregwizz.Resources
Loads an image from a given image identifier.
getImage(ImageID) - Static method in class net.java.sip.communicator.plugin.facebookaccregwizz.Resources
Loads an image from a given image identifier.
getImage(String) - Static method in class net.java.sip.communicator.plugin.generalconfig.Resources
Loads an image from a given image identifier.
getImage(ImageID) - Static method in class net.java.sip.communicator.plugin.gibberishaccregwizz.Resources
Loads an image from a given image identifier.
getImage(ImageID) - Static method in class net.java.sip.communicator.plugin.googletalkaccregwizz.Resources
Loads an image from a given image identifier.
getImage(ImageID) - Static method in class net.java.sip.communicator.plugin.icqaccregwizz.Resources
Loads an image from a given image identifier.
getImage(ImageID) - Static method in class net.java.sip.communicator.plugin.ircaccregwizz.Resources
Loads an image from a given image identifier.
getImage(ImageID) - Static method in class net.java.sip.communicator.plugin.jabberaccregwizz.Resources
Loads an image from a given image identifier.
getImage(ImageID) - Static method in class net.java.sip.communicator.plugin.msnaccregwizz.Resources
Loads an image from a given image identifier.
getImage(ImageID) - Static method in class net.java.sip.communicator.plugin.rssaccregwizz.Resources
Loads an image from a given image identifier.
getImage(String) - Static method in class net.java.sip.communicator.plugin.simpleaccreg.Resources
Loads an image from a given image identifier.
getImage(ImageID) - Static method in class net.java.sip.communicator.plugin.sipaccregwizz.Resources
Loads an image from a given image identifier.
getImage(ImageID) - Static method in class net.java.sip.communicator.plugin.sshaccregwizz.Resources
Loads an image from a given image identifier.
getImage(String) - Static method in class net.java.sip.communicator.plugin.whiteboard.Resources
Loads an image from a given image identifier.
getImage(ImageID) - Static method in class net.java.sip.communicator.plugin.yahooaccregwizz.Resources
Loads an image from a given image identifier.
getImage(ImageID) - Static method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.Resources
Loads an image from a given image identifier.
getImage() - Method in interface net.java.sip.communicator.service.contactsource.SourceContact
An image (or avatar) corresponding to this search contact.
getImage() - Method in interface net.java.sip.communicator.service.gui.FavoritesButton
Returns the image to be set on the favorites button.
getImage(OperationSetServerStoredAccountInfo) - Static method in class net.java.sip.communicator.service.protocol.AccountInfoUtils
Returns the image of the account, to which the given accountInfoOpSet belongs.
getImage() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
The method returns an image representation of the call peer (e.g.
getImage() - Method in interface net.java.sip.communicator.service.protocol.Contact
Returns a byte array containing an image (most often a photo or an avatar) that the contact uses as a representation.
getImage() - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
The method returns an image representation of the call peer if one is available.
getImage(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Constructs an ImageIcon from the specified image ID and returns it.
getImage(String) - Static method in class net.java.sip.communicator.util.UtilActivator
Returns the image corresponding to the given imageID.
getImageBytes(BufferedImage, byte[]) - Static method in class net.java.sip.communicator.impl.neomedia.imgstreaming.ImageStreamingUtils
Get raw bytes from ARGB BufferedImage.
getImageForPath(String) - Static method in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Loads an image icon from a given image path.
getImageID() - Method in class net.java.sip.communicator.impl.gui.utils.Smiley
Returns the identifier of the image corresponding to this smiley.
getImageInBytes(String) - Static method in class net.java.sip.communicator.impl.protocol.irc.ProtocolIconIrcImpl
Returns the byte representation of the image corresponding to the given identifier.
getImageInBytes(String) - Static method in class net.java.sip.communicator.impl.protocol.rss.ProtocolIconRssImpl
Returns the byte representation of the image corresponding to the given identifier.
getImageInBytes(String) - Static method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolIconSSHImpl
Returns the byte representation of the image corresponding to the given identifier.
getImageInBytes(String) - Static method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolIconYahooImpl
Returns the byte representation of the image corresponding to the given identifier.
getImageInBytes(String) - Static method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolIconZeroconfImpl
Returns the byte representation of the image corresponding to the given identifier.
getImageInBytes(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Loads an image from a given image identifier.
getImageInBytes(String) - Static method in class net.java.sip.communicator.plugin.accountinfo.Resources
Loads an image from a given image identifier.
getImageInBytes(String) - Static method in class net.java.sip.communicator.plugin.notificationconfiguration.Resources
Loads an image from a given image identifier.
getImageInBytes(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Loads the image with the specified ID and returns a byte array containing it.
getImageInputStream(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns the InputStream of the image corresponding to the given key.
getImageInputStream(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns the InputStream of the image corresponding to the given key.
getImageInputStreamForPath(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns the InputStream of the image corresponding to the given path.
getImageInputStreamForPath(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns the InputStream of the image corresponding to the given path.
getImagePath() - Method in class net.java.sip.communicator.impl.gui.utils.Smiley
Returns the path of the image corresponding to this smiley.
getImagePath(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns the image path corresponding to the given key.
getImagePath(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns the image path corresponding to the given key.
getImageRetriever() - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Returns the image retriever that we are using in this opset to retrieve avatars (favicons) for our icons.
getImageUri(ImageID) - Static method in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Returns the URI corresponding to the image with the given image identifier.
getImageURL(String) - Static method in class net.java.sip.communicator.impl.osdependent.Resources
Loads an image url from a given image identifier.
getImageURL(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns the URL of the image corresponding to the given key.
getImageURL(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns the URL of the image corresponding to the given key.
getImageURLForPath(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns the URL of the image corresponding to the given path.
getImageURLForPath(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns the URL of the image corresponding to the given path.
getIMC1PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getIMC2PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getIMC3PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getIMC4PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getImpl() - Method in class net.java.sip.communicator.impl.osdependent.TrayIcon.AWTTrayIconPeer
 
getImpl() - Method in class net.java.sip.communicator.impl.osdependent.TrayIcon.JdicTrayIconPeer
 
getInactiveControlTextColor() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getIndentStyle() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingChooser
Provides the indent style used by the chooser.
getIndex() - Method in interface net.java.sip.communicator.service.gui.ConfigurationForm
Returns the index of this configuration form in the configuration window.
getIndex() - Method in class net.java.sip.communicator.service.gui.LazyConfigurationForm
Returns the index of the form in its parent container.
getInetAddress() - Method in class net.java.sip.communicator.impl.netaddr.AddressPoolEntry
Returns the ip address that this address pool entry represents.
getInetAddress() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Get the InetAddress of the service.
getInetAddress(String) - Static method in class net.java.sip.communicator.util.NetworkUtils
Creates an InetAddress from the specified hostAddress.
getInfo() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceEvent
Returns the service info record, or null if the service could not be resolved.
getInfoRetreiver() - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl
Returns the info retriever that we've initialized for the current session.
getInitialDate() - Method in class net.java.sip.communicator.impl.protocol.ssh.FileTransferSSHImpl
 
getInitiator() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
Returns the full JID of the entity that has initiated the session flow.
getInputEventType() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingAdaptor
Provides the type of keystroke registered by input via generated key adaptors.
getInputFormat() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.SwScaler
Gets the Format in which this Codec is currently configured to accept input media data.
getInputStream() - Method in class net.java.sip.communicator.impl.neomedia.conference.InputStreamDesc
Gets the SourceStream described by this instance.
getInputStreams() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixerPushBufferStream
Gets the SourceStreams (in the form of InputStreamDescs) from which this instance reads audio samples.
getInstance() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSManager
Get the instance.
getInstance() - Static method in class net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordChangeDialog
 
getInstance() - Static method in class net.java.sip.communicator.plugin.securityconfig.masterpassword.SavedPasswordsDialog
 
getInstance() - Static method in class net.java.sip.communicator.util.launchutils.LaunchArgHandler
Creates a singleton instance of the LauncherArgHandler if necessary and returns a reference to it.
getInt(String, int) - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
Gets the value of a specific property as a signed decimal integer.
getInt(String, int) - Method in interface net.java.sip.communicator.service.configuration.ConfigurationService
Gets the value of a specific property as a signed decimal integer.
getIntendedDestination(CallPeerJabberImpl) - Method in class net.java.sip.communicator.impl.protocol.jabber.TransportManagerJabberImpl
Returns the InetAddress that is most likely to be to be used as a next hop when contacting the specified destination.
getIntendedDestination(Address) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the InetAddress that is most likely to be to be used as a next hop when contacting the specified destination.
getIntendedDestination(SipURI) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the InetAddress that is most likely to be to be used as a next hop when contacting the specified destination.
getIntendedDestination(String) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the InetAddress that is most likely to be to be used as a next hop when contacting the specified destination.
getIntendedDestination(CallPeerSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.TransportManagerSipImpl
Returns the InetAddress that is most likely to be to be used as a next hop when contacting the specified destination.
getIntendedDestination(U) - Method in class net.java.sip.communicator.service.protocol.media.TransportManager
Returns the InetAddress that is most likely to be used as a next hop when contacting the specified destination.
getInteractiveReader() - Method in class net.java.sip.communicator.impl.history.HistoryImpl
Returns an object that can be used to read and query this history.
getInteractiveReader() - Method in interface net.java.sip.communicator.service.history.History
Returns an object that can be used to read and query this history.
getInterest() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.InterestDetail
 
getInterestCode(String) - Static method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
 
getInterface() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.HostInfo
 
getInterface() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Return the address of the interface to which this instance of JmDNS is bound.
getInvitation() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationReceivedEvent
Returns the AdHocChatRoomInvitation that this event is for.
getInvitation() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomInvitationReceivedEvent
Returns the ChatRoomInvitation that this event is for.
getInvitation() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardInvitationReceivedEvent
Returns the WhiteboardInvitation that this event is for.
getInvitationMessage() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.NewChatRoom
 
getInvitee() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationRejectedEvent
Returns the name of the invitee that rejected the invitation.
getInvitee() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomInvitationRejectedEvent
Returns the name of the invitee that rejected the invitation.
getInvitee() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardInvitationRejectedEvent
Returns the name of the invitee that rejected the invitation.
getInviter() - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomInvitationIcqImpl
Returns the corresponding inviter.
getInviter() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomInvitationIrcImpl
Returns the inviter.
getInviter() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomInvitationJabberImpl
 
getInviter() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardInvitationJabberImpl
Returns the inviter, who sent this invitation.
getInviter() - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomInvitationMsnImpl
Returns the corresponding inviter.
getInviter() - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomInvitationYahooImpl
Returns the corresponding inviter.
getInviter() - Method in interface net.java.sip.communicator.service.protocol.AdHocChatRoomInvitation
Returns the Contact that sent this invitation.
getInviter() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomInvitation
Returns the ChatRoomMember that sent this invitation.
getInviter() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardInvitation
Returns the WhiteboardParticipant that sent this invitation.
getIP() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
Returns this candidate's Internet Protocol (IP) address; this can be either an IPv4 address or an IPv6 address.
getIpAddress() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Returns the IP address declared by this Contact
getIptelProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccRegWizzActivator
Returns the ProtocolProviderFactory for the IP Tel protocol.
getIrcProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccRegWizzActivator
Returns the ProtocolProviderFactory for the IRC protocol.
getIrcStack() - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolProviderServiceIrcImpl
Returns the IRC stack implementation.
getItem() - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.CallComboEditor
 
getItemDate() - Method in class net.java.sip.communicator.impl.protocol.rss.RssItemKey
Returns the date that is used as a key.
getItemsCount() - Method in class net.java.sip.communicator.impl.gui.customcontrols.BoxPopupMenu
Returns the count of components that will be added to the grid.
getItemUri() - Method in class net.java.sip.communicator.impl.protocol.rss.RssItemKey
Returns the URI that is used as a key.
getIYUVPixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getJabberProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccRegWizzActivator
Returns the ProtocolProviderFactory for the Jabber protocol.
getJabberStatusEnum() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Returns the current instance of JabberStatusEnum.
getJabberStatusEnum(String) - Static method in class net.java.sip.communicator.service.protocol.jabberconstants.JabberStatusEnum
Returns an instance of JabberStatusEnum for the specified iconPath or creates a new one if it doesn't already exist.
getJainSipProvider() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Returns the jain sip provider instance that is responsible for sending and receiving requests and responses related to this call peer.
getJainSipProvider(String) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the default jain sip provider that we use for communication over transport.
getJainSipProvider() - Method in class net.java.sip.communicator.impl.protocol.sip.SipRegistrarConnection
Returns the JAIN SIP provider that should be used for communication with our current registrar.
getJainSipProvider() - Method in class net.java.sip.communicator.impl.protocol.sip.SipRegistrarlessConnection
Returns the default jain-sip provider for our parent provider.
getJainSipProvider(String) - Method in class net.java.sip.communicator.impl.protocol.sip.SipStackSharing
Returns the JAIN-SIP SipProvider in charge of this transport.
getJingleSID() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Returns the session ID of the Jingle session associated with this call.
getJMFEncoding() - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Gets the encoding of the JMF Format represented by this instance as it is known to JMF (in contrast to its RFC name).
getJoinedChatRooms() - Method in class net.java.sip.communicator.impl.protocol.irc.UserInfo
The list of chat rooms that this user has joined.
getJoustSimBuddy() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Returns the joust sim buddy that this Contact is encapsulating.
getJoustSimSourceGroup() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns the JoustSIM group that this class is encapsulating.
getJSch() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Returns the JSch Stack identified associated with this contact
getJSch() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the JSch Stack identified associated with this contact
getKeepAliveInterval() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Returns the keep alive interval
getKeepAliveInterval() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
Returns the keep alive interval.
getKeepAliveMethod() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Returns the keep alive method.
getKeepAliveMethod() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
Returns the keep alive method.
getKeybindingsService() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the KeybindingsService obtained from the bundle context.
getKeybindingsService() - Static method in class net.java.sip.communicator.util.UtilActivator
 
getKeyPaams() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CryptoPacketExtension
Returns the value of the key-params attribute.
getKeyPair(SessionID) - Method in class net.java.sip.communicator.plugin.otr.ScOtrEngineImpl.ScOtrEngineHost
 
getKeywords() - Method in class net.java.sip.communicator.service.history.event.ProgressEvent
The keywords in the search condition.
getKeywords() - Method in class net.java.sip.communicator.service.msghistory.event.ProgressEvent
The keywords in the search condition.
getKnownEventsList() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the list of all the registered events for this provider.
getKnownHostsFile() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistration
Returns the Known Hosts of the ssh registration account.
getLabel() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomConfigurationFormFieldJabberImpl
Returns the label of the corresponding smack property.
getLabel() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomConfigurationFormField
Returns the label of the field which should give enough information to the user to fill out the form.
getLabels() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Returns a pipe ('|') delimited list of labels applied to this thread.
getLanguageCode(Locale) - Static method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
Returns the index stored on the server corresponding the given locale
getLast() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ZeroconfAccountID
Returns a String representing the lastname of this user.
getLast() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistration
Returns the last name
getLastCallConferenceProvider() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns the call conference provider used for the last conference call.
getLastContactParent() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Return the "lastContactParent" property that was saved previously through the ConfigurationService.
getLastHistoryMsgTimestamp() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the date of the last message in history for this chat.
getLastIncomingMsgTimestamp() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
Returns the time of the last received message.
getLastIncomingMsgTimestamp(ChatPanel) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Returns the time of the last received message.
getLastItemKey() - Method in class net.java.sip.communicator.impl.protocol.rss.RssFeedReader
Return the key for the last item retrieved.
getLastMeasuredAudioLevel(long) - Method in class net.java.sip.communicator.impl.neomedia.AudioMediaStreamImpl
Returns the last audio level that was measured by the underlying device session for the specified ssrc (where ssrc could also correspond to our local sync source identifier).
getLastMeasuredAudioLevel(long) - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMediaDeviceSession
Returns the last audio level that was measured by this device session for the specified ssrc.
getLastMeasuredLocalUserAudioLevel() - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMediaDeviceSession
Returns the last audio level that was measured by the underlying mixer for local user.
getLastName(OperationSetServerStoredAccountInfo) - Static method in class net.java.sip.communicator.service.protocol.AccountInfoUtils
Returns the last name of the account, to which the given accountInfoOpSet belongs.
getLastPageIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Returns the ID of our last and only page.
getLastPageIdentifier() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Returns the identifier of the page to show last in the wizard.
getLastPageIdentifier() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Returns the identifier of the page to show last in the wizard.
getLastPageIdentifier() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns the identifier of the page to show last in the wizard.
getLastPageIdentifier() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Returns the identifier of the page to show last in the wizard.
getLastPageIdentifier() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns the identifier of the page to show last in the wizard.
getLastPageIdentifier() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Returns the identifier of the page to show last in the wizard.
getLastPageIdentifier() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Returns the identifier of the page to show last in the wizard.
getLastPageIdentifier() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Returns the identifier of the page to show last in the wizard.
getLastPageIdentifier() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Returns the identifier of the page to show last in the wizard.
getLastPageIdentifier() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Returns the identifier of the page to show last in the wizard.
getLastPageIdentifier() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns the identifier of the page to show last in the wizard.
getLastPageIdentifier() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
 
getLastPageIdentifier() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Returns the identifier of the page to show last in the wizard.
getLastPageIdentifier() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Returns the identifier of the page to show last in the wizard.
getLastPageIdentifier() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns the identifier of the last account registration wizard page.
getLastPresenceStatus(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.presence.AccountStatusPanel
Returns the last used presence status for the given protocolProvider.
getLastPresenceStatus(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.presence.GlobalStatusSelectorBox
Returns the last status that was stored in the configuration xml for the given protocol provider.
getLastSelectedIndex() - Method in class net.java.sip.communicator.impl.gui.main.chat.history.DatesPanel
Returns the index that was last selected.
getLastSelectedStatus() - Method in class net.java.sip.communicator.impl.gui.main.presence.PresenceStatusMenu
Returns the status that is currently selected.
getLastStatusString(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.presence.AccountStatusPanel
Returns the last used status for the given protocolProvider as a String.
getLastStatusString(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.presence.GlobalStatusSelectorBox
Returns the last contact status saved in the configuration.
getLastUsedLocalHost() - Method in class net.java.sip.communicator.service.protocol.media.TransportManager
Returns the InetAddress that we are using in one of our StreamConnectors or, in case we don't have any connectors yet the address returned by the our network address manager as the best local address to use when contacting the CallPeer associated with this MediaHandler.
getLat() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns geographic latitude in decimal degrees North.
getLatestInviteTransaction() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Returns the transaction instance that contains the INVITE which started this call.
getLeftButtonFromSuper() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
 
getLength() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.ByteBuffer
Gets the number of bytes of valid data that the native memory represented by this instance contains.
getLength() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Get the length of this packet's data
getLevel(long) - Method in class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelMap
Returns the audio level of the specified csrc id or -1 if csrc is not currently registered in this map.
getLevel() - Method in class net.java.sip.communicator.service.protocol.event.SoundLevelChangeEvent
Returns the current sound level of the audio stream.
getLevels() - Method in class net.java.sip.communicator.service.protocol.event.ConferenceMembersSoundLevelEvent
Returns the mapping of ConferenceMembers to sound levels.
getLineCount() - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Get the line count in the log stream.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.java.sip.communicator.impl.gui.customcontrols.ExtListCellRenderer
Implements the ListCellRenderer method.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountListCellRenderer
Returns the renderer component for the cell given by all the parameters.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatContactCellRenderer
Implements the ListCellRenderer method.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.DatesListRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomsListCellRenderer
Implements the ListCellRenderer method.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableDialog.ChatRoomProviderRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWindow.ComboBoxRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.java.sip.communicator.impl.gui.main.configforms.ConfigFormListCellRenderer
Implements the ListCellRenderer method.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListCellRenderer
Implements the ListCellRenderer method.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.java.sip.communicator.plugin.dictaccregwizz.StrategiesList.CellRenderer
implements ListCellRenderer.getListCellRendererComponent
getListeningPoint(String) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the default listening point that we use for communication over transport.
getListeningPoint(Address) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the default listening point that we should use to contact the intended destination.
getListeningPoint(SipURI) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the default listening point that we should use to contact the intended destination.
getListeningPoint() - Method in class net.java.sip.communicator.impl.protocol.sip.SipRegistrarConnection
Returns the listening point that should be used for communication with our current registrar.
getListeningPoint() - Method in class net.java.sip.communicator.impl.protocol.sip.SipRegistrarlessConnection
Returns the listening point that should be used for communication with our current registrar.
getListIcon() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationForm
Called by the NewAccountDialog protocol combo renderer.
getListIcon() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationForm
Returns the protocol icon that will be shown on the left of the protocol name in the list, where user will choose the protocol to register to.
getLocal() - Method in class net.java.sip.communicator.util.swing.VideoLayout
 
getLocalContact() - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Returns the protocol specific contact instance representing the local user.
getLocalContact() - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Returns the protocol specific contact instance representing the local user.
getLocalContact() - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Returns the protocol specific contact instance representing the local user.
getLocalContact() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Returns the protocol specific contact instance representing the local user.
getLocalContact() - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
Returns the protocol specific contact instance representing the local user.
getLocalContact() - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Returns the protocol specific contact instance representing the local user.
getLocalContact() - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Returns the protocol specific contact instance representing the local user.
getLocalContact() - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Returns the protocol specific contact instance representing the local user.
getLocalContact() - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
Returns the protocol specific contact instance representing the local user.
getLocalContact() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
 
getLocalContactForDst(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Returns the protocol specific contact instance representing the local user.
getLocalContactForDst(Address) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Returns the protocol specific contact instance representing the local user.
getLocalContributingSourceIDs() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Returns the list of CSRC identifiers for all parties currently known to contribute to the media that this stream is sending toward its remote counter part.
getLocale() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.LocaleDetail
 
getLocale(String) - Static method in class net.java.sip.communicator.service.resources.ResourceManagementServiceUtils
Constructs a new Locale instance from a specific locale identifier which can either be a two-letter language code or contain a two-letter language code and a two-letter country code in the form <language>_<country>.
getLocalFile() - Method in class net.java.sip.communicator.impl.protocol.icq.FileTransferImpl
Returns the local file that is being transferred or to which we transfer.
getLocalFile() - Method in class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferJabberImpl
Returns the local file that is being transferred or to which we transfer.
getLocalFile() - Method in class net.java.sip.communicator.impl.protocol.jabber.OutgoingFileTransferJabberImpl
Returns the local file that is being transferred or to which we transfer.
getLocalFile() - Method in class net.java.sip.communicator.impl.protocol.mock.MockFileTransferImpl
 
getLocalFile() - Method in class net.java.sip.communicator.impl.protocol.msn.FileTransferImpl
Returns the file that is transfered.
getLocalFile() - Method in class net.java.sip.communicator.impl.protocol.ssh.FileTransferSSHImpl
 
getLocalFile() - Method in class net.java.sip.communicator.impl.protocol.yahoo.FileTransferImpl
Returns the file that is transfered.
getLocalFile() - Method in interface net.java.sip.communicator.service.protocol.FileTransfer
Returns the local file that is being transferred or to which we transfer.
getLocalFingerprint(AccountID) - Method in interface net.java.sip.communicator.plugin.otr.ScOtrKeyManager
 
getLocalFingerprint(AccountID) - Method in class net.java.sip.communicator.plugin.otr.ScOtrKeyManagerImpl
 
getLocalHost(InetAddress) - Method in class net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl
Returns an InetAddress instance that represents the localhost, and that a socket can bind upon or distribute to peers as a contact address.
getLocalHost() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
 
getLocalHost(InetAddress) - Method in interface net.java.sip.communicator.service.netaddr.NetworkAddressManagerService
Returns an InetAddress instance that represents the localhost, and that a socket can bind upon or distribute to peers as a contact address.
getLocality() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns a locality within the administrative region, such as a town or city.
getLocalizedRoleName() - Method in enum net.java.sip.communicator.service.protocol.ChatRoomMemberRole
Returns a localized (i18n) name role name.
getLocalOutputDataSource() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Gets the AudioMixingPushBufferDataSource containing the mix of all input DataSources excluding the CaptureDevice of this AudioMixer and is thus meant for playback on the local peer in a call.
getLocalService(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
SC-Bonjour Implementation: Method to retrieve the DNS Entry corresponding to a service that has been declared and return it as a ServiceInfo structure.
getLocalSourceID() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Gets the synchronization source (SSRC) identifier of the local peer or -1 if it is not yet known.
getLocalSourceID() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Returns the synchronization source (SSRC) identifier of the local participant or -1 if that identifier is not yet known at this point.
getLocalViaHeaders(Address) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Initializes and returns an ArrayList with a single ViaHeader containing a localhost address usable with the specified sdestination.
getLocalViaHeaders(SipURI) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Initializes and returns an ArrayList with a single ViaHeader containing a localhost address usable with the specified sdestination.
getLocation() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns the current location of the main application window.
getLocation() - Method in interface net.java.sip.communicator.service.gui.UIService
Returns the current location of the main application window.
getLocator() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Gets the MediaLocator which specifies the device index of the PortAudio device used by this instance for rendering.
getLocator() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.getLocator().
getLocator() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.getLocator().
getLogger(Class<?>) - Static method in class net.java.sip.communicator.util.Logger
Find or create a logger for the specified class.
getLogger(String) - Static method in class net.java.sip.communicator.util.Logger
Find or create a logger for a named subsystem.
getLoggerName() - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Returns a logger name.
getLogin() - Method in class net.java.sip.communicator.impl.protocol.irc.UserInfo
Returns the login of this user.
getLoginManager() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns the LoginManager.
getLoginProperty(String) - Static method in class net.java.sip.communicator.plugin.simpleaccreg.Resources
Returns the application property corresponding to the given key.
getLogType() - Method in class net.java.sip.communicator.impl.notification.LogMessageNotificationHandlerImpl
Returns the type of the log
getLogType() - Method in interface net.java.sip.communicator.service.notification.LogMessageNotificationHandler
Returns the type of the log.
getLon() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns a float containing the longitude in decimal degrees East (e.g.
getLong(String, long) - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
Gets the value of a specific property as a signed decimal long integer.
getLong(String, long) - Method in interface net.java.sip.communicator.service.configuration.ConfigurationService
Gets the value of a specific property as a signed decimal long integer.
getLoopInterval() - Method in class net.java.sip.communicator.impl.audionotifier.SCAudioClipImpl
Returns the loop interval if this audio is looping.
getLoopInterval() - Method in class net.java.sip.communicator.impl.neomedia.notify.SCAudioClipImpl
Returns the loop interval if this audio is looping.
getLoopInterval() - Method in class net.java.sip.communicator.impl.notification.SoundNotificationHandlerImpl
Returns the loop interval.
getLoopInterval() - Method in interface net.java.sip.communicator.service.notification.SoundNotificationHandler
Returns the loop interval.
getLP(String) - Method in class net.java.sip.communicator.impl.protocol.sip.SipStackSharing
Returns the JAIN-SIP ListeningPoint associated to the given transport string.
getMail() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ZeroconfAccountID
Returns a String representing the mail address of this user.
getMail() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistration
Returns the mail address
getMainFrame() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Returns the main frame.
getMainFrame() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns the MainFrame.
getMainMenu() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the main menu in the application window.
getMainToolBar() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Returns the main toolbar in this chat window.
getMappings() - Method in class net.java.sip.communicator.service.protocol.media.DynamicPayloadTypeRegistry
Returns a copy of all mappings currently registered in this registry.
getMappings() - Method in class net.java.sip.communicator.service.protocol.media.DynamicRTPExtensionsRegistry
Returns a copy of all mappings currently registered in this registry.
getMasterKey() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPTransformEngine
Get the master encryption key
getMasterPassword(boolean) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Obtains the master password from the user.
getMasterPassword(boolean) - Method in interface net.java.sip.communicator.service.gui.UIService
Obtains the master password from the user.
getMasterSalt() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPTransformEngine
Get the master salt key
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.AbstractCodecExt
 
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.JavaEncoder
Returns the output formats according to the input.
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.Packetizer
 
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaDecoder
 
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaEncoder
 
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JavaEncoder
Returns the output format that matches the supplied input format.
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIDecoder
 
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIEncoder
 
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIDecoder
Get matching outputs for a specified input Format.
getMaxDetailInstances(Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
The method returns the number of instances supported for a particular detail type.
getMaxDetailInstances(Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetServerStoredAccountInfoJabberImpl
The method returns the number of instances supported for a particular detail type.
getMaxDetailInstances(Class<? extends ServerStoredDetails.GenericDetail>) - Method in interface net.java.sip.communicator.service.protocol.OperationSetServerStoredAccountInfo
The method returns the number of instances supported for a particular detail type.
getMaxForwardsHeader() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Initializes and returns this provider's default maxForwardsHeader field using the value specified by MAX_FORWARDS.
getMaxHeight() - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetAvatar
 
getMaxHeight() - Method in interface net.java.sip.communicator.service.protocol.OperationSetAvatar
Returns the maximum height of the avatar.
getMaximumFileLength() - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatTransport
Returns the maximum file length supported by the protocol in bytes.
getMaximumFileLength() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
 
getMaximumFileLength() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
Returns the maximum file length supported by the protocol in bytes.
getMaximumFileLength() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Returns the maximum file length supported by the protocol in bytes.
getMaximumFileLength() - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetFileTransferIcqImpl
Returns the maximum file length supported by the protocol in bytes.
getMaximumFileLength() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetFileTransferJabberImpl
Returns the maximum file length supported by the protocol in bytes.
getMaximumFileLength() - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetFileTransfer
Returns the maximum file length supported by the protocol in bytes.
getMaximumFileLength() - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetFileTransferMsnImpl
Returns the maximum file length supported by the protocol in bytes.
getMaximumFileLength() - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetFileTransferSSHImpl
Returns the maximum file length supported by the protocol in bytes.
getMaximumFileLength() - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetFileTransferYahooImpl
Returns the maximum file length supported by the protocol in bytes.
getMaximumFileLength() - Method in interface net.java.sip.communicator.service.protocol.OperationSetFileTransfer
Returns the maximum file length supported by the protocol in bytes.
getMaxptime() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
Returns maximum packet time as specified in RFC 4566.
getMaxSize() - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetAvatar
 
getMaxSize() - Method in interface net.java.sip.communicator.service.protocol.OperationSetAvatar
Returns the maximum size of the avatar.
getMaxWidth() - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetAvatar
 
getMaxWidth() - Method in interface net.java.sip.communicator.service.protocol.OperationSetAvatar
Returns the maximum width of the avatar.
getMclServiceImpl() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the implementation of the MetaContactListService, to which this group belongs.
getMedia() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RtpDescriptionPacketExtension
Returns the media type for the stream that this description element represents, such as "audio" or "video".
getMediaFormat(Format) - Static method in class net.java.sip.communicator.impl.neomedia.MediaUtils
Gets a MediaFormat predefined in MediaUtils which represents a specific JMF Format.
getMediaFormat(String, double) - Static method in class net.java.sip.communicator.impl.neomedia.MediaUtils
Gets the MediaFormat known to MediaUtils and having the specified well-known encoding (name) and clockRate.
getMediaFormats(String) - Static method in class net.java.sip.communicator.impl.neomedia.MediaUtils
Gets the MediaFormats predefined in MediaUtils with a specific well-known encoding (name) as defined by RFC 3551 "RTP Profile for Audio and Video Conferences with Minimal Control".
getMediaFormats(MediaType) - Static method in class net.java.sip.communicator.impl.neomedia.MediaUtils
Gets the MediaFormats known to MediaUtils and being of the specified MediaType.
getMediaFormats(byte) - Static method in class net.java.sip.communicator.impl.neomedia.MediaUtils
Gets the MediaFormats (expressed as an array) corresponding to a specific RTP payload type.
getMediaHandler() - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Returns a reference to the CallPeerMediaHandler used by this peer.
getMediaService() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns an instance of the MediaService obtained from the bundle context.
getMediaService() - Static method in class net.java.sip.communicator.impl.protocol.jabber.JabberActivator
Returns a reference to a MediaService implementation currently registered in the bundle context or null if no such implementation was found.
getMediaService() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerMediaHandlerSipImpl
Returns a reference to the currently valid media service for use by this handler's generic ancestor.
getMediaService() - Static method in class net.java.sip.communicator.impl.protocol.sip.SipActivator
Returns a reference to a MediaService implementation currently registered in the bundle context or null if no such implementation was found.
getMediaService() - Static method in class net.java.sip.communicator.service.protocol.media.ProtocolMediaActivator
Returns a reference to a MediaService implementation currently registered in the bundle context or null if no such implementation was found.
getMediaServiceImpl() - Static method in class net.java.sip.communicator.impl.neomedia.NeomediaActivator
Gets the MediaService implementation instance registered by the neomedia bundle.
getMediaType() - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMixerMediaDevice
Gets the MediaType that this device supports.
getMediaType() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceImpl
Gets the MediaType that this device supports.
getMediaType() - Method in class net.java.sip.communicator.impl.neomedia.format.AudioMediaFormatImpl
Gets the type of this MediaFormat which is MediaType.AUDIO for AudioMediaFormatImpl instances.
getMediaType() - Method in class net.java.sip.communicator.impl.neomedia.format.VideoMediaFormatImpl
Gets the type of this MediaFormat which is MediaType.VIDEO for AudioMediaFormatImpl instances.
getMediaType(MediaDescription) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Returns the media type (e.g.
getMediaType() - Method in interface net.java.sip.communicator.service.neomedia.device.MediaDevice
Returns the MediaType that this device supports.
getMediaType() - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormat
Returns the type of this MediaFormat (e.g.
getMediaUseCase() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopStreamingSipImpl
Get the MediaUseCase of a desktop streaming operation set.
getMediaUseCase() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetVideoTelephonySipImpl
Get the MediaUseCase of a video telephony operation set.
getMemberChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPropertyChangeEvent
Returns the chat room, to which the corresponding member belongs.
getMembers() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Returns a List of ChatRoomMemberss corresponding to all members currently participating in this room.
getMembers() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Returns a List of Members corresponding to all members currently participating in this room.
getMembers() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Returns a List of ChatRoomMembers corresponding to all members currently participating in this room.
getMembers() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Returns a List of ChatRoomMembers corresponding to all members currently participating in this room.
getMembersCount() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Returns the number of participants that are currently in this chat room.
getMembersCount() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Returns the number of participants that are currently in this chat room.
getMembersCount() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Returns the number of participants that are currently in this chat room.
getMembersCount() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Returns the number of participants that are currently in this chat room.
getMenu() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatTransportSelectorBox
Returns the protocol menu.
getMenu() - Method in class net.java.sip.communicator.impl.osdependent.jdic.StatusSelector
 
getMenu() - Method in class net.java.sip.communicator.impl.osdependent.jdic.StatusSimpleSelector
 
getMenu() - Method in class net.java.sip.communicator.impl.osdependent.jdic.StatusSubMenu
 
getMenu() - Method in class net.java.sip.communicator.impl.osdependent.StatusMessageMenu
 
getMenuBackground() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getMenuDisabledForeground() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getMenuTextFont() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getMessage() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatMessage
Returns the content of the message.
getMessage() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the message written by user in the chat write area.
getMessage() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Returns the status/private message displayed by this contact
getMessage() - Method in interface net.java.sip.communicator.service.gui.Chat
Returns the message written by user in the chat write area.
getMessage() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveredEvent
Returns the received message.
getMessage() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveryFailedEvent
Returns the received message.
getMessage() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageReceivedEvent
Returns the received message.
getMessage() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerSecurityMessageEvent
Returns the message associated with this event.
getMessage() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveredEvent
Returns the received message.
getMessage() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveryFailedEvent
Returns the received message.
getMessage() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageReceivedEvent
Returns the received message.
getMessage() - Method in class net.java.sip.communicator.service.systray.PopupMessage
Returns the message contained in this popup.
getMessageCount() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Returns the number of messages in this thread.
getMessageFactory() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the Message Factory used to create SIP messages.
getMessageTitle() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatMessage
Returns the title of the message.
getMessageTitle() - Method in class net.java.sip.communicator.service.systray.PopupMessage
Returns the title of this popup message.
getMessageType() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatMessage
Returns the type of the message.
getMessageType() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Return the type of message received from remote server
getMessageType() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Return the type of message received from remote server
getMessageType() - Method in class net.java.sip.communicator.service.systray.PopupMessage
Returns the type of this popup message.
getMessageUID() - Method in class net.java.sip.communicator.service.protocol.AbstractMessage
 
getMessageUID() - Method in interface net.java.sip.communicator.service.protocol.Message
Returns a unique identifier of this message.
getMessenger() - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolProviderServiceMsnImpl
Returns the XMPPConnectionopened by this provider
getMetaContact(String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the contact with the specified identifier
getMetaContact(ProtocolProviderService, String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the meta contact encapsulating a contact belonging to the specified provider with the specified identifier.
getMetaContact(int) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the meta contact on the specified index.
getMetaContact() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQueryEvent
Returns the MetaContact this event is about.
getMetaContact(ProtocolProviderService, String) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns the meta contact encapsulating a contact belonging to the specified provider with the specified identifier.
getMetaContact(String) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns the contact with the specified identifier
getMetaContact(int) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns the meta contact on the specified index.
getMetaContactStatus(MetaContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.DefaultContactList
Returns the general status of the given MetaContact.
getMetaContactSubgroup(int) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the MetaContactGroup with the specified index.
getMetaContactSubgroup(String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the MetaContactGroup with the specified name.
getMetaContactSubgroup(String) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns the MetaContactGroup with the specified name.
getMetaContactSubgroup(int) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns the MetaContactGroup with the specified index.
getMetaContactSubgroupByUID(String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the MetaContactGroup with the specified groupUID.
getMetaGroup() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaGroupQueryEvent
Returns the MetaContactGroup this event is about.
getMetaHistoryService() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the MetaHistoryService obtained from the bundle context.
getMetaUID() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns a String identifier (the actual contents is left to implementations) that uniquely represents this MetaContact in the containing MetaContactList
getMetaUID() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns a String identifier (the actual contents is left to implementations) that uniquely represents this MetaContact in the containing MetaContactList
getMetaUID() - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Returns a String identifier (the actual contents is left to implementations) that uniquely represents this MetaContact in the containing MetaContactList
getMetaUID() - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns a String identifier (the actual contents is left to implementations) that uniquely represents this MetaContact in the containing MetaContactList
getMimeType() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailElement
Returns the mime type of this ThumbnailElement.
getMinimumThreshold() - Method in class net.java.sip.communicator.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements BufferControl.getMinimumThreshold().
getMinimumThumbSize() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommScrollBarUI
 
getMinimumTransferSize() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation to RTPConnectorInputStream.getMinimumTransferSize() that always returns 2 * 1024.
getMKILength() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPCryptoContext
Get the MKI length of this SRTP cryptographic context
getMnemonic(String) - Static method in class net.java.sip.communicator.impl.osdependent.Resources
Returns an internationalized string corresponding to the given key.
getMnemonic(String) - Static method in class net.java.sip.communicator.plugin.googletalkaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getMnemonic(String) - Static method in class net.java.sip.communicator.plugin.jabberaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getMnemonic(String) - Static method in class net.java.sip.communicator.plugin.whiteboard.Resources
Returns an internationalized string corresponding to the given key.
getModel() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Returns the current model of the wizard dialog.
getModel() - Method in class net.java.sip.communicator.impl.gui.main.chat.history.DatesPanel
Returns the model of the contained list.
getModificationName() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactModifiedEvent
Returns the modification name of the source meta contact.
getModifyPoint() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShape
The last selected for modification point.
getMouseEvent() - Method in class net.java.sip.communicator.impl.gui.customcontrols.events.CloseTabbedPaneEvent
 
getMsnProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccRegWizzActivator
Returns the ProtocolProviderFactory for the Msn protocol.
getMultiChat(ChatRoomWrapper, boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Gets the ChatPanel corresponding to the specified ChatRoomWrapper and optionally creates it if it does not exist yet.
getMultiChat(AdHocChatRoomWrapper, boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Gets the ChatPanel corresponding to the specified AdHocChatRoomWrapper and optionally creates it if it does not exist yet.
getMultiChat(AdHocChatRoom, boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Gets the ChatPanel corresponding to the specified AdHocChatRoom and optionally creates it if it does not exist.
getMultiChat(ChatRoom, boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Gets the ChatPanel corresponding to the specified ChatRoom and optionally creates it if it does not exist.
getMultiChat(ChatRoom, boolean, String) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Gets the ChatPanel corresponding to the specified ChatRoom and optionally creates it if it does not exist.
getMultiChat(AdHocChatRoom, boolean, String) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Gets the ChatPanel corresponding to the specified AdHocChatRoom and optionally creates it if it does not exist.
getMultiStrParams() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets the multistream params
getMultiUserChat() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Returns the internal stack used chat room instance.
getMultiUserChatOpSet(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the multi user chat operation set for the given protocol provider.
getMultiUserChatOpSet() - Method in class net.java.sip.communicator.service.protocol.event.LocalUserChatRoomPresenceChangeEvent
Returns the OperationSetMultiUserChat, where this event has occurred.
getMyInputMap(int) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
getName() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getName() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLookAndFeel
 
getName() - Method in class net.java.sip.communicator.impl.gui.main.account.Account
Returns the account name.
getName() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatContact
Returns the contact name.
getName() - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatTransport
Returns the name of this chat transport.
getName() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomProviderWrapper
Returns the name of this ad-hoc chat room provider.
getName() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatContact
Returns the contact name.
getName() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
Returns the contact address corresponding to this chat transport.
getName() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomProviderWrapper
Returns the name of this chat room provider.
getName() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatContact
Returns the contact name.
getName() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
Returns the contact address corresponding to this chat transport.
getName() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatContact
Returns the contact name.
getName() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Returns the contact address corresponding to this chat transport.
getName() - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl.ChatRoomMemberImpl
 
getName() - Method in class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelEffect
Gets the name of this plug-in as a human-readable string.
getName() - Method in class net.java.sip.communicator.impl.neomedia.codec.AbstractCodecExt
 
getName() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.DePacketizer
Returns the name of the DePacketizer
getName() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JavaDecoder
Returns the name of this plugin/codec.
getName() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIDecoder
Get plugin name.
getName() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIEncoder
Get codec name.
getName() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.Packetizer
Get codec name.
getName() - Method in class net.java.sip.communicator.impl.neomedia.directshow.DSCaptureDevice
Get name of the capture device.
getName() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Gets the descriptive/human-readable name of this JMF plug-in.
getName() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Gets the human-readable name of this PlugIn.
getName() - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Returns the name of this AdHocChatRoom.
getName() - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileGroup
Returns the name of this group.
getName() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Returns the name of this ChatRoom.
getName() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomMemberIrcImpl
Returns the name of this member as it is known in its containing chat room (i.e.
getName() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomConfigurationFormFieldJabberImpl
Returns the variable name of the corresponding smack property.
getName() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Returns the name of this ChatRoom.
getName() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomMemberJabberImpl
Returns the name of this member as it is known in its containing chatroom (aka a nickname).
getName() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ContentPacketExtension
Returns the value of the name argument if it exists or null if it doesn't.
getName() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.MuteSessionInfoPacketExtension
Returns the name of the session that this extension is pertaining to or null if it is referring to all active sessions.
getName() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ParameterPacketExtension
Returns the name of the format parameter we are representing here.
getName() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
Returns the name of the encoding, or as per the XEP: the appropriate subtype of the MIME type.
getName() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
Returns the name of this member
getName() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Returns the name of this ChatRoom.
getName() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoomMember
Returns the name of this member as it is known in its containing chatroom (aka a nickname).
getName() - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Returns the name of this ad-hoc chatroom
getName() - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Returns the name of this AdHocChatRoom.
getName() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry
 
getName() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.HostInfo
 
getName() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceEvent
Returns the instance name of the service.
getName() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Unqualified service instance name, such as foobar .
getName() - Method in class net.java.sip.communicator.plugin.branding.AboutWindowPluginComponent
 
getName() - Method in class net.java.sip.communicator.plugin.contactinfo.ContactInfoMenuItem
 
getName() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultColorPackImpl
Returns the name of this resource pack.
getName() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultImagePackImpl
Returns the name of this resource pack.
getName() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultLanguagePackImpl
Returns the name of this resource pack.
getName() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultSettingsPackImpl
Returns the name of this resource pack.
getName() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultSoundPackImpl
Returns the name of this resource pack.
getName() - Method in class net.java.sip.communicator.plugin.exampleplugin.ExamplePluginMenuItem
 
getName() - Method in class net.java.sip.communicator.plugin.otr.OtrMetaContactButton
 
getName() - Method in class net.java.sip.communicator.plugin.otr.OtrMetaContactMenu
 
getName() - Method in class net.java.sip.communicator.plugin.profiler4j.SettingsWindowMenuEntry
 
getName() - Method in class net.java.sip.communicator.plugin.whiteboard.WhiteboardMenuItem
 
getName() - Method in interface net.java.sip.communicator.service.gui.PluginComponent
Returns the name of this plugin component.
getName() - Method in interface net.java.sip.communicator.service.protocol.AdHocChatRoom
Returns the name of this AdHocChatRoom.
getName() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Returns the name of this ChatRoom.
getName() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomConfigurationFormField
Returns the name of the field to be filled out.
getName() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomMember
Returns the name of this member as it is known in its containing chatroom (aka a nickname).
getName() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.NameDetail
 
getName() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardParticipant
Returns the name of this member
getName() - Method in interface net.java.sip.communicator.service.resources.ResourcePack
Returns the name of this resource pack.
getNameCopy() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns the name of the group as it was at the last call of initNameCopy.
getNameCopy() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Returns the name of the group as it was at the last call of initNameCopy.
getNamespace() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
Returns the XML namespace for this element or null if the element does not live in a namespace of its own.
getNamespace() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.CapsPacketExtension
Returns the Entity Capabilities namespace.
getNamespace() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns the XML namespace of the extension sub-packet root element.
getNamespace() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ReasonPacketExtension
Returns the root element XML namespace.
getNamespace() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.version.Version
Returns the root element XML namespace.
getNamespace() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPacketExtension
Returns the root element XML namespace.
getNamespace() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardSessionPacketExtension
Returns the root element XML namespace.
getNativeRGBFormat(RGBFormat) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.SwScaler
Gets native (FFmpeg) RGB format.
getNatType() - Method in class net.java.sip.communicator.impl.netaddr.StunDiscoveryReport
Returns the type of the NAT described in the report.
getNetwork() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
Returns the network index indicating the interface that the candidate belongs to.
getNetworkAddressManagerService() - Static method in class net.java.sip.communicator.impl.neomedia.NeomediaActivator
Returns a reference to a NetworkAddressManagerService implementation currently registered in the bundle context or null if no such implementation was found.
getNetworkAddressManagerService() - Static method in class net.java.sip.communicator.impl.protocol.jabber.JabberActivator
Returns a reference to a NetworkAddressManagerService implementation currently registered in the bundle context or null if no such implementation was found.
getNetworkAddressManagerService() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerMediaHandlerSipImpl
Returns a reference to the currently valid network address manager service for use by this handler's generic ancestor.
getNetworkAddressManagerService() - Static method in class net.java.sip.communicator.impl.protocol.sip.SipActivator
Returns a reference to a NetworkAddressManagerService implementation currently registered in the bundle context or null if no such implementation was found.
getNetworkAddressManagerService() - Static method in class net.java.sip.communicator.service.protocol.media.ProtocolMediaActivator
Returns a reference to a NetworkAddressManagerService implementation currently registered in the bundle context or null if no such implementation was found.
getNewAvatar() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactAvatarUpdateEvent
Returns the updated avatar of the source meta contact as it is now, after the change.
getNewAvatar() - Method in class net.java.sip.communicator.service.protocol.event.AvatarEvent
Returns the new avatar
getNewDisplayName() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactRenamedEvent
Returns the display name of the source meta contact as it is now, after the change.
getNewerThanTid() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxQueryIQ
Returns the value of the "newer-than-tid" attribute.
getNewerThanTime() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxQueryIQ
Returns the value of the "newer-than-time" attribute.
getNewFeeds() - Method in class net.java.sip.communicator.impl.protocol.rss.RssFeedReader
Returns the textual representation of the feed's items with regard to the key of the last item shown to the user.
getNewGeolocation() - Method in class net.java.sip.communicator.service.geolocation.event.LocalPositionChangeEvent
Returns the Geolocation of the provider after this event took place.
getNewLocation() - Method in class net.java.sip.communicator.service.protocol.event.GeolocationEvent
Returns the Geolocation of the contact after this event took place.
getNewMetaGroup() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.addgroup.CreateGroupDialog
Returns the newly created MetaContactGroup if everything is gone well, otherwise returns null.
getNewName() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.RenameContactPanel
Returns the new name entered by the user.
getNewName() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.RenameGroupPanel
Returns the new name entered by the user.
getNewParent() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactMovedEvent
Returns the new parent of this meta contact.
getNewParent() - Method in class net.java.sip.communicator.service.contactlist.event.ProtoContactEvent
Returns the MetaContact that is parent of the source contact after the event occurred or null for a removed contact or when irrelevant.
getNewParentGroup() - Method in class net.java.sip.communicator.service.protocol.event.SubscriptionMovedEvent
Returns a reference to the ContactGroup that currently contains the source contact.
getNewRole() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomLocalUserRoleChangeEvent
Returns the new role the local participant get.
getNewRole() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberRoleChangeEvent
Returns the new role given to the member that this event is about.
getNewState() - Method in class net.java.sip.communicator.service.protocol.event.RegistrationStateChangeEvent
Returns the status of the provider after this event took place.
getNewStatus() - Method in class net.java.sip.communicator.service.protocol.event.ContactPresenceStatusChangeEvent
Returns the status of the provider after this event took place.
getNewStatus() - Method in class net.java.sip.communicator.service.protocol.event.FileTransferStatusChangeEvent
The new state of the file transfer.
getNewStatus() - Method in class net.java.sip.communicator.service.protocol.event.ProviderPresenceStatusChangeEvent
Returns the status of the provider after this event took place.
getNewStatusValue() - Method in class net.java.sip.communicator.service.protocol.event.ProviderStatusChangeEvent
Returns the status of the provider after this event took place.
getNextButton() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Returns the next wizard button.
getNextButtonDefaultText() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Returns the default text of the next wizard button.
getNextDate(Date) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.DatesPanel
Returns the next date in the list.
getNextDateFromHistory(Date) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindow
Returns the next date from the history.
getNextFinishButtonEnabled() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Checks if the Next/Finish button is enabled.
getNextFinishButtonIcon() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Returns the icon for the Next/Finish button.
getNextFinishButtonText() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Returns the text for the Next/Finish button.
getNextHop() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Returns the InetAddress that is most likely to be to be used as a next hop when contacting our XMPP server.
getNextHop(Request) - Method in class net.java.sip.communicator.impl.protocol.sip.ProxyRouter
Returns the next hop for this Request.
getNextHops(Request) - Method in class net.java.sip.communicator.impl.protocol.sip.ProxyRouter
Deprecated. 
getNextID() - Method in class net.java.sip.communicator.impl.protocol.jabber.TransportManagerJabberImpl
Returns the ID that we will be assigning to the next candidate we create.
getNextMatch(String, int, Position.Bias) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.DefaultContactList
Returns the next list element that starts with a prefix.
getNextPageIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.account.AccountRegSummaryPage
Implements the WizardPage.getNextPageIdentifier method.
getNextPageIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizardPage
Implements WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage1
Returns the identifier of the next wizard page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage2
Implements the WizardPanelDescriptor method to return the identifier of the next wizard page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage1
Returns the identifier of the next wizard page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage2
Implements the WizardPanelDescriptor method to return the identifier of the next wizard page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
Implements the WizardPage.getNextPageIdentifier to return the next identifier - the summary page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Implements the WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
Implements the WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
Implements the WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.FirstWizardPage
Implements the WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
Implements the WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
Implements the WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
Implements the WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
Implements the WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
Implements the WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
Implements the WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
Implements the WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
Implements the WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.
getNextPageIdentifier() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
Implements the WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.
getNextPageIdentifier() - Method in interface net.java.sip.communicator.service.gui.WizardPage
Returns the identifier of the next wizard page.
getNiceTextString() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
 
getNickName(String) - Method in class net.java.sip.communicator.impl.protocol.icq.InfoRetreiver
Get the nickname of the specified uin
getNickName() - Method in class net.java.sip.communicator.impl.protocol.irc.UserInfo
Returns the nickname of this user.
getNickName(String) - Static method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Returns the nickname of the given participant name.
getNightlyBuildID() - Method in interface net.java.sip.communicator.service.version.Version
If this is a nightly build, returns the build identifies (e.g.
getNode() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.CapsPacketExtension
Returns the node URI.
getNode() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
Get our own entity node.
getNodeFeatures() - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Returns a list of the features defined in the node.
getNodeIdentities() - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Returns a list of the identities defined in the node.
getNodeItems() - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Returns a list of the Items DiscoverItems.Item defined in the node or in other words null since we don't support any.
getNodeVersionByUser(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
Get the Node version (node#ver) of a user.
getNoNewFeedString() - Method in class net.java.sip.communicator.impl.protocol.rss.RssFeedReader
 
getNonPersistentGroup() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Returns the volatile group or null if this group has not yet been created.
getNotificationEntry(int) - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
Returns the notification entry at the given row.
getNotificationService() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the NotificationService obtained from the bundle context.
getNotificationService() - Static method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationConfigurationActivator
Returns the NotificationService obtained from the bundle context.
getNotificationService() - Static method in class net.java.sip.communicator.plugin.reconnectplugin.ReconnectPluginActivator
Returns the NotificationService obtained from the bundle context.
getNumber() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.NumberDetail
 
getNumber() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.PhoneNumberDetail
 
getNV12PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getObject() - Method in class net.java.sip.communicator.util.swing.SelectedObject
Returns the real object behind this SelectedObject.
getOccupationCode(String) - Static method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
 
getOfflineStatus() - Method in class net.java.sip.communicator.impl.gui.main.presence.PresenceStatusMenu
Returns the Offline status in this selector box.
getOffset() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Get the start offset of this packet's data inside storing buffer
getOldAvatar() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactAvatarUpdateEvent
Returns the previously active avatar of the source meta contact as it was now, before the change.
getOldDisplayName() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
getOldDisplayName() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactRenamedEvent
Returns the display name of the source meta contact as it was now, before the change.
getOldGeolocation() - Method in class net.java.sip.communicator.service.geolocation.event.LocalPositionChangeEvent
Returns the Geolocation of the provider before this event took place.
getOldParent() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactMovedEvent
Returns the old parent of this meta contact.
getOldParent() - Method in class net.java.sip.communicator.service.contactlist.event.ProtoContactEvent
Returns the MetaContact that was parent of the source contact before the event occurred or null for a new contact or when irrelevant.
getOldParentGroup() - Method in class net.java.sip.communicator.service.protocol.event.SubscriptionMovedEvent
Returns a reference to the ContactGroup that contained the source contact before it was moved.
getOldState() - Method in class net.java.sip.communicator.service.protocol.event.RegistrationStateChangeEvent
Returns the status of the provider before this event took place.
getOldStatus() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
getOldStatus() - Method in class net.java.sip.communicator.service.protocol.event.ContactPresenceStatusChangeEvent
Returns the status of the provider before this event took place.
getOldStatus() - Method in class net.java.sip.communicator.service.protocol.event.FileTransferStatusChangeEvent
Returns the state of the file transfer before this event occured.
getOldStatus() - Method in class net.java.sip.communicator.service.protocol.event.ProviderPresenceStatusChangeEvent
Returns the status of the provider before this event took place.
getOldStatusValue() - Method in class net.java.sip.communicator.service.protocol.event.ProviderStatusChangeEvent
Returns the status of the provider before this event took place.
getOneTouchOffsetFromSuper() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
 
getOneTouchSizeFromSuper() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
 
getOnlineStatus() - Method in class net.java.sip.communicator.impl.gui.main.presence.PresenceStatusMenu
Returns the Online status in this selector box.
getOpacity() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShape
Returns WhiteboardShape's opacity
getOperationSet(Contact, Class<U>) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetContactCapabilitiesJabberImpl
Gets the OperationSet corresponding to the specified Class and supported by the specified Contact.
getOperationSet(Class<T>) - Method in class net.java.sip.communicator.impl.protocol.mock.MockProvider
Returns the operation set corresponding to the specified class or null if this operation set is not supported by the provider implementation.
getOperationSet(Contact, Class<U>) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetContactCapabilities
Gets the OperationSet corresponding to the specified Class and supported by the specified Contact.
getOperationSet(Class<T>) - Method in class net.java.sip.communicator.service.protocol.AbstractProtocolProviderService
Returns the operation set corresponding to the specified class or null if this operation set is not supported by the provider implementation.
getOperationSet(Contact, Class<T>) - Method in interface net.java.sip.communicator.service.protocol.OperationSetContactCapabilities
Gets the OperationSet corresponding to the specified Class and supported by the specified Contact.
getOperationSet(Class<T>) - Method in interface net.java.sip.communicator.service.protocol.ProtocolProviderService
Returns the operation set corresponding to the specified class or null if this operation set is not supported by the provider implementation.
getOperationSetBasicIM() - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolProviderServiceRssImpl
Returns a reference to the instant messaging operation set that we are currently using for this provider.
getOperationSetPresence() - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolProviderServiceRssImpl
Returns a reference to the presence operation set that we are currently using for this provider.
getOpSetPersPresence() - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetBasicInstantMessagingDictImpl
Returns a reference to the presence operation set instance used by our source provider.
getOpSetPersPresence() - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetBasicInstantMessagingRssImpl
Returns a reference to the presence operation set instance used by our source provider.
getOptions() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomConfigurationFormFieldJabberImpl
Returns the options of the corresponding smack property.
getOptions() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomConfigurationFormField
Returns an Iterator for the available options that the user has in order to answer the question.
getOrCreateServerTransaction(RequestEvent) - Static method in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport
Safely returns the ServerTransaction associated with a specific RequestEvent or creates a new one if the specified RequestEvent is not associated with one.
getOrCreateServerTransaction(RequestEvent) - Static method in class net.java.sip.communicator.impl.protocol.sip.SipStackSharing
Safely returns the transaction from the event if already exists.
getOrientationFromSuper() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
 
getOrigin() - Method in class net.java.sip.communicator.service.neomedia.event.VideoEvent
Gets the origin of the video this VideoEvent notifies about which is one of VideoEvent.LOCAL and VideoEvent.REMOTE.
getOrigin() - Method in class net.java.sip.communicator.service.protocol.event.VideoEvent
Gets the origin of the video this VideoEvent notifies about which is one of VideoEvent.LOCAL and VideoEvent.REMOTE.
getOtherExtension() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ReasonPacketExtension
Returns an extra extension containing further info about this action or null if no such extension has been specified.
getOurDisplayName() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the display name string that the user has set as a display name for this account.
getOurJID() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Returns our own Jabber ID.
getOurSipAddress(Address) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the SIP address of record (Display Name ) that this account is created for.
getOurSipAddress(SipURI) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the SIP address of record (Display Name ) that this account is created for.
getOutboundProxy() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
In case we are using an outbound proxy this method returns its address.
getOutboundProxy() - Method in class net.java.sip.communicator.impl.protocol.sip.ProxyRouter
Returns the outbound proxy for this Router.
getOutboundProxyString() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
In case we are using an outbound proxy this method returns a suitable string for use with Router.
getOutboundProxyTransport() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
In case we are using an outbound proxy this method returns the transport we are using to connect to it.
getOutput(Map<KeyStroke, String>) - Method in enum net.java.sip.communicator.service.keybindings.Persistence
Provides the textual output of what this persistence format would save given a set of bindings.
getOutputDataSource() - Method in class net.java.sip.communicator.impl.neomedia.conference.InputStreamDesc
Gets the AudioMixingPushBufferDataSource in which the mix contribution of the SourceStream described by this instance is to not be included.
getOutputDataSource() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Gets the output DataSource of this instance which provides the captured (RTP) data to be sent by MediaStream to MediaStreamTarget.
getOutputFormat() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIEncoder
 
getOutputSize() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.SwScaler
Gets the output size.
getOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixer
Gets the AudioMixerPushBufferStream, first creating it if it does not exist already, which reads data from the input DataSources of this AudioMixer and pushes it to output AudioMixingPushBufferStreams for audio mixing.
getOverTabIndex() - Method in class net.java.sip.communicator.impl.gui.customcontrols.events.CloseTabbedPaneEvent
 
getOverTabIndex() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
getOverTabIndex() - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Returns the index of the last tab on which the mouse did an action.
getOwnDiscoverInfo() - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Get a DiscoverInfo for the current entity caps node.
getOwnerInterface() - Method in class net.java.sip.communicator.impl.netaddr.AddressPoolEntry
Returns the interface that this address belongs to.
getPaddingSize() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Get RTP padding size from a RTP packet
getPageFirstMsgTimestamp() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
Returns the date of the first message in the current page.
getPageImage() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Returns null since we don't have any images associated with this wizard or no image in our case.
getPageImage() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Implements the AccountRegistrationWizard.getPageImage method.
getPageImage() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns the image that will be shown on the left of the wizard pages.
getPageLastMsgTimestamp() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
Returns the date of the last message in the current page.
getPages() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Returns an iterator over a list containing our only page.
getPages() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns the set of WizardPage-s for this wizard.
getParameters() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
Returns a reference to the the list of parameters currently registered for this payload type.
getParent() - Method in class net.java.sip.communicator.service.contactlist.event.ProtoContactEvent
Returns the MetaContact that is the most relevant parent of the source proto Contact.
getParentBasicInstantMessagingOperationSet() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Returns the BasicInstant Messaging operation set that this contact belongs to.
getParentBasicInstantMessagingOperationSet() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the BasicInstant Messaging operation set that this contact belongs to.
getParentChatSession() - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatTransport
Returns the parent session of this chat transport.
getParentChatSession() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
Returns the parent session of this chat transport.
getParentChatSession() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
Returns the parent session of this chat transport.
getParentChatSession() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Returns the parent session of this chat transport.
getParentComponent() - Method in class net.java.sip.communicator.util.swing.SipCommFileChooserImpl
Returns the parent component of this dialog
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Returns the group that contains this contact.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Returns the contact group that currently contains this group or null if this is the root contact group.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl
Returns the group that contains this contact.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Returns the contact group that currently contains this group or null if this is the root contact group.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns a reference to the root icq group which in ICQ is the parent of any other group since the protocol does not support subgroups.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Returns a reference to the contact group that this contact is currently a child of or null if the underlying protocol does not suppord persistent presence.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Returns null as this is the root contact group.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Returns a reference to the root group which in Jabber is the parent of any other group since the protocol does not support subgroups.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Returns a reference to the contact group that this contact is currently a child of or null if the underlying protocol does not suppord persistent presence.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Returns null as this is the root contact group.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContact
Returns the group that contains this contact.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Returns the contact group that currently contains this group or null if this is the root contact group.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Returns a reference to the root group which in Msn is the parent of any other group since the protocol does not support subgroups.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Returns a reference to the contact group that this contact is currently a child of or null if the underlying protocol does not suppord persistent presence.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Returns null as this is the root contact group.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Returns the contact group that currently contains this group or null if this is the root contact group.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Returns the group that contains this contact.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Returns the contact group that currently contains this group or null if this is the root contact group.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Returns the group that contains this contact.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Returns the contact group that currently contains this group or null if this is the root contact group.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the group that contains this contact.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Returns a reference to the root group which in Yahoo is the parent of any other group since the protocol does not support subgroups.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Returns a reference to the contact group that this contact is currently a child of or null if the underlying protocol does not suppord persistent presence.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
Returns null as this is the root contact group.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Returns the contact group that currently contains this group or null if this is the root contact group.
getParentContactGroup() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Returns the group that contains this contact.
getParentContactGroup() - Method in interface net.java.sip.communicator.service.protocol.Contact
Returns a reference to the contact group that this contact is currently a child of or null if the underlying protocol does not support persistent presence.
getParentContactGroup() - Method in interface net.java.sip.communicator.service.protocol.ContactGroup
Returns the contact group that currently contains this group or null if this is the root contact group.
getParentContactGroup() - Method in class net.java.sip.communicator.service.protocol.event.ContactPropertyChangeEvent
Returns a reference to the source contact parent ContactGroup.
getParentGroup() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns the group that is currently holding this meta contact.
getParentGroup() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIContact
Returns the parent UIGroup.
getParentGroup() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIGroup
Returns the parent UIGroup.
getParentGroup() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.SourceUIContact
Returns the parent UIGroup.
getParentGroup() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIContact
Returns the parent group.
getParentGroup() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIGroup
Returns the parent group.
getParentGroup() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactEvent
Returns the MetaContactGroup that the MetaContact belongs to.
getParentGroup() - Method in class net.java.sip.communicator.service.protocol.event.ContactPresenceStatusChangeEvent
Returns (if applicable) the group containing the contact that cause this event.
getParentGroup() - Method in class net.java.sip.communicator.service.protocol.event.ServerStoredGroupEvent
Returns the group containing the event source group
getParentGroup() - Method in class net.java.sip.communicator.service.protocol.event.SubscriptionEvent
Returns (if applicable) the group containing the contact that cause this event.
getParentMetaContactGroup() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the MetaContactGroup currently containing this group or null if this is the root group
getParentMetaContactGroup() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Returns the MetaContactGroup currently containing this meta contact
getParentMetaContactGroup() - Method in interface net.java.sip.communicator.service.contactlist.MetaContact
Returns the MetaContactGroup currently containing this meta contact
getParentMetaContactGroup() - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns the MetaContactGroup currently containing this group or null if this is the root group
getParentOperationSet() - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Returns a reference to the OperationSetBasicTelephony implementation instance that created this call.
getParentPresenceOperationSet() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Returns the persistent presence operation set that this contact belongs to.
getParentPresenceOperationSet() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl
Returns the persistent presence operation set that this contact belongs to.
getParentPresenceOperationSet() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Returns the persistent presence operation set that this contact belongs to.
getParentPresenceOperationSet() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Returns the presence operation set that this contact belongs to.
getParentPresenceOperationSet() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Returns the persistent presence operation set that this contact belongs to.
getParentPresenceOperationSet() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the persistent presence operation set that this contact belongs to.
getParentPresenceOperationSet() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Returns the persistent presence operation set that this contact belongs to.
getParentProvider() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomWrapper
Returns the parent protocol provider.
getParentProvider() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomWrapper
Returns the parent protocol provider.
getParentProvider() - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetBasicInstantMessagingDictImpl
Returns the protocol provider that this operation set belongs to.
getParentProvider() - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Returns the protocol provider service that created us.
getParentProvider() - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Retrns a reference to the provider that created us.
getParentProvider() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Returns the protocol provider service that created us.
getParentProvider() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Returns a reference to the provider that created this room.
getParentProvider() - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Retrns a reference to the provider that created us.
getParentProvider() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Returns a reference to the provider that created this room.
getParentProvider() - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Returns the parent provider
getParentProvider() - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Returns a reference to the provider that created us.
getParentProvider() - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetBasicInstantMessagingRssImpl
Returns the protocol provider that this operation set belongs to.
getParentProvider() - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Returns the protocol provider service that created us.
getParentProvider() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Returns a reference to the provider that created us.
getParentProvider() - Method in interface net.java.sip.communicator.service.protocol.AdHocChatRoom
Returns a reference to the provider that created this room.
getParentProvider() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Returns a reference to the provider that created this room.
getParticipant() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomParticipantPresenceChangeEvent
Returns the participant that this event is about.
getParticipantID() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
Returns a unique identifier representing this participant.
getParticipants() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns an iterator to the list of all participants contained in this chat session.
getParticipants() - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Returns a List of Contacts corresponding to all participants currently participating in this room.
getParticipants() - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Returns a list containing all the Contacts who participate in this ad-hoc chat room.
getParticipants() - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Returns a List of Contacts corresponding to all members currently participating in this room.
getParticipants() - Method in interface net.java.sip.communicator.service.protocol.AdHocChatRoom
Returns a List of Contacts corresponding to all participants currently participating in this room.
getParticipantsCount() - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Returns the number of participants that are currently in this chat room.
getParticipantsCount() - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Returns the number of Contacts who participate in this ad-hoc chat room.
getParticipantsCount() - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Returns the number of participants that are currently in this ad-hoc chat room.
getParticipantsCount() - Method in interface net.java.sip.communicator.service.protocol.AdHocChatRoom
Returns the number of participants that are currently in this ad-hoc chat room.
getParticipation() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Returns the participation index for this thread.
getPaSampleFormat(int) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Gets the native PaSampleFormat with a specific size in bits.
getPassphrase() - Method in class net.java.sip.communicator.impl.protocol.ssh.SSHUserInfo
Passphrase authentication presently not implemented
getPassword() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.IceUdpTransportPacketExtension
Returns the ICE defined password attribute.
getPassword() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Returns the Password associated with this contact
getPassword() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the password associated with SSH Channel of this contact
getPassword() - Method in class net.java.sip.communicator.impl.protocol.ssh.SSHContactInfo
Return the password
getPassword() - Method in class net.java.sip.communicator.impl.protocol.ssh.SSHUserInfo
Returns the password of account associated with this contact
getPassword() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistration
Returns the password of the aim registration account.
getPassword() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistration
Returns the password of the Facebook registration account.
getPassword() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistration
Returns the password of the Gibberish registration account.
getPassword() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistration
Returns the password of the Google Talk registration account.
getPassword() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistration
Returns the password of the icq registration account.
getPassword() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistration
Returns the password of the IRC registration account.
getPassword() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Returns the password of the jabber registration account.
getPassword() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistration
Returns the password of the msn registration account.
getPassword() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistration
Returns the password of the Rss registration account.
getPassword() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.AccountPanel
Returns the password entered by the user.
getPassword() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.NewAccount
Returns the account password.
getPassword() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
Returns the password of the sip registration account.
getPassword() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistration
Returns the password of the yahoo registration account.
getPassword() - Method in class net.java.sip.communicator.service.protocol.UserCredentials
Returns a password associated with this set of credentials.
getPasswordAsString() - Method in class net.java.sip.communicator.service.protocol.UserCredentials
Returns a String containing the password associated with this set of credentials.
getPasswordLabel() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Returns the password label for the simplified account registration form.
getPayload() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Get the RTP payload (bytes) of this RTP packet.
getPayloadLength() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Get RTP payload length from a RTP packet
getPayloadType() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Get RTP payload type from a RTP packet
getPayloadType() - Method in class net.java.sip.communicator.service.neomedia.event.RTCPFeedbackEvent
Get payload type of RTCP packet.
getPayloadTypes() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RtpDescriptionPacketExtension
Returns a reference to the list of payload types that we have registered with this description so far.
getPeer() - Method in class net.java.sip.communicator.impl.osdependent.Desktop
Returns the currently used peer.
getPeer() - Method in class net.java.sip.communicator.impl.osdependent.SystemTray
 
getPeer() - Method in class net.java.sip.communicator.impl.osdependent.TrayIcon
 
getPeer(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallJabberImpl
Returns the peer whose corresponding session has the specified sid.
getPeerAddress() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Returns the address of the remote party (making sure that it corresponds to the latest address we've received) and caches it.
getPeerAddress() - Method in class net.java.sip.communicator.service.callhistory.CallPeerRecord
The peer address
getPeerID() - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallPeerGibberishImpl
Returns a unique identifier representing this peer.
getPeerID() - Method in class net.java.sip.communicator.impl.protocol.mock.MockCallPeer
Returns a unique identifier representing this peer.
getPeerID() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Returns a unique identifier representing this peer.
getPeerID() - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Returns a unique identifier representing this peer.
getPeerImage(CallPeer) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Returns the image corresponding to the given peer.
getPeerName() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPeerPanel
Returns the name of the peer, contained in this panel.
getPeerRecords() - Method in class net.java.sip.communicator.service.callhistory.CallRecord
Return Vector of CallPeerRecords
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Returns the persistent data - for now only the nickname is needed for restoring the contact data.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Returns null as no persistent data is required and the group name is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Returns the persistent data
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Returns null as no persistent data is required and the group name is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContact
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Returns the persistent data
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Returns null as no persistent data is required and the group name is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Produces a textual representation of contact data that can be used to restore the contact even before the network connection has been initialized.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns persistent data of the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Returns the persistent data
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
Returns null as no persistent data is required and the group name is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Returns null as no persistent data is required and the contact address is sufficient for restoring the contact.
getPersistentData() - Method in interface net.java.sip.communicator.service.protocol.Contact
Returns a String that can be used to create a unresolved instance of this contact.
getPersistentData() - Method in interface net.java.sip.communicator.service.protocol.ContactGroup
Returns a String that can be used to create a unresolved instance of this group.
getPersonalMessage() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
getPidfPresenceStatus(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Converts the PresenceStatus of contact into a PIDF document.
getPixelFormat() - Method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Get color space.
getPixFmt() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.AVFrameFormat
Gets the native FFmpeg format represented by this instance.
getPlayer() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Gets the Player rendering the ReceiveStream of this instance on its associated MediaDevice.
getPluginComponent() - Method in class net.java.sip.communicator.impl.gui.event.PluginComponentEvent
Returns the PluginComponent associated with this event.
getPluginComponents() - Method in class net.java.sip.communicator.impl.gui.utils.PluginContainer
 
getPoints() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPathJabberImpl
Returns a list of all the WhiteboardPoint instances that this WhiteboardObject is composed of.
getPoints() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPolygonJabberImpl
Returns a list of all the WhiteboardPoint instances that this WhiteboardObject is composed of.
getPoints() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPolyLineJabberImpl
Returns a list of all the WhiteboardPoint instances that this WhiteboardObject is composed of.
getPoints() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePath
Returns a list of all the WhiteboardPoint instances that this WhiteboardObject is composed of.
getPoints() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePolygon
Returns a list of all the WhiteboardPoint instances that this WhiteboardObject is composed of.
getPoints() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePolyLine
Returns a list of all the WhiteboardPoint instances that this WhiteboardObject is composed of.
getPoints() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectPath
Returns a list of all the WhiteboardPoint instances that this WhiteboardObject is composed of.
getPoints() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectPolygon
Returns a list of all the WhiteboardPoint instances that this WhiteboardObject is composed of.
getPoints() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectPolyLine
Returns a list of all the WhiteboardPoint instances that this WhiteboardObject is composed of.
getPollingPeriod() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
The offline contact polling period
getPollPeriod() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel
Returns the poll period.
getPopup() - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationEntry
Method which returns true if one systray popup is executed.
getPopupDialog() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements getPopupDialog in the UIService interface.
getPopupDialog() - Method in interface net.java.sip.communicator.service.gui.UIService
Returns a configurable popup dialog, that could be used to show either a warning message, error message, information message, etc.
getPopupHandlerConfig() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
Gets the configuration handler which is currently in use.
getPopupLocation() - Method in class net.java.sip.communicator.impl.gui.customcontrols.BoxPopupMenu
Returns the location of the popup depending on the invoking component coordinates.
getPort() - Method in class net.java.sip.communicator.impl.protocol.dict.DictAccountID
Returns the dict server port
getPort() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
Returns this candidate's port number.
getPort() - Method in class net.java.sip.communicator.impl.protocol.ssh.SSHContactInfo
Return the port
getPort() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Returns the TCP port declared by this Contact for direct chat
getPort() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Get the port for the service.
getPort() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistration
Returns the port of the dict registration account.
getPort() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistration
The port on the specified server
getPort() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistration
Returns the port to use.
getPort() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
The port on the specified server
getPositionIndex() - Method in class net.java.sip.communicator.service.gui.AbstractPluginComponent
 
getPositionIndex() - Method in interface net.java.sip.communicator.service.gui.PluginComponent
Returns the index position of this component in the container, where it will be added.
getPostalCode() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns a postal code (or any code used for postal delivery).
getPostalCode() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.PostalCodeDetail
 
getPPS() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.BonjourService
Returns the corresponding ProtocolProviderService
getPreference() - Method in class net.java.sip.communicator.impl.netaddr.AddressPreference
Returns the exact preference value of this AddressPreference instance.
getPreferenceIndex() - Method in class net.java.sip.communicator.impl.galagonotification.GalagoPopupMessageHandler
Returns the preference index of this PopupMessageHandler which indicates how many features it supports.
getPreferenceIndex() - Method in class net.java.sip.communicator.impl.growlnotification.GrowlNotificationServiceImpl
Implements getPreferenceIndex from PopupMessageHandler.
getPreferenceIndex() - Method in class net.java.sip.communicator.impl.osdependent.PopupMessageHandlerTrayIconImpl
Implements getPreferenceIndex from PopupMessageHandler.
getPreferenceIndex() - Method in class net.java.sip.communicator.impl.swingnotification.PopupMessageHandlerSwingImpl
Implements getPreferenceIndex from PopupMessageHandler.
getPreferenceIndex() - Method in interface net.java.sip.communicator.service.systray.PopupMessageHandler
Returns a preference index, which indicates how many features the handler implements.
getPreferredContactDetail(Class<? extends OperationSet>) - Method in class net.java.sip.communicator.impl.callhistory.CallHistorySourceContact
Returns the preferred ContactDetail for a given OperationSet class.
getPreferredContactDetail(Class<? extends OperationSet>) - Method in interface net.java.sip.communicator.service.contactsource.SourceContact
Returns the preferred ContactDetail for a given OperationSet class.
getPreferredProtocol(Class<? extends OperationSet>) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.UIContactDetail
Returns the name of the protocol preferred for contacting this detail for the given OperationSet class if no preferred protocol provider is set.
getPreferredProtocol(Class<? extends OperationSet>) - Method in class net.java.sip.communicator.service.contactsource.ContactDetail
Returns the name of the preferred protocol for the operation given by the opSetClass.
getPreferredProtocolProvider(Class<? extends OperationSet>) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.UIContactDetail
Returns the protocol provider preferred for contacting this detail for the given OperationSet class.
getPreferredProtocolProvider(Class<? extends OperationSet>) - Method in class net.java.sip.communicator.service.contactsource.ContactDetail
Returns the preferred ProtocolProviderService when using the given opSetClass.
getPreferredSize() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
Returns the preferred size of this component.
getPreferredSize() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI.ScrollableTabButton
 
getPreferredTransport() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
 
getPreReleaseID() - Method in interface net.java.sip.communicator.service.version.Version
Returns the version prerelease ID of the current SIP Communicator version and null if this version is not a prerelease.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.UIContactDetail
Returns the PresenceStatus of this ContactDetail or null if the detail doesn't support presence.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Returns the status of the contact.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Returns a PresenceStatus instance representing the state this provider is currently in.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl
Returns the status of the contact.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Returns a PresenceStatus instance representing the state this provider is currently in.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Returns the status of the contact as per the last status update we've received for it.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Returns a PresenceStatus instance representing the state this provider is currently in.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Returns the status of the contact as per the last status update we've received for it.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Returns a PresenceStatus instance representing the state this provider is currently in.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContact
Returns the status of the contact.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
Returns a PresenceStatus instance representing the state this provider is currently in.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Returns the status of the contact as per the last status update we've received for it.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Returns a PresenceStatus instance representing the state this provider is currently in.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Returns the status of the contact.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Returns a PresenceStatus instance representing the state this provider is currently in.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Returns the status of the contact.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Returns a PresenceStatus instance representing the state this provider is currently in.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the status of the contact.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Returns a PresenceStatus instance representing the state this provider is currently in.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Returns the status of the contact as per the last status update we've received for it.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
Returns a PresenceStatus instance representing the state this provider is currently in.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Returns the status of the contact.
getPresenceStatus() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Returns a PresenceStatus instance representing the state this provider is currently in.
getPresenceStatus() - Method in interface net.java.sip.communicator.service.protocol.Contact
Returns the status of the contact as per the last status update we've received for it.
getPresenceStatus() - Method in interface net.java.sip.communicator.service.protocol.OperationSetPresence
Returns a PresenceStatus instance representing the state this provider is currently in.
getPreviousRole() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomLocalUserRoleChangeEvent
Returns the previous role that local participant had.
getPreviousRole() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberRoleChangeEvent
Returns the previous role the member that this event is about had.
getPrimary1() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getPrimary2() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getPrimary3() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getPriority() - Method in class net.java.sip.communicator.impl.neomedia.AudioMediaStreamImpl
The priority of the audio is 3, which is meant to be higher than other threads and higher than the video one.
getPriority(MediaFormat) - Method in class net.java.sip.communicator.impl.neomedia.codec.EncodingConfiguration
 
getPriority() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Used to set the priority of the receive/send streams.
getPriority() - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
The priority of the video is 5, which is meant to be higher than other threads and lower than the audio one.
getPriority() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
This candidate's priority as defined in ICE's RFC 5245
getPriority() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Get the priority of the service.
getPriority() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistration
 
getPriority() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
 
getPrivatePersistentDirectory(String) - Method in class net.java.sip.communicator.impl.fileaccess.FileAccessServiceImpl
This method creates a directory specific to the current user.
getPrivatePersistentDirectory(String[]) - Method in class net.java.sip.communicator.impl.fileaccess.FileAccessServiceImpl
This method creates a directory specific to the current user.
getPrivatePersistentDirectory(String) - Method in interface net.java.sip.communicator.service.fileaccess.FileAccessService
This method creates a directory specific to the current user.
getPrivatePersistentDirectory(String[]) - Method in interface net.java.sip.communicator.service.fileaccess.FileAccessService
This method creates a directory specific to the current user.
getPrivatePersistentFile(String) - Method in class net.java.sip.communicator.impl.fileaccess.FileAccessServiceImpl
This method returns a file specific to the current user.
getPrivatePersistentFile(String) - Method in interface net.java.sip.communicator.service.fileaccess.FileAccessService
This method returns a file specific to the current user.
getProcessorFormat() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Gets the JMF Format in which this instance captures media.
getProgram() - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationEntry
Method which returns true if one program is executed.
getProgramFile() - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationEntry
Method which returns the program's name which is executed.
getProgress() - Method in class net.java.sip.communicator.service.callhistory.event.ProgressEvent
Gets the current progress that will be fired.
getProgress() - Method in class net.java.sip.communicator.service.history.event.ProgressEvent
Gets the current progress that will be fired.
getProgress() - Method in class net.java.sip.communicator.service.msghistory.event.ProgressEvent
Gets the current progress that will be fired.
getProgress() - Method in class net.java.sip.communicator.service.protocol.event.FileTransferProgressEvent
Returns the progress of the file transfer in transferred bytes.
getProgressLabel(String) - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileHistoryConversationComponent
We don't have progress label in history.
getProgressLabel(String) - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
Returns the label to show on the progress bar.
getProgressLabel(String) - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.ReceiveFileConversationComponent
Returns the label to show on the progress bar.
getProgressLabel(String) - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.SendFileConversationComponent
Returns the label to show on the progress bar.
getProperties() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
getProperties() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
 
getProperty(String) - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
Returns the value of the property with the specified name or null if no such property exists.
getProperty(String) - Method in interface net.java.sip.communicator.impl.configuration.ConfigurationStore
Gets the value in this ConfigurationStore of a property with a specific name.
getProperty(String) - Method in class net.java.sip.communicator.impl.configuration.PropertyConfigurationStore
 
getProperty(String) - Method in class net.java.sip.communicator.impl.configuration.xml.XMLConfigurationStore
 
getProperty(String) - Static method in class net.java.sip.communicator.plugin.googletalkaccregwizz.Resources
Returns the resource for the given key.
getProperty(String) - Method in interface net.java.sip.communicator.service.configuration.ConfigurationService
Returns the value of the property with the specified name or null if no such property exists.
getPropertyBoolean(String, boolean) - Method in class net.java.sip.communicator.plugin.otr.OtrConfigurator
Gets the value of a specific property as a boolean ( ConfigurationService.getBoolean(String, boolean) proxy).
getPropertyBytes(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Get a property of the service.
getPropertyBytes(String) - Method in class net.java.sip.communicator.plugin.otr.OtrConfigurator
Returns the value of the property with the specified name or null if no such property exists (ConfigurationService.getProperty(String) proxy).
getPropertyChangeEvent() - Method in exception net.java.sip.communicator.service.configuration.ConfigPropertyVetoException
Gets the vetoed PropertyChangeEvent.
getPropertyChangeSource(String, Object, Object) - Method in class net.java.sip.communicator.util.PropertyChangeNotifier
Gets the Object to be reported as the source of a new PropertyChangeEvent which is to notify the PropertyChangeListeners registered with this PropertyChangeNotifier about the change in the value of a property with a specific name from a specific old value to a specific new value.
getPropertyCount() - Method in class net.java.sip.communicator.service.history.records.HistoryRecordStructure
 
getPropertyID(T) - Static method in class net.java.sip.communicator.impl.neomedia.ZrtpConfigurePanel
 
getPropertyID(T) - Static method in class net.java.sip.communicator.impl.neomedia.ZrtpConfigureUtils
 
getPropertyInputStream(String) - Static method in class net.java.sip.communicator.plugin.jabberaccregwizz.Resources
Returns the resource for the given key.
getPropertyInt(String, int) - Method in class net.java.sip.communicator.plugin.otr.OtrConfigurator
Gets the value of a specific property as a signed decimal integer.
getPropertyNames() - Method in interface net.java.sip.communicator.impl.configuration.ConfigurationStore
Gets the names of the properties which have values associated in this ConfigurationStore.
getPropertyNames() - Method in class net.java.sip.communicator.impl.configuration.PropertyConfigurationStore
 
getPropertyNames() - Method in class net.java.sip.communicator.impl.configuration.xml.XMLConfigurationStore
 
getPropertyNames() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Iterator of the property names.
getPropertyNames() - Method in class net.java.sip.communicator.service.history.records.HistoryRecord
 
getPropertyNames() - Method in class net.java.sip.communicator.service.history.records.HistoryRecordStructure
 
getPropertyNamesByPrefix(String, boolean) - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
Returns a java.util.List of Strings containing the all property names that have the specified prefix.
getPropertyNamesByPrefix(String, boolean) - Method in interface net.java.sip.communicator.service.configuration.ConfigurationService
Returns a java.util.List of Strings containing the all property names that have the specified prefix.
getPropertyNamesBySuffix(String) - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
Returns a List of Strings containing the property names that have the specified suffix.
getPropertyNamesBySuffix(String) - Method in interface net.java.sip.communicator.service.configuration.ConfigurationService
Returns a List of Strings containing the property names that have the specified suffix.
getPropertyString(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Get a property of the service.
getPropertyValue() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeFailedEvent
Returns the value of the property.
getPropertyValues() - Method in class net.java.sip.communicator.service.history.records.HistoryRecord
 
getProtocol() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
Sets this candidate's transport protocol.
getProtocol() - Method in class net.java.sip.communicator.impl.protocol.jabber.UriHandlerJabberImpl
Returns the protocol that this handler is responsible for or "xmpp" in other words.
getProtocol() - Method in class net.java.sip.communicator.impl.protocol.rss.UriHandlerRssImpl
Returns the protocol that this handler is responsible for.
getProtocol() - Method in class net.java.sip.communicator.impl.protocol.sip.UriHandlerSipImpl
Returns the protocol that this handler is responsible for or "sip" in other words.
getProtocol() - Method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccountRegistrationWizard
Returns the protocol name as listed in "ProtocolNames" or just the name of the service.
getProtocol() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
Returns the protocol name as listed in "ProtocolNames" or just the name of the service.
getProtocol() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns the protocol name as listed in "ProtocolNames" or just the name of the service.
getProtocol() - Method in interface net.java.sip.communicator.service.argdelegation.UriHandler
Returns the protocol that this handler is responsible for.
getProtocolContact() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactProtocolButton
Returns the specific protocol contact corresponding to this button.
getProtocolDescription() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationForm
Returns a dummy protocol description.
getProtocolDescription() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Returns a dummy protocol description.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolDescription method.
getProtocolDescription() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationForm
Returns a short description of the protocol that will be shown on the right of the protocol name in the list, where user will choose the protocol to register to.
getProtocolDescription() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns a short description of the protocol that will be shown on the right of the protocol name in the list, where user will choose the protocol to register to.
getProtocolDisplayName() - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl
Returns the protocol display name.
getProtocolDisplayName() - Method in class net.java.sip.communicator.impl.protocol.mock.MockProvider
Mock implementation of the corresponding ProtocolProviderService method.
getProtocolDisplayName() - Method in class net.java.sip.communicator.service.protocol.AbstractProtocolProviderService
Returns the protocol display name.
getProtocolDisplayName() - Method in class net.java.sip.communicator.service.protocol.AccountID
Returns the display name of the protocol.
getProtocolDisplayName() - Method in interface net.java.sip.communicator.service.protocol.ProtocolProviderService
Returns the protocol display name.
getProtocolIcon() - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolProviderServiceDictImpl
Returns the dict protocol icon.
getProtocolIcon() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolProviderServiceGibberishImpl
Returns the gibberish protocol icon.
getProtocolIcon() - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl
Returns the icq/aim protocol icon.
getProtocolIcon() - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolProviderServiceIrcImpl
Returns the icon for this protocol.
getProtocolIcon() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Returns the jabber protocol icon.
getProtocolIcon() - Method in class net.java.sip.communicator.impl.protocol.mock.MockProvider
Mock implementation of the corresponding ProtocolProviderService method.
getProtocolIcon() - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolProviderServiceMsnImpl
Returns the msn protocol icon.
getProtocolIcon() - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolProviderServiceRssImpl
Returns the rss protocol icon.
getProtocolIcon() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the sip protocol icon.
getProtocolIcon() - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderServiceSSHImpl
Returns the ssh protocol icon.
getProtocolIcon() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolProviderServiceYahooImpl
Returns the yahoo protocol icon.
getProtocolIcon() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolProviderServiceZeroconfImpl
Returns the zeroconf protocol icon.
getProtocolIcon() - Method in interface net.java.sip.communicator.service.protocol.ProtocolProviderService
Returns the protocol logo icon.
getProtocolIconPath() - Method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccountRegistrationWizard
Returns the protocol icon path.
getProtocolIconPath() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
Returns the protocol icon path.
getProtocolIconPath() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns the protocol icon path.
getProtocolName() - Method in class net.java.sip.communicator.impl.gui.main.account.Account
Returns the protocol name of the account.
getProtocolName() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationForm
Returns the name of a dummy protocol which is actually a prompt to select a network.
getProtocolName() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Returns the name of a dummy protocol which is actually a prompt to select a network.
getProtocolName() - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolProviderServiceDictImpl
Returns the short name of the protocol that the implementation of this provider is based upon (like SIP, Jabber, ICQ/AIM, or others for example).
getProtocolName() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolProviderServiceGibberishImpl
Returns the short name of the protocol that the implementation of this provider is based upon (like SIP, Jabber, ICQ/AIM, or others for example).
getProtocolName() - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl
Returns the short name of the protocol that the implementation of this provider is based upon (like SIP, Jabber, ICQ/AIM, or others for example).
getProtocolName() - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolProviderServiceIrcImpl
Returns the short name of the protocol that the implementation of this provider is based upon (like SIP, Jabber, ICQ/AIM, or others for example).
getProtocolName() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Returns the short name of the protocol that the implementation of this provider is based upon (like SIP, Jabber, ICQ/AIM, or others for example).
getProtocolName() - Method in class net.java.sip.communicator.impl.protocol.mock.MockProvider
Mock implementation of the corresponding ProtocolProviderService method.
getProtocolName() - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolProviderServiceMsnImpl
Returns the short name of the protocol that the implementation of this provider is based upon (like SIP, Msn, ICQ/AIM, or others for example).
getProtocolName() - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolProviderServiceRssImpl
Returns the short name of the protocol that the implementation of this provider is based upon (like SIP, Jabber, ICQ/AIM, or others for example).
getProtocolName() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the short name of the protocol that the implementation of this provider is based upon (like SIP, Jabber, ICQ/AIM, or others for example).
getProtocolName() - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderServiceSSHImpl
Returns the short name of the protocol that the implementation of this provider is based upon (like SIP, Jabber, ICQ/AIM, or others for example).
getProtocolName() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolProviderServiceYahooImpl
Returns the short name of the protocol that the implementation of this provider is based upon (like SIP, Msn, ICQ/AIM, or others for example).
getProtocolName() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolProviderServiceZeroconfImpl
Returns the short name of the protocol that the implementation of this provider is based upon (like SIP, Jabber, ICQ/AIM, or others for example).
getProtocolName() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Implements the AccountRegistrationWizard.getProtocolName method.
getProtocolName() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationForm
Returns the protocol name that will be shown in the list, where user will choose the protocol to register to.
getProtocolName() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns the protocol name that will be shown in the list, where user will choose the protocol to register to.
getProtocolName() - Method in class net.java.sip.communicator.service.protocol.AccountID
Returns the name of the protocol.
getProtocolName() - Method in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Gets the name of the protocol this factory registers its ProtocolProviderServices with and to be placed in the properties of the accounts created by this factory.
getProtocolName() - Method in interface net.java.sip.communicator.service.protocol.ProtocolProviderService
Returns the short name of the protocol that the implementation of this provider is based upon (like SIP, Jabber, ICQ/AIM, or others for example).
getProtocolPresenceOpSet(ProtocolProviderService) - Static method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the presence operation set for the given protocol provider.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.gui.main.account.Account
Returns the protocol provider, on which this account is based.
getProtocolProvider() - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatTransport
Returns the ProtocolProviderService, corresponding to this chat transport.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomProviderWrapper
Returns the protocol provider service corresponding to this server wrapper.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
Returns the ProtocolProviderService, corresponding to this chat transport.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomProviderWrapper
Returns the protocol provider service corresponding to this server wrapper.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
Returns the ProtocolProviderService, corresponding to this chat transport.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Returns the ProtocolProviderService, corresponding to this chat transport.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.NewChatRoom
 
getProtocolProvider() - Method in class net.java.sip.communicator.impl.gui.main.presence.StatusSelectorMenu
Returns the protocol provider associated with this status menu.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl.ChatRoomMemberImpl
 
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Returns a reference to the protocol provider that created the contact.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallPeerGibberishImpl
Returns the protocol provider that this peer belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl
Returns a reference to the protocol provider that created the contact.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicTelephonyGibberishImpl
Returns the protocol provider that this operation set belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Returns a reference to the protocol provider that created the contact.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomMemberIrcImpl
Returns the protocol provider instance that this member has originated in.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomMemberJabberImpl
Returns the protocol provider instance that this member has originated in.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Returns a reference to the protocol provider that created the contact.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Returns the protocol provider that this operation set belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
Returns the protocol provider instance that this member has originated in.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Returns a reference to the ProtocolProviderService instance that created this whiteboard.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.mock.MockCallPeer
Returns the protocol provider that this peer belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoomMember
Returns the protocol provider instance that this member has originated in.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContact
Returns a reference to the protocol provider that created the contact.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
Returns the protocol provider that this operation set belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Returns a reference to the protocol provider that created the contact.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Returns a reference to the protocol provider that created the contact.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.sip.CallSipImpl
Returns a reference to the ProtocolProviderServiceSipImpl instance that created this call.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Returns a reference to the protocol provider that created the contact.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Returns the protocol provider that this operation set belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns a reference to the protocol provider that created the contact.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Returns a reference to the protocol provider that created the contact.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Returns a reference to the protocol provider that created the contact.
getProtocolProvider() - Method in class net.java.sip.communicator.service.callhistory.CallRecord
Returns the protocol provider used for the call.
getProtocolProvider() - Method in class net.java.sip.communicator.service.protocol.AbstractCall
Returns a reference to the ProtocolProviderService instance that created this call.
getProtocolProvider() - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Returns the protocol provider that this peer belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.service.protocol.Call
Returns a reference to the ProtocolProviderService instance that created this call.
getProtocolProvider() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Returns the protocol provider that this peer belongs to.
getProtocolProvider() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomMember
Returns the protocol provider instance that this member has originated in.
getProtocolProvider() - Method in interface net.java.sip.communicator.service.protocol.Contact
Returns a reference to the protocol provider that created the contact.
getProtocolProvider() - Method in interface net.java.sip.communicator.service.protocol.ContactGroup
Returns the protocol provider that this group belongs to.
getProtocolProvider() - Method in class net.java.sip.communicator.service.protocol.event.ContactPropertyChangeEvent
Returns a reference to the protocol provider where the event has originated.
getProtocolProvider() - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Returns the protocol provider that this peer belongs to.
getProtocolProvider() - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony
Returns the protocol provider that this operation set belongs to.
getProtocolProvider() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardParticipant
Returns the protocol provider instance that this member has originated in.
getProtocolProvider() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Returns a reference to the ProtocolProviderService instance that created this whiteboard.
getProtocolProviderFactories() - Static method in class net.java.sip.communicator.impl.callhistory.CallHistoryActivator
Returns all ProtocolProviderFactorys obtained from the bundle context.
getProtocolProviderFactories() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns all ProtocolProviderFactorys obtained from the bundle context.
getProtocolProviderFactories() - Static method in class net.java.sip.communicator.plugin.accountinfo.AccountInfoActivator
Returns all ProtocolProviderFactorys obtained from the bundle context.
getProtocolProviderFactory(ProtocolProviderService) - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns a ProtocolProviderFactory for a given protocol provider.
getProtocolProviderFactory(String) - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns a ProtocolProviderFactory for a given protocol provider.
getProtocolProviderFactory() - Static method in class net.java.sip.communicator.impl.protocol.dict.DictActivator
Returns a reference to the protocol provider factory that we have registered.
getProtocolProviderFactory() - Static method in class net.java.sip.communicator.impl.protocol.gibberish.GibberishActivator
Retrurns a reference to the protocol provider factory that we have registered.
getProtocolProviderFactory() - Static method in class net.java.sip.communicator.impl.protocol.irc.IrcActivator
Returns a reference to the protocol provider factory that we have registered.
getProtocolProviderFactory() - Static method in class net.java.sip.communicator.impl.protocol.jabber.JabberActivator
Retrurns a reference to the protocol provider factory that we have registered.
getProtocolProviderFactory() - Static method in class net.java.sip.communicator.impl.protocol.msn.MsnActivator
Retrurns a reference to the protocol provider factory that we have registered.
getProtocolProviderFactory(String) - Static method in class net.java.sip.communicator.impl.protocol.ProtocolProviderActivator
Returns a ProtocolProviderFactory for a given protocol provider.
getProtocolProviderFactory() - Static method in class net.java.sip.communicator.impl.protocol.rss.RssActivator
Retrurns a reference to the protocol provider factory that we have registered.
getProtocolProviderFactory() - Static method in class net.java.sip.communicator.impl.protocol.sip.SipActivator
Retrurns a reference to the protocol provider factory that we have registered.
getProtocolProviderFactory() - Static method in class net.java.sip.communicator.impl.protocol.ssh.SSHActivator
Retrurns a reference to the protocol provider factory that we have registered.
getProtocolProviderFactory() - Static method in class net.java.sip.communicator.impl.protocol.yahoo.YahooActivator
Retrurns a reference to the protocol provider factory that we have registered.
getProtocolProviderFactory() - Static method in class net.java.sip.communicator.impl.protocol.zeroconf.ZeroconfActivator
Retrurns a reference to the protocol provider factory that we have registered.
getProtocolProviderForAccount(String) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the protocol provider associated to the account given by the account user identifier.
getProtocolProviderLastStatus(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
If the protocol provider supports presence operation set searches the last status which was selected, otherwise returns null.
getProtocolProviders() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns a set of all protocol providers.
getProtocolProviders() - Static method in class net.java.sip.communicator.plugin.generalconfig.GeneralConfigPluginActivator
Returns an array of all available protocol providers.
getProtocolsPanel() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactInfoDialog
Returns the panel containing all contact protocols' information.
getProtoContact() - Method in class net.java.sip.communicator.service.contactlist.event.ProtoContactEvent
Returns the protoContact that this event is about.
getProvider() - Method in class net.java.sip.communicator.service.geolocation.event.LocalPositionChangeEvent
Returns the provider that has genereted this event
getProvider() - Method in class net.java.sip.communicator.service.protocol.event.ProviderPresenceStatusChangeEvent
Returns the provider that has genereted this event
getProvider() - Method in class net.java.sip.communicator.service.protocol.event.ProviderStatusChangeEvent
Returns the provider that has genereted this event
getProvider() - Method in class net.java.sip.communicator.service.protocol.event.RegistrationStateChangeEvent
Returns the provider that has generated this event
getProviderForAccount(AccountID) - Method in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Returns the ServiceReference for the protocol provider corresponding to the specified accountID or null if the accountID is unknown.
getProviderIndex(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the index of the given protocol provider.
getProvince() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.ProvinceDetail
 
getProxy() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Returns the proxy.
getProxy() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
 
getProxyAddress() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.NewAccount
Returns the proxy address.
getProxyPort() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Return the proxy port.
getProxyPort() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
The port on the specified proxy
getPtime() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
Returns packet time as specified in RFC 4566.
getPtr() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.AVFrame
Gets the pointer to the native FFmpeg AVFrame object represented by this instance.
getPtr() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.CVImageBuffer
Gets the CoreVideo CVImageBufferRef represented by this instance.
getPtr() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.NSObject
Gets the pointer to the Objective-C object represented by this instance.
getPubDate() - Method in class net.java.sip.communicator.impl.protocol.rss.RssFeedReader
Returns a Date giving the publication date of the feed on the relevant server.
getPublicAddress() - Method in class net.java.sip.communicator.impl.netaddr.FirewallDescriptor
Returns the public IP address of the firewall.
getPublicAddress() - Method in class net.java.sip.communicator.impl.netaddr.StunDiscoveryReport
Returns the public addressed discovered by a discovery process.
getPublicAddressFor(InetAddress, int) - Method in class net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl
Tries to obtain a mapped/public address for the specified port (possibly by executing a STUN query).
getPublicAddressFor(InetAddress, int) - Method in interface net.java.sip.communicator.service.netaddr.NetworkAddressManagerService
Tries to obtain a mapped/public address for the specified port.
getQualifiedName() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Fully qualified service name, such as foobar._http._tcp.local. .
getQueryResults() - Method in interface net.java.sip.communicator.service.contactsource.ContactQuery
Returns the list of SourceContacts returned by this query.
getQuerySource() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQueryEvent
Returns the MetaContactQuery that triggered this event.
getQuerySource() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQueryStatusEvent
Returns the ContactQuery that triggered this event.
getQuerySource() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaGroupQueryEvent
Returns the MetaContactQuery that triggered this event.
getQuerySource() - Method in class net.java.sip.communicator.service.callhistory.event.CallHistoryQueryStatusEvent
Returns the CallHistoryQuery that triggered this event.
getQuerySource() - Method in class net.java.sip.communicator.service.callhistory.event.CallRecordEvent
Returns the ContactQuery that triggered this event.
getQuerySource() - Method in class net.java.sip.communicator.service.contactsource.ContactQueryStatusEvent
Returns the ContactQuery that triggered this event.
getQuerySource() - Method in class net.java.sip.communicator.service.contactsource.ContactReceivedEvent
Returns the ContactQuery that triggered this event.
getQuerySource() - Method in class net.java.sip.communicator.service.history.event.HistoryQueryStatusEvent
Returns the HistoryQuery that triggered this event.
getQuerySource() - Method in class net.java.sip.communicator.service.history.event.HistoryRecordEvent
Returns the HistoryQuery that triggered this event.
getRadius() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectCircleJabberImpl
Returns the radius (in pixels) of this whiteboard circle.
getRadius() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeCircle
Returns the radius (in pixels) of this whiteboard circle.
getRadius() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectCircle
Returns the radius (in pixels) of this whiteboard circle.
getRadiusX() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectEllipse
Returns the width radius (in pixels) of this whiteboard ellipse.
getRadiusY() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectEllipse
Returns the height radius (in pixels) of this whiteboard ellipse.
getRandomPortNumber() - Static method in class net.java.sip.communicator.util.NetworkUtils
Returns a random local port number that user applications could bind to.
getRandomPortNumber(int, int) - Static method in class net.java.sip.communicator.util.NetworkUtils
Returns a random local port number, greater than min and lower than max.
getRandomPortNumber(int, int, boolean) - Static method in class net.java.sip.communicator.util.NetworkUtils
Returns a random local port number, greater than min and lower than max.
getRawData() - Method in class net.java.sip.communicator.service.protocol.AbstractMessage
 
getRawData() - Method in interface net.java.sip.communicator.service.protocol.Message
Get the raw/binary content of an instant message.
getReadableConstant(String) - Static method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingChooser
Provides a more readable version of constant names.
getReadableConstant(String) - Static method in class net.java.sip.communicator.plugin.keybindingchooser.StringTools
Provides a more readable version of constant names.
getReadableConstant(String) - Static method in enum net.java.sip.communicator.service.keybindings.Persistence
Provides a more readable version of constant names.
getReader() - Method in class net.java.sip.communicator.impl.history.HistoryImpl
 
getReader() - Method in interface net.java.sip.communicator.service.history.History
Returns an object which can be used to read and query this history.
getRealms(String) - Method in class net.java.sip.communicator.impl.protocol.sip.security.CredentialsCache
Returns the list of realms that branchID has been used to authenticate against.
getReason() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatOperationReasonDialog
Returns the text entered in the reason field.
getReason() - Method in class net.java.sip.communicator.impl.gui.utils.InviteDialog
Returns the reason of this invite, if the user has specified one.
getReason() - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomInvitationIcqImpl
Returns the invitation reason.
getReason() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomInvitationIrcImpl
Returns the reason of this invitation, or null if there is no reason
getReason() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomInvitationJabberImpl
 
getReason() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
Returns this IQ's reason extension.
getReason() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ReasonPacketExtension
Returns the reason string that this packet extension is transporting.
getReason() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardInvitationJabberImpl
Returns the reason of the invitation.
getReason() - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomInvitationMsnImpl
Returns the invitation reason.
getReason() - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomInvitationYahooImpl
Returns the invitation reason.
getReason() - Method in interface net.java.sip.communicator.service.protocol.AdHocChatRoomInvitation
Returns the reason of this invitation, or null if there is no reason.
getReason() - Method in class net.java.sip.communicator.service.protocol.AuthorizationRequest
Returns the reason that should be sent to the remote user when asking for authorization.
getReason() - Method in class net.java.sip.communicator.service.protocol.AuthorizationResponse
Returns a String containing additional explanations (might also be empty) of this response.
getReason() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomInvitation
Returns the reason of this invitation, or null if there is no reason.
getReason() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationRejectedEvent
Returns the reason for which the AdHocChatRoomInvitation is rejected.
getReason() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomParticipantPresenceChangeEvent
A reason String indicating a human readable reason for this event.
getReason() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomInvitationRejectedEvent
Returns the reason for which the ChatRoomInvitation is rejected.
getReason() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPresenceChangeEvent
A reason String indicating a human readable reason for this event.
getReason() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeFailedEvent
Returns the reason of the failure.
getReason() - Method in class net.java.sip.communicator.service.protocol.event.FileTransferStatusChangeEvent
Returns the reason of the status change.
getReason() - Method in class net.java.sip.communicator.service.protocol.event.LocalUserAdHocChatRoomPresenceChangeEvent
A reason string indicating a human readable reason for this event.
getReason() - Method in class net.java.sip.communicator.service.protocol.event.LocalUserChatRoomPresenceChangeEvent
A reason string indicating a human readable reason for this event.
getReason() - Method in class net.java.sip.communicator.service.protocol.event.MessageDeliveryFailedEvent
Returns a human readable message indicating the reason for the failure or null if the reason is unknown.
getReason() - Method in class net.java.sip.communicator.service.protocol.event.RegistrationStateChangeEvent
Returns a (non localized) String containing information further explaining the reason code, or null if no particular reason has been specified.
getReason() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardInvitationRejectedEvent
Returns the reason for which the ChatRoomInvitation is rejected.
getReason() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardSessionPresenceChangeEvent
A reason string indicating a human readable reason for this event.
getReason() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardInvitation
Returns the reason of this invitation, or null if there is no reason specified.
getReasonCode() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeFailedEvent
Returns the code of the failure.
getReasonCode() - Method in class net.java.sip.communicator.service.protocol.event.RegistrationStateChangeEvent
One of the REASON_XXX fields, indicating the reason code returned by the server in order to explain the state transition.
getReasonString() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerChangeEvent
Returns a reason string further explaining the event (may be null).
getReasonString() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardParticipantChangeEvent
Returns a reason string further explaining the event (may be null).
getReceiveBufferSize() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Provides a dummy implementation to RTPConnector.getReceiveBufferSize() that always returns -1.
getReceiveStream() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Gets the ReceiveStream being played back on the MediaDevice represented by this instance.
getReceiveStream() - Method in class net.java.sip.communicator.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Gets the ReceiveStream which has its DataSource wrapped by this instance.
getReference() - Method in class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelMap
Returns a reference to the bi-directional array encapsulated by this map.
getRegion() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns an administrative region of the nation, such as a state or province (e.g.
getRegisteredAccounts() - Method in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Returns a copy of the list containing the AccountIDs of all accounts currently registered in this protocol provider.
getRegisteredEvents() - Method in class net.java.sip.communicator.impl.notification.NotificationServiceImpl
Returns an iterator over a list of all events registered in this notification service.
getRegisteredEvents() - Method in interface net.java.sip.communicator.service.notification.NotificationService
Returns an iterator over a list of all events registered in this notification service.
getRegisteredProviderForAccount(AccountID) - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the ProtocolProviderService corresponding to the given account identifier that is registered in the given factory
getRegistrarConnection() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the current instance of SipRegistrarConnection.
getRegistration() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Returns the registration object, which will store all the data through the wizard.
getRegistration() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Returns the registration object, which will store all the data through the wizard.
getRegistration() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns the registration object, which will store all the data through the wizard.
getRegistration() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Returns the registration object, which will store all the data through the wizard.
getRegistration() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns the registration object, which will store all the data through the wizard.
getRegistration() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Returns the registration object, which will store all the data through the wizard.
getRegistration() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Returns the registration object, which will store all the data through the wizard.
getRegistration() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Returns the registration object, which will store all the data through the wizard.
getRegistration() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Returns the registration object, which will store all the data through the wizard.
getRegistration() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Returns the current sip registration holding all values.
getRegistration() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns the registration object, which will store all the data through the wizard.
getRegistration() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Returns the registration object, which will store all the data through the wizard.
getRegistration() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Returns the registration object, which will store all the data through the wizard.
getRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolProviderServiceDictImpl
Returns the state of the registration of this protocol provider with the corresponding registration service.
getRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolProviderServiceGibberishImpl
Returns the state of the registration of this protocol provider with the corresponding registration service.
getRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl
Returns the state of the registration of this protocol provider
getRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolProviderServiceIrcImpl
Returns the state of the registration of this protocol provider with the corresponding registration service.
getRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Returns the state of the registration of this protocol provider
getRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.mock.MockProvider
Mock implementation of the corresponding ProtocolProviderService method.
getRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolProviderServiceMsnImpl
Returns the state of the registration of this protocol provider
getRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolProviderServiceRssImpl
Returns the state of the registration of this protocol provider with the corresponding registration service.
getRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the state of the registration of this protocol provider with the corresponding registration service.
getRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.sip.SipRegistrarConnection
Returns the state of this connection.
getRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.sip.SipRegistrarlessConnection
Returns the state of this connection.
getRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderServiceSSHImpl
Returns the state of the registration of this protocol provider with the corresponding registration service.
getRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolProviderServiceYahooImpl
Returns the state of the registration of this protocol provider
getRegistrationState() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolProviderServiceZeroconfImpl
Returns the state of the registration of this protocol provider with the corresponding registration service.
getRegistrationState() - Method in interface net.java.sip.communicator.service.protocol.ProtocolProviderService
Returns the state of the registration of this protocol provider with the corresponding registration service.
getRelAddr() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
Returns this candidate's related address as described by ICE's RFC 5245.
getRelPort() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
Returns this candidate's related port as described by ICE's RFC 5245.
getRemainingTTL(long) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord
Get the remaining TTL for this record.
getRemote() - Method in class net.java.sip.communicator.util.swing.VideoLayout
 
getRemoteCandidate() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.IceUdpTransportPacketExtension
Returns the in-use candidate for this session.
getRemoteContributingSourceIDs() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Returns the List of CSRC identifiers representing the parties contributing to the stream that we are receiving from this MediaStream's remote party.
getRemoteControlAddress() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Gets the address that this stream is sending RTCP traffic to.
getRemoteControlAddress() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Returns the address that this stream is sending RTCP traffic to.
getRemoteDataAddress() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Gets the address that this stream is sending RTP traffic to.
getRemoteDataAddress() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Returns the address that this stream is sending RTP traffic to.
getRemoteFingerprint(Contact) - Method in interface net.java.sip.communicator.plugin.otr.ScOtrKeyManager
 
getRemoteFingerprint(Contact) - Method in class net.java.sip.communicator.plugin.otr.ScOtrKeyManagerImpl
 
getRemoteSourceID() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Get the synchronization source (SSRC) identifier of the remote peer or -1 if it is not yet known.
getRemoteSourceID() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Returns the synchronization source (SSRC) identifier of the remote participant or -1 if that identifier is not yet known at this point.
getRemoteSSRCList() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Returns the list of SSRC identifiers that this device session is handling streams from.
getRequest() - Method in class net.java.sip.communicator.service.protocol.event.FileTransferRequestEvent
Returns the incoming file transfer request that triggered this event.
getRequestReason() - Method in class net.java.sip.communicator.impl.gui.main.authorization.RequestAuthorizationDialog
The text entered as a resuest reason.
getResource() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistration
 
getResource() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
 
getResource() - Method in enum net.java.sip.communicator.service.keybindings.KeybindingSet.Category
Provides the name keybindings are saved and loaded with.
getResourcePriority() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Returns the jabber account resource priority property value.
getResources() - Static method in class net.java.sip.communicator.impl.audionotifier.AudioNotifierActivator
 
getResources() - Static method in class net.java.sip.communicator.impl.callhistory.CallHistoryActivator
Returns the ResourceManagementService, through which we will access all resources.
getResources() - Static method in class net.java.sip.communicator.impl.galagonotification.GalagoNotificationActivator
Gets the resources such as internationalized and localized text and images used by the galagonotification bundle.
getResources() - Static method in class net.java.sip.communicator.impl.growlnotification.GrowlNotificationActivator
Returns the ResourceManagementService obtained from the bundle context.
getResources() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the ResourceManagementService, through which we will access all resources.
getResources() - Static method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
 
getResources() - Static method in class net.java.sip.communicator.impl.neomedia.NeomediaActivator
Gets the ResourceManagementService instance which represents the resources such as internationalized and localized text and images used by the neomedia bundle.
getResources() - Static method in class net.java.sip.communicator.impl.osdependent.OsDependentActivator
Returns the ResourceManagementService, through which we will access all resources.
getResources() - Static method in class net.java.sip.communicator.impl.osdependent.Resources
 
getResources() - Static method in class net.java.sip.communicator.impl.protocol.dict.DictActivator
Returns the ResourceManagementService.
getResources() - Static method in class net.java.sip.communicator.impl.protocol.gibberish.GibberishActivator
 
getResources() - Static method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolIconGibberishImpl
 
getResources() - Static method in class net.java.sip.communicator.impl.protocol.icq.IcqActivator
Returns an instance of the ResourceManagementService.
getResources() - Static method in class net.java.sip.communicator.impl.protocol.icq.ProtocolIconAimImpl
 
getResources() - Static method in class net.java.sip.communicator.impl.protocol.icq.ProtocolIconIcqImpl
 
getResources() - Static method in class net.java.sip.communicator.impl.protocol.irc.IrcActivator
Returns the ResourceManagementService.
getResources() - Static method in class net.java.sip.communicator.impl.protocol.jabber.JabberActivator
Returns a reference to the ResourceManagementService implementation currently registered in the bundle context or null if no such implementation was found.
getResources() - Static method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolIconJabberImpl
 
getResources() - Static method in class net.java.sip.communicator.impl.protocol.msn.MsnActivator
Gets the ResourceManagementService instance which provides common resources such as internationalized and localized strings, images to the MSN bundle.
getResources() - Static method in class net.java.sip.communicator.impl.protocol.rss.ProtocolIconRssImpl
 
getResources() - Static method in class net.java.sip.communicator.impl.protocol.rss.RssActivator
Returns the ResourceManagementService.
getResources() - Static method in class net.java.sip.communicator.impl.protocol.sip.ProtocolIconSipImpl
 
getResources() - Static method in class net.java.sip.communicator.impl.protocol.ssh.SSHActivator
 
getResources() - Static method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolIconYahooImpl
 
getResources() - Static method in class net.java.sip.communicator.impl.protocol.yahoo.YahooActivator
 
getResources() - Static method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolIconZeroconfImpl
 
getResources() - Static method in class net.java.sip.communicator.impl.swingnotification.SwingNotificationActivator
Returns the ResourceManagementService obtained from the bundle context.
getResources() - Static method in class net.java.sip.communicator.plugin.accountinfo.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.advancedconfig.AdvancedConfigActivator
Returns the ResourceManagementService implementation.
getResources() - Static method in class net.java.sip.communicator.plugin.aimaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.branding.BrandingActivator
 
getResources() - Static method in class net.java.sip.communicator.plugin.contactinfo.Resources
 
getResources() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultColorPackImpl
Returns a Map, containing all [key, value] pairs for this resource pack.
getResources() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultImagePackImpl
Returns a Map, containing all [key, value] pairs for this resource pack.
getResources() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultLanguagePackImpl
Returns a Map, containing all [key, value] pairs for this resource pack.
getResources(Locale) - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultLanguagePackImpl
Returns a Map, containing all [key, value] pairs for the given locale.
getResources() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultSettingsPackImpl
Returns a Map, containing all [key, value] pairs for this resource pack.
getResources() - Method in class net.java.sip.communicator.plugin.defaultresourcepack.DefaultSoundPackImpl
Returns a Map, containing all [key, value] pairs for this resource pack.
getResources() - Static method in class net.java.sip.communicator.plugin.dictaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.facebookaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.generalconfig.GeneralConfigPluginActivator
Gets the service giving access to all application resources.
getResources() - Static method in class net.java.sip.communicator.plugin.generalconfig.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.gibberishaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.globalproxyconfig.Resources
Returns the resource service.
getResources() - Static method in class net.java.sip.communicator.plugin.googletalkaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.icqaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccRegWizzActivator
Returns the service giving access to resources.
getResources() - Static method in class net.java.sip.communicator.plugin.ircaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.jabberaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.keybindingchooser.KeybindingChooserActivator
Returns the resources service.
getResources() - Static method in class net.java.sip.communicator.plugin.msnaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.pluginmanager.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.profiler4j.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.reconnectplugin.ReconnectPluginActivator
Returns resource service.
getResources() - Static method in class net.java.sip.communicator.plugin.rssaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.securityconfig.SecurityConfigActivator
Returns a reference to the ResourceManagementService implementation currently registered in the bundle context or null if no such implementation was found.
getResources() - Static method in class net.java.sip.communicator.plugin.simpleaccreg.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccRegWizzActivator
Returns the service giving access to resources.
getResources() - Static method in class net.java.sip.communicator.plugin.sipaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.sshaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.updatechecker.UpdateCheckActivator
Returns resource service.
getResources() - Static method in class net.java.sip.communicator.plugin.whiteboard.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.yahooaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.Resources
 
getResources(Locale) - Method in interface net.java.sip.communicator.service.resources.LanguagePack
Returns a Map, containing all [key, value] pairs for the given locale.
getResources() - Method in interface net.java.sip.communicator.service.resources.ResourcePack
Returns a Map, containing all [key, value] pairs for this resource pack.
getResources() - Static method in class net.java.sip.communicator.util.UtilActivator
Returns the service giving access to all application resources.
getResponder() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
Returns the full JID of the entity that replies to a Jingle initiation.
getResponseCode() - Method in class net.java.sip.communicator.service.protocol.AuthorizationResponse
Returns the response code that unambiguously represents the sense of this response.
getResultCount() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQuery
Returns the current number of results received for this query.
getResultTime() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxIQ
Returns the time when these results were generated, in milliseconds since the UNIX epoch.
getReverseDirection() - Method in enum net.java.sip.communicator.service.neomedia.MediaDirection
Returns the MediaDirection value corresponding to a remote party's perspective of this MediaDirection.
getRGB24PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getRGB32PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getRightButtonFromSuper() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
 
getRightButtonMenu() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
Returns the right button popup menu.
getRightButtonMenu() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Returns the WritePanelRightButtonMenu opened in this panel.
getRightButtonMenu() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIContact
Returns the right button menu component.
getRightButtonMenu() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIGroup
Returns the JPopupMenu opened on a right button click over this group in the contact list.
getRightButtonMenu() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.SourceUIContact
Returns the JPopupMenu opened on a right button click over this SourceUIContact.
getRightButtonMenu() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Returns the right button menu opened over the contact list.
getRightButtonMenu() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIContact
Returns the right button menu component.
getRightButtonMenu() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIGroup
Returns the right button menu for this group.
getROC() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPCryptoContext
Get the Roll-Over-Counter of this SRTP cryptographic context
getRole() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatContact
 
getRole() - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl.ChatRoomMemberImpl
 
getRole() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomMemberIrcImpl
Returns the role of this chat room member in its containing room.
getRole() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomMemberJabberImpl
Returns the role of this chat room member in its containing room.
getRole() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoomMember
Returns the role of this chat room member in its containing room.
getRole() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomMember
Returns the role of this chat room member in its containing room.
getRoleDescription(ChatRoomMemberRole) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the corresponding role description to the given role index.
getRoleIcon(ChatRoomMemberRole) - Static method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatContactRoleIcon
Returns the role icon which corresponds to the given role.
getRoleIndex() - Method in enum net.java.sip.communicator.service.protocol.ChatRoomMemberRole
Returns a role index that can be used to allow ordering of roles by other modules (like the UI) that would not necessarily "know" all possible roles.
getRoleName() - Method in enum net.java.sip.communicator.service.protocol.ChatRoomMemberRole
Returns the name of this role.
getRoom() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns a String indicating a particular room in a building.
getRoot() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Returns the root MetaContactGroup in this contact list.
getRoot() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeModel
Returns the root group node.
getRoot() - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
Returns the root MetaContactGroup in this contact list.
getRootGroup() - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Returns the root group of the contact list.
getRootGroup() - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Returns the root group of the contact list.
getRootGroup() - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Returns the root group of the contact list.
getRootGroup() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Returns the root group of the contact list.
getRosterEntry(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Returns the roster entry associated with the given XMPP address or null if the user is not an entry in the roster.
getRosterGroup(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Returns the roster group with the specified name, or null if the group doesn't exist.
getRoundBorder() - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders
 
getRowCount() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableModel
Returns the number of rows in the model.
getRowCount() - Method in class net.java.sip.communicator.impl.neomedia.EncodingConfigurationTableModel
 
getRowCount() - Method in class net.java.sip.communicator.impl.neomedia.ZrtpConfigureTableModel
 
getRowCount() - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
Returns the number of lines of the table.
getRowCount() - Method in class net.java.sip.communicator.plugin.otr.KnownFingerprintsTableModel
Implements AbstractTableModel#getRowCount().
getRowCount() - Method in class net.java.sip.communicator.plugin.pluginmanager.PluginTableModel
Returns the count of table rows.
getRssFeedReader() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Returns the RSS feed reader that we are using to retrieve flows associated with this contact.
getRssProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccRegWizzActivator
Returns the ProtocolProviderFactory for the Rss protocol.
getRssProvider() - Method in class net.java.sip.communicator.impl.protocol.rss.UriHandlerRssImpl
Returns the default provider that we are supposed to add feeds to.
getRssURLList(List<ContactRssImpl>) - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
 
getRTCPBandwidthFraction() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Provides a dummy implementation to RTPConnector.getRTCPBandwidthFraction() that always returns -1.
getRTCPSenderBandwidthFraction() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Provides a dummy implementation to RTPConnector.getRTCPSenderBandwidthFraction() that always returns -1.
getRTCPTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.csrc.CsrcTransformEngine
Always returns null since this engine does not require any RTCP transformations.
getRTCPTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.dtmf.DtmfTransformEngine
Always returns null since this engine does not require any RTCP transformations.
getRTCPTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPTransformEngine
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in interface net.java.sip.communicator.impl.neomedia.transform.TransformEngine
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.TransformEngineChain
Returns the meta PacketTransformer that will be applying RTCP transformations from all engines registered in this TransformEngineChain.
getRTCPTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Returns an instance of ZRTPCTransformer.
getRtpDescription(ContentPacketExtension) - Static method in class net.java.sip.communicator.impl.protocol.jabber.jinglesdp.JingleUtils
Extracts and returns an RtpDescriptionPacketExtension provided with content or null if there is none.
getRtpExtensionsRegistry() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Returns the DynamicRTPExtensionsRegistry instance we are currently using.
getRTPPayloadType() - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Gets the RTP payload type (number) of this MediaFormat as it is known in RFC 3551 "RTP Profile for Audio and Video Conferences with Minimal Control".
getRTPPayloadType(String, double) - Static method in class net.java.sip.communicator.impl.neomedia.MediaUtils
Gets the RTP payload type corresponding to a specific JMF encoding and clock rate.
getRTPPayloadType() - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormat
Gets the RTP payload type (number) of this MediaFormat as it is known in RFC 3551 "RTP Profile for Audio and Video Conferences with Minimal Control".
getRTPTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.csrc.CsrcTransformEngine
Returns a reference to this class since it is performing RTP transformations in here.
getRTPTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.dtmf.DtmfTransformEngine
Returns a reference to this class since it is performing RTP transformations in here.
getRTPTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPTransformEngine
 
getRTPTransformer() - Method in interface net.java.sip.communicator.impl.neomedia.transform.TransformEngine
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.TransformEngineChain
Returns the meta PacketTransformer that will be applying RTCP transformations from all engines registered in this TransformEngineChain.
getRTPTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Returns this RTPTransformer.
getSaltKeyLength() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPPolicy
Get the salt key length
getScaledImage(BufferedImage, int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.imgstreaming.ImageStreamingUtils
Get a scaled BufferedImage.
getScaledInstanceInBytes(Image, int, int) - Static method in class net.java.sip.communicator.util.ImageUtils
Returns a scaled instance of the given image.
getScaledRoundedIcon(Image, int, int) - Static method in class net.java.sip.communicator.util.ImageUtils
Returns a scaled rounded icon from the given image, scaled within the given width and height.
getScaledRoundedIcon(byte[], int, int) - Static method in class net.java.sip.communicator.util.ImageUtils
Creates a rounded corner scaled image.
getScaledRoundedImage(Image, int, int) - Static method in class net.java.sip.communicator.util.ImageUtils
Creates a rounded avatar image.
getScHomeDirLocation() - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
Returns the location of the directory where SIP Communicator is to store user specific data such as configuration files, message and call history as well as is bundle repository.
getScHomeDirLocation() - Method in class net.java.sip.communicator.impl.fileaccess.FileAccessServiceImpl
Returns the location of the directory where SIP Communicator is to store user specific data such as configuration files, message and call history as well as is bundle repository.
getScHomeDirLocation() - Method in interface net.java.sip.communicator.service.configuration.ConfigurationService
Returns the location of the directory where SIP Communicator is to store user specific data such as configuration files, message and call history as well as is bundle repository.
getScHomeDirName() - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
Returns the name of the directory where SIP Communicator is to store user specific data such as configuration files, message and call history as well as is bundle repository.
getScHomeDirName() - Method in class net.java.sip.communicator.impl.fileaccess.FileAccessServiceImpl
Returns the name of the directory where SIP Communicator is to store user specific data such as configuration files, message and call history as well as is bundle repository.
getScHomeDirName() - Method in interface net.java.sip.communicator.service.configuration.ConfigurationService
Returns the name of the directory where SIP Communicator is to store user specific data such as configuration files, message and call history as well as is bundle repository.
getScreenBounds() - Static method in class net.java.sip.communicator.util.swing.ScreenInformation
 
getScreenname() - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileBuddy
Returns the screenname of this contact.
getSearchStrings() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIContact
Returns an Iterator over a list of strings, which can be used to find this contact.
getSearchStrings() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.SourceUIContact
Returns an Iterator over a list of strings, which can be used to find this contact.
getSearchStrings() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIContact
Returns an Iterator over a list of the search strings of this contact.
getSecondary1() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getSecondary2() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getSecondary3() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getSecureCommunicationStatus() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Method for getting the default secure status value for communication
getSecureCommunicationStatus() - Method in class net.java.sip.communicator.impl.neomedia.ZrtpControlImpl
Method for getting the default secure status value for communication
getSecureCommunicationStatus() - Method in interface net.java.sip.communicator.service.neomedia.ZrtpControl
Gets the default secure/unsecure communication status for the supported call sessions.
getSecurityAuthority() - Method in class net.java.sip.communicator.impl.protocol.sip.security.SipSecurityManager
Returns the SecurityAuthority instance that SipSecurityManager uses to obtain user credentials.
getSecurityString() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerSecurityOnEvent
Returns the security string.
getSelected() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingChooser
Provides the currently selected entry if awaiting input.
getSelectedAccount() - Method in class net.java.sip.communicator.impl.gui.main.account.AccountList
Returns the selected account.
getSelectedChat() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Returns the currently selected ChatPanel.
getSelectedItem() - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.FilterableComboBoxModel
 
getSelectedItem() - Method in class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel
 
getSelectedMenu() - Method in class net.java.sip.communicator.impl.gui.main.chat.menus.MessageWindowMenuBar
Returns the currently selected menu.
getSelectedMetaContact() - Method in class net.java.sip.communicator.impl.gui.utils.OneChoiceInviteDialog
Returns an enumeration of the list of selected MetaContacts.
getSelectedMetaContacts() - Method in class net.java.sip.communicator.impl.gui.utils.InviteDialog
Returns an enumeration of the list of selected MetaContacts.
getSelectedObject() - Method in class net.java.sip.communicator.util.swing.SIPCommMenu
Returns the selected object.
getSelectedProvider() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableDialog
Returns the selected provider in the providers combo box.
getSelectedProvider() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWindow
Returns the selected provider in the providers combo box.
getSelectedRoom() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableUI
Returns the currently selected room.
getSelectedRow() - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
Returns the currently selected row.
getSelectedShape() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardFrame
Returns the current selected WhiteboardShape.
getSelectedString() - Method in class net.java.sip.communicator.impl.gui.utils.OneChoiceInviteDialog
Returns an enumeration of the list of selected Strings.
getSelectedStrings() - Method in class net.java.sip.communicator.impl.gui.utils.InviteDialog
Returns an enumeration of the list of selected Strings.
getSelectedTransport() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Returns the selected transport.
getSelectionPoint(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShape
Returns a selection point contained in this WhiteboardShape, which corresponds to the given point (i.e.
getSelectionPoint(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeCircle
Tests if a point p is on a selection point.
getSelectionPoint(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeImage
Tests if a point p is over a selection point.
getSelectionPoint(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeLine
Tests if a point p is over a selection point.
getSelectionPoint(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePath
Tests if a point p is over a selection point.
getSelectionPoint(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePolygon
Tests if a point p is over a selection point.
getSelectionPoint(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePolyLine
Tests if a point p is over a selection point.
getSelectionPoint(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeRect
Tests if a point p is over a selection point.
getSelectionPoint(Point2D) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeText
Tests if a point p is over a selection point.
getSelectionPoints() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShape
Returns the list of selected points
getSelectionPoints() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeCircle
Returns the list of selected points
getSelectionPoints() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeImage
Returns the list of selected points.
getSelectionPoints() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeLine
Returns the list of selected points.
getSelectionPoints() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePath
Returns the list of selected points.
getSelectionPoints() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePolygon
Returns the list of selected WhiteboardPoints.
getSelectionPoints() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePolyLine
Returns the list of selected WhiteboardPoints
getSelectionPoints() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeRect
Returns the list of selected points.
getSelectionPoints() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeText
Gets the list of selected points.
getSendBufferSize() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorImpl
Provides a dummy implementation to RTPConnector.getSendBufferSize() that always returns -1.
getSendButton() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSendPanel
Returns the send button.
getSender() - Method in class net.java.sip.communicator.impl.protocol.icq.IncomingFileTransferRequestIcqImpl
Returns a String that represents the name of the sender of the file being received.
getSender() - Method in class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferRequestJabberImpl
Returns the Contact making this request.
getSender() - Method in class net.java.sip.communicator.impl.protocol.msn.IncomingFileTransferRequestMsnImpl
Returns a String that represents the name of the sender of the file being received.
getSender() - Method in class net.java.sip.communicator.impl.protocol.yahoo.IncomingFileTransferRequestYahooImpl
Returns a String that represents the name of the sender of the file being received.
getSender() - Method in interface net.java.sip.communicator.service.protocol.IncomingFileTransferRequest
Returns a String that represents the name of the sender of the file being received.
getSenderCount() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Returns the number of people that have been posting in this thread.
getSenders() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ContentPacketExtension
Returns the value of the senders argument which indicates the parties that will be generating content in this session; the allowable values are defined in the SendersEnum.
getSenders(MediaDirection, boolean) - Static method in class net.java.sip.communicator.impl.protocol.jabber.jinglesdp.JingleUtils
Converts the specified media direction into the corresponding ContentPacketExtension.SendersEnum value so that we could add it to a content element.
getSendFileLastDir() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns the last opened directory of the send file file chooser.
getSendMessageCommand() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Return the "sendMessageCommand" property that was saved previously through the ConfigurationService.
getSendMessageCommand() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
Return the "sendMessageCommand" property that was saved previously through the ConfigurationService.
getSendPanel() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSendPanel
Returns the main container.
getSequenceNumber() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Get RTP sequence number from a RTP packet
getServer() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Get the name of the server.
getServer() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistration
Returns the server address.
getServerAddress() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistration
The address of the server we will use for this account
getServerAddress() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
The address of the server we will use for this account
getServerAddress() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Returns the server address.
getServerAddress() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.NewAccount
Returns the server address.
getServerAddress() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
The address of the server we will use for this account
getServerChatRoomList() - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Returns the list of chat rooms on this server.
getServerFromUserName(String) - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Parse the server part from the Google Talk id and set it to server as default value.
getServerFromUserName(String) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Parse the server part from the jabber id and set it to server as default value.
getServerFromUserName(String) - Static method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Return the server part of the sip user name.
getServerInfo() - Method in class net.java.sip.communicator.impl.protocol.irc.UserInfo
Returns the server info.
getServerPort() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Returns the server port.
getServerPort() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
The port on the specified server
getServerStoredContactList() - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Returns a snapshot ieves a server stored list of subscriptions/contacts that have been made previously.
getServerStoredContactList() - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Returns the server stored contact list registered in this operation set.
getServerStoredContactListRoot() - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Returns the root group of the server stored contact list.
getServerStoredContactListRoot() - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Returns the root group of the server stored contact list.
getServerStoredContactListRoot() - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Returns the root group of the server stored contact list.
getServerStoredContactListRoot() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Returns the root group of the server stored contact list.
getServerStoredContactListRoot() - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
Returns the root group of the server stored contact list.
getServerStoredContactListRoot() - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Returns the root group of the server stored contact list.
getServerStoredContactListRoot() - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Returns the root group of the server stored contact list.
getServerStoredContactListRoot() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Returns the root group of the server stored contact list.
getServerStoredContactListRoot() - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Returns the root group of the server stored contact list.
getServerStoredContactListRoot() - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
Returns the root group of the server stored contact list.
getServerStoredContactListRoot() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Returns the root group of the server stored contact list.
getServerStoredContactListRoot() - Method in interface net.java.sip.communicator.service.protocol.OperationSetPersistentPresence
Returns the root group of the server stored contact list.
getService() - Method in class net.java.sip.communicator.service.protocol.AccountID
Returns the name of the service that defines the context for this account.
getService(BundleContext) - Static method in class net.java.sip.communicator.service.resources.ResourceManagementServiceUtils
Gets the ResourceManagementService instance registered in a specific BundleContext (if any).
getService(BundleContext, Class<T>) - Static method in class net.java.sip.communicator.util.ServiceUtils
Gets an OSGi service registered in a specific BundleContext by its Class
getServiceInfo(String, String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Get service information.
getServiceInfo(String, String, int) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Get service information.
getSessionID(Contact) - Static method in class net.java.sip.communicator.plugin.otr.ScOtrEngineImpl
 
getSessionInfo() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
Returns a SessionInfoPacketExtension if this JingleIQ contains one and null otherwise.
getSessionPaams() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CryptoPacketExtension
Returns the value of the session-params attribute.
getSessionPolicy(SessionID) - Method in class net.java.sip.communicator.plugin.otr.ScOtrEngineImpl.ScOtrEngineHost
 
getSessionStatus(Contact) - Method in interface net.java.sip.communicator.plugin.otr.ScOtrEngine
Gets the SessionStatus for the given Contact.
getSessionStatus(Contact) - Method in class net.java.sip.communicator.plugin.otr.ScOtrEngineImpl
 
getSessionType() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerSecurityStatusEvent
Returns the type of the session, either AUDIO_SESSION or VIDEO_SESSION.
getSettingsInputStream(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns a stream from a given identifier.
getSettingsInputStream(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns an InputStream for the setting corresponding to the given key.
getSettingsInt(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns the int value of the corresponding configuration key.
getSettingsInt(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns the int value of the corresponding configuration key.
getSettingsString(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns the int value of the corresponding configuration key.
getSettingsString(String) - Static method in class net.java.sip.communicator.plugin.generalconfig.Resources
Returns an application property string corresponding to the given key.
getSettingsString(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns the int value of the corresponding configuration key.
getSettingsURL(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns an URL from a given identifier.
getSettingsURL(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns an url for the setting corresponding to the given key.
getShellChannel() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Returns the SSH Shell Channel associated with this contact
getShellChannel() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the SSH Shell Channel associated with this contact
getShellInputStream() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Returns the Input Stream associated with SSH Channel of this contact
getShellInputStream() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the Input Stream associated with SSH Channel of this contact
getShellOutputStream() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Returns the Output Stream associated with SSH Channel of this contact
getShellOutputStream() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the Output Stream associated with SSH Channel of this contact
getShellReader() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Returns the BufferedReader associated with SSH Channel of this contact
getShellReader() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the BufferedReader associated with SSH Channel of this contact
getShellWriter() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Returns the PrintWriter associated with SSH Channel of this contact
getShellWriter() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the PrintWriter associated with SSH Channel of this contact
getShortcut() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingEntry
 
getShutdownService() - Static method in class net.java.sip.communicator.impl.osdependent.OsDependentActivator
Gets a reference to a ShutdownService implementation currently registered in the bundle context of the active OsDependentActivator instance.
getSID() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
Returns this element's session ID value.
getSignatureData() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets signature data
getSignatureLength() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets signature length
getSimpleForm() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationForm
Returns our only wizard page.
getSimpleForm() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Returns our only wizard page.
getSimpleForm() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizardPage
Returns the JPanel that contains the message prompting the user to select a protocol.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
The simple form for this wizard.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
Get the simple form.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.FirstWizardPage
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
Returns the simple account registration form.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Returns a simple version of this registration form.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns the simple form.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
 
getSimpleForm() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
 
getSimpleForm() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationForm
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSipAddress() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Returns the jain-sip Address instance that this contact is wrapping.
getSipCommUserAgentHeader() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns a User Agent header that could be used for signing our requests.
getSIPProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator
Returns the ProtocolProviderFactory for the SIP protocol.
getSipSecurityManager() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Reurns the currently valid sip security manager that everyone should use to authenticate SIP Requests.
getSipStatusEnum() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the current instance of SipStatusEnum.
getSize() - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.FilterableComboBoxModel
 
getSize() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Returns a dummy size that we never use here.
getSize() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatContactListModel
 
getSize() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListModel
 
getSize() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
Returns the size of this list model.
getSize() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns the size of the main application window.
getSize() - Method in class net.java.sip.communicator.impl.neomedia.device.ScreenDeviceImpl
Get current resolution of ScreenDevice device.
getSize() - Method in class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel
 
getSize() - Method in class net.java.sip.communicator.impl.neomedia.format.VideoMediaFormatImpl
Gets the size of the image that this VideoMediaFormat describes.
getSize() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Returns the size of this wizard.
getSize() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Returns the size of this wizard.
getSize() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.StrategiesList.ListModel
Implements ListModel.getSize
getSize() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns the size of this wizard.
getSize() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Returns the size of this wizard.
getSize() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns the size of this wizard.
getSize() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Returns the size of this wizard.
getSize() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Returns the size of this wizard.
getSize() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Returns the size of this wizard.
getSize() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Returns the size of this wizard.
getSize() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Returns the size of this wizard.
getSize() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns the size of this wizard.
getSize() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
Returns the size of this wizard.
getSize() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Returns the size of this wizard.
getSize() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Returns the size of this wizard.
getSize() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns the preferred dimensions of this wizard.
getSize() - Method in interface net.java.sip.communicator.service.gui.UIService
Returns the size of the main application window.
getSize() - Method in interface net.java.sip.communicator.service.neomedia.device.ScreenDevice
Get current resolution of ScreenDevice device.
getSize() - Method in interface net.java.sip.communicator.service.neomedia.format.VideoMediaFormat
Returns the size of the image that this VideoMediaFormat describes.
getSize() - Method in class net.java.sip.communicator.service.protocol.AbstractMessage
 
getSize() - Method in interface net.java.sip.communicator.service.protocol.Message
Returns the size of the content stored in this message.
getSmiley(String) - Static method in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Returns a Smiley object for a given smiley string.
getSmileysSelectorBox() - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.EditTextToolBar
Returns the button used to show the list of smileys.
getSmileyStrings() - Method in class net.java.sip.communicator.impl.gui.utils.Smiley
Returns the set of Strings corresponding to this smiley.
getSnippet() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Returns an html-encoded snippet from the body of the email.
getSound() - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationEntry
Method which returns if one sound is executed.
getSoundFile() - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationEntry
Method which returns the sound file name which is executed.
getSoundPath(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns the path of the sound corresponding to the given property key.
getSoundPath(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns the path of the sound corresponding to the given property key.
getSoundURL(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns the URL of the sound corresponding to the given property key.
getSoundURL(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns an url for the sound resource corresponding to the given key.
getSoundURLForPath(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns the URL of the sound corresponding to the given path.
getSoundURLForPath(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns an url for the sound resource corresponding to the given path.
getSource() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
The source of the window
getSource() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.AddContactDialog
The source of the window
getSource() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns this window.
getSource() - Method in class net.java.sip.communicator.impl.gui.PopupDialogImpl
The source of the window
getSource() - Method in class net.java.sip.communicator.plugin.branding.AboutWindow
The source of the window
getSource() - Method in class net.java.sip.communicator.service.gui.AbstractExportedWindow
 
getSource() - Method in interface net.java.sip.communicator.service.gui.ExportedWindow
The source of the window
getSourceActions(JComponent) - Method in class net.java.sip.communicator.util.swing.ExtendedTransferHandler
Returns the type of transfer actions supported by the source; any bitwise-OR combination of COPY, MOVE and LINK.
getSourceActionType() - Method in class net.java.sip.communicator.service.notification.event.NotificationActionTypeEvent
Returns the action type, for which this event is about.
getSourceAdHocChatRoom() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomListChangeEvent
Returns the source AdHocChatRoom.
getSourceAdHocChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveredEvent
Returns the AdHocChatRoom that triggered this event.
getSourceAvatarOperationSet() - Method in class net.java.sip.communicator.service.protocol.event.AvatarEvent
Returns the OperationSetAvatar instance that is the source of this event.
getSourceCall() - Method in class net.java.sip.communicator.impl.callhistory.CallRecordImpl
The Call source of this record
getSourceCall() - Method in class net.java.sip.communicator.service.protocol.event.CallChangeEvent
The Call on which the event has occurred.
getSourceCall() - Method in class net.java.sip.communicator.service.protocol.event.CallEvent
Returns the Call that trigered this event.
getSourceCall() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerEvent
Returns the call that the source call peer is associated with.
getSourceCallPeer() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerChangeEvent
Returns the CallPeer that this event is about.
getSourceCallPeer() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerConferenceEvent
Gets the CallPeer which is the source of/fired the event.
getSourceCallPeer() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerEvent
Returns the source call peer (the one that this event is about).
getSourceChatRoom() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListChangeEvent
Returns the source ChatRoom.
getSourceChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveryFailedEvent
Returns the AdHocChatRoom that triggered this event.
getSourceChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageReceivedEvent
Returns the AdHocChatRoom that triggered this event.
getSourceChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomLocalUserRoleChangeEvent
Returns the ChatRoom, where this event occured.
getSourceChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberRoleChangeEvent
Returns the chat room that produced this event.
getSourceChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveredEvent
Returns the ChatRoom that triggered this event.
getSourceChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveryFailedEvent
Returns the ChatRoom that triggered this event.
getSourceChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageReceivedEvent
Returns the ChatRoom that triggered this event.
getSourceChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeEvent
Returns the source chat room for this event.
getSourceChatRoom() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeFailedEvent
Returns the source chat room for this event.
getSourceChatRoomMember() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPropertyChangeEvent
Returns the member of the chat room, for which this event is about.
getSourceChatRoomMember() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageReceivedEvent
Returns a reference to the ChatRoomMember that has send the Message whose reception this event represents.
getSourceChatRoomParticipant() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageReceivedEvent
Returns a reference to the Contact that has send the Message whose reception this event represents.
getSourceContact() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListEvent
Returns the UIContactDescriptor for which this event occured.
getSourceContact() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Get source contact
getSourceContact() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Get source contact
getSourceContact() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactCapabilitiesEvent
Gets the MetaContact which is the source/cause of this event i.e.
getSourceContact() - Method in class net.java.sip.communicator.service.protocol.event.ContactCapabilitiesEvent
Gets the Contact which is the source/cause of this event i.e.
getSourceContact() - Method in class net.java.sip.communicator.service.protocol.event.ContactPresenceStatusChangeEvent
Returns the provider that the source contact belongs to.
getSourceContact() - Method in class net.java.sip.communicator.service.protocol.event.ContactPropertyChangeEvent
Returns a reference to the Contact whose property has changed.
getSourceContact() - Method in class net.java.sip.communicator.service.protocol.event.GeolocationEvent
Returns the source contact associated with the event.
getSourceContact() - Method in class net.java.sip.communicator.service.protocol.event.MessageReceivedEvent
Returns a reference to the Contact that has send the Message whose reception this event represents.
getSourceContact() - Method in class net.java.sip.communicator.service.protocol.event.SubscriptionEvent
Returns the provider that the source contact belongs to.
getSourceContact() - Method in class net.java.sip.communicator.service.protocol.event.SubscriptionMovedEvent
Returns a reference to the contact that has been moved.
getSourceContact() - Method in class net.java.sip.communicator.service.protocol.event.TypingNotificationEvent
Returns a reference to the Contact that has sent this event.
getSourceContact() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeletedEvent
Returns a reference to the Contact that has send the WhiteboardObject whose reception this event represents.
getSourceContact() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectModifiedEvent
Returns a reference to the Contact that has send the WhiteboardObject whose reception this event represents.
getSourceContact() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectReceivedEvent
Returns a reference to the Contact that has sent the WhiteboardObject whose reception this event represents.
getSourceEntry() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Get source entry
getSourceEventType() - Method in class net.java.sip.communicator.service.notification.event.NotificationActionTypeEvent
Returns the event type, to which the given action belongs.
getSourceEventType() - Method in class net.java.sip.communicator.service.notification.event.NotificationEventTypeEvent
Returns the eventType, for which this event is about.
getSourceForDestination(byte[]) - Static method in class net.java.sip.communicator.impl.netaddr.Win32LocalhostRetriever
Native method to retrieve source address to use for a specific destination.
getSourceGeolocationOperationSet() - Method in class net.java.sip.communicator.service.protocol.event.GeolocationEvent
Returns the GeolocationOperationSet instance that is the source of this event.
getSourceGroup() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListEvent
Returns the UIGroupDescriptor for which this event occured.
getSourceGroup() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
The source group we are encapsulating
getSourceGroup() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
The source group we are encapsulating
getSourceGroup() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
The source group we are encapsulating
getSourceGroup() - Method in class net.java.sip.communicator.service.protocol.event.ServerStoredGroupEvent
Returns a reference to the ContactGroup that this event is pertaining to.
getSourceIndex() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.ContactListNode
Returns the index of this node in the MetaContactListService.
getSourceIndex() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactNode
Returns the index of this contact node in its parent group.
getSourceIndex() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIContact
Returns the index of the underlying MetaContact in its MetaContactListService parent group.
getSourceIndex() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIGroup
Returns the index of the underlying MetaContactGroup in its MetaContactListService parent group.
getSourceIndex() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.SourceUIContact
Returns -1 to indicate that the source index of the underlying SourceContact is unknown.
getSourceIndex() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.GroupNode
Returns the index of this node in its parent group.
getSourceIndex() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIContact
Returns the index of this contact in its source.
getSourceIndex() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIGroup
Returns the index of this group in its source.
getSourceMember() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberRoleChangeEvent
Returns the member that this event is about.
getSourceMessage() - Method in class net.java.sip.communicator.service.protocol.event.MessageDeliveredEvent
Returns the message that triggered this event
getSourceMessage() - Method in class net.java.sip.communicator.service.protocol.event.MessageDeliveryFailedEvent
Returns the message that triggered this event
getSourceMessage() - Method in class net.java.sip.communicator.service.protocol.event.MessageReceivedEvent
Returns the message that triggered this event
getSourceMetaContact() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactEvent
Returns the source MetaContact.
getSourceMetaContact() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactPropertyChangeEvent
Returns a reference to the MetaContact that this event is about
getSourceMetaContactGroup() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactGroupEvent
Returns the source MetaContactGroup.
getSourceOperationSet() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationReceivedEvent
Returns the ad-hoc multi user chat operation set that dispatches this event.
getSourceOperationSet() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationRejectedEvent
Returns the ad-hoc multi user chat operation set that dispatches this event.
getSourceOperationSet() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomInvitationReceivedEvent
Returns the multi user chat operation set that dispatches this event.
getSourceOperationSet() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomInvitationRejectedEvent
Returns the multi user chat operation set that dispatches this event.
getSourceOperationSet() - Method in class net.java.sip.communicator.service.protocol.event.ServerStoredGroupEvent
Returns a reference to the operation set that generated the event
getSourceOperationSet() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardInvitationReceivedEvent
Returns the whiteboarding operation set that dispatches this event.
getSourceOperationSet() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardInvitationRejectedEvent
Returns the whiteboarding operation set that dispatches this event.
getSourcePeer() - Method in class net.java.sip.communicator.service.protocol.event.ConferenceMembersSoundLevelEvent
Returns the source CallPeer for which the event occurred.
getSourceProtoGroup() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactGroupEvent
Returns the proto group associated with this event or null if the event does not concern a particular source group.
getSourceProvider() - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactGroupEvent
Returns the provider that the source contact belongs to.
getSourceProvider() - Method in class net.java.sip.communicator.service.protocol.event.AvatarEvent
Returns the provider that the source belongs to.
getSourceProvider() - Method in class net.java.sip.communicator.service.protocol.event.ContactPresenceStatusChangeEvent
Returns the provider that the source contact belongs to.
getSourceProvider() - Method in class net.java.sip.communicator.service.protocol.event.GeolocationEvent
Returns the provider that the source contact belongs to.
getSourceProvider() - Method in class net.java.sip.communicator.service.protocol.event.ServerStoredGroupEvent
Returns a reference to the provider under which the event is being generated
getSourceProvider() - Method in class net.java.sip.communicator.service.protocol.event.SubscriptionEvent
Returns the provider that the source contact belongs to.
getSourceProvider() - Method in class net.java.sip.communicator.service.protocol.event.SubscriptionMovedEvent
Returns the provider that the source contact belongs to.
getSourceWhiteboard() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardChangeEvent
The Whiteboard on which the event has occurred.
getSourceWhiteboard() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardParticipantEvent
Returns the whiteboard session that produced this event.
getSourceWhiteboardObject() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeliveredEvent
Returns the whiteboardObject that triggered this event
getSourceWhiteboardObject() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeliveryFailedEvent
Returns the WhiteboardObject that triggered this event
getSourceWhiteboardObject() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectModifiedEvent
Returns the WhiteboardObject that triggered this event
getSourceWhiteboardObject() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectReceivedEvent
Returns the WhiteboardObject that triggered this event
getSourceWhiteboardParticipant() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardParticipantChangeEvent
Returns the WhiteboardParticipant that this event is about.
getSourceWhiteboardParticipant() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardParticipantEvent
Returns the whiteboard participant that this event is about.
getSourceWhiteboardSession() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeletedEvent
Returns the source white-board session, to which the received object belongs.
getSourceWhiteboardSession() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectModifiedEvent
Returns the source white-board session, to which the received object belongs.
getSourceWhiteboardSession() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectReceivedEvent
Returns the source white-board session, to which the received object belongs.
getSplitPaneFromSuper() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
 
getSpokenLanguage(int) - Static method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
Returns the Locale corresponding the index coming from icq server
getSrcOpSetHash() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive.KeepAliveEvent
Returns the hash of the source opeartion set sending this message
getSrcProviderHash() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive.KeepAliveEvent
Returns the hash of the source provider sending this message
getSRTCPPolicy() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPTransformEngine
Get the SRTCP policy
getSRTPPolicy() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPTransformEngine
Get the SRTP policy
getSRVRecord(String, String, String) - Static method in class net.java.sip.communicator.util.NetworkUtils
Returns an InetSocketAddress representing the first SRV record available for the specified domain or null if there are not SRV records for domain.
getSRVRecords(String) - Static method in class net.java.sip.communicator.util.NetworkUtils
Returns array of hosts from the SRV record of the specified domain.
getsseq(float[], float[], int, int, float[], float[], int, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
getSSHConfigurationForm() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
 
getSSHConfigurationForm() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the SSHContactInfo associated with this contact
getSSHProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccRegWizzActivator
Returns the ProtocolProviderFactory for the SSH protocol.
getSSHSession() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Returns the SSH Session associated with this contact
getSSHSession() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the SSH Session associated with this contact
getSSLContext(String, int) - Method in class net.java.sip.communicator.impl.gui.main.login.CertificateVerificationServiceImpl
Returns SSLContext instance initialized with the custom trust manager, which will try verify the certificate and if verification fails will query the user for acceptance.
getSSLContext(String, int) - Method in interface net.java.sip.communicator.service.gui.CertificateVerificationService
Returns SSLContext instance initialized with the custom trust manager, which will try verify the certificate and if verification fails will query the user for acceptance.
getSSRC() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Get RTP SSRC from a RTP packet
getSSRC() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPCryptoContext
Get the SSRC of this SRTP cryptographic context
getSsrc() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RtpDescriptionPacketExtension
Returns the synchronization source ID (SSRC as per RFC 3550) that the stream represented by this description element will be using.
getSSRC() - Method in class net.java.sip.communicator.service.protocol.AbstractConferenceMember
Returns the SSRC value associated with this participant;
getSSRC() - Method in interface net.java.sip.communicator.service.protocol.ConferenceMember
Returns the SSRC value associated with this participant or null if the value is not currently known.;
getStartDate() - Method in class net.java.sip.communicator.service.callhistory.event.ProgressEvent
The start date in the search condition.
getStartDate() - Method in class net.java.sip.communicator.service.history.event.ProgressEvent
The start date in the search condition.
getStartDate() - Method in class net.java.sip.communicator.service.msghistory.event.ProgressEvent
The start date in the search condition.
getStartedDirection() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Gets the MediaDirection in which this instance has been started.
getStartTime() - Method in class net.java.sip.communicator.service.callhistory.CallPeerRecord
When peer connected to the call
getStartTime() - Method in class net.java.sip.communicator.service.callhistory.CallRecord
The time when the call has began
getState() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
Returns an object representing the current state of that participant.
getState() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Returns the state that this whiteboard is currently in.
getState() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Returns the current state of this info.
getState() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Returns the current state of this info.
getState() - Method in class net.java.sip.communicator.service.callhistory.CallPeerRecord
Returns the actual state of the peer
getState() - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Returns an object representing the current state of that peer.
getState() - Method in class net.java.sip.communicator.service.protocol.AbstractConferenceMember
Returns the state of this conference member.
getState() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Returns an object representing the current state of that peer.
getState() - Method in interface net.java.sip.communicator.service.protocol.ConferenceMember
Gets the state of the device and signaling session of this ConferenceMember in the conference in the form of a ConferenceMemberState value.
getState() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardParticipant
Returns an object representing the current state of that participant.
getState() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Returns the state that this whiteboard is currently in.
getStateName() - Method in class net.java.sip.communicator.service.protocol.RegistrationState
Returns a String representation of the provider state.
getStateString() - Method in class net.java.sip.communicator.service.protocol.CallPeerState
Returns a String representation of tha CallPeerState.
getStateString() - Method in class net.java.sip.communicator.service.protocol.CallState
Returns a String representation of this CallState.
getStateString() - Method in class net.java.sip.communicator.service.protocol.WhiteboardParticipantState
Returns a String representation of tha WhiteboardParticipantSte.
getStateString() - Method in class net.java.sip.communicator.service.protocol.WhiteboardSessionState
Returns a String representation of tha WhiteboardSte.
getStatus() - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatTransport
Returns the presence status of this transport.
getStatus() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
Returns the presence status of this transport.
getStatus() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
Returns the presence status of this transport.
getStatus() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Returns the presence status of this transport.
getStatus() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
getStatus(String) - Method in class net.java.sip.communicator.impl.protocol.sip.SipStatusEnum
Returns the offline sip status.
getStatus() - Method in interface net.java.sip.communicator.service.contactsource.ContactQuery
Returns the status of this query.
getStatus() - Method in class net.java.sip.communicator.service.filehistory.FileRecord
The status of the transfer.
getStatus() - Method in class net.java.sip.communicator.service.protocol.AbstractFileTransfer
Returns the current status of the transfer.
getStatus() - Method in interface net.java.sip.communicator.service.protocol.FileTransfer
Returns the current status of the transfer.
getStatus(String) - Method in class net.java.sip.communicator.service.protocol.jabberconstants.JabberStatusEnum
Returns the offline Jabber status.
getStatus() - Method in class net.java.sip.communicator.service.protocol.PresenceStatus
Returns an integer representing the presence status on a scale from 0 to 100.
getStatusIcon() - Method in class net.java.sip.communicator.impl.gui.main.account.Account
Returns the status icon of this account.
getStatusIcon() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIContact
Returns the general status icon of the given MetaContact.
getStatusIcon() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.SourceUIContact
Returns null to indicate unknown status of the underlying SourceContact.
getStatusIcon() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIContact
Returns the status icon of this contact or null if no status is available.
getStatusIcon(PresenceStatus) - Static method in class net.java.sip.communicator.impl.gui.utils.Constants
Returns the image corresponding to the given presence status.
getStatusIcon(String) - Static method in class net.java.sip.communicator.impl.gui.utils.Constants
Returns the image corresponding to the given status.
getStatusIcon() - Method in class net.java.sip.communicator.service.protocol.PresenceStatus
Returns an image that graphically represents the status.
getStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Return the current status message of this contact.
getStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl
Return the current status message of this contact.
getStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Return the current status message of this contact.
getStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Return the current status message of this contact.
getStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContact
Return the current status message of this contact.
getStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Return the current status message of this contact.
getStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Return the current status message of this contact.
getStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Return the current status message of this contact.
getStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Return the current status message of this contact.
getStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Return the current status message of this contact.
getStatusMessage() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Return the current status message of this contact.
getStatusMessage() - Method in interface net.java.sip.communicator.service.protocol.Contact
Return the current status message of this contact.
getStatusName() - Method in class net.java.sip.communicator.impl.gui.main.account.Account
Returns the status name.
getStatusName() - Method in class net.java.sip.communicator.service.protocol.PresenceStatus
Returns the name of this status (such as Away, On-line, Invisible, etc).
getStatusNames() - Static method in class net.java.sip.communicator.service.protocol.jabberconstants.JabberStatusEnum
 
getStatusPanel() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSendPanel
Returns the status panel contained in this panel.
getStoredAccounts() - Method in class net.java.sip.communicator.impl.protocol.AccountManagerImpl
Returns an Iterator over a list of all stored AccountIDs.
getStoredAccounts() - Method in interface net.java.sip.communicator.service.protocol.AccountManager
Returns an Iterator over a list of all stored AccountIDs.
getStrategy() - Method in class net.java.sip.communicator.impl.protocol.dict.DictAccountID
Returns the selected strategy
getStrategy() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistration
Returns the strategy that will be used for this dict account.
getStream() - Method in class net.java.sip.communicator.impl.neomedia.protocol.BufferStreamAdapter
Gets the SourceStream wrapped by this instance.
getStream() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CachingPushBufferStream
Gets the PushBufferStream wrapped by this instance.
getStream(MediaType) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Gets the MediaStream of this CallPeerMediaHandler which is of a specific MediaType.
getStreamConnector(MediaType) - Method in class net.java.sip.communicator.service.protocol.media.TransportManager
Returns the StreamConnector instance that this media handler should use for streams of the specified mediaType.
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements PushBufferDataSource.getStreams().
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.conference.InputDataSourceDesc
Gets the SourceStreams of the effective input DataSource described by this instance.
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Implements PushBufferDataSource.getStreams().
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the PullBufferStreams through which this PullBufferDataSource gives access to its media data.
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the PushBufferStreams through which this PushBufferDataSource gives access to its media data.
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.DataSource
Returns an array of PushBufferStream containing all the streams i.e.
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements PullBufferDataSource.getStreams().
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements PushBufferDataSource.getStreams().
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.protocol.MutePullBufferDataSource
Implements PullBufferDataSource.getStreams().
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.protocol.MutePushBufferDataSource
Implements PushBufferDataSource.getStreams().
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PullBufferDataSourceDelegate
Gets the PullBufferStreams through which this PullBufferDataSource gives access to its media data.
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PushBufferDataSourceAdapter
Implements PushBufferDataSource.getStreams().
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.protocol.PushBufferDataSourceDelegate
Gets the PushBufferStreams through which this PushBufferDataSource gives access to its media data.
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.protocol.TranscodingDataSource
Gets the output streams that this instance provides.
getStreamSoundLevelListener() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Returns the listener instance and created if needed.
getStreet() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns a String indicating a thoroughfare within a locality, or a crossing of two thoroughfares.
getString(String) - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
Returns the String value of the specified property (minus all encompasssing whitespaces)and null in case no property value was mapped against the specified propertyName, or in case the returned property string had zero length or contained whitespaces only.
getString(String) - Static method in class net.java.sip.communicator.impl.osdependent.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.impl.protocol.ssh.Resources
Returns an string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.accountinfo.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.aimaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.contactinfo.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.dictaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.facebookaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.generalconfig.Resources
Returns an internationalized string corresponding to the given key.
getString(String, String[]) - Static method in class net.java.sip.communicator.plugin.generalconfig.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.gibberishaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.globalproxyconfig.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.googletalkaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.icqaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.ircaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.jabberaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.msnaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.notificationconfiguration.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.pluginmanager.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.profiler4j.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.rssaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.simpleaccreg.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.sipaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.sshaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.whiteboard.Resources
Returns an internationalized string corresponding to the given key.
getString(String, String[]) - Static method in class net.java.sip.communicator.plugin.whiteboard.Resources
Returns an internationalized string corresponding to the given key, by replacing all occurences of '?' with the given string param.
getString(String) - Static method in class net.java.sip.communicator.plugin.yahooaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Method in interface net.java.sip.communicator.service.configuration.ConfigurationService
Returns the String value of the specified property and null in case no property value was mapped against the specified propertyName, or in case the returned property string had zero length or contained whitespaces only.
getString() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.StringDetail
 
getStringSize(Component, String) - Static method in class net.java.sip.communicator.util.GuiUtils
Returns the size of the given text computed towards to the given component.
getStringWidth(Component, String) - Static method in class net.java.sip.communicator.util.GuiUtils
Returns the width in pixels of a text.
getSubgroups() - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns an java.util.Iterator over the sub groups that this MetaContactGroup contains.
getSubgroups() - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns an java.util.Iterator over the sub groups that this MetaContactGroup contains.
getSubject() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomSubjectPanel
Gets the (chat room) subject displayed in this ChatRoomSubjectPanel.
getSubject() - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Returns the last known room subject/theme or null if the user hasn't joined the room or the room does not have a subject yet.
getSubject() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Returns the last known room subject/theme or null if the user hasn't joined the room or the room does not have a subject yet.
getSubject() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Returns the last known room subject/theme or null if the user hasn't joined the room or the room does not have a subject yet.
getSubject() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Returns the subject of this e-mail thread.
getSubject() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Returns the last known room subject/theme or null if the user hasn't joined the room or the room does not have a subject yet.
getSubject() - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
 
getSubject() - Method in class net.java.sip.communicator.service.protocol.AbstractMessage
 
getSubject() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Returns the last known room subject/theme or null if the user hasn't joined the room or the room does not have a subject yet.
getSubject() - Method in interface net.java.sip.communicator.service.protocol.Message
Returns the subject of this message or null if the message contains no subject.
getSubscription(Address, String) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageNotifier
Gets the Subscription from the list of subscriptions managed by this instance which is associated with a specific subscription Address/Request URI and has a specific id tag in its Event header.
getSubscription(String) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageNotifier
Gets the Subscription from the list of subscriptions managed by this instance which is associated with a specific CallId.
getSubscription(Address, String) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageSubscriber
Gets the Subscription from the list of subscriptions managed by this instance which is associated with a specific subscription Address/Request URI and has a specific id tag in its Event header.
getSubscription(String) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageSubscriber
Gets the Subscription from the list of subscriptions managed by this instance which is associated with a specific CallId.
getSubscription(Address, String) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport
Gets the Subscription from the list of subscriptions managed by this instance which is associated with a specific subscription Address/Request URI and has a specific id tag in its Event header.
getSubscription(String) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport
Gets the Subscription from the list of subscriptions managed by this instance which is associated with a specific CallId.
getSubscriptionExpiration() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel
Returns the subscription expiration information.
getSubscriptionExpiration() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
The default expiration of subscriptions
getSubscriptions() - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageSupport
Gets a new copy of the list of Subscriptions managed by this instance.
getSubTextFont() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getSuggestedLatency() - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudioManager
Returns the default values of the latency to be used when opening new streams.
getSummary() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Returns a dummy Iterator.
getSummary() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns a set of key-value pairs that will represent the summary for this wizard.
getSummaryPage() - Method in class net.java.sip.communicator.impl.gui.main.account.AccountRegWizardContainerImpl
Returns the summary wizard page.
getSupportedContainers() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements UISercie.getSupportedContainers.
getSupportedContainers() - Method in interface net.java.sip.communicator.service.gui.UIService
Returns an iterator over a set containing containerID-s pointing to containers supported by the current UI implementation.
getSupportedDetailTypes() - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
Returns all detail Class-es that the underlying implementation supports setting.
getSupportedDetailTypes() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetServerStoredAccountInfoJabberImpl
Returns all detail Class-es that the underlying implementation supports setting.
getSupportedDetailTypes() - Method in interface net.java.sip.communicator.service.protocol.OperationSetServerStoredAccountInfo
Returns all detail Class-es that the underlying implementation supports setting.
getSupportedEncodings(MediaType) - Method in class net.java.sip.communicator.impl.neomedia.codec.EncodingConfiguration
Gets the supported MediaFormats i.e.
getSupportedExportedWindows() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements getSupportedExportedWindows in the UIService interface.
getSupportedExportedWindows() - Method in interface net.java.sip.communicator.service.gui.UIService
Returns an iterator over a set of windowID-s.
getSupportedExtensions() - Method in class net.java.sip.communicator.impl.neomedia.device.AbstractMediaDevice
Returns a List containing (at the time of writing) a single extension descriptor indicating RECVONLY support for mixer-to-client audio levels.
getSupportedExtensions() - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMediaDeviceImpl
Returns a List containing (at the time of writing) a single extension descriptor indicating RECVONLY support for mixer-to-client audio levels.
getSupportedExtensions() - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMixerMediaDevice
Returns a List containing (at the time of writing) a single extension descriptor indicating SENDRECV for mixer-to-client audio levels.
getSupportedExtensions() - Method in interface net.java.sip.communicator.service.neomedia.device.MediaDevice
Returns the List of RTPExtensions that this device know how to handle.
getSupportedFormats() - Method in class net.java.sip.communicator.impl.neomedia.control.ReadOnlyFormatControlDelegate
Gets the Formats supported by the owner of this FormatControl.
getSupportedFormats() - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMixerMediaDevice
Gets a list of MediaFormats supported by this MediaDevice.
getSupportedFormats() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceImpl
Gets a list of MediaFormats supported by this MediaDevice.
getSupportedFormats() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Gets a list of the MediaFormats in which this instance is capable of capturing media from its associated MediaDevice.
getSupportedFormats() - Method in class net.java.sip.communicator.impl.neomedia.directshow.DSCaptureDevice
Get the supported video format this capture device supports.
getSupportedFormats(int) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the Formats which are to be reported by a FormatControl as supported formats for a PullBufferStream at a specific zero-based index in the list of streams of this PullBufferDataSource.
getSupportedFormats(int) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the Formats which are to be reported by a FormatControl as supported formats for a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
getSupportedFormats(int) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Gets the Formats which are to be reported by a FormatControl as supported formats for a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
getSupportedFormats(int) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Gets the Formats which are to be reported by a FormatControl as supported formats for a PullBufferStream at a specific zero-based index in the list of streams of this PullBufferDataSource.
getSupportedFormats(int) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Gets the Formats which are to be reported by a FormatControl as supported formats for a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
getSupportedFormats() - Method in interface net.java.sip.communicator.service.neomedia.device.MediaDevice
Returns a list of MediaFormat instances representing the media formats supported by this MediaDevice.
getSupportedInputFormats() - Method in class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelEffect
Lists all of the input formats that this codec accepts.
getSupportedInputFormats() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.ImageScaler
 
getSupportedInputFormats() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Gets the list of JMF Formats of audio data which this Renderer is capable of rendering.
getSupportedInputFormats() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Gets the list of input Formats supported by this Renderer.
getSupportedMethods() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns a List of Strings corresponding to all methods that we have a processor for.
getSupportedOperationSets(Contact) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetContactCapabilitiesJabberImpl
Gets the OperationSets supported by a specific Contact.
getSupportedOperationSets() - Method in class net.java.sip.communicator.impl.protocol.mock.MockProvider
Returns an array containing all operation sets supported by the current implementation.
getSupportedOperationSets() - Method in class net.java.sip.communicator.service.contactsource.ContactDetail
Returns a list of all supported OperationSet classes, which would indicate what are the supported actions by this contact (e.g.
getSupportedOperationSets(Contact) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetContactCapabilities
Gets the OperationSets supported by a specific Contact.
getSupportedOperationSets() - Method in class net.java.sip.communicator.service.protocol.AbstractProtocolProviderService
Returns an array containing all operation sets supported by the current implementation.
getSupportedOperationSets(Contact) - Method in interface net.java.sip.communicator.service.protocol.OperationSetContactCapabilities
Gets the OperationSets supported by a specific Contact.
getSupportedOperationSets() - Method in interface net.java.sip.communicator.service.protocol.ProtocolProviderService
Returns an array containing all operation sets supported by the current implementation.
getSupportedOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelEffect
Lists the output formats that this codec can generate.
getSupportedOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.AbstractCodecExt
 
getSupportedOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.DePacketizer
Returns the supported output formats
getSupportedOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JavaDecoder
Return the list of formats supported at the output.
getSupportedOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIDecoder
Get all supported output Formats.
getSupportedOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIEncoder
Return the list of formats supported at the output.
getSupportedOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.Packetizer
Return the list of formats supported at the output.
getSupportedOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.ImageScaler
 
getSupportedOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.SwScaler
Gets the supported output formats for an input one.
getSupportedSampleRate(boolean, int, int, long) - Static method in class net.java.sip.communicator.impl.neomedia.device.PortAudioAuto
Gets a sample rate supported by a PortAudio device with a specific device index with which it is to be registered with JMF.
getSupportedSizes() - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolIconDictImpl
Implements the ProtocolIcon.getSupportedSizes() method.
getSupportedSizes() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolIconGibberishImpl
Implements the ProtocolIcon.getSupportedSizes() method.
getSupportedSizes() - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolIconAimImpl
Implements the ProtocolIcon.getSupportedSizes() method.
getSupportedSizes() - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolIconIcqImpl
Implements the ProtocolIcon.getSupportedSizes() method.
getSupportedSizes() - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolIconIrcImpl
Implements the ProtocolIcon.getSupportedSizes() method.
getSupportedSizes() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolIconJabberImpl
Implements the ProtocolIcon.getSupportedSizes() method.
getSupportedSizes() - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolIconMsnImpl
Implements the ProtocolIcon.getSupportedSizes() method.
getSupportedSizes() - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolIconRssImpl
Implements the ProtocolIcon.getSupportedSizes() method.
getSupportedSizes() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolIconSipImpl
Implements the ProtocolIcon.getSupportedSizes() method.
getSupportedSizes() - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolIconSSHImpl
Implements the ProtocolIcon.getSupportedSizes() method.
getSupportedSizes() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolIconYahooImpl
Implements the ProtocolIcon.getSupportedSizes() method.
getSupportedSizes() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolIconZeroconfImpl
Implements the ProtocolIcon.getSupportedSizes() method.
getSupportedSizes() - Method in interface net.java.sip.communicator.service.protocol.ProtocolIcon
Returns an iterator over a set, containing different predefined icon sizes.
getSupportedStatusSet() - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter.
getSupportedStatusSet() - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter.
getSupportedStatusSet() - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter.
getSupportedStatusSet() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter.
getSupportedStatusSet() - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter.
getSupportedStatusSet() - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter.
getSupportedStatusSet() - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter.
getSupportedStatusSet() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter.
getSupportedStatusSet() - Method in class net.java.sip.communicator.impl.protocol.sip.SipStatusEnum
Returns an iterator over all status instances supported by the sip provider.
getSupportedStatusSet() - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter.
getSupportedStatusSet() - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter.
getSupportedStatusSet() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter.
getSupportedStatusSet() - Method in class net.java.sip.communicator.service.protocol.jabberconstants.JabberStatusEnum
Returns an iterator over all status instances supported by the sip provider.
getSupportedStatusSet() - Method in interface net.java.sip.communicator.service.protocol.OperationSetPresence
Returns the set of PresenceStatus objects that a user of this service may request the provider to enter.
getSupportedWhiteboardObjects() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Returns all the type of WhiteboardObject that this whiteboard support.
getSupportedWhiteboardObjects() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Returns all the type of WhiteboardObject that this whiteboard support.
getSystemOut() - Method in class net.java.sip.communicator.util.ScStdOut
Returns the default System.out PrintStream that was in use before this class was instantiated.
getSystemRoomWrapper() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomProviderWrapper
Returns the system room wrapper corresponding to this server.
getSystemTextFont() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getSystray() - Static method in class net.java.sip.communicator.impl.notification.NotificationActivator
Returns the SystrayService obtained from the bundle context.
getSystrayService() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the SystrayService obtained from the bundle context.
getSystrayService() - Static method in class net.java.sip.communicator.plugin.generalconfig.GeneralConfigPluginActivator
Returns the SystrayService obtained from the bundle context.
getTabBounds(int, Rectangle) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
Returns the bounds of the specified tab in the coordinate space of the JTabbedPane component.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class net.java.sip.communicator.impl.gui.customcontrols.RadioButtonCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.java.sip.communicator.impl.gui.customcontrols.LabelTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.java.sip.communicator.impl.gui.customcontrols.RadioButtonTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.java.sip.communicator.plugin.notificationconfiguration.StringTableRenderer
Returns the rendering component.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.java.sip.communicator.plugin.notificationconfiguration.TableHeaderRenderer
Returns the rendering component.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.java.sip.communicator.plugin.pluginmanager.PluginListCellRenderer
Implements the ListCellRenderer method.
getTag() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CryptoPacketExtension
Returns the value of the tag attribute.
getTag() - Method in class net.java.sip.communicator.service.systray.event.SystrayPopupMessageEvent
 
getTag() - Method in class net.java.sip.communicator.service.systray.PopupMessage
Returns the object used to tag this PopupMessage.
getTag() - Method in class net.java.sip.communicator.util.swing.PopupNotificationPanel
 
getTarget() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Returns the target of this MediaStream to which it is to send and from which it is to receive data (e.g.
getTarget() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Returns the target of this MediaStream to which it is to send and from which it is to receive data (e.g.
getTargetAdHocChatRoom() - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomInvitationIcqImpl
Returns the corresponding ad-hoc chat room.
getTargetAdHocChatRoom() - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomInvitationMsnImpl
Returns the corresponding chat room.
getTargetAdHocChatRoom() - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomInvitationYahooImpl
Returns the corresponding chat room.
getTargetAdHocChatRoom() - Method in interface net.java.sip.communicator.service.protocol.AdHocChatRoomInvitation
Returns the AdHocChatRoom, which is the target of this invitation.
getTargetChatRoom() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomInvitationIrcImpl
Returns the chat room target of this invitation
getTargetChatRoom() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomInvitationJabberImpl
 
getTargetChatRoom() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomInvitation
Returns the ChatRoom, which is the target of this invitation.
getTargetURI() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerControlEvent
Returns the target URI if this is event is triggered by a transfer request or null if not.
getTargetWhiteboard() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardInvitationJabberImpl
Returns the WhiteboardSession, that this invitation is about.
getTargetWhiteboard() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardInvitation
Returns the WhiteboardSession, which is the target of this invitation.
getTelephonyOpSet(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the telephony operation set for the given protocol provider.
getTelephonyProviders() - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Returns a list of all currently registered telephony providers.
getTelephonyProviders(String) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Returns a list of all currently registered telephony providers for the given protocol name.
getTemporaryDirectory() - Method in class net.java.sip.communicator.impl.fileaccess.FileAccessServiceImpl
 
getTemporaryDirectory() - Method in interface net.java.sip.communicator.service.fileaccess.FileAccessService
This method returns a created temporary directory.
getTemporaryFile() - Method in class net.java.sip.communicator.impl.fileaccess.FileAccessServiceImpl
This method returns a created temporary file.
getTemporaryFile() - Method in interface net.java.sip.communicator.service.fileaccess.FileAccessService
This method returns a created temporary file.
getTerminalType() - Method in class net.java.sip.communicator.impl.protocol.ssh.SSHContactInfo
Return the terminal type
getText() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Returns the write area text as a plain text without any formatting.
getText() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
Returns the text content of this extension or null if no text content has been specified so far.
getText() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns a String stored in the "Text" element of the geolocation details.
getText() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ReasonPacketExtension
Returns human-readable information about the reason for the action or null if no such information is currently available.
getText() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectTextJabberImpl
Returns the WhiteboardObjectTextJabberImpl's text.
getText() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeText
Returns the WhiteboardObjectText's text.
getText() - Method in interface net.java.sip.communicator.service.gui.FavoritesButton
Returns the text to be set to the favorites button.
getText() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectText
Returns the WhiteboardObjectText's text.
getText() - Method in class net.java.sip.communicator.util.swing.SelectedObject
Returns the text of this SelectedObject.
getText() - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
Returns the text contained in this field.
getText(Element) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Extracts the String content of a TXT element.
getTextAsHtml() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Returns the write area text as an html text.
getTextBytes() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Get the text for the serivce as raw bytes.
getTextColor() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.MessageZeroconfImpl
Returns the text color
getTextFieldBorder() - Static method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders
Returns a border instance for a JTextField.
getTextFont() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.MessageZeroconfImpl
Returns the text font
getTextFromWriteArea(String) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the text contained in the write area editor.
getTextNode(Element) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Returns element's TEXT child node (if it has one).
getTextSize() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.MessageZeroconfImpl
Returns the text size
getTextString() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Get the text for the service.
getThickness() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectJabberImpl
Returns an integer indicating the thickness (represented as number of pixels) of this whiteboard object (or its border).
getThickness() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShape
Returns an integer indicating the thickness (represented as number of pixels) of this whiteboard shape (or its border).
getThickness() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObject
Returns an integer indicating the thickness (represented as number of pixels) of this whiteboard object (or its border).
getThreadCount() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxIQ
Returns the number of threads that are currently in this MailboxIQ.
getThumbnail() - Method in class net.java.sip.communicator.impl.protocol.icq.IncomingFileTransferRequestIcqImpl
Returns the thumbnail contained in this request.
getThumbnail() - Method in class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferRequestJabberImpl
Returns the thumbnail contained in this request.
getThumbnail() - Method in class net.java.sip.communicator.impl.protocol.msn.IncomingFileTransferRequestMsnImpl
 
getThumbnail() - Method in class net.java.sip.communicator.impl.protocol.yahoo.IncomingFileTransferRequestYahooImpl
Returns the thumbnail contained in this request.
getThumbnail() - Method in interface net.java.sip.communicator.service.protocol.IncomingFileTransferRequest
Returns the thumbnail contained in this request.
getThumbnailData() - Method in class net.java.sip.communicator.impl.protocol.jabber.ThumbnailedFile
Returns the thumbnail of this file.
getThumbnailElement() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.FileElement
Returns the ThumbnailElement contained in this FileElement.
getThumbnailHeight() - Method in class net.java.sip.communicator.impl.protocol.jabber.ThumbnailedFile
Returns the thumbnail height.
getThumbnailMimeType() - Method in class net.java.sip.communicator.impl.protocol.jabber.ThumbnailedFile
Returns the thumbnail mime type.
getThumbnailWidth() - Method in class net.java.sip.communicator.impl.protocol.jabber.ThumbnailedFile
Returns the thumbnail width.
getTid() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Returns the ID of this thread.
getTimeInMillis() - Method in class net.java.sip.communicator.service.history.records.HistoryRecord
 
getTimestamp() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Returns the timestamp for this RTP RawPacket.
getTimestamp() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns a String containing a UTC timestamp specifying the moment when the reading was taken.
getTimestamp() - Method in class net.java.sip.communicator.service.history.records.HistoryRecord
 
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationReceivedEvent
A timestamp indicating the exact date when the event ocurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationRejectedEvent
A timestamp indicating the exact date when the event occurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveredEvent
A timestamp indicating the exact date when the event occurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveryFailedEvent
A timestamp indicating the exact date when the event ocurred (in this case it is the moment when it was determined that message delivery has failed).
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageReceivedEvent
A timestamp indicating the exact date when the event occurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomInvitationReceivedEvent
A timestamp indicating the exact date when the event ocurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomInvitationRejectedEvent
A timestamp indicating the exact date when the event ocurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveredEvent
A timestamp indicating the exact date when the event occurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveryFailedEvent
A timestamp indicating the exact date when the event ocurred (in this case it is the moment when it was determined that message delivery has failed).
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageReceivedEvent
A timestamp indicating the exact date when the event occurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.FileTransferCreatedEvent
A timestamp indicating the exact date when the event occurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.FileTransferProgressEvent
Returns the timestamp when this event initially occured.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.FileTransferRequestEvent
A timestamp indicating the exact date when the event occurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.MessageDeliveredEvent
A timestamp indicating the exact date when the event occurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.MessageDeliveryFailedEvent
A timestamp indicating the exact date when the event ocurred (in this case it is the moment when it was determined that message delivery has failed).
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.MessageReceivedEvent
A timestamp indicating the exact date when the event occurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardInvitationReceivedEvent
A timestamp indicating the exact date when the event ocurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardInvitationRejectedEvent
A timestamp indicating the exact date when the event ocurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeletedEvent
A timestamp indicating the exact date when the event ocurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeliveredEvent
A timestamp indicating the exact date when the event ocurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeliveryFailedEvent
A timestamp indicating the exact date when the event ocurred (in this case it is the moment when it was determined that whiteboardObject delivery has failed).
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectModifiedEvent
A timestamp indicating the exact date when the event ocurred.
getTimestamp() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectReceivedEvent
A timestamp indicating the exact date when the event ocurred.
getTimeZone() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.TimeZoneDetail
 
getTitle() - Method in class net.java.sip.communicator.impl.protocol.rss.RssFeedReader
Returns a String used as a display name.
getTitle() - Method in interface net.java.sip.communicator.service.gui.ConfigurationForm
Returns the title of this configuration form.
getTitle() - Method in class net.java.sip.communicator.service.gui.LazyConfigurationForm
Returns the title of the form.
getTitleID() - Method in class net.java.sip.communicator.service.gui.LazyConfigurationForm
Returns the identifier of the title of the form.
getToolTip() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIContact
Returns the tool tip opened on mouse over.
getToolTip() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.SourceUIContact
Returns the tool tip opened on mouse over.
getToolTip() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIContact
Creates a tool tip for this contact.
getToolTipText(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.DefaultContactList
Returns the string to be used as the tooltip for event.
getToolTipText(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.DefaultTreeContactList
Gets the String to be used as the tool tip text for the mouse location given by a specific MouseEvent.
getToolTipText(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.utils.FileImageLabel
Returns the string to be used as the tooltip for event.
getTotalMatched() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxIQ
Returns the number of unread mail messages
getTransferData(DataFlavor) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTransferHandler.ContactListTransferable
Returns the selected text.
getTransferData(DataFlavor) - Method in class net.java.sip.communicator.util.swing.ExtendedTransferHandler.SelectedTextTransferable
Returns the selected text.
getTransferDataFlavors() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTransferHandler.ContactListTransferable
Returns supported flavors.
getTransferDataFlavors() - Method in class net.java.sip.communicator.util.swing.ExtendedTransferHandler.SelectedTextTransferable
Returns supported flavors.
getTransferedBytes() - Method in class net.java.sip.communicator.impl.protocol.icq.FileTransferImpl
Returns the number of bytes already transfered through this file transfer.
getTransferedBytes() - Method in class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferJabberImpl
Returns the number of bytes already received from the recipient.
getTransferedBytes() - Method in class net.java.sip.communicator.impl.protocol.jabber.OutgoingFileTransferJabberImpl
Returns the number of bytes already sent to the recipient.
getTransferedBytes() - Method in class net.java.sip.communicator.impl.protocol.mock.MockFileTransferImpl
 
getTransferedBytes() - Method in class net.java.sip.communicator.impl.protocol.msn.FileTransferImpl
Returns the number of bytes already transfered through this file transfer.
getTransferedBytes() - Method in class net.java.sip.communicator.impl.protocol.ssh.FileTransferSSHImpl
Returns the number of bytes already transfered through this file transfer.
getTransferedBytes() - Method in class net.java.sip.communicator.impl.protocol.yahoo.FileTransferImpl
Returns the number of bytes already transfered through this file transfer.
getTransferedBytes() - Method in class net.java.sip.communicator.service.protocol.AbstractFileTransfer
Returns the number of bytes already transfered through this file transfer.
getTransferedBytes() - Method in interface net.java.sip.communicator.service.protocol.FileTransfer
Returns the number of bytes already transfered through this file transfer.
getTransferIndex() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTransferHandler.ContactListTransferable
Returns the index of the transferred list cell.
getTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.TransformInputStream
Gets the PacketTransformer which is used to reverse-transform packets.
getTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.TransformOutputStream
Gets the PacketTransformer which is used to transform packets.
getTransport() - Method in class net.java.sip.communicator.impl.protocol.sip.SipRegistrarConnection
Returns the transport that this connection is currently using to communicate with the Registrar.
getTransport() - Method in class net.java.sip.communicator.impl.protocol.sip.SipRegistrarlessConnection
Returns the default transport for our parent provider.
getTransportManager() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerJabberImpl
Returns the transport manager that is handling our address management.
getTransportManager() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerMediaHandlerSipImpl
Returns the transport manager that is handling our address management.
getTransportManager() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Returns the transport manager that is handling our address management.
getTransportsForOperationSet(Class<? extends OperationSet>) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns a list of all ChatTransports contained in this session supporting the given opSetClass.
getTrayIcon() - Method in class net.java.sip.communicator.impl.osdependent.jdic.SystrayServiceJdicImpl
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
Returns this panel that has been configured to display the meta contact and meta contact group cells.
getTrustManager(String, int) - Method in class net.java.sip.communicator.impl.gui.main.login.CertificateVerificationServiceImpl
Obtain custom trust manager, which will try verify the certificate and if verification fails will query the user for acceptance.
getTrustManager(String, int) - Method in interface net.java.sip.communicator.service.gui.CertificateVerificationService
Obtain custom trust manager, which will try verify the certificate and if verification fails will query the user for acceptance.
getType() - Method in class net.java.sip.communicator.impl.netaddr.FirewallDescriptor
Returns the type of the firewall referenced by this desciptor
getType() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomConfigurationFormFieldJabberImpl
For each of the smack form field types returns the corresponding ChatRoomConfigurationFormField type.
getType() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.BandwidthPacketExtension
Returns the value of the optional type argument in the bandwidth element.
getType() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
Returns a Candidate Type as defined in ICE-CORE.
getType() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.SessionInfoPacketExtension
Returns the exact type of this SessionInfoPacketExtension.
getType() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry
 
getType(int) - Static method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry
Get a string given a type.
getType() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceEvent
Returns the fully qualified type of the service.
getType() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Fully qualified service type name, such as _http._tcp.local. .
getType() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.MessageZeroconfImpl
Returns the type of message.
getType() - Method in class net.java.sip.communicator.service.neomedia.event.VideoEvent
Gets the type of availability change this VideoEvent notifies about which is one of VideoEvent.VIDEO_ADDED and VideoEvent.VIDEO_REMOVED.
getType() - Method in class net.java.sip.communicator.service.netaddr.event.ChangeEvent
The type of this event.
getType() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomConfigurationFormField
Returns an indicative of the format for the data to answer.
getType() - Method in class net.java.sip.communicator.service.protocol.event.AccountManagerEvent
Gets the (detail) type of this event which is one of STORED_ACCOUNTS_LOADED.
getType() - Method in class net.java.sip.communicator.service.protocol.event.VideoEvent
Gets the type of availability change this VideoEvent notifies about which is one of VideoEvent.VIDEO_ADDED and VideoEvent.VIDEO_REMOVED.
getTypingState() - Method in class net.java.sip.communicator.service.protocol.event.TypingNotificationEvent
Returns the typing state that this TypingNotificationEvent is carrying.
getUfrag() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.IceUdpTransportPacketExtension
Returns the ICE defined user fragment attribute.
getUIContact(MetaContact) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactListSource
Returns the UIContact corresponding to the given MetaContact.
getUID() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatContact
Gets the implementation-specific identifier which uniquely specifies this contact.
getUID() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatContact
 
getUID() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatContact
Implements ChatContact#getUID().
getUID() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatContact
 
getUID() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Returns a String that uniquely represnets the group inside the current protocol.
getUID() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Returns a String that uniquely represnets the group inside the current protocol.
getUID() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns a String that uniquely represents the group.
getUID() - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Returns a String that uniquely represnets the group.
getUID() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Returns a String that uniquely represents the group.
getUID() - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Returns a String that uniquely represnets the group.
getUID() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Returns a String that uniquely represnets the group inside the current protocol.
getUID() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Returns a String that uniquely represnets the group.
getUID() - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Returns a String that uniquely represnets the group.
getUID() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Returns a String that uniquely represnets the group inside the current protocol.
getUID() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Returns a String that uniquely represnets the group inside the current protocol.
getUID() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Returns a String that uniquely represnets the group inside the current protocol.
getUID() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Returns a String that uniquely represnets the group.
getUID() - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
Returns a String that uniquely represnets the group.
getUID() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Returns a String that uniquely represnets the group inside the current protocol.
getUID() - Method in interface net.java.sip.communicator.service.protocol.ContactGroup
Returns a String that uniquely represents the group inside the current protocol.
getUIGroup() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.ExternalContactSource
Returns the UI group for this contact source.
getUIGroup(MetaContactGroup) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactListSource
Returns the UIGroup corresponding to the given MetaContactGroup.
getUIN() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Returns the ICQ uin (or AIM screen name)of this contact
getUin() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistration
Returns the UIN of the aim registration account.
getUin() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistration
Returns the UIN of the icq registration account.
getUin() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistration
Returns the UIN of the yahoo registration account.
getUIService() - Static method in class net.java.sip.communicator.impl.argdelegation.ArgDelegationActivator
Returns a reference to an UIService implementation currently registered in the bundle context or null if no such implementation was found.
getUIService() - Static method in class net.java.sip.communicator.impl.credentialsstorage.CredentialsStorageActivator
Returns a reference to an UIService implementation currently registered in the bundle context or null if no such implementation was found.
getUIService() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the current implementation of the UIService.
getUIService() - Static method in class net.java.sip.communicator.impl.osdependent.OsDependentActivator
Returns the UIService obtained from the bundle context.
getUIService() - Static method in class net.java.sip.communicator.impl.protocol.jabber.JabberActivator
Returns a reference to the UIService implementation currently registered in the bundle context or null if no such implementation was found.
getUIService() - Static method in class net.java.sip.communicator.impl.protocol.rss.RssActivator
Returns a reference to the UIService instance that is currently in use.
getUIService() - Static method in class net.java.sip.communicator.impl.protocol.sip.SipActivator
Returns a reference to the UIService implementation currently registered in the bundle context or null if no such implementation was found.
getUIService() - Static method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderServiceSSHImpl
Returns a reference to UIServce for accessing UI related services
getUIService() - Static method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.generalconfig.GeneralConfigPluginActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.pluginmanager.PluginManagerActivator
Returns the UIService obtained from the bundle context.
getUIService() - Static method in class net.java.sip.communicator.plugin.reconnectplugin.ReconnectPluginActivator
Returns the UIService obtained from the bundle context.
getUIService() - Static method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.securityconfig.SecurityConfigActivator
Gets the UIService instance registered in the BundleContext of the SecurityConfigActivator.
getUIService() - Static method in class net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator
Returns the UIService obtained from the bundle context.
getUIService() - Static method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.updatechecker.UpdateCheckActivator
Returns a reference to the UIService implementation currently registered in the bundle context or null if no such implementation was found.
getUiService() - Static method in class net.java.sip.communicator.plugin.whiteboard.WhiteboardActivator
Returns the UIService, giving access to the main GUI.
getUIService() - Static method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccRegWizzActivator
Returns the UIService.
getUIService() - Static method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccRegWizzActivator
Returns the UIService.
getUnreadSenderCount() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Returns the number of people that have been posting in this thread and that we have unread messages from.
getUpdateInterval() - Method in class net.java.sip.communicator.impl.protocol.ssh.SSHContactInfo
Return the update interval
getUri() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ExtmapPacketExtension
Returns the uri of the extmap attribute we are representing here.
getURI() - Method in class net.java.sip.communicator.service.neomedia.RTPExtension
Returns the URI that identifies the format and meaning of this extension.
getUrl() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxIQ
Returns the http URL of the mail server containing the messages that this IQ refers to.
getURL() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Returns an URL linking to this thread.
getURL() - Method in class net.java.sip.communicator.impl.protocol.rss.RssFeedReader
Returns a String that can be used for identifying the contact.
getURL() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Get the URL for this service.
getURL(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Get the URL for this service.
getURL() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.URLDetail
 
getUsedFilter() - Method in interface net.java.sip.communicator.util.swing.SipCommFileChooser
Returns the filter the user has chosen for saving a file.
getUsedFilter() - Method in class net.java.sip.communicator.util.swing.SipCommFileChooserImpl
Returns the filter the user has chosen for saving a file.
getUsedFilter() - Method in class net.java.sip.communicator.util.swing.SipCommFileDialogImpl
Returns the filter the user has chosen for saving a file.
getUserCallback() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets the user callback used to manage the GUI part of ZRTP
getUserID() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistration
Returns the User ID of the dict registration account.
getUserID() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistration
Returns the User ID of the gibberish registration account.
getUserID() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistration
Returns the User ID of the Google Talk registration account.
getUserID() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistration
Returns the User ID of the IRC registration account.
getUserID() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Returns the User ID of the jabber registration account.
getUserID() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistration
Returns the User ID of the rss registration account.
getUserID() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.AccountPanel
Returns the user identifier entered by the user.
getUserID() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistration
Returns the User ID of the zeroconf registration account.
getUserID() - Method in class net.java.sip.communicator.service.protocol.AccountID
Returns the user id associated with this account.
getUserList() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.NewChatRoom
 
getUserName() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Returns the Username associated with this contact
getUserName() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns the userName associated with SSH Channel of this contact
getUserName() - Method in class net.java.sip.communicator.impl.protocol.ssh.SSHContactInfo
Return the username
getUsername() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistration
Returns the username of the facebook registration account.
getUserName() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.NewAccount
Returns the account user name.
getUserName() - Method in class net.java.sip.communicator.service.protocol.UserCredentials
Returns the name of the user that these credentials relate to.
getUserNameExample() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationForm
Returns an empty string since never used.
getUserNameExample() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Returns an empty string since never used.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUsernameExample() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Returns the username example.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationForm
Returns an example string, which should indicate to the user how the user name should look like.
getUserNameExample() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns an example string, which should indicate to the user how the user name should look like.
getUsernameLabel() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
Returns the display label used for the sip id field.
getUsernameLabel() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Returns the display label used for the sip id field.
getUsernameLabel() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns the display label used for the sip id field.
getUserNameLabel() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Returns the user name label for the simplified account registration form.
getUserNickname() - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Returns the local user's nickname in the context of this chat room or null if not currently joined.
getUserNickname() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Returns the local user's nickname in the context of this chat room or null if not currently joined.
getUserNickname() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Returns the local user's nickname in the context of this chat room or null if not currently joined.
getUserNickname() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Returns the local user's nickname in the context of this chat room or null if not currently joined.
getUserNickname() - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Returns the local user's nickname in the context of this chat room or null if not currently joined.
getUserNickname() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Returns the local user's nickname in the context of this chat room or null if not currently joined.
getUserRole() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Returns the local user role.
getUserRole() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Returns local user role in the context of this chatroom.
getUserRole() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Returns the local user role.
getUserRole() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Returns the local user's role in the context of this chat room or null if not currently joined.
getUserTextFont() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getUYVYPixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getV4L2PixFmt(int) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Gets the FFmpeg pixel format matching a specific Video for Linux Two API Specification pixel format.
getValue() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ExtmapPacketExtension
Returns the value of the extmap attribute we are representing here.
getValue() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ParameterPacketExtension
Returns the value of the format parameter we are representing here.
getValue() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ZrtpHashPacketExtension
Returns the value of the ZRTP hash this element is carrying.
getValue() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSCache.CacheNode
 
getValue() - Method in class net.java.sip.communicator.service.neomedia.DTMFTone
Returns the string representation of this DTMF tone.
getValue() - Method in class net.java.sip.communicator.service.protocol.DTMFTone
Returns the string representation of this DTMF tone.
getValue(String) - Method in class net.java.sip.communicator.util.GenericBuffer
Retrieves the value in the buffer corresponding to the context if it exists.
getValue() - Method in class net.java.sip.communicator.util.swing.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getValueAt(int) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableModel
The room wrapper for the supplied row.
getValueAt(int, int) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(int, int) - Method in class net.java.sip.communicator.impl.neomedia.EncodingConfigurationTableModel
 
getValueAt(int, int) - Method in class net.java.sip.communicator.impl.neomedia.ZrtpConfigureTableModel
 
getValueAt(int, int) - Method in class net.java.sip.communicator.plugin.otr.KnownFingerprintsTableModel
Implements AbstractTableModel#getValueAt(int,int).
getValueAt(int, int) - Method in class net.java.sip.communicator.plugin.pluginmanager.PluginTableModel
Returns the value in the cell given by row and column.
getValues() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomConfigurationFormFieldJabberImpl
Returns an Iterator over the list of values of this field.
getValues() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomConfigurationFormField
Returns an Iterator for the default values of the field if the field is part of a form to fill out.
getVersion() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.CapsPacketExtension
Returns the version associated with this packet.
getVersion() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ZrtpHashPacketExtension
Returns the ZRTP version used by the implementation that created the hash.
getVersionMajor() - Method in interface net.java.sip.communicator.service.version.Version
Returns the version major of the current SIP Communicator version.
getVersionMinor() - Method in interface net.java.sip.communicator.service.version.Version
Returns the version minor of the current SIP Communicator version.
getVersionRevision() - Method in interface net.java.sip.communicator.service.version.Version
Returns the version revision number of the current SIP Communicator version.
getVersionService() - Static method in class net.java.sip.communicator.impl.protocol.sip.SipActivator
Returns a reference to a VersionService implementation currently registered in the bundle context or null if no such implementation was found.
getVideoCaptureDevice(MediaUseCase) - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Returns a device that we could use for video capture.
getViewFactory() - Method in class net.java.sip.communicator.impl.gui.utils.SIPCommHTMLEditorKit
Returns the extended HTMLFactory defined here.
getVisibleEditorRect() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFieldUI
If we are in the case of disabled delete button, we simply call the parent implementation of this method, otherwise we recalculate the editor rectangle in order to leave place for the delete button.
getVisibleEditorRect() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI
If we are in the case of disabled delete button, we simply call the parent implementation of this method, otherwise we recalculate the editor rectangle in order to leave place for the delete button.
getVisualComponent() - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Returns the visual Component where video from the remote peer is being rendered or null if no video is currently rendered.
getVisualComponent() - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Returns a reference to the visual Component where video from the remote peer is being rendered or null if no video is currently rendered.
getVisualComponent(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetVideoTelephonySipImpl
Gets the visual/video Component available in this telephony for a specific CallPeer.
getVisualComponent() - Method in class net.java.sip.communicator.service.neomedia.event.VideoEvent
Gets the visual Component depicting video which had its availability changed and which this VideoEvent notifies about.
getVisualComponent() - Method in interface net.java.sip.communicator.service.neomedia.VideoMediaStream
Returns a reference to the visual Component where video from the remote peer is being rendered or null if no video is currently rendered.
getVisualComponent() - Method in class net.java.sip.communicator.service.protocol.event.VideoEvent
Gets the visual Component depicting video which had its availability changed and which this VideoEvent notifies about.
getVisualComponent() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Gets the visual Component in which video from the remote peer is currently being rendered or null if there is currently no video streaming from the remote peer.
getVisualComponent(CallPeer) - Method in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
Gets the visual/video Component available in this telephony for a specific CallPeer.
getVisualRepresentation(Transferable) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTransferHandler
Overrides TransferHandler.getVisualRepresentation(Transferable t) in order to return a custom drag icon.
getVisualRepresentation(Transferable) - Method in class net.java.sip.communicator.util.swing.ExtendedTransferHandler
Overrides TransferHandler.getVisualRepresentation(Transferable t) in order to return a custom drag icon.
getWebContactInfo(Contact) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetWebContactInfoIcqImpl
Returns the URL of a page containing information on contact
getWebContactInfo(String) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetWebContactInfoIcqImpl
Returns the URL of a page containing information on the contact with the specified contactAddress.
getWebContactInfo(Contact) - Method in interface net.java.sip.communicator.service.protocol.OperationSetWebContactInfo
Returns the URL of a page containing information on contact
getWebContactInfo(String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetWebContactInfo
Returns the URL of a page containing information on the contact with the specified contactAddress.
getWebContactInfoOpSet(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the Web Contact Info operation set for the given protocol provider.
getWebSignupLinkName() - Method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccountRegistrationWizard
Returns the name of the web sign up link.
getWebSignupLinkName() - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
Returns the name of the web sign up link.
getWebSignupLinkName() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Returns the sign up link name.
getWebSignupLinkName() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns the name of the web sign up link.
getWeight() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Get the weight of the service.
getWhiteboardID() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Returns the id of the specified Whiteboard.
getWhiteboardID() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Returns the id of the specified Whiteboard.
getWhiteboardInitialObject() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardInvitationJabberImpl
Returns the first white-board object that the inviter would like to exchange with the user.
getWhiteboardObject() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPacketExtension
Returns the current WhiteboardObject to be sent.
getWhiteboardObjectID() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPacketExtension
Returns the current WhiteboardObject's identifier to be sent.
getWhiteboardObjects() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Returns the WhiteboardObjects in this whiteboard session.
getWhiteboardObjects() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Returns the WhiteboardObjects in this whiteboard session.
getWhiteboardOperationSets() - Static method in class net.java.sip.communicator.plugin.whiteboard.WhiteboardActivator
Returns all OperationSetWhiteboardings obtained from the bundle context.
getWhiteboardOpSet() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardSessionPresenceChangeEvent
Returns the OperationSetWhiteboarding, where this event has occurred.
getWhiteboardParticipants() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Returns an iterator over all white-board participants.
getWhiteboardParticipants() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Returns an iterator over all whiteboard participants.
getWhiteboardParticipantsCount() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Returns the number of participants currently associated with this white-board session.
getWhiteboardParticipantsCount() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Returns the number of participants currently associated with this whiteboard session.
getWhiteboardPassword() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardInvitationJabberImpl
Returns the password to use in order to join the white-board, that this invitation is about.
getWhiteboardPassword() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardInvitation
Returns the password to use when joining the whiteboard.
getWhiteboardPoint() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectCircleJabberImpl
Returns the coordinates of this whiteboard object.
getWhiteboardPoint() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectImageJabberImpl
Returns the coordinates of this whiteboard object.
getWhiteboardPoint() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectRectJabberImpl
Returns the coordinates of this whiteboard object.
getWhiteboardPoint() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectTextJabberImpl
Returns the coordinates of this whiteboard object.
getWhiteboardPoint() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeCircle
Returns the coordinates of this whiteboard object.
getWhiteboardPoint() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeImage
Returns the coordinates of this whiteboard object.
getWhiteboardPoint() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeRect
Returns the coordinates of this whiteboard object.
getWhiteboardPoint() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeText
Returns the coordinates of this whiteboard object.
getWhiteboardPoint() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectCircle
Returns the coordinates of this whiteboard object.
getWhiteboardPoint() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectEllipse
Returns the coordinates of this whiteboard object.
getWhiteboardPoint() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectImage
Returns the coordinates of this whiteboard object.
getWhiteboardPoint() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectRect
Returns the coordinates of this whiteboard object.
getWhiteboardPoint() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectText
Returns the coordinates of this whiteboard object.
getWhiteboardPointEnd() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectLineJabberImpl
Returns the coordinates of end point for the line
getWhiteboardPointEnd() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeLine
Returns the coordinates of end point for the line
getWhiteboardPointEnd() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectLine
Returns the coordinates of end point for the line
getWhiteboardPointStart() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectLineJabberImpl
Returns the coordinates of start point for the line
getWhiteboardPointStart() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeLine
Returns the coordinates of start point for the line
getWhiteboardPointStart() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectLine
Returns the coordinates of start point for the line
getWhiteboardSession() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
Returns the chat room that this member is participating in.
getWhiteboardSession() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
returns the current WhiteboardSession
getWhiteboardSession() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardFrame
Current WhiteboardSession used in the WhiteboardFrame.
getWhiteboardSession() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardInvitationRejectedEvent
Returns the WhiteboardSession for which the initial invitation was.
getWhiteboardSession() - Method in class net.java.sip.communicator.service.protocol.event.WhiteboardSessionPresenceChangeEvent
Returns the WhiteboardSession, that this event is about.
getWhiteboardSession() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardParticipant
Returns the chat room that this member is participating in.
getWhiteboardSessionId() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardSessionPacketExtension
Returns the white board session identifier.
getWhiteboardSessionState() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Returns the state that this whiteboard is currently in.
getWidth() - Method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Get video width.
getWidth() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.CVPixelBuffer
Gets the width in pixels of this CVPixelBuffer.
getWidth() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailElement
Returns the width of this ThumbnailElement.
getWidth() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectImageJabberImpl
Returns the width (in pixels) of the WhiteboardObject.
getWidth() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectRectJabberImpl
Gets the width (in pixels) of the WhiteboardObject.
getWidth() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeImage
Returns the width (in pixels) of the WhiteboardObject.
getWidth() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeRect
Gets the width (in pixels) of the WhiteboardObject.
getWidth() - Method in class net.java.sip.communicator.service.neomedia.event.SizeChangeVideoEvent
Gets the new width of the associated visual Component.
getWidth() - Method in class net.java.sip.communicator.service.protocol.event.SizeChangeVideoEvent
Gets the new width of the associated visual Component.
getWidth() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectImage
Returns the width (in pixels) of the WhiteboardObject.
getWidth() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectRect
Gets the width (in pixels) of the WhiteboardObject.
getWindow() - Method in class net.java.sip.communicator.service.gui.AbstractExportedWindow
Gets the Window wrapped by this instance and to which ExportedWindow capabilities are provided.
getWindowBackground() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getWindowTitleFont() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
getWindowTransparency() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns the transparency value for all transparent windows.
getWindowTransparency() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
Returns the transparency value for all transparent windows.
getWizardContainer() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Returns the wizard container, where all pages are added.
getWizardContainer() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Returns the wizard container, where all pages are added.
getWizardContainer() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns the wizard container, where all pages are added.
getWizardContainer() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Returns the wizard container, where all pages are added.
getWizardContainer() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns the wizard container, where all pages are added.
getWizardContainer() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Returns the wizard container, where all pages are added.
getWizardContainer() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Returns the wizard container, where all pages are added.
getWizardContainer() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Returns the wizard container, where all pages are added.
getWizardContainer() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Returns the wizard container, where all pages are added.
getWizardContainer() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns the wizard container, where all pages are added.
getWizardContainer() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Returns the wizard container, where all pages are added.
getWizardContainer() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Returns the wizard container, where all pages are added.
getWizardForm() - Method in class net.java.sip.communicator.impl.gui.main.account.AccountRegSummaryPage
Implements the WizardPage.getWizardForm method.
getWizardForm() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage1
Returns the form contained in this wizard page.
getWizardForm() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage2
Returns the form contained in this wizard page.
getWizardForm() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage1
Returns the form contained in this wizard page.
getWizardForm() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage2
Returns the form contained in this wizard page.
getWizardForm() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.FirstWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
Implements the WizardPage.getWizardForm to return this panel.
getWizardForm() - Method in interface net.java.sip.communicator.service.gui.WizardPage
Returns the user interface form represented by this page.
getWizardPage(Object) - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Returns the WizardPage corresponding to the given identifier.
getWorkAddress(OperationSetServerStoredAccountInfo) - Static method in class net.java.sip.communicator.service.protocol.AccountInfoUtils
Returns the work address of the account, to which the given accountInfoOpSet belongs.
getWriter() - Method in class net.java.sip.communicator.impl.history.HistoryImpl
 
getWriter() - Method in interface net.java.sip.communicator.service.history.History
Returns an object which can be used to append records to this history.
getX() - Method in class net.java.sip.communicator.service.protocol.WhiteboardPoint
Returns the X coordinate of this WhiteboardPoint.
getY() - Method in class net.java.sip.communicator.service.protocol.WhiteboardPoint
Returns the Y coordinate of this WhiteboardPoint.
getY211PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getY411PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getY41PPixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getYahooConference() - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Returns the yahoo conference model of this chat room.
getYahooID() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Returns the custom yahooID if set
getYahooProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccRegWizzActivator
Returns the ProtocolProviderFactory for the Yahoo protocol.
getYahooSession() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolProviderServiceYahooImpl
Returns the YahooSessionopened by this provider
getYahooUserID(String) - Static method in class net.java.sip.communicator.impl.protocol.yahoo.YahooSession
Removes the server part from the given id
getYUY2PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getYV12PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getYVU9PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getYVYUPixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
getZeroconfProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccRegWizzActivator
Returns the ProtocolProviderFactory for the Zeroconf protocol.
getZid() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get other party's ZID (ZRTP Identifier) data This functions returns the other party's ZID that was receivied during ZRTP processing.
getZrtpConfiguration() - Static method in class net.java.sip.communicator.impl.neomedia.ZrtpConfigureUtils
 
getZrtpControl() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Gets the ZrtpControl which controls the ZRTP of this stream.
getZrtpControl() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
The ZrtpControl which controlls the zrtp for the current stream.
getZrtpControls() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Returns the currently valid ZrtpControls map.
getZrtpEngine() - Method in class net.java.sip.communicator.impl.neomedia.ZrtpControlImpl
Returns the zrtp engine currently used by this stream.
getZrtpListener() - Method in class net.java.sip.communicator.impl.neomedia.ZrtpControlImpl
Returns the ZrtpListener which listens for security events.
getZrtpListener() - Method in interface net.java.sip.communicator.service.neomedia.ZrtpControl
Returns the ZrtpListener which listens for security events.
GIBBERISH - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
The Gibberish protocol.
GIBBERISH - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolNames
The Gibberish protocol.
GIBBERISH_LOGO - Static variable in class net.java.sip.communicator.plugin.gibberishaccregwizz.Resources
A constant pointing to the Gibberish protocol logo icon.
GIBBERISH_PROTOCOL_NAME - Static variable in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolProviderServiceGibberishImpl
The name of this protocol.
GIBBERISH_SERVICE_NAME - Static variable in class net.java.sip.communicator.impl.protocol.gibberish.AccountIDGibberishImpl
 
GibberishAccountID - Class in net.java.sip.communicator.impl.protocol.gibberish
The Gibberish implementation of a sip-communicator account id.
GibberishAccountID(String, Map<String, String>) - Constructor for class net.java.sip.communicator.impl.protocol.gibberish.GibberishAccountID
Creates an account id from the specified id and account properties.
GibberishAccountRegistration - Class in net.java.sip.communicator.plugin.gibberishaccregwizz
The GibberishAccountRegistration is used to store all user input data through the GibberishAccountRegistrationWizard.
GibberishAccountRegistration() - Constructor for class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistration
 
GibberishAccountRegistrationWizard - Class in net.java.sip.communicator.plugin.gibberishaccregwizz
The GibberishAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Gibberish protocol.
GibberishAccountRegistrationWizard(WizardContainer) - Constructor for class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Creates an instance of GibberishAccountRegistrationWizard.
GibberishAccRegWizzActivator - Class in net.java.sip.communicator.plugin.gibberishaccregwizz
Registers the GibberishAccountRegistrationWizard in the UI Service.
GibberishAccRegWizzActivator() - Constructor for class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccRegWizzActivator
 
GibberishActivator - Class in net.java.sip.communicator.impl.protocol.gibberish
Loads the Gibberish provider factory and registers its services in the OSGI bundle context.
GibberishActivator() - Constructor for class net.java.sip.communicator.impl.protocol.gibberish.GibberishActivator
 
GibberishStatusEnum - Class in net.java.sip.communicator.impl.protocol.gibberish
An implementation of PresenceStatus that enumerates all states that a Gibberish contact can fall into.
globalPolicyChanged() - Method in class net.java.sip.communicator.plugin.otr.OtrContactMenu
 
globalPolicyChanged() - Method in interface net.java.sip.communicator.plugin.otr.ScOtrEngineListener
 
GlobalProxyConfigForm - Class in net.java.sip.communicator.plugin.globalproxyconfig
Implementation of the configuration form.
GlobalProxyConfigForm() - Constructor for class net.java.sip.communicator.plugin.globalproxyconfig.GlobalProxyConfigForm
Creates the form.
GlobalProxyPluginActivator - Class in net.java.sip.communicator.plugin.globalproxyconfig
Register the configuration form.
GlobalProxyPluginActivator() - Constructor for class net.java.sip.communicator.plugin.globalproxyconfig.GlobalProxyPluginActivator
 
GlobalStatusSelectorBox - Class in net.java.sip.communicator.impl.gui.main.presence
The GlobalStatusSelectorBox is a global status selector box, which appears in the status panel, when the user has more than one account.
GlobalStatusSelectorBox(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.presence.GlobalStatusSelectorBox
Creates an instance of SimpleStatusSelectorBox.
GOOGLE_CONNECT_SRV - Static variable in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistration
 
GOOGLE_USER_SUFFIX - Static variable in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistration
 
GoogleTalkAccountRegistration - Class in net.java.sip.communicator.plugin.googletalkaccregwizz
The GoogleTalkAccountRegistration is used to store all user input data through the GoogleTalkAccountRegistrationWizard.
GoogleTalkAccountRegistration() - Constructor for class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistration
 
GoogleTalkAccountRegistrationWizard - Class in net.java.sip.communicator.plugin.googletalkaccregwizz
The GoogleTalkAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Google Talk protocol.
GoogleTalkAccountRegistrationWizard(WizardContainer) - Constructor for class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Creates an instance of GoogleTalkAccountRegistrationWizard.
GoogleTalkAccRegWizzActivator - Class in net.java.sip.communicator.plugin.googletalkaccregwizz
Registers the GoogleTalkAccountRegistrationWizard in the UI Service.
GoogleTalkAccRegWizzActivator() - Constructor for class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccRegWizzActivator
 
gotMessage(Conversation, MessageInfo) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl.AimConversationListener
 
gotOtherEvent(Conversation, ConversationEventInfo) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl.AimConversationListener
 
GP0999 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Maximum pitch gain if taming is needed
GPCLIP - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Maximum pitch gain if taming is needed
GPCLIP2 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Maximum pitch gain if taming is needed
grabber - Variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
Delegate class to handle video data.
grabScreen(int, int, int, int, int, byte[]) - Static method in class net.java.sip.communicator.impl.neomedia.imgstreaming.NativeScreenCapture
Grab desktop screen and get raw bytes.
grabScreen(int, int, int, int, int, long, int) - Static method in class net.java.sip.communicator.impl.neomedia.imgstreaming.NativeScreenCapture
Grab desktop screen and get raw bytes.
GRADIENT_DARK_COLOR - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
The start color used to paint a gradient mouse over background of some components.
GRADIENT_LIGHT_COLOR - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
The end color used to paint a gradient mouse over background of some components.
grantAdmin(String) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Grants admin role to the participant given by address.
grantAdmin(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Grants administrator privileges to another user.
grantAdmin(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Grants admin role to the participant given by address.
grantAdmin(String) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Grants administrator privileges to another user.
grantMembership(String) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Grants membership role to the participant given by address.
grantMembership(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Grants membership to a user.
grantMembership(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Grants membership role to the participant given by address.
grantMembership(String) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Grants membership to a user.
grantModerator(String) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Grants moderator role to the participant given by address.
grantModerator(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Grants moderator privileges to a participant or visitor.
grantModerator(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Grants moderator role to the participant given by address.
grantModerator(String) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Grants moderator privileges to a participant or visitor.
grantOwnership(String) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Grants ownership role to the participant given by address.
grantOwnership(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Grants ownership privileges to another user.
grantOwnership(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Grants ownership role to the participant given by address.
grantOwnership(String) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Grants ownership privileges to another user.
grantVoice(String) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Grants voice to the participant given by address.
grantVoice(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Grants voice to a visitor in the room.
grantVoice(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Grants voice to the participant given by address.
grantVoice(String) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Grants voice to a visitor in the room.
GraphicUtils - Class in net.java.sip.communicator.util
The GraphicUtils is an utility class that gives access to some simple graphics operations, like an easy creating of a clipped shape or image, or painting of a border glow.
GraphicUtils() - Constructor for class net.java.sip.communicator.util.GraphicUtils
 
grid - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
GRID_POINTS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Resolution of lsp search.
GROUP_CLICKED - Static variable in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListEvent
Indicates that the ContactListEvent instance was triggered by selecting a group in the contact list.
GROUP_CREATED_EVENT - Static variable in class net.java.sip.communicator.service.protocol.event.ServerStoredGroupEvent
Indicates that a contact group has been successfully created.
GROUP_CREATION_FAILED_EVENT - Static variable in class net.java.sip.communicator.service.protocol.event.ServerStoredGroupEvent
Indicates that we have failed to create a group.
GROUP_REMOVED_EVENT - Static variable in class net.java.sip.communicator.service.protocol.event.ServerStoredGroupEvent
Indicates that a contact group has been successfully deleted.
GROUP_RENAMED_EVENT - Static variable in class net.java.sip.communicator.service.protocol.event.ServerStoredGroupEvent
Indicates that a group has been successfully renamed.
GROUP_RESOLVED_EVENT - Static variable in class net.java.sip.communicator.service.protocol.event.ServerStoredGroupEvent
Indicates that a group has just been resolved against the server.
GROUP_WISE - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolNames
The GroupWise protocol.
groupClicked(ContactListEvent) - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.ContactListListener
Indicates that a group has been selected.
groupClicked(ContactListEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
Implements the ContactListListener.groupSelected method.
groupClicked(ContactListEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.MetaContactRightButtonMenu
Indicates that a group has been selected during a move operation.
groupCreated(ServerStoredGroupEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ServerStoredGroupListener
Called whnever an indication is received that a new server stored group is created.
groupNameChanged(ServerStoredGroupEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ServerStoredGroupListener
Called when an indication is received that the name of a server stored contact group has changed.
GroupNode - Class in net.java.sip.communicator.impl.gui.main.contactlist
The GroupNode is a ContactListNode corresponding to a given UIGroup.
GroupNode(ContactListTreeModel, UIGroup) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.GroupNode
Creates a GroupNode by specifying the parent treeModel and the corresponding uiGroup.
groupRemoved(ServerStoredGroupEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ServerStoredGroupListener
Called whnever an indication is received that an existing server stored group has been removed.
groupRenamed(MsnGroup) - Method in class net.java.sip.communicator.impl.protocol.msn.EventAdapter
Indicates that a group is successfully renamed
groupRenamed(MsnGroup) - Method in interface net.java.sip.communicator.impl.protocol.msn.MsnContactListEventListener
Indicates that a group is successfully renamed
groupResolved(ServerStoredGroupEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ServerStoredGroupListener
Called when a contact group has been successfully resolved against the server.
GroupRightButtonMenu - Class in net.java.sip.communicator.impl.gui.main.contactlist
The GroupRightButtonMenu is the menu, opened when user clicks with the right mouse button on a group in the contact list.
GroupRightButtonMenu(MainFrame, MetaContactGroup) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.GroupRightButtonMenu
Creates an instance of GroupRightButtonMenu.
GROUPS_16x16_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Groups 16x16 image.
growBy - Variable in class net.java.sip.communicator.util.Entities.ArrayEntityMap
 
GrowlNotificationActivator - Class in net.java.sip.communicator.impl.growlnotification
Activates the GrowlNotificationService
GrowlNotificationActivator() - Constructor for class net.java.sip.communicator.impl.growlnotification.GrowlNotificationActivator
 
GrowlNotificationServiceImpl - Class in net.java.sip.communicator.impl.growlnotification
The Growl Notification Service displays on-screen information such as messages or call received, etc.
GrowlNotificationServiceImpl() - Constructor for class net.java.sip.communicator.impl.growlnotification.GrowlNotificationServiceImpl
 
growlNotificationTimedOut(Object) - Method in class net.java.sip.communicator.impl.growlnotification.GrowlNotificationServiceImpl
This method is called by Growl when the Growl notification is not clicked
growlNotificationWasClicked(Object) - Method in class net.java.sip.communicator.impl.growlnotification.GrowlNotificationServiceImpl
This method is called by Growl when the Growl notification is clicked
GuiActivator - Class in net.java.sip.communicator.impl.gui
The GUI Activator class.
GuiActivator() - Constructor for class net.java.sip.communicator.impl.gui.GuiActivator
 
GuiServiceActivator - Class in net.java.sip.communicator.service.gui.internal
 
GuiServiceActivator() - Constructor for class net.java.sip.communicator.service.gui.internal.GuiServiceActivator
 
GuiUtils - Class in net.java.sip.communicator.util
The StringUtils class is used through this ui implementation for some special operations with strings.
GuiUtils() - Constructor for class net.java.sip.communicator.util.GuiUtils
 

H

H264 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.Constants
 
H264_RTP - Static variable in class net.java.sip.communicator.impl.neomedia.codec.Constants
 
H264_RTP_SDP - Static variable in class net.java.sip.communicator.impl.neomedia.codec.Constants
 
hamwindow - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
handle - Variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
The handle of the native counterpart of this JAWTRenderer.
handleAccountManagerEvent(AccountManagerEvent) - Method in class net.java.sip.communicator.impl.protocol.jabber.UriHandlerJabberImpl
 
handleAccountManagerEvent(AccountManagerEvent) - Method in class net.java.sip.communicator.impl.protocol.sip.UriHandlerSipImpl
 
handleAccountManagerEvent(AccountManagerEvent) - Method in interface net.java.sip.communicator.service.protocol.event.AccountManagerListener
Notifies this listener about an event fired by a specific AccountManager.
handleAEGetURLEvent(String) - Method in interface net.java.sip.communicator.util.launchutils.AEGetURLEventHandler.IAEGetURLListener
 
handleArgs(String[]) - Method in class net.java.sip.communicator.util.launchutils.LaunchArgHandler
Does the actual argument handling.
handleAuthenticationChallenge(ClientTransaction) - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Updates this call so that it would record a new transaction and dialog that have been recreated because of a re-authentication.
handleChallenge(Response, ClientTransaction, SipProvider) - Method in class net.java.sip.communicator.impl.protocol.sip.security.SipSecurityManager
Uses securityAuthority to determine a set of valid user credentials for the specified Response (Challenge) and appends it to the challenged request so that it could be retransmitted.
handleChange() - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.CallComboEditor
 
handleChange() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWindow
Performs changes in the room name combo box when its editor content has changed.
handleConcurrentInvocationRequest() - Method in class net.java.sip.communicator.impl.argdelegation.ArgDelegationPeerImpl
This method would simply bring the application on focus as it is called when the user has tried to launch a second instance of SIP Communicator while a first one was already running.
handleConcurrentInvocationRequest() - Method in interface net.java.sip.communicator.util.launchutils.ArgDelegationPeer
Called when the user has tried to launch a second instance of SIP Communicator while a first one was already running.
handleConcurrentInvocationRequest() - Method in class net.java.sip.communicator.util.launchutils.ArgDelegator
Called when the user has tried to launch a second instance of SIP Communicator while a first one was already running.
handleConcurrentInvocationRequestArgs(String[]) - Method in class net.java.sip.communicator.util.launchutils.LaunchArgHandler
Called when the user has tried to launch a second instance of SIP Communicator while a first one was already running.
handleContactStatusChange(ContactYahooImpl, YahooUser) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
 
handleEvent(RvConnection, RvConnectionEvent) - Method in class net.java.sip.communicator.impl.protocol.icq.FileTransferImpl.IcqFileTransferEventListener
 
handleEventWithStateChange(RvConnection, RvConnectionState, RvConnectionEvent) - Method in class net.java.sip.communicator.impl.protocol.icq.FileTransferImpl.IcqFileTransferEventListener
 
handleFlapPacket(FlapPacketEvent) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl.ConnectionClosedListener
 
handleForbiddenResponse(Response, ClientTransaction, SipProvider) - Method in class net.java.sip.communicator.impl.protocol.sip.security.SipSecurityManager
Handles a 403 Forbidden response.
handleGoClear() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Method called by the Zrtp class as result of a GoClear request from the other peer.
handleHelpArg() - Method in class net.java.sip.communicator.util.launchutils.LaunchArgHandler
Prints a help message containing usage instructions and descriptions of all options currently supported by SIP Communicator.
handleNewIncomingConnection(RvConnectionManager, IncomingRvConnection) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetFileTransferIcqImpl
Function called when a icq file transfer request arrive
handleQuery(JmDNS, long) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Address
Does the necessary actions, when this as a query.
handleQuery(JmDNS, long) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord
Handles a query represented by this record.
handleQuery(JmDNS, long) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Pointer
 
handleQuery(JmDNS, long) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Service
 
handleQuery(JmDNS, long) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Text
 
handleResponse(JmDNS) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Address
Does the necessary actions, when this as a response.
handleResponse(JmDNS) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord
Handles a responserepresented by this record.
handleResponse(JmDNS) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Pointer
 
handleResponse(JmDNS) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Service
 
handleResponse(JmDNS) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Text
 
handleServiceResolved(ServiceInfo) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
 
handleTimeout() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Timeout handling function.
handleUnknownArg(String) - Method in class net.java.sip.communicator.util.launchutils.LaunchArgHandler
Prints an error message and then prints the help message.
handleUri(String) - Method in class net.java.sip.communicator.impl.argdelegation.ArgDelegationPeerImpl
Relays uirArg to the corresponding handler or shows an error message in case no handler has been registered for the corresponding protocol.
handleUri(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.UriHandlerJabberImpl
Parses the specified URI and creates a chat with the currently active im operation set.
handleUri(String) - Method in class net.java.sip.communicator.impl.protocol.rss.UriHandlerRssImpl
Parses the specified URI and creates a call with the currently active telephony operation set.
handleUri(String) - Method in class net.java.sip.communicator.impl.protocol.sip.UriHandlerSipImpl
Parses the specified URI and creates a call with the currently active telephony operation set.
handleUri(String) - Method in interface net.java.sip.communicator.service.argdelegation.UriHandler
Handles/opens the URI.
handleUri(String) - Method in interface net.java.sip.communicator.util.launchutils.ArgDelegationPeer
Handles uriArg in whatever way it finds fit.
handleUri(String) - Method in class net.java.sip.communicator.util.launchutils.ArgDelegator
Passes the uriArg to the uri delegation peer or, in case no peer is currently registered, stores it and keeps it until one appears.
hangup() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Ends the call with for this CallPeer.
hangup() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Ends the call with for this CallPeer.
HANGUP_BUTTON_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The hangup button image.
HANGUP_BUTTON_PRESSED_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The hangup button pressed image.
HANGUP_ROLLOVER_BUTTON_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The hangup button mouse over image.
hangupCall(Call) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Hang ups the given call.
hangupCallPeer(CallPeer) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Hang ups the given callPeer.
hangupCallPeer(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicTelephonyGibberishImpl
Indicates a user request to end a call with the specified call particiapnt.
hangupCallPeer(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Ends the call with the specified peer.
hangupCallPeer(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
Indicates a user request to end a call with the specified call particiapnt.
hangupCallPeer(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Ends the call with the specified peer.
hangupCallPeer(CallPeer) - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony
Indicates a user request to end a call with the specified call peer.
hasData() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Returns true if the service info is filled with data.
hasDefaultSource() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.ContactListSourceFilter
Indicates if this filter contains a default source.
hasDefaultSource() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFilter
Indicates if this filter contains a default source.
HASH_METHOD - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.CapsPacketExtension
The hash method we use for generating the ver string.
HASH_METHOD_CAPS - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
The hash method we use for generating the ver string.
hashCode() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatContact
Gets a hash code value for this object for the benefit of hashtables.
hashCode() - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Overrides Object#hashCode() because Object#equals(Object) is overridden.
hashCode() - Method in class net.java.sip.communicator.impl.neomedia.format.VideoMediaFormatImpl
Overrides MediaFormatImpl#hashCode() because Object#equals(Object) is overridden.
hashCode() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Returns a hash code value for the object, which is actually the hashcode value of the groupname.
hashCode() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Returns a hashCode for this contact.
hashCode() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Returns a hash code value for the object, which is actually the hashcode value of the groupname.
hashCode() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Returns a hashCode for this contact.
hashCode() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Returns a hash code value for this whiteboard.
hashCode() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Returns a hash code value for the object, which is actually the hashcode value of the groupname.
hashCode() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Returns a hashCode for this contact.
hashCode() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Overrides hashCode from Object to ensure that equal objects have same hashcode http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#equals(java.lang.Object)
hashCode() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Returns a hash code value for the object, which is actually the hashcode value of the groupname.
hashCode() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Returns a hashCode for this contact.
hashCode() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry
Overriden, to return a value which is consistent with the value returned by equals(Object).
hashCode() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
 
hashCode() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingEntry
 
hashCode() - Method in class net.java.sip.communicator.service.history.HistoryID
 
hashCode() - Method in class net.java.sip.communicator.service.neomedia.DTMFTone
Returns a hash code value for the object.
hashCode() - Method in class net.java.sip.communicator.service.neomedia.MediaStreamTarget
Returns a hash code for this MediaStreamTarget instance which is suitable for use in hash tables.
hashCode() - Method in class net.java.sip.communicator.service.neomedia.RTPExtension
Returns the hash code of this extension instance which is actually the hash code of the URI that this extension is encapsulating.
hashCode() - Method in class net.java.sip.communicator.service.protocol.AccountID
Returns a hash code value for the object.
hashCode() - Method in class net.java.sip.communicator.service.protocol.Call
Returns a hash code value for this call.
hashCode() - Method in class net.java.sip.communicator.service.protocol.DTMFTone
Returns a hash code value for the object.
hashCode() - Method in class net.java.sip.communicator.service.protocol.PresenceStatus
Returns a hash code value for the object.
hashCode() - Method in interface net.java.sip.communicator.service.protocol.ProtocolProviderService
A hashcode allowing usage of protocol providers as keys in Hashtables.
hasMagic() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZrtpRawPacket
Check if it is really a ZRTP packet.
hasNext() - Method in class net.java.sip.communicator.impl.history.OrderedQueryResultSet
Returns true if the iteration has more elements.
hasNext() - Method in class net.java.sip.communicator.service.history.DefaultQueryResultSet
 
hasPrev() - Method in class net.java.sip.communicator.impl.history.OrderedQueryResultSet
Returns true if the iteration has elements preceeding the current one.
hasPrev() - Method in interface net.java.sip.communicator.service.history.BidirectionalIterator
Returns true if the iteration has elements preceeding the current one.
hasPrev() - Method in class net.java.sip.communicator.service.history.DefaultQueryResultSet
 
hasPropertyChangeListeners(String) - Method in class net.java.sip.communicator.impl.configuration.ChangeEventDispatcher
Check if there are any listeners for a specific property.
hasSelectedMenus() - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.EditTextToolBar
Returns TRUE if there are selected menus in this toolbar, otherwise returns FALSE.
hasSelectedMenus() - Method in class net.java.sip.communicator.impl.gui.main.menus.MainMenu
Determines whether there are selected menus.
hasSelectedMenus() - Method in class net.java.sip.communicator.impl.gui.main.presence.AccountStatusPanel
Returns true if there are selected status selector boxes, otherwise returns false.
hasSelectedMenus() - Method in class net.java.sip.communicator.impl.gui.main.presence.GlobalStatusSelectorBox
Returns true if there are selected status selector boxes, otherwise returns false.
hasStoredAccounts(String, boolean) - Method in class net.java.sip.communicator.impl.protocol.AccountManagerImpl
 
hasStoredAccounts(String, boolean) - Method in interface net.java.sip.communicator.service.protocol.AccountManager
Determines whether the account store represented by this manager contains stored accounts.
hasVetoableChangeListeners(String) - Method in class net.java.sip.communicator.impl.configuration.ChangeEventDispatcher
Check if there are any vetoable change listeners for a specific property.
hc - Variable in class net.java.sip.communicator.impl.neomedia.ZrtpConfigurePanel
 
HEADPHONE - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
 
HEIGHT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailElement
The name of the thumbnail attribute "height".
HelpMenu - Class in net.java.sip.communicator.impl.gui.main.chat.menus
The HelpMenu is a menu in the main application menu bar.
HelpMenu(ChatWindow) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.menus.HelpMenu
Creates an instance of HelpMenu.
HelpMenu - Class in net.java.sip.communicator.impl.gui.main.menus
The HelpMenu is a menu in the main application menu bar.
HelpMenu(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.menus.HelpMenu
Creates an instance of HelpMenu.
HIDE - Static variable in class net.java.sip.communicator.service.protocol.msnconstants.MsnStatusEnum
The Invisible status.
HIDE_ACTIONS_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
More actions button.
HIDE_ACTIONS_ROLLOVER_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
More actions button rollover state.
hideProgressRelatedComponents() - Method in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
Hides all progress related components.
highlightedTabs - Variable in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI
 
highlightTab(int, int) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatTabbedPane
When a tab is highlighted sets an indicator of the number of unread messages in this tab.
highlightTab(ChatPanel) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Highlights the corresponding tab for the given chat panel.
highlightTab(int) - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Highlights the tab with the given index.
History - Interface in net.java.sip.communicator.service.history
 
HISTORY_16x16_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
History 16x16 image.
HISTORY_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Clock icon.
HISTORY_IN_CALL_COLOR - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
The color used to paint the background of an incoming call history record.
HISTORY_INCOMING_MESSAGE - Static variable in interface net.java.sip.communicator.service.gui.Chat
The history incoming message type.
HISTORY_OUT_CALL_COLOR - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
The color used to paint the background of an outgoing call history record.
HISTORY_OUTGOING_MESSAGE - Static variable in interface net.java.sip.communicator.service.gui.Chat
The history outgoing message type.
HISTORY_SOURCE - Static variable in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFilter
The history contact source search type.
HistoryActivator - Class in net.java.sip.communicator.impl.history
Invoke "Service Binder" to parse the service XML and register all services.
HistoryActivator() - Constructor for class net.java.sip.communicator.impl.history.HistoryActivator
 
historyFilter - Static variable in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
The call history filter.
HistoryID - Class in net.java.sip.communicator.service.history
Object used to uniquely identify a group of history records.
HistoryImpl - Class in net.java.sip.communicator.impl.history
 
HistoryImpl(HistoryID, File, HistoryRecordStructure, HistoryServiceImpl) - Constructor for class net.java.sip.communicator.impl.history.HistoryImpl
Creates an instance of HistoryImpl by specifying the history identifier, the directory, the HistoryRecordStructure to use and the parent HistoryServiceImpl.
HistoryMenu - Class in net.java.sip.communicator.impl.gui.main.chat.history
The HistoryMenu is the main menu in the history window.
HistoryMenu(JFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.history.HistoryMenu
Creates an instance of HistoryMenu.
HistoryQuery - Interface in net.java.sip.communicator.service.history
The HistoryQuery corresponds to a query made through the InteractiveHistoryReader.
HistoryQueryImpl - Class in net.java.sip.communicator.impl.history
The HistoryQueryImpl is an implementation of the HistoryQuery interface.
HistoryQueryImpl() - Constructor for class net.java.sip.communicator.impl.history.HistoryQueryImpl
 
HistoryQueryListener - Interface in net.java.sip.communicator.service.history.event
The HistoryQueryListener listens for changes in the result of a given HistoryQuery.
HistoryQueryStatusEvent - Class in net.java.sip.communicator.service.history.event
The HistoryQueryStatusEvent is triggered each time a HistoryQuery changes its status.
HistoryQueryStatusEvent(HistoryQuery, int) - Constructor for class net.java.sip.communicator.service.history.event.HistoryQueryStatusEvent
Creates a HistoryQueryStatusEvent by specifying the source HistoryQuery and the eventType indicating why initially this event occurred.
HistoryReader - Interface in net.java.sip.communicator.service.history
Used to serach over the history records
HistoryReaderImpl - Class in net.java.sip.communicator.impl.history
 
HistoryReaderImpl(HistoryImpl) - Constructor for class net.java.sip.communicator.impl.history.HistoryReaderImpl
Creates an instance of HistoryReaderImpl.
HistoryRecord - Class in net.java.sip.communicator.service.history.records
 
HistoryRecord(HistoryRecordStructure, String[]) - Constructor for class net.java.sip.communicator.service.history.records.HistoryRecord
Constructs an entry containing multiple name-value pairs, where the names are taken from the defined structure.
HistoryRecord(String[], String[]) - Constructor for class net.java.sip.communicator.service.history.records.HistoryRecord
Constructs an entry containing multiple name-value pairs, where the name is not unique.
HistoryRecord(HistoryRecordStructure, String[], Date) - Constructor for class net.java.sip.communicator.service.history.records.HistoryRecord
Constructs an entry containing multiple name-value pairs, where the names are taken from the defined structure.
HistoryRecord(String[], String[], Date) - Constructor for class net.java.sip.communicator.service.history.records.HistoryRecord
Constructs an entry containing multiple name-value pairs, where the name is not unique.
HistoryRecordEvent - Class in net.java.sip.communicator.service.history.event
The HistoryRecordEvent indicates that a HistoryRecords has been received as a result of a HistoryQuery.
HistoryRecordEvent(HistoryQuery, HistoryRecord) - Constructor for class net.java.sip.communicator.service.history.event.HistoryRecordEvent
Creates a HistoryRecordEvent by specifying the initial query and the record this event is about.
historyRecordReceived(HistoryRecordEvent) - Method in interface net.java.sip.communicator.service.history.event.HistoryQueryListener
Indicates that new HistoryRecord has been received as a result of the query.
HistoryRecordStructure - Class in net.java.sip.communicator.service.history.records
 
HistoryRecordStructure(String[]) - Constructor for class net.java.sip.communicator.service.history.records.HistoryRecordStructure
Creates an entry structure object used to define the shape of the data stored in the history.
HistorySearchProgressListener - Interface in net.java.sip.communicator.service.history.event
When searching into the history a ProgressEvent is fired whenever the progress is changed.
HistoryService - Interface in net.java.sip.communicator.service.history
This service provides the functionality to store history records.
HistoryServiceImpl - Class in net.java.sip.communicator.impl.history
 
HistoryServiceImpl(BundleContext) - Constructor for class net.java.sip.communicator.impl.history.HistoryServiceImpl
 
HistoryWindow - Class in net.java.sip.communicator.impl.gui.main.chat.history
The HistoryWindow is the window, where user could view or search in the message history.
HistoryWindow(Object) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindow
Creates an instance of the HistoryWindow.
HistoryWindowManager - Class in net.java.sip.communicator.impl.gui.main.chat.history
Manages all history windows within the gui.
HistoryWindowManager() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindowManager
 
HistoryWriter - Interface in net.java.sip.communicator.service.history
 
HistoryWriterImpl - Class in net.java.sip.communicator.impl.history
 
HistoryWriterImpl(HistoryImpl) - Constructor for class net.java.sip.communicator.impl.history.HistoryWriterImpl
 
HMACSHA1_AUTHENTICATION - Static variable in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPPolicy
HMC SHA1 Authentication, defined in Section 4.2.1, RFC3711
HOLD_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A put-on/off-hold button icon.
HOLD_STATUS_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The icon shown when the status of the call is "On hold".
HoldButton - Class in net.java.sip.communicator.impl.gui.main.call
Represents an UI means to put an associated CallPariticant on/off hold.
HoldButton(Call) - Constructor for class net.java.sip.communicator.impl.gui.main.call.HoldButton
Initializes a new HoldButton instance which is to put a specific CallPeer on/off hold.
HoldButton(Call, boolean, boolean) - Constructor for class net.java.sip.communicator.impl.gui.main.call.HoldButton
Initializes a new HoldButton instance which is to put a specific CallPeer on/off hold.
HostInfo - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
HostInfo information on the local host to be able to cope with change of addresses.
HostInfo(InetAddress, String) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.HostInfo
 
hpi_pole_coefsTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
hpi_zero_coefsTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
hpimem - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
hpInput(float[], int, float[], float[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
hpo_pole_coefsTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
hpo_zero_coefsTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
hpomem - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
hpOutput(float[], int, float[], float[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
Html2Text - Class in net.java.sip.communicator.util
A utility class that allows to extract the text content of an html page stripped from all formatting tags.
Html2Text() - Constructor for class net.java.sip.communicator.util.Html2Text
 
HTML32 - Static variable in class net.java.sip.communicator.util.Entities
The set of entities supported by HTML 3.2.
HTML40 - Static variable in class net.java.sip.communicator.util.Entities
The set of entities supported by HTML 4.0.
HTML40_ARRAY - Static variable in class net.java.sip.communicator.util.Entities
 
HTML_CONTENT_TYPE - Static variable in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
 
HTML_MIME_TYPE - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetBasicInstantMessaging
HTML mime type for use with messages using html.
hyperlinkUpdate(HyperlinkEvent) - Method in class net.java.sip.communicator.impl.gui.customcontrols.ErrorDialog
Update the ErrorDialog when the user clicks on the hyperlink.
hyperlinkUpdate(HyperlinkEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
Opens a link in the default browser when clicked and shows link url in a popup on mouseover.
hyperlinkUpdate(HyperlinkEvent) - Method in class net.java.sip.communicator.plugin.branding.AboutWindow
Opens a browser when the link has been activated (clicked).

I

I420 - Static variable in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 
iCBConstruct(float[], int, int[], int, int[], int, float[], int, int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_common
 
iCBSearch(int[], int, int[], int, float[], int, float[], int, int, int, int, float[], int, float[], int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
IceUdpTransportPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
An AbstractPacketExtension implementation for transport elements.
IceUdpTransportPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.IceUdpTransportPacketExtension
Creates a new IceUdpTransportPacketExtension instance.
IceUdpTransportPacketExtension(String, String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.IceUdpTransportPacketExtension
Creates a new IceUdpTransportPacketExtension instance with the specified namespace and elementName.
ICHAT - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
iChat client type
ICON_SIZE_16x16 - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolIcon
Defines a 16x16 icon size.
ICON_SIZE_32x32 - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolIcon
Defines a 32x32 icon size.
ICON_SIZE_48x48 - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolIcon
Defines a 48x48 icon size.
ICON_SIZE_64x64 - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolIcon
logo Defines a 64x64 icon size.
ICQ - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
The ICQ protocol.
ICQ - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolNames
The ICQ service protocol.
ICQ_LOGO - Static variable in class net.java.sip.communicator.plugin.icqaccregwizz.Resources
 
IcqAccountID - Class in net.java.sip.communicator.impl.protocol.icq
The ICQ implementation of a sip-communicator AccountID
IcqAccountID(String, Map<String, String>) - Constructor for class net.java.sip.communicator.impl.protocol.icq.IcqAccountID
Creates an icq account id from the specified uin and account properties.
IcqAccountRegistration - Class in net.java.sip.communicator.plugin.icqaccregwizz
The IcqAccountRegistration is used to store all user input data through the IcqAccountRegistrationWizard.
IcqAccountRegistration() - Constructor for class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistration
 
IcqAccountRegistrationWizard - Class in net.java.sip.communicator.plugin.icqaccregwizz
The IcqAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the ICQ protocol.
IcqAccountRegistrationWizard(WizardContainer) - Constructor for class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Creates an instance of IcqAccountRegistrationWizard.
IcqAccRegWizzActivator - Class in net.java.sip.communicator.plugin.icqaccregwizz
Registers the IcqAccountRegistrationWizard in the UI Service.
IcqAccRegWizzActivator() - Constructor for class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccRegWizzActivator
 
IcqActivator - Class in net.java.sip.communicator.impl.protocol.icq
Loads the ICQ provider factory and registers it with service in the OSGI bundle context.
IcqActivator() - Constructor for class net.java.sip.communicator.impl.protocol.icq.IcqActivator
 
IcqStatusEnum - Class in net.java.sip.communicator.service.protocol.icqconstants
An enumeration containing all status instances that MUST be supported by an implementation of the ICQ (Oscar) protocol.
IcqStatusEnum(int, String, byte[]) - Constructor for class net.java.sip.communicator.service.protocol.icqconstants.IcqStatusEnum
Creates a status with the specified connectivity coeff, name and icon.
icqStatusSet - Static variable in class net.java.sip.communicator.service.protocol.icqconstants.IcqStatusEnum
The minimal set of states that any ICQ implementation must support.
id - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSIncoming
 
id - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
 
ID_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
The name of the "id" element.
ID_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
The name of the payload id SDP argument.
IDENTIFICATION_CONFLICT - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Indicates that the user is trying to perform an operation with an identifier that was already in use on the target resource (e.g.
IDENTIFIER - Static variable in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage1
 
IDENTIFIER - Static variable in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage2
 
IDENTIFIER - Static variable in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage1
The identifier of this wizard page.
IDENTIFIER - Static variable in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage2
 
IDENTITY_FILE - Static variable in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderFactorySSH
The name of a property representing the IDENTITY_FILE of the protocol for a ProtocolProviderFactory.
IDLE - Static variable in class net.java.sip.communicator.service.protocol.msnconstants.MsnStatusEnum
The Idle status.
IDLE - Static variable in class net.java.sip.communicator.service.protocol.yahooconstants.YahooStatusEnum
The Idle status.
IFACE_DOWN - Static variable in class net.java.sip.communicator.service.netaddr.event.ChangeEvent
Event type for interface going up.
IFACE_UP - Static variable in class net.java.sip.communicator.service.netaddr.event.ChangeEvent
Event type for interface going down.
IGNORE - Static variable in class net.java.sip.communicator.service.protocol.AuthorizationResponse
Indicates that source authorization request which this response is about has been ignored and that no other indication will be sent to the requestor.
IGNORE_CODE - Static variable in class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationRequestedDialog
 
ILBC - Static variable in class net.java.sip.communicator.impl.neomedia.codec.Constants
 
ilbc_common - Class in net.java.sip.communicator.impl.neomedia.codec.audio.ilbc
 
ilbc_common() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_common
 
ilbc_constants - Class in net.java.sip.communicator.impl.neomedia.codec.audio.ilbc
 
ilbc_constants() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
iLBC_decode(float[], bitstream, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
ilbc_decoder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.ilbc
 
ilbc_decoder(int, int) - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
iLBC_encode(bitstream, float[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
ilbc_encoder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.ilbc
 
ilbc_encoder(int) - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
ILBC_MODE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.Constants
mode : Frame size for the encoding/decoding 20 - 20 ms 30 - 30 ms
ILBC_RTP - Static variable in class net.java.sip.communicator.impl.neomedia.codec.Constants
 
ilbc_ulp - Class in net.java.sip.communicator.impl.neomedia.codec.audio.ilbc
 
ilbc_ulp(int) - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
ILLEGAL_ARGUMENT - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Indicates that the exception was thrown because a method has been passed an illegal or inappropriate argument.
IMAGE_HEIGHT - Static variable in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
 
IMAGE_WIDTH - Static variable in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
 
ImageCanvas - Class in net.java.sip.communicator.util.swing
 
ImageCanvas(Image) - Constructor for class net.java.sip.communicator.util.swing.ImageCanvas
 
imageID - Variable in class net.java.sip.communicator.impl.gui.main.call.DTMFHandler.DTMFToneInfo
The image to display in buttons sending DTMFs.
ImageID - Class in net.java.sip.communicator.service.resources
Represents the Image Identifier.
ImageID(String) - Constructor for class net.java.sip.communicator.service.resources.ImageID
 
imageLabel - Variable in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
 
ImageLoader - Class in net.java.sip.communicator.impl.gui.utils
Stores and loads images used throughout this UI implementation.
ImageLoader() - Constructor for class net.java.sip.communicator.impl.gui.utils.ImageLoader
 
ImagePack - Interface in net.java.sip.communicator.service.resources
 
ImageRetriever - Class in net.java.sip.communicator.impl.protocol.rss
A class that implements threaded retrieval for rss images.
ImageRetriever(OperationSetPersistentPresenceRssImpl) - Constructor for class net.java.sip.communicator.impl.protocol.rss.ImageRetriever
Creates the thread
ImageScaler - Class in net.java.sip.communicator.impl.neomedia.codec.video
Codec that scales images from one size to another.
ImageScaler() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.ImageScaler
 
ImageStream - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.imgstreaming
The stream used by JMF for our image streaming.
ImageStream(FormatControl) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
Initializes a new ImageStream instance which is to have a specific FormatControl
ImageStreamingAuto - Class in net.java.sip.communicator.impl.neomedia.device
Add ImageStreaming capture device.
ImageStreamingAuto() - Constructor for class net.java.sip.communicator.impl.neomedia.device.ImageStreamingAuto
Add capture devices.
ImageStreamingUtils - Class in net.java.sip.communicator.impl.neomedia.imgstreaming
This class provides utility functions and fields for image streaming.
ImageStreamingUtils() - Constructor for class net.java.sip.communicator.impl.neomedia.imgstreaming.ImageStreamingUtils
 
imageUpdate(Image, int, int, int, int, int) - Method in class net.java.sip.communicator.impl.gui.main.presence.StatusSelectorMenu
Updates the menu icon.
ImageUtils - Class in net.java.sip.communicator.util
Utility methods for image manipulation.
ImageUtils() - Constructor for class net.java.sip.communicator.util.ImageUtils
 
imap1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
imap2 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
importData(JComponent, Transferable) - Method in class net.java.sip.communicator.impl.gui.main.call.CallTransferHandler
Handles transfers to the chat panel from the clip board or a DND drop operation.
importData(JComponent, Transferable) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatTransferHandler
Handles transfers to the chat panel from the clip board or a DND drop operation.
importData(JComponent, Transferable) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTransferHandler
Handles transfers to the contact list from the clip board or a DND drop operation.
IN - Static variable in class net.java.sip.communicator.service.callhistory.CallRecord
The incoming call direction.
IN - Static variable in class net.java.sip.communicator.service.filehistory.FileRecord
 
IN - Static variable in interface net.java.sip.communicator.service.protocol.FileTransfer
File transfer is incoming.
IN4_ADDR_ANY - Static variable in class net.java.sip.communicator.util.NetworkUtils
A string containing the "any" local address for IPv4.
IN6_ADDR_ANY - Static variable in class net.java.sip.communicator.util.NetworkUtils
A string containing the "any" local address for IPv6.
IN_ADDR_ANY - Static variable in class net.java.sip.communicator.util.NetworkUtils
A string containing the "any" local address.
IN_PROGRESS - Static variable in class net.java.sip.communicator.service.protocol.event.FileTransferStatusChangeEvent
Indicates that the file transfer is in progress.
includesFeature(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Returns true if the specified feature is registered in our ServiceDiscoveryManager and false otherwise.
INCOMING_CALL - Static variable in class net.java.sip.communicator.impl.gui.utils.NotificationManager
 
INCOMING_CALL - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
INCOMING_CALL - Static variable in class net.java.sip.communicator.service.protocol.CallPeerState
This constant value indicates that the state of the call peer is is INCOMING_CALL - which means that the peer is willing to start a call with us.
INCOMING_CALL_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used for decoration of incoming calls in the call list panel.
INCOMING_FILE - Static variable in class net.java.sip.communicator.impl.gui.utils.NotificationManager
 
INCOMING_FILE - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
INCOMING_MESSAGE - Static variable in class net.java.sip.communicator.impl.gui.utils.NotificationManager
 
INCOMING_MESSAGE - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
INCOMING_MESSAGE - Static variable in interface net.java.sip.communicator.service.gui.Chat
The message type representing incoming messages.
INCOMING_WHITEBOARD - Static variable in class net.java.sip.communicator.service.protocol.WhiteboardParticipantState
This constant value indicates that the state of the whiteboard participant is is INCOMING_WHITEBOARD - which means that the participant is willing to start a whiteboard with us.
incomingCallReceived(CallEvent) - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
CallListener implementation for incoming calls
incomingCallReceived(CallEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallManager.GuiCallListener
Implements CallListener.incomingCallReceived.
incomingCallReceived(CallEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.ReceivedCallDialog
Indicates that an incoming call has been received.
incomingCallReceived(CallEvent) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetTelephonyConferencingSipImpl
Notifies this CallListener that a specific incoming Call has been received.
incomingCallReceived(CallEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallListener
This method is called by a protocol provider whenever an incoming call is received.
IncomingFileTransferJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
The Jabber protocol extension of the AbstractFileTransfer.
IncomingFileTransferJabberImpl(String, Contact, File, IncomingFileTransfer) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferJabberImpl
Creates an IncomingFileTransferJabberImpl.
IncomingFileTransferRequest - Interface in net.java.sip.communicator.service.protocol
Used for incoming file transfer request.
IncomingFileTransferRequestIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
Icq implementation of the incoming file transfer request
IncomingFileTransferRequestIcqImpl(ProtocolProviderServiceIcqImpl, OperationSetFileTransferIcqImpl, IncomingFileTransfer, Contact, Date) - Constructor for class net.java.sip.communicator.impl.protocol.icq.IncomingFileTransferRequestIcqImpl
Constructor
IncomingFileTransferRequestJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
Jabber implementation of the incoming file transfer request
IncomingFileTransferRequestJabberImpl(ProtocolProviderServiceJabberImpl, OperationSetFileTransferJabberImpl, FileTransferRequest) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.IncomingFileTransferRequestJabberImpl
Creates an IncomingFileTransferRequestJabberImpl based on the given fileTransferRequest, coming from the Jabber protocol.
IncomingFileTransferRequestMsnImpl - Class in net.java.sip.communicator.impl.protocol.msn
Msn implementation of the incoming file transfer request
IncomingFileTransferRequestMsnImpl(OperationSetFileTransferMsnImpl, MsnFileTransfer, Contact, Date) - Constructor for class net.java.sip.communicator.impl.protocol.msn.IncomingFileTransferRequestMsnImpl
Constructor
IncomingFileTransferRequestYahooImpl - Class in net.java.sip.communicator.impl.protocol.yahoo
implementation of the incoming file transfer request
IncomingFileTransferRequestYahooImpl(ProtocolProviderServiceYahooImpl, OperationSetFileTransferYahooImpl, Contact, Date, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.IncomingFileTransferRequestYahooImpl
 
incrementGeneration() - Method in class net.java.sip.communicator.impl.protocol.jabber.TransportManagerJabberImpl
Increments the generation that we are assigning candidates.
incrementHostName() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.HostInfo
 
incrementName(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
 
indentedWriteXML(Document, OutputStream) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
A simple implementation of XML writing that also allows for indentation.
index - Variable in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListCellRenderer
The index of the current cell.
index_conv_dec(int[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
index_conv_enc(int[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
indexOf(MetaContact) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the index of metaContact according to other contacts in this or -1 if metaContact does not belong to this group.
indexOf(MetaContactGroup) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Returns the index of metaContactGroup in relation to other subgroups in this group or -1 if metaContact does not belong to this group.
indexOf(AdHocChatRoomWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocChatRoomProviderWrapper
Returns the index of the given chat room in this provider.
indexOf(ChatRoomWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomProviderWrapper
Returns the index of the given chat room in this provider.
indexOf(Object) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListModel
 
indexOf(Object) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
If the given object is instance of MetaContact or MetaContactGroup returns the index of this meta contact or group, otherwiser returns -1.
indexOf(String) - Method in class net.java.sip.communicator.plugin.dictaccregwizz.StrategiesList.ListModel
Find the index of a strategie
indexOf(MetaContact) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns the index of metaContact in relation to other contacts in this or -1 if metaContact does not belong to this group.
indexOf(MetaContactGroup) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactGroup
Returns the index of metaContactGroup in relation to other subgroups in this group or -1 if metaContact does not belong to this group.
info - Variable in class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel.CaptureDevice
The encapsulated info.
info(Object) - Method in class net.java.sip.communicator.util.Logger
Log a INFO message.
info(Object, Throwable) - Method in class net.java.sip.communicator.util.Logger
Log a message, with associated Throwable information.
INFO_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The icon used in the SIPCommLookAndFeel to paint the icon of an option pane info message.
INFO_LOG_TYPE - Static variable in interface net.java.sip.communicator.service.notification.LogMessageNotificationHandler
Indicates that this log is of type info.
INFO_MESSAGE_TYPE - Static variable in class net.java.sip.communicator.impl.osdependent.TrayIcon
 
InfoRetreiver - Class in net.java.sip.communicator.impl.protocol.icq
 
InfoRetreiver(ProtocolProviderServiceIcqImpl, String) - Constructor for class net.java.sip.communicator.impl.protocol.icq.InfoRetreiver
 
InfoRetreiver - Class in net.java.sip.communicator.impl.protocol.jabber
Handles and retrieves all info of our contacts or our account info
InfoRetreiver(ProtocolProviderServiceJabberImpl, String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.InfoRetreiver
 
InfoRetreiver.WorkDepartmentNameDetail - Class in net.java.sip.communicator.impl.protocol.jabber
Work department
InfoRetreiver.WorkDepartmentNameDetail(String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.InfoRetreiver.WorkDepartmentNameDetail
 
InfoRetreiver.WorkFaxDetail - Class in net.java.sip.communicator.impl.protocol.jabber
Fax at work
InfoRetreiver.WorkFaxDetail(String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.InfoRetreiver.WorkFaxDetail
 
InfoRetreiver.WorkPagerDetail - Class in net.java.sip.communicator.impl.protocol.jabber
Pager at work
InfoRetreiver.WorkPagerDetail(String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.InfoRetreiver.WorkPagerDetail
 
INFORMATION - Static variable in class net.java.sip.communicator.service.protocol.event.CallPeerSecurityMessageEvent
This is a information message.
INFORMATION_MESSAGE - Static variable in interface net.java.sip.communicator.service.gui.PopupDialog
Used for information messages.
INFORMATION_MESSAGE_TYPE - Static variable in interface net.java.sip.communicator.service.systray.SystrayService
Message type corresponding to an information message.
init() - Method in class net.java.sip.communicator.impl.gui.main.call.DialPanel
Initializes this panel by adding all dial buttons to it.
init() - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.ExtendedMainToolBar
 
init() - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.MainToolBar
Initializes this component.
init(int, boolean, boolean, int, long) - Method in class net.java.sip.communicator.impl.neomedia.transform.dtmf.DtmfRawPacket
Initializes DTMF specific values in this packet.
init(SsiService) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Sets a reference to the currently active and valid instance of the JoustSIM SsiService that this list is to use for retrieving server stored information
init() - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Sets a reference to the currently active and valid instance of roster that this list is to use for retrieving server stored information
init() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Initializes all panels, buttons, etc.
INIT - Static variable in class net.java.sip.communicator.service.protocol.RegistrationState
The initial state of a protocol provider, assigned to it upon creation and before any registration action has been undertaken by the user.
init() - Static method in class net.java.sip.communicator.util.swing.ScreenInformation
 
init_coder_ld8k() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.CodLd8k
Initialization of variables for the encoder.
init_decod_ld8k() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.DecLd8k
Initialization of variables for the decoder section.
init_exc_err() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Taming
 
init_post_filter() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Postfil
Initialize postfilter functions
init_post_process() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.PostPro
Init Post Process.
init_pre_process() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.PreProc
Init Pre Process
initAdvancedForm() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.AccountPanel
Initializes the advanced account panel.
initBounds() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Sets frame size and position.
initClassDefaults(UIDefaults) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLookAndFeel
 
initExportedWindows() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Adds all ExportedWindows to the list of application windows, which could be used from other bundles.
initForm() - Method in class net.java.sip.communicator.impl.protocol.ssh.SSHContactInfo
initialize the form.
initGUI() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.InvitationReceivedDialog
Initializes and builds the GUI.
InitialAccountRegistrationFrame - Class in net.java.sip.communicator.plugin.simpleaccreg
The NoAccountFoundPage is the page shown in the account registration wizard shown in the beginning of the program, when no registered accounts are found.
InitialAccountRegistrationFrame() - Constructor for class net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame
Creates an instance of NoAccountFoundPage.
initialiseDecodingTable() - Method in class net.java.sip.communicator.util.Base64.Base64Encoder
 
initialize() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Initializes capture devices.
initialize(String, ZrtpConfigure) - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Engine initialization method.
initialize(String, boolean) - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Engine initialization method.
initialize(String) - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Default engine initialization method.
initialize(String, boolean, ZrtpConfigure) - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Custom engine initialization method.
initialize(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolProviderServiceDictImpl
Initializes the service implementation, and puts it in a sate where it could interoperate with other services.
initialize(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolProviderServiceGibberishImpl
Initializes the service implementation, and puts it in a sate where it could interoperate with other services.
initialize(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl
Initialized the service implementation, and puts it in a sate where it could interoperate with other services.
initialize(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolProviderServiceIrcImpl
Initializes the service implementation, and puts it in a sate where it could operate with other services.
initialize(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Initialized the service implementation, and puts it in a sate where it could interoperate with other services.
initialize(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolProviderServiceMsnImpl
Initialized the service implementation, and puts it in a sate where it could interoperate with other services.
initialize(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolProviderServiceRssImpl
Initializes the service implementation, and puts it in a state where it could interoperate with other services.
initialize(String, SipAccountID) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Initializes the service implementation, and puts it in a state where it could interoperate with other services.
initialize(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderServiceSSHImpl
Initializes the service implementation, and puts it in a sate where it could interoperate with other services.
initialize(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolProviderServiceYahooImpl
Initialized the service implementation, and puts it in a sate where it could interoperate with other services.
initialize(String, AccountID) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolProviderServiceZeroconfImpl
Initializes the service implementation, and puts it in a sate where it could interoperate with other services.
initializeFormatPreferences() - Method in class net.java.sip.communicator.impl.neomedia.codec.EncodingConfiguration
Retrieves (from the configuration service) preferences specified for various formats and assigns default ones to those that haven't been mentioned.
initializePortNumbers() - Method in class net.java.sip.communicator.service.protocol.media.TransportManager
(Re)Sets the minPortNumber and maxPortNumber to their defaults or to the values specified in the ConfigurationService.
initializeShellIO(InputStream, OutputStream) - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Initializes the reader and writers associated with shell of this contact
initializeShellIO(InputStream, OutputStream) - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Initializes the reader and writers associated with shell of this contact
initiateSession(String, DiscoverInfo) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallJabberImpl
Creates a CallPeerJabberImpl from calleeJID and sends them session-initiate IQ request.
initiateSession() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Processes the session initiation JingleIQ that we were created with, passing its content to the media handler and then sends either a "session-info/ringing" or a "session-terminate" response.
INITIATING_CALL - Static variable in class net.java.sip.communicator.service.protocol.CallPeerState
This constant value indicates that the state of the call peer is is INITIATING_CALL - which means that we're currently trying to open a socket and send our request.
INITIATING_WHITEBOARD - Static variable in class net.java.sip.communicator.service.protocol.WhiteboardParticipantState
This constant value indicates that the state of the whiteboard participant is is INITIATING_WHITEBOARD - which means that we're currently trying to open a socket and send our request.
INITIATOR_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
The name of the argument that contains the "initiator" jid.
initList(MetaContactListService) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
Initializes the contact list.
initNameCopy() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Sets the name copy field that we use as a means of detecting changes in the group name.
initProperties() - Static method in class net.java.sip.communicator.plugin.globalproxyconfig.GlobalProxyPluginActivator
Init system properties that corresponds to proxy settings.
initSelectedAccount() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.SelectAccountPanel
Determine the selected account, which will be used in the rest of the wizard.
initSparkle(String, boolean, int) - Static method in class net.java.sip.communicator.impl.sparkle.SparkleActivator
Native method declaration
initStream(StreamConnector, MediaDevice, MediaFormat, MediaStreamTarget, MediaDirection, List<RTPExtension>) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice.
initWhiteboard(Contact) - Method in class net.java.sip.communicator.plugin.whiteboard.WhiteboardSessionManager
Initialize (a new) Whiteboard with contact
injectMessage(SessionID, String) - Method in class net.java.sip.communicator.plugin.otr.ScOtrEngineImpl.ScOtrEngineHost
 
inputDataSource - Variable in class net.java.sip.communicator.impl.neomedia.conference.InputDataSourceDesc
The DataSource for which additional information is described by this instance.
InputDataSourceDesc - Class in net.java.sip.communicator.impl.neomedia.conference
Describes additional information about a specific input DataSource of an AudioMixer so that the AudioMixer can, for example, quickly discover the output AudioMixingPushBufferDataSource in the mix of which the contribution of the DataSource is to not be included.
InputDataSourceDesc(DataSource, AudioMixingPushBufferDataSource) - Constructor for class net.java.sip.communicator.impl.neomedia.conference.InputDataSourceDesc
Initializes a new InputDataSourceDesc instance which is to describe additional information about a specific input DataSource of an AudioMixer.
inputDataSourceDesc - Variable in class net.java.sip.communicator.impl.neomedia.conference.InputStreamDesc
The DataSource which created the SourceStream described by this instance and additional information about it.
inputDevicesWithMediaType(QTMediaType) - Static method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureDevice
 
InputStreamDesc - Class in net.java.sip.communicator.impl.neomedia.conference
Describes additional information about a specific input audio SourceStream of an AudioMixer so that the AudioMixer can, for example, quickly discover the output AudioMixingPushBufferDataSource in the mix of which the contribution of the SourceStream is to not be included.
InputStreamDesc(SourceStream, InputDataSourceDesc) - Constructor for class net.java.sip.communicator.impl.neomedia.conference.InputStreamDesc
Initializes a new InputStreamDesc instance which is to describe additional information about a specific input audio SourceStream of an AudioMixer.
insertAfterStart(String) - Method in class net.java.sip.communicator.impl.gui.customcontrols.StyledHTMLEditorPane
 
insertAfterStart(String) - Method in class net.java.sip.communicator.plugin.branding.StyledHTMLEditorPane
 
insertElementAt(Object, int) - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.FilterableComboBoxModel
 
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.CallComboEditor
 
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.SearchPanel
 
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.ChatRoomNamePanel
 
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.SearchChatRoomPanel
 
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
Handles the DocumentEvent triggered when user types in the UIN field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Handles the DocumentEvent triggered when user types in the UIN field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
Handles the DocumentEvent triggered when user types in the User ID field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
Handles the DocumentEvent triggered when user types in the User ID field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
Handles the DocumentEvent triggered when user types in the UIN field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
Handles the DocumentEvent triggered when user types in the User ID field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
Handles the DocumentEvent triggered when user types in the UserID field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberNewAccountDialog
 
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
Handles the DocumentEvent triggered when user types in the UIN field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationConfigurationPanel
Indicates that text is inserted in one of the text fields.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
Handles the DocumentEvent triggered when user types in the User ID field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.sipaccregwizz.AccountPanel
Handles the DocumentEvent triggered when user types in the UIN field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
Handles the DocumentEvent triggered when user types in the User ID field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
Handles the DocumentEvent triggered when user types in the UIN field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
Handles the DocumentEvent triggered when user types in the User ID field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
Handles the change when a char has been inserted in the field.
installAccount(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolProviderFactoryDictImpl
Initializaed and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter.
installAccount(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolProviderFactoryGibberishImpl
Initialized and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter.
installAccount(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderFactoryIcqImpl
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter.
installAccount(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolProviderFactoryIrcImpl
Initialized and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter.
installAccount(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderFactoryJabberImpl
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter.
installAccount(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolProviderFactoryMsnImpl
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter.
installAccount(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolProviderFactoryRssImpl
Initialized and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter.
installAccount(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderFactorySipImpl
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter.
installAccount(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderFactorySSHImpl
Initializaed and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter.
installAccount(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolProviderFactoryYahooImpl
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter.
installAccount(String, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolProviderFactoryZeroconfImpl
Initializaed and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter.
installAccount(ProtocolProviderFactory, String, String) - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Creates an account for the given user and password.
installAccount(ProtocolProviderFactory, String, int, String) - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Creates an account for the given user and password.
installAccount(ProtocolProviderFactory, String) - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Creates an account for the given user and password.
installAccount(ProtocolProviderFactory, String) - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Creates an account for the given user and password.
installAccount(ProtocolProviderFactory, String, String) - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Creates an account for the given user and password.
installAccount(ProtocolProviderFactory, String, String) - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Creates an account for the given user and password.
installAccount(ProtocolProviderFactory, String, String) - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Creates an account for the given user and password.
installAccount(ProtocolProviderFactory, String, String) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Creates an account for the given user and password.
installAccount(ProtocolProviderFactory, String, String) - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Creates an account for the given user and password.
installAccount(ProtocolProviderFactory, String) - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Creates an account for the given user and password.
installAccount(ProtocolProviderFactory, String) - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
Creates an account for the given Account ID, Identity File and Known Hosts File
installAccount(ProtocolProviderFactory, String, String) - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Creates an account for the given user and password.
installAccount(ProtocolProviderFactory, String) - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Creates an account for the given user and password.
installAccount(String, Map<String, String>) - Method in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter.
installComponents() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommCallComboBoxUI
Creates and initializes the components which make up the aggregate combo box.
installComponents() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
Creates and installs any required subcomponents for the JTabbedPane.
installDefaults(AbstractButton) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommButtonUI
 
installDefaults(AbstractButton) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommToggleButtonUI
 
installDefaults() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommTreeUI
Installs the defaults of this UI.
installDefaults() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommMenuBarUI
 
installKeyboardActions() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
installListeners() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFieldUI
Adds the custom mouse listeners defined in this class to the installed listeners.
installListeners() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
installListeners() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI
Adds the custom mouse listeners defined in this class to the installed listeners.
installUI(JComponent) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommTreeUI
Installs this UI to the given component.
int_lpc(float[], float[], float[], float[], float[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lpcfunc
Interpolated M LSP parameters and convert to M+1 LPC coeffs
int_qlpc(float[], float[], float[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lpcfunc
Interpolated M LSP parameters and convert to M+1 LPC coeffs
inter_3 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
inter_3l - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
InteractiveHistoryReader - Interface in net.java.sip.communicator.service.history
The InteractiveHistoryReader allows to search in the history in an interactive way, i.e.
InteractiveHistoryReaderImpl - Class in net.java.sip.communicator.impl.history
The InteractiveHistoryReaderImpl is an implementation of the InteractiveHistoryReader interface.
InteractiveHistoryReaderImpl(HistoryImpl) - Constructor for class net.java.sip.communicator.impl.history.InteractiveHistoryReaderImpl
Creates an instance of InteractiveHistoryReaderImpl by specifying the corresponding history implementation.
interceptPacket(Packet) - Method in class net.java.sip.communicator.impl.protocol.jabber.OutgoingFileTransferJabberImpl
Listens for all StreamInitiation packets and adds a thumbnail to them if a thumbnailed file is supported.
interceptPacket(Packet) - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Intercepts outgoing presence packets and adds entity capabilities at their ends.
interestsCategories - Static variable in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
 
interfaze - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.HostInfo
 
INTERNAL_ERROR - Static variable in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveryFailedEvent
Set when delivery fails for implementation specific reasons.
INTERNAL_ERROR - Static variable in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveryFailedEvent
Set when delivery fails for implementation specific reasons.
INTERNAL_ERROR - Static variable in class net.java.sip.communicator.service.protocol.event.MessageDeliveryFailedEvent
Set when delivery fails for implementation specific reasons.
INTERNAL_ERROR - Static variable in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeliveryFailedEvent
Set when delivery fails for implementation specific reasons.
INTERNAL_ERROR - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Set when an operation fails for implementation specific reasons.
INTERNAL_SERVER_ERROR - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Set when an operation fails for an error that has occurred on the server side.
internalGetFormat() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferStream
Gets the Format of this PullBufferStream as directly known by it.
internalGetFormat() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
Gets the Format of this PushBufferStream as directly known by it.
internalSetFormat(Format) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferStream
Attempts to set the Format of this PullBufferStream.
internalSetFormat(Format) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
Attempts to set the Format of this PushBufferStream.
internalStop() - Method in class net.java.sip.communicator.impl.audionotifier.SCAudioClipImpl
Stops this audio without setting the isLooping property in the case of a looping audio.
internalStop() - Method in class net.java.sip.communicator.impl.neomedia.notify.JMFAudioClipImpl
Stops this audio without setting the isLooping property in the case of a looping audio.
internalStop() - Method in class net.java.sip.communicator.impl.neomedia.notify.PortAudioClipImpl
Stops this audio without setting the isLooping property in the case of a looping audio.
internalStop() - Method in class net.java.sip.communicator.impl.neomedia.notify.SCAudioClipImpl
Stops this audio without setting the isLooping property in the case of a looping audio.
interpolate(float[], float[], float[], int, float, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_common
 
interrupt() - Method in class net.java.sip.communicator.util.swing.SwingWorker
A new method that interrupts the worker thread.
intersectFormats(List<MediaFormat>, List<MediaFormat>) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Gets the advanced format parameters list of our device that match remote supported ones.
intersectRTPExtensions(List<RTPExtension>, List<RTPExtension>) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Compares a list of RTPExtensoins offered by a remote party to the list of locally supported RTPExtensions as returned by one of our local MediaDevices and returns a third List that contains their intersection.
intersects(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.AVFrameFormat
Finds the attributes shared by two matching Formats.
intForKey(long) - Method in class net.java.sip.communicator.impl.neomedia.quicktime.NSDictionary
 
IntReference - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
IntReference() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.IntReference
 
INV_COEF - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
INV_L_SUBFR - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
INVALID_ACCOUNT_PROPERTIES - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Indicates that a user has entered wrong account properties, like wrong port for example.
invalidate() - Method in class net.java.sip.communicator.impl.keybindings.KeybindingSetImpl
Invalidates reference to custom output, preventing further writes.
INVISIBLE - Static variable in class net.java.sip.communicator.impl.protocol.gibberish.GibberishStatusEnum
The Invisible status.
INVISIBLE - Static variable in class net.java.sip.communicator.impl.protocol.icq.AimStatusEnum
The Invisible AIM status.
INVISIBLE - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.ZeroconfStatusEnum
The Invisible status.
INVISIBLE - Static variable in class net.java.sip.communicator.service.protocol.icqconstants.IcqStatusEnum
The Invisible ICQ status.
INVISIBLE - Static variable in class net.java.sip.communicator.service.protocol.yahooconstants.YahooStatusEnum
The Invisible status.
invitationReceived(ChatRoomInvitationReceivedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Handles ChatRoomInvitationReceivedEvent-s.
invitationReceived(AdHocChatRoomInvitationReceivedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Indicates that an invitation has been received and opens the invitation dialog to notify the user.
invitationReceived(AdHocChatRoomInvitationReceivedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationListener
Called when we receive an invitation to join an existing AdHocChatRoom.
invitationReceived(ChatRoomInvitationReceivedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ChatRoomInvitationListener
Called when we receive an invitation to join an existing ChatRoom.
invitationReceived(WhiteboardInvitationReceivedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.WhiteboardInvitationListener
Called when we receive an invitation to join an existing WhiteboardSession.
InvitationReceivedDialog - Class in net.java.sip.communicator.impl.gui.main.chat.conference
The dialog that pops up when a chat room invitation is received.
InvitationReceivedDialog(ConferenceChatManager, OperationSetMultiUserChat, ChatRoomInvitation) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.InvitationReceivedDialog
Constructs the ChatInviteDialog.
InvitationReceivedDialog(ConferenceChatManager, OperationSetAdHocMultiUserChat, AdHocChatRoomInvitation) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.conference.InvitationReceivedDialog
Constructs the ChatInviteDialog, in case of an AdHocChatRoom.
InvitationReceivedDialog - Class in net.java.sip.communicator.plugin.whiteboard.gui
The dialog that pops up when a chat room invitation is received.
InvitationReceivedDialog(WhiteboardSessionManager, OperationSetWhiteboarding, WhiteboardInvitation) - Constructor for class net.java.sip.communicator.plugin.whiteboard.gui.InvitationReceivedDialog
Constructs the ChatInviteDialog.
invitationRejected(ChatRoomInvitationRejectedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
 
invitationRejected(AdHocChatRoomInvitationRejectedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
 
invitationRejected(AdHocChatRoomInvitationRejectedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationRejectionListener
Called when an invitee rejects an invitation previously sent by us.
invitationRejected(ChatRoomInvitationRejectedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ChatRoomInvitationRejectionListener
Called when an invitee rejects an invitation previously sent by us.
invitationRejected(WhiteboardInvitationRejectedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.WhiteboardInvitationRejectionListener
Called when an invitee rejects an invitation previously sent by us.
invite(String, String) - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Invites another user to this room.
invite(String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Invites another user to this room.
invite(String, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Invites another user to this room.
invite(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Invites another user to this room.
invite(String, String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Invites another user to this room.
invite(String, String) - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Invites another user to this room.
invite() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Creates a CallPeerSipImpl from calleeAddress and sends them an invite request.
invite(Address, Message) - Method in class net.java.sip.communicator.impl.protocol.sip.CallSipImpl
Creates a CallPeerSipImpl from calleeAddress and sends them an invite request.
invite(String, String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Invites another user to this room.
invite(String, String) - Method in interface net.java.sip.communicator.service.protocol.AdHocChatRoom
Invites another Contact to this ad-hoc chat room.
invite(String, String) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Invites another user to this room.
invite(String) - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Invites another user to this room.
INVITE_DIALOG_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The icon shown in the invite dialog.
inviteCalleeToCall(String, Call) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetTelephonyConferencingGibberishImpl
Invites the given callee to the given existingCall.
inviteCalleeToCall(String, Call) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetTelephonyConferencingSipImpl
Invites the callee represented by the specified uri to an already existing call.
inviteCalleeToCall(String, Call) - Method in interface net.java.sip.communicator.service.protocol.OperationSetTelephonyConferencing
Invites the callee represented by the specified uri to an already existing call.
inviteChatContact(String, String) - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatTransport
Invites a contact to join this chat.
inviteChatContact(String, String) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatTransport
Invites the given contact in this chat conference.
inviteChatContact(String, String) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatTransport
Invites the given contact in this chat conference.
inviteChatContact(String, String) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
 
inviteContacts(ChatTransport, Collection<String>, String) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Invites the given chatContacts to this chat.
InviteDialog - Class in net.java.sip.communicator.impl.gui.utils
The invite dialog is a widget that shows a list of contacts, from which the user could pick in order to create a conference chat or call.
InviteDialog(String, List<MetaContact>) - Constructor for class net.java.sip.communicator.impl.gui.utils.InviteDialog
Constructs an InviteDialog, by specifying the initial list of contacts available for invite.
InviteDialog(String) - Constructor for class net.java.sip.communicator.impl.gui.utils.InviteDialog
Constructs an InviteDialog.
inviteToConferenceCall(String[], Call) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Invites the given list of callees to the given conference call.
invokeLater(Runnable) - Static method in class net.java.sip.communicator.util.swing.LowPriorityEventQueue
Causes runnable to have its run method called in the event dispatch thread with low priority.
ioctl(int, int, long) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
ioError - Variable in class net.java.sip.communicator.impl.neomedia.RTPConnectorInputStream
Caught an IO exception during read from socket
IP_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
The name of the "ip" element.
IPAddressUtil - Class in net.java.sip.communicator.util
Contains utility methods for work with IPv4 and IPv6 addresses.
IPAddressUtil() - Constructor for class net.java.sip.communicator.util.IPAddressUtil
 
IptelAccountRegistrationWizard - Class in net.java.sip.communicator.plugin.iptelaccregwizz
The IptelAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the SIP protocol.
IptelAccountRegistrationWizard(WizardContainer) - Constructor for class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccountRegistrationWizard
Creates an instance of IptelAccountRegistrationWizard.
IptelAccRegWizzActivator - Class in net.java.sip.communicator.plugin.iptelaccregwizz
Registers the GoogleTalkAccountRegistrationWizard in the UI Service.
IptelAccRegWizzActivator() - Constructor for class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccRegWizzActivator
 
IRC - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolNames
The IRC protocol.
IRC_LOGO - Static variable in class net.java.sip.communicator.plugin.ircaccregwizz.Resources
A constant pointing to the IRC protocol logo image.
IrcAccountID - Class in net.java.sip.communicator.impl.protocol.irc
The IRC implementation of a sip-communicator AccountID.
IrcAccountID(String, Map<String, String>) - Constructor for class net.java.sip.communicator.impl.protocol.irc.IrcAccountID
Creates an account id from the specified id and account properties.
IrcAccountRegistration - Class in net.java.sip.communicator.plugin.ircaccregwizz
The IrcAccountRegistration is used to store all user input data through the IrcAccountRegistrationWizard.
IrcAccountRegistration() - Constructor for class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistration
 
IrcAccountRegistrationWizard - Class in net.java.sip.communicator.plugin.ircaccregwizz
The IrcAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the IRC protocol.
IrcAccountRegistrationWizard(WizardContainer) - Constructor for class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Creates an instance of IrcAccountRegistrationWizard.
IrcAccRegWizzActivator - Class in net.java.sip.communicator.plugin.ircaccregwizz
Registers the IrcAccountRegistrationWizard in the UI Service.
IrcAccRegWizzActivator() - Constructor for class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccRegWizzActivator
 
IrcActivator - Class in net.java.sip.communicator.impl.protocol.irc
Loads the IRC provider factory and registers its services in the OSGI bundle context.
IrcActivator() - Constructor for class net.java.sip.communicator.impl.protocol.irc.IrcActivator
 
IrcStack - Class in net.java.sip.communicator.impl.protocol.irc
An implementation of the PircBot IRC stack.
IrcStack(ProtocolProviderServiceIrcImpl, String, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.irc.IrcStack
Creates an instance of IrcStack.
IrcStatusEnum - Class in net.java.sip.communicator.impl.protocol.irc
An implementation of PresenceStatus that enumerates all states that an IRC contact can fall into.
is6to4() - Method in class net.java.sip.communicator.impl.netaddr.AddressPoolEntry
Determines whether the adderss encapsulated by this address entry is a 6to4 translation address (2002::/16)
IS_32_BIT - Static variable in class net.java.sip.communicator.util.OSUtils
true if architecture is 32 bit.
IS_64_BIT - Static variable in class net.java.sip.communicator.util.OSUtils
true if architecture is 64 bit.
IS_ACCOUNT_DISABLED - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of the property that would indicate if a given account is currently enabled or disabled.
IS_AIM - Static variable in class net.java.sip.communicator.impl.protocol.icq.IcqAccountID
Then name of a property which represenstots is this account icq or aim.
IS_FMJ - Static variable in class net.java.sip.communicator.impl.neomedia.FMJConditionals
If FMJ is used.
IS_FREEBSD - Static variable in class net.java.sip.communicator.util.OSUtils
true if OS is FreeBSD.
IS_LINUX - Static variable in class net.java.sip.communicator.util.OSUtils
true if OS is Linux.
IS_LINUX32 - Static variable in class net.java.sip.communicator.util.OSUtils
true if OS is Linux 32-bit.
IS_LINUX64 - Static variable in class net.java.sip.communicator.util.OSUtils
true if OS is Linux 64-bit.
IS_MAC - Static variable in class net.java.sip.communicator.util.OSUtils
true if OS is MacOSX.
IS_MAC32 - Static variable in class net.java.sip.communicator.util.OSUtils
true if OS is MacOSX 32-bit.
IS_MAC64 - Static variable in class net.java.sip.communicator.util.OSUtils
true if OS is MacOSX 64-bit.
IS_PRESENCE_ENABLED - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of the property under which we store if the presence is enabled.
IS_PROTOCOL_HIDDEN - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Indicates a protocol that would not be shown in the user interface as an account.
IS_SERVER_OVERRIDDEN - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Indicates if the server settings are over
IS_WINDOWS - Static variable in class net.java.sip.communicator.util.OSUtils
true if OS is Windows.
IS_WINDOWS32 - Static variable in class net.java.sip.communicator.util.OSUtils
true if OS is Windows 32-bit.
IS_WINDOWS64 - Static variable in class net.java.sip.communicator.util.OSUtils
true if OS is Windows 64-bit.
IS_WINDOWS_7 - Static variable in class net.java.sip.communicator.util.OSUtils
true if OS is Windows 7.
IS_WINDOWS_VISTA - Static variable in class net.java.sip.communicator.util.OSUtils
true if OS is Windows Vista.
isAccountLoaded(AccountID) - Method in class net.java.sip.communicator.impl.protocol.AccountManagerImpl
Checks if the account corresponding to the given accountID is loaded.
isAccountLoaded(AccountID) - Method in interface net.java.sip.communicator.service.protocol.AccountManager
Checks if the account corresponding to the given accountID is loaded.
isAction() - Method in class net.java.sip.communicator.impl.protocol.irc.MessageIrcImpl
Checks if this message is an action.
isActive() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactNode
Returns true if this contact node has unread received messages waiting, otherwise returns false.
isActive() - Method in class net.java.sip.communicator.impl.notification.EventNotification
Indicates if this event notification is currently active.
isActive(String) - Method in class net.java.sip.communicator.impl.notification.NotificationServiceImpl
Finds the EventNotification corresponding to the given eventType and returns its isActive status.
isActive() - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileBuddy
 
isActive(boolean) - Method in class net.java.sip.communicator.impl.protocol.ssh.SSHReaderDaemon
 
isActive(String) - Method in interface net.java.sip.communicator.service.notification.NotificationService
Indicates whether or not actions for the specified eventType are activated.
isAdvanced() - Method in interface net.java.sip.communicator.service.gui.ConfigurationForm
Indicates if this is an advanced configuration form.
isAdvanced() - Method in class net.java.sip.communicator.service.gui.LazyConfigurationForm
Indicates if the form is an advanced form.
isAIM(Map<String, String>) - Static method in class net.java.sip.communicator.impl.protocol.icq.IcqAccountID
Checks whether the specified set of account properties describes an AIM account.
isAnnounced() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSState
Returns true, if this is an announced state.
isAnnouncing() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSState
Returns true, if this is an announcing state.
isApplicationVisible() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Return TRUE if "showApplication" property is true, otherwise - return FALSE.
isAudioCaptureSupported() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Enable or disable Audio stream transmission.
isAutoChangeNick() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistration
Indicates if the nick should be changed automatically in case of nick collision.
isAutojoin() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomWrapper
Is room set to auto join on start-up.
isAutoPopupNewMessage() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Return TRUE if "autoPopupNewMessage" property is true, otherwise - return FALSE.
isAutoPopupNewMessage() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
Return TRUE if "autoPopupNewMessage" property is true, otherwise - return FALSE.
isAvailable() - Method in class net.java.sip.communicator.service.protocol.PresenceStatus
Indicates whether the user is both Online and avaliable (can be reached and is likely to respond) or not.
isAwaitingAuthorization() - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileBuddy
 
isBackButtonEnabled() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Mirrors the WizardModel method of the same name.
isBackButtonEnabled() - Method in interface net.java.sip.communicator.service.gui.WizardContainer
Returns TRUE if "Back" wizard button is enabled, FALSE otherwise.
isBindingDisablingEnabled() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingAdaptor
Provides if bindings are currently disableable via generated key adaptors or not.
isBindingSelected() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingChooser
Returns if a binding is currently awaiting input or not.
isBoldStyleSelected() - Method in class net.java.sip.communicator.impl.gui.main.chat.FontChooser
Checks if bold checkbox is selected
isByeProcessed(Dialog) - Static method in class net.java.sip.communicator.impl.protocol.sip.EventPackageUtils
Determines whether a BYE request has already been processed in a specific Dialog and thus allows determining whether the dialog in question should be terminated when the last associated subscription is terminated.
isCacheEnabled() - Method in class net.java.sip.communicator.impl.history.HistoryServiceImpl
Returns whether caching of readed documents is enabled or desibled.
isCallPanelShown() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Return TRUE if "showCallPanel" property is true, otherwise - return FALSE.
isCallTimerStarted() - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Returns true if the call timer has been started, otherwise returns false.
isCancelButtonEnabled() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Mirrors the WizardModel method of the same name.
isCancelButtonEnabled() - Method in interface net.java.sip.communicator.service.gui.WizardContainer
Returns TRUE if "Cancel" wizard button is enabled, FALSE otherwise.
isCanceled() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQuery
Returns true if this query has been canceled, otherwise returns false.
isCanceled() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.FilterQuery
Indicates if this query is canceled.
isCanceled() - Method in class net.java.sip.communicator.impl.history.HistoryQueryImpl
Indicates if this query has been canceled.
isCellEditable(int, int) - Method in class net.java.sip.communicator.impl.gui.customcontrols.BooleanToCheckTableModel
 
isCellEditable(int, int) - Method in class net.java.sip.communicator.impl.gui.customcontrols.ExtendedTableModel
 
isCellEditable(int, int) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableModel
Returns true if the cell at rowIndex and columnIndex is editable.
isCellEditable(int, int) - Method in class net.java.sip.communicator.impl.neomedia.EncodingConfigurationTableModel
 
isCellEditable(int, int) - Method in class net.java.sip.communicator.impl.neomedia.ZrtpConfigureTableModel
 
isCellEditable(int, int) - Method in class net.java.sip.communicator.plugin.pluginmanager.PluginTableModel
Returns FALSE for all cells in this table.
isChatFocused() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Implements the Chat.isChatFocused method.
isChatFocused() - Method in interface net.java.sip.communicator.service.gui.Chat
Checks if this Chat is currently focused.
isChatOpenedFor(MetaContact) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Returns true if there is an opened ChatPanel for the given MetaContact.
isChatStylebarVisible() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns true if the "isChatStylebarVisible" property is true, otherwise - returns false..
isChatToolbarVisible() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns true if the "isChatToolbarVisible" property is true, otherwise - returns false..
isCloseEnabled() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
isCloseEnabled() - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Returns true if the close icon is enabled.
isCollapsed() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.GroupNode
Returns true if the group is collapsed or false otherwise.
isCommand() - Method in class net.java.sip.communicator.impl.protocol.irc.MessageIrcImpl
Checks if this message is a command.
isCommandSent() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Returns true if a command has been sent whos reply was not received yet false otherwise
isCommandSent() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Returns true if a command has been sent whos reply was not received yet false otherwise
isCommitted() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
Whether is committed.
isCommitted() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
 
isCommitted() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
Is committed.
isCommitted() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
 
isCommitted() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.FirstWizardPage
 
isCommitted() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
 
isCommitted() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
 
isCommitted() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
 
isCommitted() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
 
isCommitted() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
 
isCommitted() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
Returns true if the page is committed, false - otherwise.
isCommitted() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
 
isCommitted() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
 
isCommitted() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
 
isConference() - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Checks if the contained call is a conference call.
isConferenceFocus() - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallGibberishImpl
Gets the indicator which determines whether the local peer represented by this Call is acting as a conference focus and thus should send the "isfocus" parameter in the Contact headers of its outgoing SIP signaling.
isConferenceFocus() - Method in class net.java.sip.communicator.impl.protocol.mock.MockCall
Gets the indicator which determines whether the local peer represented by this Call is acting as a conference focus and thus should send the "isfocus" parameter in the Contact headers of its outgoing SIP signaling.
isConferenceFocus() - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Determines whether this call peer is currently a conference focus.
isConferenceFocus() - Method in class net.java.sip.communicator.service.protocol.Call
Gets the indicator which determines whether the local peer represented by this Call is acting as a conference focus and thus should send the "isfocus" parameter in the Contact headers of its outgoing SIP signaling.
isConferenceFocus() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Determines whether this peer is acting as a conference focus and thus may provide information about ConferenceMember such as CallPeer.getConferenceMembers() and CallPeer.getConferenceMemberCount().
isConferenceFocus() - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Gets the indicator which determines whether the local peer represented by this Call is acting as a conference focus and thus may need to send the corresponding parameters in its outgoing signaling.
isConnected() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureDevice
Gets the indicator which determines whether this QTCaptureDevice is connected and available to applications.
isConnectionInProgress() - Method in interface net.java.sip.communicator.impl.protocol.ssh.ContactSSH
Determines whether a connection to a remote server is already underway
isConnectionInProgress() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Determines whether a connection to a remote server is already underway
isConsumed() - Method in class net.java.sip.communicator.service.neomedia.event.VideoEvent
Determines whether this event and, more specifically, the visual Component it describes have been consumed and should be considered owned, referenced (which is important because Components belong to a single Container at a time).
isConsumed() - Method in class net.java.sip.communicator.service.protocol.event.VideoEvent
Determines whether this event and, more specifically, the visual Component it describes have been consumed and should be considered owned, referenced (which is important because Components belong to a single Container at a time).
isContactActive(UIContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.DefaultTreeContactList
Checks if the given contact is currently active.
isContactActive(MetaContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.DefaultTreeContactList
Checks if the given contact is currently active.
isContactActive(UIContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Returns true if the given metaContact has been previously set to active, otherwise returns false.
isContactListGroupCollapsed(String) - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns true if the group given by groupID is collapsed or false otherwise.
isContactListSupported() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Gets the indicator which determines whether a contact list of (multiple) participants is supported by this ChatSession.
isContactListSupported() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
 
isContactListSupported() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Indicates if the contact list is supported by this session.
isContactListSupported() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Implements ChatSession#isContactListSupported().
isContactOnline(MetaContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
Returns TRUE if the given meta contact is online, FALSE otherwise.
isContainerSupported(Container) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements the UIService.isContainerSupported method.
isContainerSupported(Container) - Method in interface net.java.sip.communicator.service.gui.UIService
Checks if the container with the given Container is supported from the current UI implementation.
isContentTypeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetBasicInstantMessagingDictImpl
Determines whether the protocol supports the supplied content type.
isContentTypeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicInstantMessagingGibberishImpl
Determines wheter the protocol supports the supplied content type
isContentTypeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetBasicInstantMessagingIcqImpl
Determines wheter the protocol supports the supplied content type
isContentTypeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicInstantMessagingJabberImpl
Determines wheter the protocol supports the supplied content type
isContentTypeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockBasicInstantMessaging
Determines whether the protocol supports the supplied content type
isContentTypeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetBasicInstantMessagingMsnImpl
Determines whether the protocol supports the supplied content type
isContentTypeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetBasicInstantMessagingRssImpl
Determines whether the protocol supports the supplied content type.
isContentTypeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicInstantMessagingSipImpl
Determines whether the protocol supports the supplied content type
isContentTypeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetBasicInstantMessagingSSHImpl
Determines wheter the protocol supports the supplied content type
isContentTypeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetBasicInstantMessagingYahooImpl
Determines wheter the protocol supports the supplied content type
isContentTypeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetBasicInstantMessagingZeroconfImpl
Determines whether the protocol supports the supplied content type
isContentTypeSupported(String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicInstantMessaging
Determines whether the protocol supports the supplied content type
isContentTypeSupported(String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetSmsMessaging
Determines whether the protocol supports the supplied content type
isCreateAccount() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.AccountPanel
Indicates if the account information provided by this form is for new account or an existing one.
isDataFlavorSupported(DataFlavor) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTransferHandler.ContactListTransferable
Returns true if the given flavor is supported, otherwise returns false.
isDataFlavorSupported(DataFlavor) - Method in class net.java.sip.communicator.util.swing.ExtendedTransferHandler.SelectedTextTransferable
Returns true if the given flavor is supported, otherwise returns false.
isDataLoaded() - Method in class net.java.sip.communicator.plugin.accountinfo.AccountDetailsPanel
Returns true if the account details are loaded, false - otherwise.
isDebugEnabled() - Method in class net.java.sip.communicator.util.Logger
Check if a message with a DEBUG level would actually be logged by this logger.
isDefaultEncrypted() - Method in class net.java.sip.communicator.service.protocol.Call
Returns the default call encryption flag
isDefaultEncryption() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
If default call encryption is enabled
isDefaultEncryptionEnabled() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Indicates if the default encryption is enabled.
isDefaultGroup() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileGroup
 
isDeleteButtonEnabled() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI
Returns true if the delete buttons is enabled and false - otherwise.
isDeleteMouseOver - Variable in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI
Indicates if the mouse is currently over the delete button.
isDenoiseEnabled() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Returns the state of noise suppression configuration.
isDescriptorPersistent() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
Returns true if this chat session descriptor is persistent, otherwise returns false.
isDescriptorPersistent() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Returns true if this contact is persistent, otherwise returns false.
isDescriptorPersistent() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Returns true if this contact is persistent, otherwise returns false.
isDescriptorPersistent() - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Returns true if this contact is persistent, otherwise returns false.
isDetailClassSupported(Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
Determines whether a detail class represents a detail supported by the underlying implementation or not.
isDetailClassSupported(Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetServerStoredAccountInfoJabberImpl
Determines whether a detail class represents a detail supported by the underlying implementation or not.
isDetailClassSupported(Class<? extends ServerStoredDetails.GenericDetail>) - Method in interface net.java.sip.communicator.service.protocol.OperationSetServerStoredAccountInfo
Determines whether a detail class represents a detail supported by the underlying implementation or not.
isDisabled() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingEntry
 
isEagerToCommunicate() - Method in class net.java.sip.communicator.service.protocol.PresenceStatus
Indicates whether the user is Online, available and eager to communicate (can be reached and is likely to become annoyingly talkative if contacted).
isEchoCancelEnabled() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Returns the state of echo cancel configuration.
isEmpty() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Indicates if this contact list is empty.
isEmpty() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
 
isEmpty() - Method in class net.java.sip.communicator.util.Entities.IntHashMap
Tests if this hashtable maps no keys to values.
isEnabled() - Method in class net.java.sip.communicator.impl.gui.main.account.Account
Returns true to indicate that this account is enabled, false - otherwise.
isEnabled() - Method in class net.java.sip.communicator.impl.neomedia.control.AbstractFormatControl
Implements FormatControl.isEnabled().
isEnabled() - Method in class net.java.sip.communicator.impl.neomedia.control.ReadOnlyFormatControlDelegate
Implements FormatControl.isEnabled().
isEnabled() - Method in class net.java.sip.communicator.impl.notification.CommandNotificationHandlerImpl
Returns TRUE if this notification action handler is enabled and FALSE otherwise.
isEnabled() - Method in class net.java.sip.communicator.impl.notification.LogMessageNotificationHandlerImpl
Returns TRUE if this notification action handler is enabled and FALSE otherwise.
isEnabled() - Method in class net.java.sip.communicator.impl.notification.PopupMessageNotificationHandlerImpl
Returns TRUE if this notification action handler is enabled and FALSE otherwise.
isEnabled() - Method in class net.java.sip.communicator.impl.notification.SoundNotificationHandlerImpl
Returns TRUE if this notification action handler is enabled and FALSE otherwise.
isEnabled() - Method in interface net.java.sip.communicator.service.notification.NotificationActionHandler
Returns TRUE if this notification action handler is enabled and FALSE otherwise.
isEnabled() - Method in class net.java.sip.communicator.service.protocol.AccountID
Indicates if this account is currently enabled.
isEnabledDeNoise() - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudioManager
Is noise reduction enabled.
isEnabledEchoCancel() - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudioManager
Is echo cancel enabled.
isEnablePresence() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
If the presence is enabled
isEnableZrtp() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Returns the enableZrtp flag.
isEnd() - Method in class net.java.sip.communicator.impl.neomedia.transform.dtmf.DtmfRawPacket
Is this an end packet.
isEntropyOk() - Static method in class net.java.sip.communicator.impl.neomedia.GatherEntropy
Get status of entropy flag.
isExpired(long) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord
Check if the record is expired.
isExportedWindowSupported(WindowID) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements the UIService.isExportedWindowSupported method.
isExportedWindowSupported(WindowID) - Method in interface net.java.sip.communicator.service.gui.UIService
Checks if a window with the given WindowID is contained in the current UI implementation.
isFeatureListSupported(String, String...) - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Determines if the given list of features is supported by the specified jabber id.
isFeatureSupported(String, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Determines if the given list of features is supported by the specified jabber id.
isFill() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectCircleJabberImpl
Returns the fill state of the WhiteboardObject.
isFill() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPolygonJabberImpl
Returns the fill state of the WhiteboardObject.
isFill() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectRectJabberImpl
Returns the fill state of the WhiteboardShapeRect.
isFill() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeCircle
Returns the fill state of the WhiteboardObject.
isFill() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePolygon
Returns the fill state of the WhiteboardObject.
isFill() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePolyLine
Returns the fill state of the WhiteboardObject.
isFill() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeRect
Returns the fill state of the WhiteboardShapeRect.
isFill() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectCircle
Returns the fill state of the WhiteboardObject.
isFill() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectEllipse
Returns the fill state of the WhiteboardObject.
isFill() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectPolygon
The fill state of the WhiteboardObject.
isFill() - Method in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectRect
Returns the fill state of the WhiteboardObject.
isFirstAccount() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Indicates if this is the first dict account
isFocused() - Method in class net.java.sip.communicator.impl.gui.PopupDialogImpl
Implements the ExportedWindow.isFocused() method.
isFocused() - Method in class net.java.sip.communicator.service.gui.AbstractExportedWindow
 
isFocused() - Method in interface net.java.sip.communicator.service.gui.ExportedWindow
Returns TRUE if this component is currently the focused component, FALSE - otherwise.
isFocusUI() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.BasicConferenceParticipantPanel
Returns true if the current interface corresponds to a conference focus interface, otherwise returns false.
isForceP2PMode() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
If the p2p mode is forced
isForcePeerToPeerMode() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel
Indicates if the peer-to-peer presence mode is selected.
isFree() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.ByteBuffer
Determines whether this instance is free to be written bytes into.
isGloballyRoutable() - Method in class net.java.sip.communicator.impl.netaddr.AddressPoolEntry
Determines whether the adderss encapsulated by this address entry is a globally routable inet address, or in other words is it possible (at least in theory) to directly send packets to it from any point of the internet.
isGmailNotificationEnabled() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Determines whether SIP Communicator should be querying GMail servers for unread mail messages.
isGroupChatMessage(MsnSwitchboard) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetAdHocMultiUserChatMsnImpl
Checks if an incoming message is a multi user chat message.
isGroupClosed(MetaContactGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Checks whether the group is closed.
isGroupClosed(MetaContactGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
Checks whether the group is closed.
isGroupClosed(MetaContactGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.DefaultContactList
Checks whether the group is closed.
isGroupCollapsed() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIGroup
Indicates if this group was collapsed.
isGroupCollapsed() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIGroup
Indicates if the group is collapsed or expanded.
isGroupEmpty(MetaContactGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
Checks whether the group is closed.
isGrowlInstalled() - Method in class net.java.sip.communicator.impl.growlnotification.GrowlNotificationServiceImpl
Checks if Growl is present on the system
isGrowlRunning() - Method in class net.java.sip.communicator.impl.growlnotification.GrowlNotificationServiceImpl
Checks if Growl is running
isHistoryCreated(HistoryID) - Method in class net.java.sip.communicator.impl.history.HistoryServiceImpl
Checks whether a history is created and stored.
isHistoryCreated(HistoryID) - Method in interface net.java.sip.communicator.service.history.HistoryService
Checks whether a history is created and stored.
isHistoryExisting(HistoryID) - Method in class net.java.sip.communicator.impl.history.HistoryServiceImpl
 
isHistoryExisting(HistoryID) - Method in interface net.java.sip.communicator.service.history.HistoryService
Tests if a history with the given ID exists and is loaded.
isHistoryLoggingEnabled() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns true if the "isHistoryLoggingEnabled" property is true, otherwise - returns false.
isHistoryLoggingEnabled() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
Returns true if the "isHistoryLoggingEnabled" property is true, otherwise - returns false.
isHistoryShown() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns true if the "isHistoryShown" property is true, otherwise - returns false.
isHistoryShown() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
Returns true if the "isHistoryShown" property is true, otherwise - returns false.
isImage(String) - Static method in class net.java.sip.communicator.util.FileUtils
Returns true if the file given by fileName is an image, false - otherwise.
isInfoEnabled() - Method in class net.java.sip.communicator.util.Logger
Check if a message with an INFO level would actually be logged by this logger.
isInitialized() - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl
Returns true if the provider service implementation is initialized and ready for use by other services, and false otherwise.
isInitialized() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Returns true if the provider service implementation is initialized and ready for use by other services, and false otherwise.
isInitialized() - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Returns true if the contact list is initialized and ready for use, and false otherwise.
isInitialized() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolProviderServiceYahooImpl
Returns true if the provider service implementation is initialized and ready for use by other services, and false otherwise.
isInitiator() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Determines whether this peer was the one that initiated the session.
isInList(MsnList) - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
isInPeriod(Date, Date, Date) - Static method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Evaluetes does timestamp is in the given time period.
isInterfaceLoopback(NetworkInterface) - Static method in class net.java.sip.communicator.impl.netaddr.NetworkConfigurationWatcher
Determines whether or not the iface interface is a loopback interface.
isInterfaceUp(NetworkInterface) - Static method in class net.java.sip.communicator.impl.netaddr.NetworkConfigurationWatcher
Determines, if possible, whether or not the iface interface is up.
isInvalid() - Method in class net.java.sip.communicator.impl.audionotifier.SCAudioClipImpl
Returns TRUE if this audio is invalid, FALSE otherwise.
isInvalid() - Method in class net.java.sip.communicator.impl.neomedia.notify.SCAudioClipImpl
Returns TRUE if this audio is invalid, FALSE otherwise.
isIPv4Address(String) - Static method in class net.java.sip.communicator.util.NetworkUtils
Verifies whether address could be an IPv4 address string.
isIPv4LinkLocalAutoconf(InetAddress) - Static method in class net.java.sip.communicator.impl.netaddr.AddressPoolEntry
Determines whether the address is the result of windows auto configuration.
isIPv4LinkLocalAutoconf() - Method in class net.java.sip.communicator.impl.netaddr.AddressPoolEntry
Determines whether the address encapsulated by this entry is the result of windows auto configuration (i.e.
isIPv6() - Method in class net.java.sip.communicator.impl.netaddr.AddressPoolEntry
Determines whether or not the address pool entry represents an IPv6 address.
isIPv6Address(String) - Static method in class net.java.sip.communicator.util.NetworkUtils
Verifies whether address could be an IPv6 address string.
isIrcOp() - Method in class net.java.sip.communicator.impl.protocol.irc.UserInfo
Returns TRUE if this user is an IRC operator and false otherwise.
isItalicStyleSelected() - Method in class net.java.sip.communicator.impl.gui.main.chat.FontChooser
Checks if italic checkbox is selected
isJoined() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Returns true if the local user is currently in the multi user chat (after calling one of the ChatRoomIrcImpl.join() methods).
isJoined(ChatRoomIrcImpl) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Tests if this chat room is joined
isJoined() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Returns true if the local user is currently in the multi user chat (after calling one of the ChatRoomJabberImpl.join() methods).
isJoined() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Returns true if the local user is currently in the white-board session (after white-boarding one of the WhiteboardSessionJabberImpl.join() methods).
isJoined() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Returns true if the local user is currently in the multi user chat (after calling one of the MockChatRoom.join() methods).
isJoined() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Returns true if the local user is currently in the multi user chat (after calling one of the ChatRoom.join() methods).
isJoined() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Returns true if the local user is currently in the whiteboard session (after whiteboarding one of the WhiteboardSession.join() methods).
isLeaf - Variable in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListCellRenderer
Indicates if the current cell contains a leaf or a group.
isLeaveChatRoomOnWindowCloseEnabled() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns true if the "isLeaveChatRoomOnWindowCloseEnabled" property is true, otherwise - returns false.
isLeaveChatRoomOnWindowCloseEnabled() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
Returns true if the "isLeaveChatRoomOnWindowCloseEnabled" property is true, otherwise - returns false.
isLegalCharacter(char) - Method in class net.java.sip.communicator.util.xml.DOMElementWriter
Is the given character allowed inside an XML document?
isLinkLocal() - Method in class net.java.sip.communicator.impl.netaddr.AddressPoolEntry
Determines whether this is a link local or publicly routable address.
isLinkLocalIPv4Address(InetAddress) - Static method in class net.java.sip.communicator.impl.netaddr.AddressPoolEntry
Determines whether the address is an IPv4 link local address.
isLinkLocalIPv4Address() - Method in class net.java.sip.communicator.impl.netaddr.AddressPoolEntry
Determines whether the address encapsulated by this entry is an IPv4 link local address.
isLinkLocalIPv4Address(InetAddress) - Static method in class net.java.sip.communicator.util.NetworkUtils
Determines whether the address is an IPv4 link local address.
isLinkLocalIPv6Address() - Method in class net.java.sip.communicator.impl.netaddr.AddressPoolEntry
Determines whether the address encapsulated by this entry is an IPv6 link local address.
isLocal() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Determines whether or not this contact represents our own identity.
isLocal() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl
Determines whether or not this contact represents our own identity.
isLocal() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Determines whether or not this Contact instance represents the user used by this protocol provider to connect to the service.
isLocal() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Determines whether or not this Contact instance represents the user used by this protocol provider to connect to the service.
isLocal() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContact
Determines whether or not this contact represents our own identity.
isLocal() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Determines whether or not this contact represents our own identity.
isLocal() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Determines whether or not this contact represents our own identity.
isLocal() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Determines whether or not this contact represents our own identity.
isLocal() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Determines whether or not this contact represents our own identity.
isLocalAudioTransmissionEnabled() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Determines whether this media handler is currently set to transmit local audio.
isLocallyOnHold() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Determines whether this handler's streams have been placed on hold.
isLocalVideoAllowed() - Method in class net.java.sip.communicator.impl.protocol.sip.CallSipImpl
Determines whether the streaming of local video in this Call is currently allowed.
isLocalVideoAllowed(Call) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetVideoTelephonySipImpl
Determines whether the streaming of local video in a specific Call is currently allowed.
isLocalVideoAllowed(Call) - Method in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
Gets the indicator which determines whether the streaming of local video in a specific Call is allowed.
isLocalVideoStreaming() - Method in class net.java.sip.communicator.impl.protocol.sip.CallSipImpl
Determines whether we are currently streaming video toward at least one of the peers in this call.
isLocalVideoStreaming(Call) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetVideoTelephonySipImpl
Determines whether a specific Call is currently streaming the local video (to a remote destination).
isLocalVideoStreaming() - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Determines whether we are currently streaming video toward whoever this CallPeerSipImpl represents.
isLocalVideoStreaming(Call) - Method in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
Gets the indicator which determines whether a specific Call is currently streaming the local video (to a remote destination).
isLocalVideoTransmissionEnabled() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Determines whether this media handler is currently set to transmit local video.
isLoggingEnabled() - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Determines whether logging is enabled.
isLoggingEnabled(int) - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Return true/false if logging is enabled at a given level.
isLoopback() - Method in class net.java.sip.communicator.impl.netaddr.AddressPoolEntry
Determines whether this is the localhost address (127.0.0.1 or ::1).
isLooping() - Method in class net.java.sip.communicator.impl.audionotifier.SCAudioClipImpl
Returns TRUE if this audio is currently playing in loop, FALSE otherwise.
isLooping() - Method in class net.java.sip.communicator.impl.neomedia.notify.SCAudioClipImpl
Returns TRUE if this audio is currently playing in loop, FALSE otherwise.
isManuallyDisconnected() - Method in class net.java.sip.communicator.impl.gui.main.login.LoginManager
 
isMatching(UIContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.CallHistoryFilter
Indicates if the given uiContact is matching this filter.
isMatching(UIGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.CallHistoryFilter
No group could match this filter.
isMatching(UIContact) - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.ContactListFilter
Indicates if the given uiGroup is matching the current filter.
isMatching(UIGroup) - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.ContactListFilter
Indicates if the given uiGroup is matching the current filter.
isMatching(Pattern, MetaContactGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactListSource
Checks if the given metaGroup is matching the current filter.
isMatching(UIContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.PresenceFilter
Indicates if the given uiContact is matching this filter.
isMatching(UIGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.PresenceFilter
Indicates if the given uiGroup is matching this filter.
isMatching(UIContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFilter
Indicates if the given uiGroup matches this filter.
isMatching(UIGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFilter
For all groups we return false.
isMaxEnabled() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
isMaxEnabled() - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Returns true if the max/detach icon is enabled.
isMenuSelected() - Method in class net.java.sip.communicator.impl.gui.main.chat.SmileysSelectorBox
Returns TRUE if the selector box is opened, otherwise returns FALSE.
isMessageUIDInjected(String) - Method in interface net.java.sip.communicator.plugin.otr.ScOtrEngine
Gets weather the passed in messageUID is injected by the engine or not.
isMessageUIDInjected(String) - Method in class net.java.sip.communicator.plugin.otr.ScOtrEngineImpl
 
isMetaContactActive(MetaContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Checks if the given contact is currently active.
isMetaContactActive(MetaContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.DefaultContactList
Checks if the given contact is currently active.
isMinimalProcessing() - Method in class net.java.sip.communicator.impl.neomedia.control.FrameProcessingControlImpl
Determines whether the owner of this FrameProcessingControl is to perform only the minimum operations necessary to keep it working normally but without producing output.
isModification() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationForm
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizard
isModification() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizard
isModification() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Indicates if this wizard is opened for modification or for creating a new account.
isModification() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Indicates if this wizard is opened for modification or for creating a new account.
isModification() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Indicates if this wizard is opened for modification or for creating a new account.
isModification() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Indicates if this wizard is opened for modification or for creating a new account.
isModification() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Indicates if this wizard is opened for modification or for creating a new account.
isModification() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Indicates if this wizard is opened for modification or for creating a new account.
isModification() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Indicates if this wizard is opened for modification or for creating a new account.
isModification() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Indicates if this wizard is opened for modification or for creating a new account.
isModification() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Indicates if this wizard is opened for modification or for creating a new account.
isModification() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Indicates if this wizard is modifying an existing account or is creating a new one.
isModification() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Indicates if this wizard is modifying an existing account or is creating a new one.
isModification() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Indicates if this wizard is opened for modification or for creating a new account.
isModification() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
 
isModification() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Indicates if this wizard is opened for modification or for creating a new account.
isModification() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Indicates if this wizard is opened for modification or for creating a new account.
isModification() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationForm
Indicates if this wizard is modifying an existing account or is creating a new one.
isModification() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Indicates if this wizard is modifying an existing account or is creating a new one.
isMoveContactConfirmationRequested() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns TRUE if the "isMoveContactConfirmationRequested" property is true, otherwise - returns FALSE.
isMultiChatSupportedByContact(Contact) - Method in class net.java.sip.communicator.impl.protocol.irc.OperationSetMultiUserChatIrcImpl
Returns true if contact supports multi-user chat sessions.
isMultiChatSupportedByContact(Contact) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetMultiUserChatJabberImpl
Returns true if contact supports multi user chat sessions.
isMultiChatSupportedByContact(Contact) - Method in class net.java.sip.communicator.impl.protocol.mock.MockMultiUserChat
Returns true if contact supports multi user chat sessions.
isMultiChatSupportedByContact(Contact) - Method in interface net.java.sip.communicator.service.protocol.OperationSetMultiUserChat
Returns true if contact supports multi-user chat sessions.
isMultiChatWindowEnabled() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns true if the "isMultiChatWindowEnabled" property is true, otherwise - returns false.
isMultiChatWindowEnabled() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
Returns true if the "isMultiChatWindowEnabled" property is true, otherwise - returns false.
isMultiStream() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets the multistream flag (The multistream part needs further development)
isMute() - Method in class net.java.sip.communicator.impl.audionotifier.AudioNotifierServiceImpl
Returns TRUE if the sound is currently disabled, FALSE otherwise.
isMute() - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource
Determines whether this DataSource is mute.
isMute() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Determines whether this MediaDeviceSession is set to output "silence" instead of the actual media fed from its CaptureDevice.
isMute() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Determines whether this MediaStream is set to transmit "silence" instead of the media being fed from its MediaDevice.
isMute() - Method in class net.java.sip.communicator.impl.neomedia.notify.AudioNotifierServiceImpl
Returns TRUE if the sound is currently disabled, FALSE otherwise.
isMute() - Method in interface net.java.sip.communicator.impl.neomedia.protocol.MuteDataSource
Determines whether this DataSource is mute.
isMute() - Method in class net.java.sip.communicator.impl.neomedia.protocol.MutePullBufferDataSource
Determines whether this DataSource is mute.
isMute() - Method in class net.java.sip.communicator.impl.neomedia.protocol.MutePushBufferDataSource
Determines whether this DataSource is mute.
isMute() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.MuteSessionInfoPacketExtension
Determines if this session info packet represents a mute.
isMute() - Method in interface net.java.sip.communicator.service.audionotifier.AudioNotifierService
Specifies if currently the sound is off.
isMute() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Determines whether this MediaStream is set to transmit "silence" instead of the media being fed from its MediaDevice.
isMute() - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Determines whether the audio stream (if any) being sent to this peer is mute.
isMute() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Determines whether the audio stream (if any) being sent to this peer is mute.
isMute() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Determines whether the audio stream of this media handler is currently on mute.
isMute() - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Determines whether this call is mute.
isMute() - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Determines whether the audio stream (if any) being sent to this peer is mute.
isNativeComponent() - Method in class net.java.sip.communicator.service.gui.AbstractPluginComponent
 
isNativeComponent() - Method in interface net.java.sip.communicator.service.gui.PluginComponent
Returns true to indicate that this component is a native component and false otherwise.
isNativeLookAndFeel() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLookAndFeel
 
isNextFinishButtonEnabled() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
Mirrors the WizardModel method of the same name.
isNextFinishButtonEnabled() - Method in interface net.java.sip.communicator.service.gui.WizardContainer
Returns TRUE if "Next" or "Finish" wizard button is enabled, FALSE otherwise.
isNightly() - Method in interface net.java.sip.communicator.service.version.Version
Indicates if this SIP Communicator version corresponds to a nightly build of a repository snapshot or to an official SIP Communicator release.
ISO8859_1_ARRAY - Static variable in class net.java.sip.communicator.util.Entities
 
isOfflineMessagingSupported() - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetBasicInstantMessagingDictImpl
Determines whether the protocol provider (or the protocol itself) supports sending and receiving offline messages.
isOfflineMessagingSupported() - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicInstantMessagingGibberishImpl
Determines wheter the protocol provider (or the protocol itself) support sending and receiving offline messages.
isOfflineMessagingSupported() - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetBasicInstantMessagingIcqImpl
Determines wheter the protocol provider (or the protocol itself) support sending and receiving offline messages.
isOfflineMessagingSupported() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicInstantMessagingJabberImpl
Determines wheter the protocol provider (or the protocol itself) support sending and receiving offline messages.
isOfflineMessagingSupported() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Determines wheter the protocol provider (or the protocol itself) support sending and receiving offline messages.
isOfflineMessagingSupported() - Method in class net.java.sip.communicator.impl.protocol.mock.MockBasicInstantMessaging
Determines whether the protocol provider (or the protocol itself) support sending and receiving offline messages.
isOfflineMessagingSupported() - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetBasicInstantMessagingMsnImpl
Determines whether the protocol provider (or the protocol itself) support sending and receiving offline messages.
isOfflineMessagingSupported() - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetBasicInstantMessagingRssImpl
Determines whether the protocol provider (or the protocol itself) supports sending and receiving offline messages.
isOfflineMessagingSupported() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicInstantMessagingSipImpl
Determines whether the protocol provider (or the protocol itself) support sending and receiving offline messages.
isOfflineMessagingSupported() - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetBasicInstantMessagingSSHImpl
Determines whether the SSH protocol provider supports sending and receiving offline messages.
isOfflineMessagingSupported() - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetBasicInstantMessagingYahooImpl
Determines wheter the protocol provider (or the protocol itself) support sending and receiving offline messages.
isOfflineMessagingSupported() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetBasicInstantMessagingZeroconfImpl
Determines whether the protocol provider (or the protocol itself) support sending and receiving offline messages.
isOfflineMessagingSupported() - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicInstantMessaging
Determines whether the protocol provider (or the protocol itself) support sending and receiving offline messages.
isOK - Variable in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberNewAccountDialog
 
isOK - Variable in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberServerChooserDialog
 
isOneActionButtonEnabled() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
isOnHold(CallPeerState) - Static method in class net.java.sip.communicator.service.protocol.CallPeerState
Determines whether a specific CallPeerState value signal a call hold regardless of the issuer (which may be local and/or remote).
isOnline() - Method in class net.java.sip.communicator.service.protocol.PresenceStatus
Indicates whether the user is Online (can be reached) or not.
isOverCheckBox(int, int) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountListCellRenderer
Indicates if the point given by x and y coordinates is over the check box component.
isPacketMarked() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Test whether if a RTP packet is padded
isParticipantContained(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Checks if the participant given by participantName is contained in this white-board session.
isPasswordPersistent() - Method in class net.java.sip.communicator.service.protocol.UserCredentials
Determines whether or not the password associated with this credentials object is to be sored persistently (insecure!) or not.
isPersistent() - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomWrapper
Returns true if the chat room is persistent, otherwise - returns false.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Determines whether or not this contact is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl
Determines whether or not this contact is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Determines whether or not this contact is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Determines whether this chat room should be stored in the configuration file or not.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Determines whether this chat room should be stored in the configuration file or not.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Determines whether or not this contact is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.jabber.VolatileContactGroupJabberImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.jabber.VolatileContactJabberImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Determines whether this chat room should be stored in the configuration file or not.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContact
Determines whether or not this contact is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Determines whether or not this contact is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Determines whether or not this contact is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Determines whether or not this contact is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Determines whether or not this contact is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Determines whether this chat room should be stored in the configuration file or not.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Determines whether or not this contact is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.yahoo.VolatileContactGroupYahooImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Determines whether or not this contact group is being stored by the server.
isPersistent() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Determines whether or not this contact is being stored by the server.
isPersistent() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Determines whether this chat room should be stored in the configuration file or not.
isPersistent() - Method in interface net.java.sip.communicator.service.protocol.Contact
Determines whether or not this contact is being stored by the server.
isPersistent() - Method in interface net.java.sip.communicator.service.protocol.ContactGroup
Determines whether or not this contact group is being stored by the server.
isPreRelease() - Method in interface net.java.sip.communicator.service.version.Version
Indicates whether this version represents a prerelease (i.e.
isPresenceEnabled() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel
Indicates if the presence is enabled.
isPrivate(ChatRoom) - Static method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Determines whether a specific ChatRoom is private i.e.
isPrivate() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Indicates if this chat room is a private one or not.
isProbing() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSState
Returns true, if this is a probing state.
isQuery() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSIncoming
Check if the message is a query.
isQuery() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
 
isQuitWarningShown() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Return TRUE if "quitWarningShown" property is true, otherwise - return FALSE.
isRadioSelected() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.SelectAccountPanel
Checks whether there is a selected radio button in the table.
isReasonUserList() - Method in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomParticipantPresenceChangeEvent
Gets the indicator which determines whether this event has occurred with the well-known reason of listing all users in a ChatRoom.
isReasonUserList() - Method in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPresenceChangeEvent
Gets the indicator which determines whether this event has occurred with the well-known reason of listing all users in a ChatRoom.
isReference(String) - Method in class net.java.sip.communicator.util.xml.DOMElementWriter
Is the given argument a character or entity reference?
isRegistered() - Method in class net.java.sip.communicator.impl.protocol.mock.MockProvider
Mock implementation of the corresponding ProtocolProviderService method.
isRegistered() - Method in class net.java.sip.communicator.service.protocol.AbstractProtocolProviderService
Indicates whether or not this provider is registered
isRegistered() - Method in interface net.java.sip.communicator.service.protocol.ProtocolProviderService
Indicates whether or not this provider is registered
isRegistrarless() - Method in class net.java.sip.communicator.impl.protocol.sip.SipRegistrarConnection
Returns true if this is a fake connection that is not actually using a registrar.
isRegistrarless() - Method in class net.java.sip.communicator.impl.protocol.sip.SipRegistrarlessConnection
Returns true if this is a fake connection that is not actually using a registrar.
isRejected() - Method in class net.java.sip.communicator.impl.protocol.msn.IncomingFileTransferRequestMsnImpl
 
isRememberContacts() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ZeroconfAccountID
Returns a boolean indicating if we store the contacts we meet or not.
isRememberContacts() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistration
Returns true if password has to remembered, false otherwise.
isRememberPassword() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistration
Returns true if password has to remembered, false otherwise.
isRememberPassword() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistration
Returns true if password has to remembered, false otherwise.
isRememberPassword() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistration
Returns true if password has to remembered, false otherwise.
isRememberPassword() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistration
Returns TRUE if password has to remembered, FALSE otherwise.
isRememberPassword() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistration
Returns TRUE if password has to remembered, FALSE otherwise.
isRememberPassword() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistration
Returns true if password has to remembered, false otherwise.
isRememberPassword() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Returns TRUE if password has to remembered, FALSE otherwise.
isRememberPassword() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistration
Returns TRUE if password has to remembered, FALSE otherwise.
isRememberPassword() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistration
Returns true if password has to remembered, false otherwise.
isRememberPassword() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.AccountPanel
Indicates if the "remember password" check box is selected.
isRememberPassword() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
Returns TRUE if password has to remembered, FALSE otherwise.
isRememberPassword() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistration
Returns TRUE if password has to remembered, FALSE otherwise.
isRemotelyOnHold() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Determines whether the remote party has placed all our streams on hold.
isRequired() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomConfigurationFormFieldJabberImpl
Returns the isRequired property of the corresponding smack property.
isRequired() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.EncryptionPacketExtension
Returns true if encryption is required for this session and false otherwise.
isRequired() - Method in interface net.java.sip.communicator.service.protocol.ChatRoomConfigurationFormField
Returns true if the question must be answered in order to complete the questionnaire
isRequiredPassword() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistration
Indicates if the password is required or not.
isResolvable() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Determines whether or not this contact can be resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactDictImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.dict.ContactGroupDictImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGibberishImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl
Determines whether or not this contact group has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.icq.RootContactGroupIcqImpl
Determines whether or not this group has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl
Determines whether or not this contact group has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.jabber.ContactJabberImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.jabber.RootContactGroupJabberImpl
Determines whether or not this group has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContact
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl
Determines whether or not this contact group has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.msn.RootContactGroupMsnImpl
Determines whether or not this group has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactGroupRssImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.rss.ContactRssImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactGroupSSHImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.ssh.ContactSSHImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl
Determines whether or not this contact group has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.yahoo.RootContactGroupYahooImpl
Determines whether or not this group has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactGroupZeroconfImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ContactZeroconfImpl
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in interface net.java.sip.communicator.service.protocol.Contact
Determines whether or not this contact has been resolved against the server.
isResolved() - Method in interface net.java.sip.communicator.service.protocol.ContactGroup
Determines whether or not this group has been resolved against the server.
isResponse() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSIncoming
Check if the message is a response.
isRootGroup(MetaContactGroup) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactListSource
Indicates if the given MetaContactGroup is the root group.
isRouteHeaderEnabled() - Method in class net.java.sip.communicator.impl.protocol.sip.SipRegistrarConnection
Determines whether Register requests should be using a route header.
isRowSelected() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.SelectAccountPanel
Checks whether there is a selected row in the table.
isRunning() - Method in class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelEventDispatcher
Returns true if this dispatcher is currently running and delivering audio level events when available and false otherwise.
isRunning() - Method in class net.java.sip.communicator.plugin.generalconfig.autoaway.StatusUpdateThread
 
isSecure(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Returns true to indicate that the call associated with the given peer is secured, otherwise returns false.
isSecure() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Returns the secure state of the call.
isSecure(CallPeer) - Method in interface net.java.sip.communicator.service.protocol.OperationSetSecureTelephony
Gets the secure state of the call session in which a specific peer is involved
isSecurityVerified() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerSecurityOnEvent
Returns true if the security string was already verified and false - otherwise.
isSelected() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatContact
Returns true if this is the currently selected contact in the list of contacts for the chat, otherwise returns false.
isSelected - Variable in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListCellRenderer
Indicates if the current list cell is selected.
isSelected - Variable in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
Indicates if the current list cell is selected.
isSelected() - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShape
Returns true if the Shape is selected
isSendKeepAlive() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistration
Is sending of keep alive packets is enabled
isSendKeepAlive() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Determines whether sending of keep alive packets is enabled.
isSendTypingNotifications() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Return TRUE if "sendTypingNotifications" property is true, otherwise - return FALSE.
isSendTypingNotifications() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
Return TRUE if "sendTypingNotifications" property is true, otherwise - return FALSE.
isSessionValid(ContactSSH) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderServiceSSHImpl
Determines whether a vaild session exists for the contact of remote machine.
isShellConnected(ContactSSH) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderServiceSSHImpl
Determines whether the contact is connected to shell of remote machine as a precheck for any further operation
isShown() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns TRUE if this chat panel is added to a container (window or tabbed pane), which is shown on the screen, FALSE - otherwise.
isShowOffline() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
Returns true if offline contacts should be shown, false otherwise.
isShowOffline() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.PresenceFilter
Returns true if offline contacts are shown, otherwise returns false.
isShowOffline() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Return TRUE if "showOffline" property is true, otherwise - return FALSE.
isShowSmileys() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns true if the "isShowSmileys" property is true, otherwise - returns false..
isShowSystemBundles() - Method in class net.java.sip.communicator.plugin.pluginmanager.PluginTableModel
Returns TRUE if system bundles are show, FALSE - otherwise.
isSimpleFormEnabled() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationForm
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizard
isSimpleFormEnabled() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizard
isSimpleFormEnabled() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Enables the simple "Sign in" form.
isSimpleFormEnabled() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Disables the simple "Sign in" form.
isSimpleFormEnabled() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Disables the simple "Sign in" form.
isSimpleFormEnabled() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Disables the simple "Sign in" form.
isSimpleFormEnabled() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Enables the simple "Sign in" form.
isSimpleFormEnabled() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Enables the simple "Sign in" form.
isSimpleFormEnabled() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Disables the simple "Sign in" form.
isSimpleFormEnabled() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Enables the simple "Sign in" form.
isSimpleFormEnabled() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Enables the simple "Sign in" form.
isSimpleFormEnabled() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Disables the simple "Sign in" form.
isSimpleFormEnabled() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Enables the simple "Sign in" form.
isSimpleFormEnabled() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
Disables the simple "Sign in" form.
isSimpleFormEnabled() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Enables the simple "Sign in" form.
isSimpleFormEnabled() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Enables the simple "Sign in" form.
isSimpleFormEnabled() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationForm
Indicates whether this wizard enables the simple "sign in" form shown when the user opens the application for the first time.
isSimpleFormEnabled() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Indicates whether this wizard enables the simple "sign in" form shown when the user opens the application for the first time.
isSingleFocusUI() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.BasicConferenceParticipantPanel
Returns true if the current interface corresponds to a single conference focus interface, otherwise returns false.
isSipZrtpAttribute() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
Check if to include the ZRTP attribute to SIP/SDP
isSipZrtpAttribute() - Method in class net.java.sip.communicator.service.protocol.Call
Check if to include the ZRTP attribute to SIP/SDP
isSipZrtpEnabled() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Indicates if the ZRTP encryption is enabled.
isSizeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolIconDictImpl
Returns TRUE if an icon with the given size is supported, FALSE otherwise.
isSizeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolIconGibberishImpl
Returne TRUE if a icon with the given size is supported, FALSE-otherwise.
isSizeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolIconAimImpl
Returns TRUE if a icon with the given size is supported, FALSE-otherwise.
isSizeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolIconIcqImpl
Returns TRUE if a icon with the given size is supported, FALSE-otherwise.
isSizeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolIconIrcImpl
Returns TRUE if a icon with the given size is supported, FALSE-otherwise.
isSizeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolIconJabberImpl
Returns TRUE if a icon with the given size is supported, FALSE-otherwise.
isSizeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolIconMsnImpl
Returne TRUE if a icon with the given size is supported, FALSE-otherwise.
isSizeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolIconRssImpl
Returns TRUE if a icon with the given size is supported, FALSE-otherwise.
isSizeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolIconSipImpl
Returns true if an icon with the given size is supported, false - otherwise.
isSizeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolIconSSHImpl
Returns TRUE if a icon with the given size is supported, FALSE-otherwise.
isSizeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolIconYahooImpl
Returns TRUE if a icon with the given size is supported, FALSE-otherwise.
isSizeSupported(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolIconZeroconfImpl
Returns TRUE if a icon with the given size is supported, FALSE-otherwise.
isSizeSupported(String) - Method in interface net.java.sip.communicator.service.protocol.ProtocolIcon
Checks if the given icon size is supported by the current protocol implementation.
isSpecialChar(int) - Static method in class net.java.sip.communicator.impl.gui.utils.Constants
Checks if the given char is in the list of application special chars.
isStale(long) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord
Check if the record is stale, ie it has outlived more than half of its TTL.
isStandby() - Method in class net.java.sip.communicator.service.netaddr.event.ChangeEvent
Whether this event is after suspend of the computer.
isStarted() - Method in class net.java.sip.communicator.impl.contactlist.MclStorageManager
Determines whether the storage manager has been properly started or in other words that it has successfully found and read the xml contact list file.
isStarted - Static variable in class net.java.sip.communicator.impl.gui.GuiActivator
Indicates if this bundle has been started.
isStarted() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Determines whether MediaStreamImpl.start() has been called on this MediaStream without MediaStreamImpl.stop() or MediaStreamImpl.close() afterwards.
isStarted() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Returns the current status of the ZRTP engine
isStarted() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Determines whether MediaStream.start() has been called on this MediaStream without MediaStream.stop() or MediaStream.close() afterwards.
isStarted() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Returns true if this handler has already started at least one of its streams, at least once, and false otherwise.
isStoredEncrypted(String) - Method in class net.java.sip.communicator.impl.credentialsstorage.CredentialsStorageServiceImpl
Check if encrypted account password is saved in the configuration.
isStoredEncrypted(String) - Method in interface net.java.sip.communicator.service.credentialsstorage.CredentialsStorageService
Checks if the account password that starts with the given prefix is saved in encrypted form.
isStreamOpened() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ClientThread
Says if the stream between the local user and the remote user is in an opened state (greetings are over and we can chat)
isSucceeded() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.FilterQuery
Indicates if this query has succeeded.
isSupported() - Static method in class net.java.sip.communicator.impl.neomedia.device.PortAudioAuto
Whether portaudio is supported.
isSupportedLookAndFeel() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLookAndFeel
 
isSwing() - Method in class net.java.sip.communicator.impl.osdependent.SystemTray
 
isSwing() - Method in interface net.java.sip.communicator.impl.osdependent.SystemTray.SystemTrayPeer
 
isSystem() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Indicates whether or not this chat room is corresponding to a server channel.
isSystem() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
The Jabber multi user chat implementation doesn't support system rooms.
isSystem() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Returns true if this chat room is a system room and false otherwise.
isSystem() - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
 
isSystem() - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Indicates whether or not this chat room is corresponding to a server channel.
isSystem() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Returns true if this chat room is a system room and false otherwise.
isSystemBundle(Bundle) - Static method in class net.java.sip.communicator.plugin.pluginmanager.PluginManagerActivator
Determines whether bundle is system or not.
isSystemProperty(String) - Method in interface net.java.sip.communicator.impl.configuration.ConfigurationStore
Determines whether a specific name stands for a system property.
isSystemProperty(String) - Method in class net.java.sip.communicator.impl.configuration.PropertyConfigurationStore
 
isSystemProperty(String) - Method in class net.java.sip.communicator.impl.configuration.xml.XMLConfigurationStore
 
isTabHighlighted(int) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI
 
isTotalEstimate() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxIQ
Determines whether the total of unread mail messages is an estimate or not.
isTraceEnabled() - Method in class net.java.sip.communicator.util.Logger
Check if a message with a TRACE level would actually be logged by this logger.
isTranslatingAddresses() - Method in class net.java.sip.communicator.impl.netaddr.FirewallDescriptor
Determines whether this is an address translating firewall (NAT) or not.
isTransparentWindowEnabled() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns true if transparent windows are enabled, false otherwise.
isTransparentWindowEnabled() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
Returns true if transparent windows are enabled, false otherwise.
isTruncated() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSIncoming
Check if the message is truncated.
isUnderlineStyleSelected() - Method in class net.java.sip.communicator.impl.gui.main.chat.FontChooser
Checks if underline checkbox is selected
isUnique() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry
 
isUserNameEditable() - Method in class net.java.sip.communicator.impl.gui.main.login.DefaultSecurityAuthority
Indicates if the user name is currently editable, i.e.
isUserNameEditable() - Method in class net.java.sip.communicator.impl.gui.main.login.SecurityAuthorityImpl
Indicates if the user name is currently editable, i.e.
isUserNameEditable() - Method in interface net.java.sip.communicator.service.protocol.SecurityAuthority
Indicates if the user name is currently editable, i.e.
isUsingMasterPassword() - Method in class net.java.sip.communicator.impl.credentialsstorage.CredentialsStorageServiceImpl
Checks if master password is used to encrypt saved account passwords.
isUsingMasterPassword() - Method in interface net.java.sip.communicator.service.credentialsstorage.CredentialsStorageService
Checks if master password was set by the user and it is used to encrypt saved account passwords.
isValidIPAddress(String) - Static method in class net.java.sip.communicator.util.NetworkUtils
Checks whether address is a valid IP address string.
isValidPortNumber(int) - Static method in class net.java.sip.communicator.util.NetworkUtils
Determines whether port is a valid port number bindable by an application (i.e.
isVerified(Contact) - Method in interface net.java.sip.communicator.plugin.otr.ScOtrKeyManager
 
isVerified(Contact) - Method in class net.java.sip.communicator.plugin.otr.ScOtrKeyManagerImpl
 
isVideoButtonSelected() - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Returns true if the video button is selected, false - otherwise.
isVideoCaptureSupported() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Enable or disable Video stream transmission.
isVisible() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Implements isVisible in the UIService interface.
isVisible() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements isVisible in the UIService interface.
isVisible(Object) - Static method in class net.java.sip.communicator.impl.osdependent.jdic.TrayMenuFactory
Returns true if the given trayMenu is visible, otherwise returns false.
isVisible() - Method in class net.java.sip.communicator.service.gui.AbstractExportedWindow
 
isVisible() - Method in interface net.java.sip.communicator.service.gui.ExportedWindow
Returns TRUE if the component is visible and FALSE otherwise.
isVisible() - Method in interface net.java.sip.communicator.service.gui.UIService
Returns TRUE if the application is visible and FALSE otherwise.
isVolatile() - Method in class net.java.sip.communicator.impl.protocol.yahoo.ContactYahooImpl
Returns whether the contact is volatile.
isWebSignupSupported() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationForm
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizard
isWebSignupSupported() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizard
isWebSignupSupported() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationForm
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWebSignupSupported() - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns true if the web sign up is supported by the current implementation, false - otherwise.
isWhiteboardingSupportedByContact(Contact) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetWhiteboardingJabberImpl
Returns true if contact supports white-board sessions.
isWhiteboardingSupportedByContact(Contact) - Method in interface net.java.sip.communicator.service.protocol.OperationSetWhiteboarding
Returns true if contact supports white-board sessions.
isWindowDecorated() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns true if the "isWindowDecorated" property is true, otherwise - returns false..
isWindowsAutoConfiguredIPv4Address(InetAddress) - Static method in class net.java.sip.communicator.util.NetworkUtils
Determines whether the address is the result of windows auto configuration.
isWritable() - Method in class net.java.sip.communicator.impl.keybindings.KeybindingSetImpl
Provides if the keybindings can be written when changed or not.
isWriteAreaEmpty() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Checks if the editor contains text.
isZrtpData(RawPacket) - Static method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZrtpRawPacket
Checks whether extension bit is set and if so is the extension header an zrtp one.
isZrtpPacket() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZrtpRawPacket
Check if it could be a ZRTP packet.
itemStateChanged(ItemEvent) - Method in class net.java.sip.communicator.impl.gui.customcontrols.RadioButtonCellEditor
 
itemStateChanged(ItemEvent) - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Indicates that the state of the item has changed.
iterator() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSCache
Iterates over all cache nodes.
ivAccent - Variable in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPCipherF8.F8Context
 

J

J - Variable in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPCipherF8.F8Context
 
JABBER - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
The Jabber protocol.
JABBER - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolNames
The Jabber protcool.
JabberAccountID - Class in net.java.sip.communicator.impl.protocol.jabber
The Jabber implementation of a sip-communicator AccountID
JabberAccountID(String, Map<String, String>) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.JabberAccountID
Creates an account id from the specified id and account properties.
JabberAccountRegistration - Class in net.java.sip.communicator.plugin.jabberaccregwizz
The JabberAccountRegistration is used to store all user input data through the JabberAccountRegistrationWizard.
JabberAccountRegistration() - Constructor for class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
 
JabberAccountRegistrationWizard - Class in net.java.sip.communicator.plugin.jabberaccregwizz
The JabberAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Jabber protocol.
JabberAccountRegistrationWizard(WizardContainer) - Constructor for class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Creates an instance of JabberAccountRegistrationWizard.
JabberAccRegWizzActivator - Class in net.java.sip.communicator.plugin.jabberaccregwizz
Registers the JabberAccountRegistrationWizard in the UI Service.
JabberAccRegWizzActivator() - Constructor for class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccRegWizzActivator
 
JabberActivator - Class in net.java.sip.communicator.impl.protocol.jabber
Loads the Jabber provider factory and registers it with service in the OSGI bundle context.
JabberActivator() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.JabberActivator
 
JabberNewAccountDialog - Class in net.java.sip.communicator.plugin.jabberaccregwizz
Dialog for adding a new Jabber account.
JabberNewAccountDialog() - Constructor for class net.java.sip.communicator.plugin.jabberaccregwizz.JabberNewAccountDialog
Creates an instance of JabberNewAccountDialog.
JabberServerChooserDialog - Class in net.java.sip.communicator.plugin.jabberaccregwizz
A dialog that shows the list of available Jabber servers.
JabberServerChooserDialog() - Constructor for class net.java.sip.communicator.plugin.jabberaccregwizz.JabberServerChooserDialog
Creates an instance of JabberServerChooserDialog.
JabberStatusEnum - Class in net.java.sip.communicator.service.protocol.jabberconstants
The JabberStatusEnum gives access to presence states for the Sip protocol.
jabberStatusToPresenceStatus(Presence, ProtocolProviderServiceJabberImpl) - Static method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Converts the specified jabber status to one of the status fields of the JabberStatusEnum class.
JavaDecoder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
JavaDecoder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.JavaDecoder
Initializes a new JavaDecoder instance.
JavaDecoder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.ilbc
iLbc to PCM java decoder
JavaDecoder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaDecoder
 
JavaDecoder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.speex
Speex to PCM java decoder
JavaDecoder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JavaDecoder
Creates the decoder and inits supported input formats.
JavaEncoder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.alaw
The ALAW Encoder.
JavaEncoder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.JavaEncoder
Constructs the encoder and init the supported formats.
JavaEncoder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
JavaEncoder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.JavaEncoder
Initializes a new JavaEncoder instance.
JavaEncoder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.ilbc
The ilbc Encoder
JavaEncoder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaEncoder
 
JavaEncoder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.speex
The Speex Encoder
JavaEncoder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JavaEncoder
Creates the encoder and init supported formats
JavaSoundAuto - Class in net.java.sip.communicator.impl.neomedia.device
Detects javasound and registers capture devices.
JavaSoundAuto() - Constructor for class net.java.sip.communicator.impl.neomedia.device.JavaSoundAuto
Creates JavaSoundAuto and checks is javasound supported on current operating system.
JAWTRenderer - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video
Implements a VideoRenderer which uses JAWT to perform native painting in an AWT Canvas.
JAWTRenderer() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Initializes a new JAWTRenderer instance.
JingleAction - Enum in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
XEP-0166 Jingle, stipulates that the value of the 'action' attribute MUST be one of the values enumerated here.
JingleIQ - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
A straightforward extension of the IQ.
JingleIQ() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
 
JingleIQProvider - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
An implementation of a Jingle IQ provider that parses incoming Jingle IQs.
JingleIQProvider() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQProvider
Creates a new instance of the JingleIQProvider and register all jingle related extension providers.
JinglePacketFactory - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
A utility class containing methods for creating JingleIQ instances for various situations.
JinglePacketFactory() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JinglePacketFactory
 
JingleUtils - Class in net.java.sip.communicator.impl.protocol.jabber.jinglesdp
The class contains a number of utility methods that are meant to facilitate creating and parsing jingle media rtp description descriptions and transports.
JingleUtils() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.jinglesdp.JingleUtils
 
JmDNS - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
mDNS implementation in Java.
JmDNS() - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Create an instance of JmDNS.
JmDNS(InetAddress) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Create an instance of JmDNS and bind it to a specific network interface given its IP-address.
JmDNS.Canceler - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
The Canceler sends two announces with TTL=0 for the specified services.
JmDNS.Canceler(ServiceInfo, Object) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS.Canceler
 
JmDNS.Canceler(ServiceInfo[], Object) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS.Canceler
 
JmDNS.Canceler(Collection<ServiceInfo>, Object) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS.Canceler
 
JmDNS.SocketListener - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
Listen for multicast packets.
JmDNS.SocketListener() - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS.SocketListener
 
JMFAudioClipImpl - Class in net.java.sip.communicator.impl.neomedia.notify
Implementation of SCAudioClip.
JMFAudioClipImpl(URL, AudioNotifierService) - Constructor for class net.java.sip.communicator.impl.neomedia.notify.JMFAudioClipImpl
Creates the audio clip and initialize the listener used from the loop timer.
JmfDeviceDetector - Class in net.java.sip.communicator.impl.neomedia.device
Probes for available capture and playback devices and initializes the jmf.properties accordingly.
JmfDeviceDetector() - Constructor for class net.java.sip.communicator.impl.neomedia.device.JmfDeviceDetector
Default constructor - does nothing.
jmfEncodingToEncoding(String) - Static method in class net.java.sip.communicator.impl.neomedia.MediaUtils
Gets the well-known encoding (name) as defined in RFC 3551 "RTP Profile for Audio and Video Conferences with Minimal Control" corresponding to a given JMF-specific encoding.
JNIDecoder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.speex
Implements a Speex decoder and RTP depacketizer using the native Speex library.
JNIDecoder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIDecoder
Initializes a new JNIDecoder instance.
JNIDecoder - Class in net.java.sip.communicator.impl.neomedia.codec.video.h264
Decodes H.264 NAL units and returns the resulting frames as FFmpeg AVFrames (i.e.
JNIDecoder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIDecoder
Initializes a new JNIDecoder instance which is to decode H.264 NAL units into frames in YUV format.
JNIEncoder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.speex
Implements a Speex encoder and RTP packetizer using the native Speex library.
JNIEncoder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIEncoder
Initializes a new JNIEncoder instance.
JNIEncoder - Class in net.java.sip.communicator.impl.neomedia.codec.video.h264
Implements a H.264 encoder.
JNIEncoder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIEncoder
Initializes a new JNIEncoder instance.
join() - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Joins this chat room with the nickname of the local user so that the user would start receiving events and messages for it.
join() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Joins this chat room with the nickname of the local user so that the user would start receiving events and messages for it.
join(byte[]) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Joins this chat room so that the user would start receiving events and messages for it.
join(ChatRoom) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Join a chat room on this server.
join(ChatRoom, byte[]) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Join a chat room on this server.
join(byte[]) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Joins this chat room so that the user would start receiving events and messages for it.
join() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Joins this chat room with the nickname of the local user so that the user would start receiving events and messages for it.
join() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Joins this white-board with the nickname of the local user so that the user would start receiving events and WhiteboardObject for it.
join(byte[]) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Joins this white-board so that the user would start receiving events and WhiteboardObject for it.
join() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Joins this chat room with the nickname of the local user so that the user would start receiving events and messages for it.
join(byte[]) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Joins this chat room so that the user would start receiving events and messages for it.
join() - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
 
join() - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Joins this chat room with the nickname of the local user so that the user would start receiving events and messages for it.
join() - Method in interface net.java.sip.communicator.service.protocol.AdHocChatRoom
Joins this ad-hoc chat room with the nickname of the local user so that the user would start receiving events and messages for it.
join() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Joins this chat room with the nickname of the local user so that the user would start receiving events and messages for it.
join(byte[]) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Joins this chat room so that the user would start receiving events and messages for it.
join() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Joins this whiteboard with the nickname of the local user so that the user would start receiving events and WhiteboardObject for it.
join(byte[]) - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Joins this whiteboard so that the user would start receiving events and WhiteboardObject for it.
JOIN_AS_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used to set to the chat room "join as" right button menu.
JOIN_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used to set to the chat room "join" right button menu.
joinAs(String) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Joins this chat room with the specified nickname so that the user would start receiving events and messages for it.
joinAs(String, byte[]) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Joins this chat room with the specified nickname and password so that the user would start receiving events and messages for it.
joinAs(String, byte[]) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Joins this chat room with the specified nickname and password so that the user would start receiving events and messages for it.
joinAs(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Joins this chat room with the specified nickname so that the user would start receiving events and messages for it.
joinAs(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Joins this chat room with the specified nickname so that the user would start receiving events and messages for it.
joinAs(String, byte[]) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Joins this chat room with the specified nickname and password so that the user would start receiving events and messages for it.
joinAs(String) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Joins this chat room with the specified nickname so that the user would start receiving events and messages for it.
joinAs(String, byte[]) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Joins this chat room with the specified nickname and password so that the user would start receiving events and messages for it.
joinChatRoom(ChatRoomWrapper, String, byte[]) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Joins the given chat room with the given password and manages all the exceptions that could occur during the join process.
joinChatRoom(ChatRoomWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Join chat room.
joinChatRoom(AdHocChatRoomWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Joins the given ad-hoc chat room
joinChatRoom(ChatRoom) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Joins the given chat room and manages all the exceptions that could occur during the join process.
joinChatRoom(AdHocChatRoom) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Joins the given chat room and manages all the exceptions that could occur during the join process.
joinChatRoom(ChatRoom, String, byte[]) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Joins the given chat room and manages all the exceptions that could occur during the join process.
joinChatRoom(String, ChatRoomProviderWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Joins the room with the given name though the given chat room provider.
JoinChatRoomDialog - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
The JoinChatRoomDialog is the dialog containing the form for joining a chat room.
JoinChatRoomDialog(ChatRoomProviderWrapper) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomDialog
Creates an instance of JoinChatRoomDialog.
JoinChatRoomWindow - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
This window allows to choose an account for joining a chat room.
JoinChatRoomWindow() - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWindow
Builds the window.
JoinChatRoomWindow(ChatRoomProviderWrapper) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWindow
Builds the window.
JoinChatRoomWindow.ComboBoxRenderer - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
Cell renderer for the providers combo box: displays the protocol name with its associated icon.
JoinChatRoomWindow.ComboBoxRenderer() - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWindow.ComboBoxRenderer
The renderer.
JoinChatRoomWizard - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
The JoinChatRoomWizard is the wizard through which the user could join a chat room.
JoinChatRoomWizard(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizard
Creates an instance of CreateChatRoomWizard.
JoinChatRoomWizardPage1 - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
The CreateChatRoomWizardPage1 is the first page of the "Create chat room" wizard.
JoinChatRoomWizardPage1(WizardContainer, NewChatRoom, Iterator<ChatRoomProviderWrapper>) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage1
Creates an instance of JoinChatRoomWizardPage1.
JoinChatRoomWizardPage2 - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
The JoinChatRoomWizardPage2 is the second page of the "Join chat room" wizard.
JoinChatRoomWizardPage2(WizardContainer, NewChatRoom) - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage2
Creates an instance of JoinChatRoomWizardPage2.
joustSimBuddy - Variable in class net.java.sip.communicator.impl.protocol.icq.ContactIcqImpl
 

K

kCVPixelBufferHeightKey - Static variable in class net.java.sip.communicator.impl.neomedia.quicktime.CVPixelBufferAttributeKey
 
kCVPixelBufferPixelFormatTypeKey - Static variable in class net.java.sip.communicator.impl.neomedia.quicktime.CVPixelBufferAttributeKey
 
kCVPixelBufferWidthKey - Static variable in class net.java.sip.communicator.impl.neomedia.quicktime.CVPixelBufferAttributeKey
 
kCVPixelFormatType_24RGB - Static variable in class net.java.sip.communicator.impl.neomedia.quicktime.CVPixelFormatType
24 bit RGB
kCVPixelFormatType_32ARGB - Static variable in class net.java.sip.communicator.impl.neomedia.quicktime.CVPixelFormatType
32 bit ARGB
kCVPixelFormatType_420YpCbCr8Planar - Static variable in class net.java.sip.communicator.impl.neomedia.quicktime.CVPixelFormatType
Planar Component Y'CbCr 8-bit 4:2:0.
KEEP_ALIVE_INTERVAL - Static variable in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
The interval for keep-alive
KEEP_ALIVE_METHOD - Static variable in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Keep-alive method can be - register,options or udp
KeepAliveEvent - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive
KeepAlive Event.
KeepAliveEvent() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive.KeepAliveEvent
Constructs empty packet
KeepAliveEvent(String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive.KeepAliveEvent
Construct packet for sending.
KeepAliveEventProvider - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive
The KeepAliveEventProvider parses KeepAlive Event packets.
KeepAliveEventProvider() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive.KeepAliveEventProvider
Creates a new KeepAliveEventProvider.
key - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry
 
KEY_PARAMS_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CryptoPacketExtension
The name of the 'key-params' argument.
KEY_SERVICE - Static variable in class net.java.sip.communicator.impl.protocol.sip.SipApplicationData
 
KEY_SUBSCRIPTIONS - Static variable in class net.java.sip.communicator.impl.protocol.sip.SipApplicationData
 
KeybindingChooserActivator - Class in net.java.sip.communicator.plugin.keybindingchooser
Enabling and disabling osgi functionality for the keybinding chooser.
KeybindingChooserActivator() - Constructor for class net.java.sip.communicator.plugin.keybindingchooser.KeybindingChooserActivator
 
KeybindingsActivator - Class in net.java.sip.communicator.impl.keybindings
Enabling and disabling osgi functionality for keybindings.
KeybindingsActivator() - Constructor for class net.java.sip.communicator.impl.keybindings.KeybindingsActivator
 
KeybindingsConfigPanel - Class in net.java.sip.communicator.plugin.keybindingchooser
The ConfigurationForm that would be added to the settings configuration to configure the application keybindings.
KeybindingsConfigPanel() - Constructor for class net.java.sip.communicator.plugin.keybindingchooser.KeybindingsConfigPanel
 
KeybindingSet - Class in net.java.sip.communicator.service.keybindings
Wrapper for keybinding sets.
KeybindingSet() - Constructor for class net.java.sip.communicator.service.keybindings.KeybindingSet
 
KeybindingSet.Category - Enum in net.java.sip.communicator.service.keybindings
Keybinding sets available in the Sip Communicator.
KeybindingSetImpl - Class in net.java.sip.communicator.impl.keybindings
Default implementation for the wrapper of keybinding sets.
KeybindingSetImpl(Map<KeyStroke, String>, KeybindingSet.Category, File) - Constructor for class net.java.sip.communicator.impl.keybindings.KeybindingSetImpl
 
KeybindingsService - Interface in net.java.sip.communicator.service.keybindings
The KeybindingService handles the distribution of configurable and persistent keybinding sets.
KeybindingsServiceImpl - Class in net.java.sip.communicator.impl.keybindings
Service that concerns keybinding mappings used by various parts of the UI.
KeybindingsServiceImpl() - Constructor for class net.java.sip.communicator.impl.keybindings.KeybindingsServiceImpl
 
keyChar - Variable in class net.java.sip.communicator.impl.gui.main.call.DTMFHandler.DTMFToneInfo
The char associated with this DTMF tone.
keyCode - Variable in class net.java.sip.communicator.impl.gui.main.call.DTMFHandler.DTMFToneInfo
The key code when entered from keyboard.
keyPress(int) - Method in interface net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteract
Generates keyPress event.
keyPress(int) - Method in class net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteractImpl
Generates keyPress event.
keyPressed(KeyEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
When CTRL+Z is pressed invokes the ChatWritePanel.undo() method, when CTRL+R is pressed invokes the ChatWritePanel.redo() method.
keyPressed(KeyEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.CListKeySearchListener
 
keyPressed(KeyEvent) - Method in class net.java.sip.communicator.impl.gui.utils.MasterPasswordInputDialog
Not overriding.
keyPressed(KeyEvent) - Method in class net.java.sip.communicator.plugin.globalproxyconfig.GlobalProxyConfigForm
Not used.
keyPressed(KeyEvent) - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingAdaptor
 
keyPressed(KeyEvent) - Method in class net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordChangeDialog
Not overriding.
keyPressed(KeyEvent) - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
Clears the default text when a key pressed event is received.
keyRelease(int) - Method in interface net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteract
Generates keyRelease event.
keyRelease(int) - Method in class net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteractImpl
Generates keyRelease event.
keyReleased(KeyEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
 
keyReleased(KeyEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.CListKeySearchListener
 
keyReleased(KeyEvent) - Method in class net.java.sip.communicator.impl.gui.utils.MasterPasswordInputDialog
Disables OK button if the password input field is empty.
keyReleased(KeyEvent) - Method in class net.java.sip.communicator.plugin.globalproxyconfig.GlobalProxyConfigForm
Used to listen for changes and saving on every change.
keyReleased(KeyEvent) - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingAdaptor
 
keyReleased(KeyEvent) - Method in class net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordChangeDialog
When a key is pressed we do 2 things.
keyReleased(KeyEvent) - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
 
keyTyped(KeyEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Sends typing notifications when user types.
keyTyped(KeyEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.CListKeySearchListener
Searches the contact list when any key, different from "space", "+" or "-" is typed.
keyTyped(KeyEvent) - Method in class net.java.sip.communicator.impl.gui.utils.MasterPasswordInputDialog
Not overriding.
keyTyped(String, String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.YahooSession
Sending typing notifications
keyTyped(KeyEvent) - Method in class net.java.sip.communicator.plugin.globalproxyconfig.GlobalProxyConfigForm
Not used.
keyTyped(KeyEvent) - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingAdaptor
 
keyTyped(KeyEvent) - Method in class net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordChangeDialog
Not overriding.
keyTyped(KeyEvent) - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
Clears the default text when a key typed event is received.
KICK_ICON_16x16 - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Kick icon.
kickParticipant(ChatRoomMember, String) - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Kicks the given ChatRoomMember.
kickParticipant(String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Kicks the participant with the given contact address from the given channel.
kickParticipant(ChatRoomMember, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Kicks a participant from the room.
kickParticipant(ChatRoomMember, String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Kicks a visitor or participant from the room.
kickParticipant(ChatRoomMember, String) - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Kicks a visitor or participant from the room.
KNOWN_ANSWER_TTL - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
KNOWN_HOSTS_FILE - Static variable in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderFactorySSH
The name of a property representing the KNOWN_HOSTS_FILE of the protocol for a ProtocolProviderFactory.
knownEntities - Variable in class net.java.sip.communicator.util.xml.DOMElementWriter
Don't try to be too smart but at least recognize the predefined entities.
KnownFingerprintsPanel - Class in net.java.sip.communicator.plugin.otr
 
KnownFingerprintsPanel() - Constructor for class net.java.sip.communicator.plugin.otr.KnownFingerprintsPanel
 
KnownFingerprintsTableModel - Class in net.java.sip.communicator.plugin.otr
A special Panel for fingerprints display.
KnownFingerprintsTableModel() - Constructor for class net.java.sip.communicator.plugin.otr.KnownFingerprintsTableModel
 

L

L_FRAME - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
LPC update frame size
L_INTER10 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Length for pitch interpolation
L_INTER4 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
upsampling ration for pitch search
L_INTERPOL - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Length of filter for interpolation.
L_LIMIT - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
L_NEXT - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Samples of next frame needed for LPC ana.
L_SUBFR - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Sub-frame size
L_SUBFRP1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Sub-frame size + 1
L_TOTAL - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Total size of speech buffer
L_WINDOW - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
LPC analysis window size.
LABELS_ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
The name of the XML tag element containing a pipe separated list of labels assigned to this thread.
LabelTableCellRenderer - Class in net.java.sip.communicator.impl.gui.customcontrols
Custom TableCellRenderer that renders ProtocolProviderService objects, MetaContactGroup objects and JLabels.
LabelTableCellRenderer() - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.LabelTableCellRenderer
 
lag_window(int, float[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lpc
Lag windowing of the autocorrelations
LanguagePack - Interface in net.java.sip.communicator.service.resources
 
last_lag - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
LAT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
The name of the geolocation map key that we use for storing geographic latitude in decimal degrees North (e.g.
LAT - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetGeolocation
The name of the geolocation map key that we use for storing geographic latitude in decimal degrees North (e.g.
LATENCY_HIGH - Static variable in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Used when creating new stream parameters for suggested latency.
LATENCY_LOW - Static variable in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Used when creating new stream parameters for suggested latency.
LATENCY_UNSPECIFIED - Static variable in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Used when creating new stream parameters for suggested latency.
LaunchArgHandler - Class in net.java.sip.communicator.util.launchutils
The LauncherArgHandler class handles invocation arguments that have been passed to us when running SIP Communicator.
launchHelp() - Method in interface net.java.sip.communicator.plugin.otr.ScOtrEngine
Launches the help page.
launchHelp() - Method in class net.java.sip.communicator.plugin.otr.ScOtrEngineImpl
 
layoutComponent(Component, Rectangle, float, float) - Method in class net.java.sip.communicator.util.swing.FitLayout
 
layoutContainer(Container) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider.DividerLayout
 
layoutContainer(Container) - Method in class net.java.sip.communicator.impl.gui.main.call.FullScreenLayout
 
layoutContainer(Container) - Method in class net.java.sip.communicator.util.swing.FitLayout
 
layoutContainer(Container, float) - Method in class net.java.sip.communicator.util.swing.FitLayout
 
layoutContainer(Container) - Method in class net.java.sip.communicator.util.swing.VideoLayout
 
layoutLabel(int, FontMetrics, int, String, Icon, Rectangle, Rectangle, Rectangle, boolean) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
LazyConfigurationForm - Class in net.java.sip.communicator.service.gui
 
LazyConfigurationForm(String, ClassLoader, String, String) - Constructor for class net.java.sip.communicator.service.gui.LazyConfigurationForm
Creates an instance of LazyConfigurationForm.
LazyConfigurationForm(String, ClassLoader, String, String, int) - Constructor for class net.java.sip.communicator.service.gui.LazyConfigurationForm
Creates an instance of LazyConfigurationForm.
LazyConfigurationForm(String, ClassLoader, String, String, int, boolean) - Constructor for class net.java.sip.communicator.service.gui.LazyConfigurationForm
Creates an instance of LazyConfigurationForm.
lc - Variable in class net.java.sip.communicator.impl.neomedia.ZrtpConfigurePanel
 
Ld8k - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
Ld8k() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
leave() - Method in class net.java.sip.communicator.impl.protocol.icq.AdHocChatRoomIcqImpl
Leave this chat room.
leave() - Method in class net.java.sip.communicator.impl.protocol.irc.ChatRoomIrcImpl
Leave this chat room.
leave(ChatRoom) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Leaves the given chat room.
leave() - Method in class net.java.sip.communicator.impl.protocol.jabber.ChatRoomJabberImpl
Leave this chat room.
leave() - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Leave this whiteboard.
leave() - Method in class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Leave this chat room.
leave() - Method in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
Leave this chat room.
leave() - Method in class net.java.sip.communicator.impl.protocol.yahoo.AdHocChatRoomYahooImpl
Leave this chat room.
leave() - Method in interface net.java.sip.communicator.service.protocol.AdHocChatRoom
Leaves this chat room.
leave() - Method in interface net.java.sip.communicator.service.protocol.ChatRoom
Leave this chat room.
leave() - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Leave this whiteboard.
LEAVE_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used to set to the chat room "leave" right button menu.
leaveChatRoom(ChatRoomWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Leaves the given ChatRoom.
leaveChatRoom(AdHocChatRoomWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Leaves the given ChatRoom.
LEFT - Static variable in class net.java.sip.communicator.service.gui.Container
Indicates the left edge of a container.
len - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
 
levdurb(float[], float[], float[], int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
levinson(float[], float[], int, float[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lpc
Levinson-Durbin recursion to compute LPC parameters.
LH2_L - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
length of long interp.
LH2_L_P1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
LH2_S - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
length of short interp.
LH_UP_L - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
LH_UP_S - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
lightAddMetaContact(MetaContactImpl) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Adds the metaContact to the local list of child contacts without setting its parrent contact and without any synchronization.
LightGrayFilter - Class in net.java.sip.communicator.util.swing
An image filter that "disables" an image by turning it into a grayscale image, and brightening the pixels in the image.
LightGrayFilter(boolean, int) - Constructor for class net.java.sip.communicator.util.swing.LightGrayFilter
Creates an instance of a LightGrayFilter.
lightRemoveMetaContact(MetaContactImpl) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Removes the metaContact from the local list of child contacts without unsetting its parrent contact and without any synchronization.
LINUX - Static variable in class net.java.sip.communicator.launcher.ChangeJVMFrame
The Linux operating system.
list(String) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Returns a list of service infos of the specified type.
LIST_SELECTION_BORDER_COLOR - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
A color between blue and gray (darker than the other one), used to paint some borders.
load(String) - Method in enum net.java.sip.communicator.service.keybindings.Persistence
Attempts to load this type of persistent keystroke map from a given path.
load(InputStream) - Method in enum net.java.sip.communicator.service.keybindings.Persistence
Attempts to load this type of persistent keystroke map from a given stream.
LOAD_FILE_OPERATION - Static variable in interface net.java.sip.communicator.util.swing.SipCommFileChooser
Allows to request a 'load file' dialog (optional)
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationForm
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizard
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizard
loadAccount(AccountID) - Method in class net.java.sip.communicator.impl.protocol.AccountManagerImpl
Loads the account corresponding to the given AccountID.
loadAccount(Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderFactoryIcqImpl
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter.
loadAccount(AccountID) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderFactoryIcqImpl
Creates a protocol provider for the given accountID and registers it in the bundle context.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Fills the UIN and Password fields in this panel with the data comming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Fills the Host, Port and Strategy fields in this panel with the data comming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Fills the UserID and Password fields in this panel with the data comming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
Fills the UserID and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
Fills the UserID and Password fields in this panel with the data comming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Fills the UserID and Password fields in this panel with the data comming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.FirstWizardPage
Fills the User ID and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Fills the User ID and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
Fills the UIN and Password fields in this panel with the data comming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
Fills the UserID and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Fills the UserID and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
Fills the User ID and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Fills the User ID and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
Fills the UserID and Password fields in this panel with the data comming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Fills the UserID and Password fields in this panel with the data comming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(AccountID) - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Loads the account with the given identifier.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Fills the id and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
Fills the Account ID, Identity File and Known Hosts File fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
Fills the UserID and Password fields in this panel with the data comming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Fills the UIN and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
Fills the UserID field in this panel with the data comming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
Fills the UserID and Password fields in this panel with the data coming from the given protocolProvider.
loadAccount(ProtocolProviderService) - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationForm
Loads all data concerning the given ProtocolProviderService.
loadAccount(ProtocolProviderService) - Method in interface net.java.sip.communicator.service.gui.AccountRegistrationWizard
Loads all data concerning the given ProtocolProviderService.
loadAccount(AccountID) - Method in interface net.java.sip.communicator.service.protocol.AccountManager
Loads the account corresponding to the given AccountID.
loadAccount(Map<String, String>) - Method in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Initializes and creates an account corresponding to the specified accountProperties and registers the resulting ProtocolProvider in the context BundleContext parameter.
loadAccount(AccountID) - Method in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Creates a protocol provider for the given accountID and registers it in the bundle context.
loadAdiumStyle() - Static method in class net.java.sip.communicator.impl.gui.utils.Constants
Loads a chat window style.
loadApplicationGui() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Initializes all frames and panels and shows the gui.
loadChatRoom(AdHocChatRoom) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Loads the given chat room in the this chat conference panel.
loadChatRoom(ChatRoom) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Loads the given chat room in the this chat conference panel.
loadChatRoomsList() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.SearchChatRoomPanel
Loads the list of existing server chat rooms.
loadContactDetails(Contact) - Method in class net.java.sip.communicator.plugin.contactinfo.ContactInfoDetailsPanel
Retrieve and display the information for the newly selected contact, c.
loadContactDetails(Contact) - Method in class net.java.sip.communicator.plugin.contactinfo.ContactInfoDialog
Loads the details of the given contact.
loadDetails() - Method in class net.java.sip.communicator.plugin.accountinfo.AccountDetailsPanel
Loads details for
loadGuiConfigurations() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Loads all user interface configurations.
loadGuiConfigurations() - Static method in class net.java.sip.communicator.plugin.generalconfig.ConfigurationManager
 
loadHistory(String) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Loads history messages ignoring the message with the specified id.
loadHistory() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Loads history for the chat meta contact in a separate thread.
loadHistory(File) - Method in class net.java.sip.communicator.impl.history.DBStructSerializer
This method parses an XML file, and returns a History object created with the information from it.
loadIcon(String) - Static method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolIconJabberImpl
Loads an image from a given image path.
loadIcon(String) - Static method in class net.java.sip.communicator.impl.protocol.sip.ProtocolIconSipImpl
Loads an image from a given image path.
loadIcon(String) - Static method in class net.java.sip.communicator.impl.protocol.sip.SipStatusEnum
Loads an image from a given image path.
loadIcon(String) - Static method in class net.java.sip.communicator.service.protocol.icqconstants.IcqStatusEnum
Loads an image from a given image path.
loadIcon(String) - Static method in class net.java.sip.communicator.service.protocol.jabberconstants.JabberStatusEnum
Loads an image from a given image path.
loadIcon(String, Class<?>) - Static method in class net.java.sip.communicator.service.protocol.jabberconstants.JabberStatusEnum
 
loadIcon(String) - Static method in class net.java.sip.communicator.service.protocol.msnconstants.MsnStatusEnum
Loads an image from a given image path.
loadIcon(String) - Static method in class net.java.sip.communicator.service.protocol.yahooconstants.YahooStatusEnum
Loads an image from a given image path.
loadKeyPair(AccountID) - Method in interface net.java.sip.communicator.plugin.otr.ScOtrKeyManager
 
loadKeyPair(AccountID) - Method in class net.java.sip.communicator.plugin.otr.ScOtrKeyManagerImpl
 
loadList() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomList
Initializes the list of ad-hoc chat rooms.
loadList() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomList
Initializes the list of chat rooms.
loadNextPageFromHistory() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Implements ChatPanel.loadNextFromHistory.
loadPassword(String) - Method in class net.java.sip.communicator.impl.credentialsstorage.CredentialsStorageServiceImpl
Loads the password for the specified account.
loadPassword(String) - Method in interface net.java.sip.communicator.service.credentialsstorage.CredentialsStorageService
Load the password for the account that starts with the given prefix.
loadPassword(AccountID) - Method in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Returns the password last saved for the specified account.
loadPassword(BundleContext, AccountID) - Method in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Returns the password last saved for the specified account.
loadPreviousPageFromHistory() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Implements ChatPanel.loadPreviousFromHistory.
loadProviderRooms() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableDialog
Loads the rooms hosted on the selected provider.
loadProviderRooms() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWindow
Loads the rooms hosted on the selected provider.
loadPublicKey(Contact) - Method in interface net.java.sip.communicator.plugin.otr.ScOtrKeyManager
 
loadPublicKey(Contact) - Method in class net.java.sip.communicator.plugin.otr.ScOtrKeyManagerImpl
 
loadSimpleStyle(StyleSheet, Font) - Static method in class net.java.sip.communicator.impl.gui.utils.Constants
Temporary method to load the css style used in the chat window.
loadSimpleStyle(StyleSheet) - Static method in class net.java.sip.communicator.plugin.branding.Constants
Temporary method to load the css style used in the chat window.
loadStoredContactGroup(MetaContactGroupImpl, String, ContactGroup, String, String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Creates a unresolved instance of the proto specific contact group according to the specified arguments and adds it to containingMetaContactGroup
loadStoredMetaContact(MetaContactGroupImpl, String, String, Map<String, List<String>>, List<MclStorageManager.StoredProtoContactDescriptor>, String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
The method is called from the storage manager whenever a new contact has been parsed and it has to be created.
loadStoredMetaContactGroup(MetaContactGroupImpl, String, String) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
The method is called from the storage manager whenever a new contact group has been parsed and it has to be created.
LOCAL - Static variable in class net.java.sip.communicator.service.neomedia.event.VideoEvent
The video origin of a VideoEvent which is local to the executing client such as a local video capture device.
LOCAL - Static variable in class net.java.sip.communicator.service.protocol.event.VideoEvent
The video origin of a VideoEvent which is local to the executing client such as a local video capture device.
LOCAL - Static variable in class net.java.sip.communicator.util.swing.VideoLayout
 
LOCAL_STUN_PORT - Static variable in class net.java.sip.communicator.impl.netaddr.AddressDiagnosticsKit
The port to be used locally for sending generic stun queries.
LOCAL_USER_DROPPED - Static variable in class net.java.sip.communicator.service.protocol.event.LocalUserAdHocChatRoomPresenceChangeEvent
Indicates that this event was triggered as a result of the local participant being disconnected from the server brutally, or ping timeout.
LOCAL_USER_DROPPED - Static variable in class net.java.sip.communicator.service.protocol.event.LocalUserChatRoomPresenceChangeEvent
Indicates that this event was triggered as a result of the local participant beeing disconnected from the server brutally, or ping timeout.
LOCAL_USER_DROPPED - Static variable in class net.java.sip.communicator.service.protocol.event.WhiteboardSessionPresenceChangeEvent
Indicates that this event was triggered as a result of the local participant beeing disconnected from the server brutally, or ping timeout.
LOCAL_USER_JOIN_FAILED - Static variable in class net.java.sip.communicator.service.protocol.event.LocalUserAdHocChatRoomPresenceChangeEvent
Indicates that this event was triggered as a result of the local participant failed to join an ad-hoc chat room.
LOCAL_USER_JOIN_FAILED - Static variable in class net.java.sip.communicator.service.protocol.event.LocalUserChatRoomPresenceChangeEvent
Indicates that this event was triggered as a result of the local participant failed to join a chat room.
LOCAL_USER_JOIN_FAILED - Static variable in class net.java.sip.communicator.service.protocol.event.WhiteboardSessionPresenceChangeEvent
Indicates that this event was triggered as a result of the local participant failed to join a whiteboard.
LOCAL_USER_JOINED - Static variable in class net.java.sip.communicator.service.protocol.event.LocalUserAdHocChatRoomPresenceChangeEvent
Indicates that this event was triggered as a result of the local participant joining an ad-hoc chat room.
LOCAL_USER_JOINED - Static variable in class net.java.sip.communicator.service.protocol.event.LocalUserChatRoomPresenceChangeEvent
Indicates that this event was triggered as a result of the local participant joining a chat room.
LOCAL_USER_JOINED - Static variable in class net.java.sip.communicator.service.protocol.event.WhiteboardSessionPresenceChangeEvent
Indicates that this event was triggered as a result of the local participant joining a whiteboard.
LOCAL_USER_KICKED - Static variable in class net.java.sip.communicator.service.protocol.event.LocalUserChatRoomPresenceChangeEvent
Indicates that this event was triggered as a result of the local participant being kicked from a chat room.
LOCAL_USER_KICKED - Static variable in class net.java.sip.communicator.service.protocol.event.WhiteboardSessionPresenceChangeEvent
Indicates that this event was triggered as a result of the local participant being kicked from a whiteboard.
LOCAL_USER_LEFT - Static variable in class net.java.sip.communicator.service.protocol.event.LocalUserAdHocChatRoomPresenceChangeEvent
Indicates that this event was triggered as a result of the local participant leaving an ad-hoc chat room.
LOCAL_USER_LEFT - Static variable in class net.java.sip.communicator.service.protocol.event.LocalUserChatRoomPresenceChangeEvent
Indicates that this event was triggered as a result of the local participant leaving a chat room.
LOCAL_USER_LEFT - Static variable in class net.java.sip.communicator.service.protocol.event.WhiteboardSessionPresenceChangeEvent
Indicates that this event was triggered as a result of the local participant leaving a whiteboard.
LOCAL_VIDEO_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A local video button icon.
LOCAL_VIDEO_STREAMING - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
The property which indicates whether a specific Call is currently streaming the local video (to a remote destination).
localHost - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.JmDNS
Handle on the local host
localHostFinderSocket - Variable in class net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl
The socket that we use for dummy connections during selection of a local address that has to be used when communicating with a specific location.
LOCALITY - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
The name of the geolocation map key that we use for indicating a locality within the administrative region, such as a town or city (e.g.
LOCALITY - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetGeolocation
The name of the geolocation map key that we use for indicating a locality within the administrative region, such as a town or city (e.g.
localizedDisplayName() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureDevice
Gets the localized human-readable name of this QTCaptureDevice.
LocalPositionChangeEvent - Class in net.java.sip.communicator.service.geolocation.event
Instances of this class represent a change in the Geolocation of the provider that triggerred them.
LocalPositionChangeEvent(ProtocolProviderService, Map, Map) - Constructor for class net.java.sip.communicator.service.geolocation.event.LocalPositionChangeEvent
Creates an event instance indicating a change of the property specified by eventType from oldValue to newValue.
LocalUserAdHocChatRoomPresenceChangeEvent - Class in net.java.sip.communicator.service.protocol.event
Dispatched to notify interested parties that a change in our presence in the source ad-hoc chat room has occurred.
LocalUserAdHocChatRoomPresenceChangeEvent(OperationSetAdHocMultiUserChat, AdHocChatRoom, String, String) - Constructor for class net.java.sip.communicator.service.protocol.event.LocalUserAdHocChatRoomPresenceChangeEvent
Creates an AdHocChatRoomLocalUserPresenceChangeEvent representing that a change in local participant presence in the source ad-hoc chat room has occurred.
LocalUserAdHocChatRoomPresenceListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that will be notified of changes in our presence in the chat room such as us being kicked, join, left.
localUserAdHocPresenceChanged(LocalUserAdHocChatRoomPresenceChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Implements the LocalUserAdHocChatRoomPresenceListener.localUserPresenceChanged method
localUserAdHocPresenceChanged(LocalUserAdHocChatRoomPresenceChangeEvent) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Called to notify interested parties that a change in our presence in an ad-hoc chat room has occurred.
localUserAdHocPresenceChanged(LocalUserAdHocChatRoomPresenceChangeEvent) - Method in class net.java.sip.communicator.plugin.chatalerter.ChatAlerterActivator
Called to notify interested parties that a change in our presence in an ad-hoc chat room has occurred.
localUserAdHocPresenceChanged(LocalUserAdHocChatRoomPresenceChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.LocalUserAdHocChatRoomPresenceListener
Called to notify interested parties that a change in our presence in an ad-hoc chat room has occurred.
LocalUserChatRoomPresenceChangeEvent - Class in net.java.sip.communicator.service.protocol.event
Dispatched to notify interested parties that a change in our presence in the source chat room has occured.
LocalUserChatRoomPresenceChangeEvent(OperationSetMultiUserChat, ChatRoom, String, String) - Constructor for class net.java.sip.communicator.service.protocol.event.LocalUserChatRoomPresenceChangeEvent
Creates a ChatRoomLocalUserPresenceChangeEvent representing that a change in local participant presence in the source chat room has occured.
LocalUserChatRoomPresenceListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that will be notified of changes in our presence in the chat room such as us being kicked, join, left.
localUserPresenceChanged(LocalUserChatRoomPresenceChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Implements the LocalUserChatRoomPresenceListener.localUserPresenceChanged method.
localUserPresenceChanged(LocalUserChatRoomPresenceChangeEvent) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
Called to notify interested parties that a change in our presence in a chat room has occured.
localUserPresenceChanged(LocalUserChatRoomPresenceChangeEvent) - Method in class net.java.sip.communicator.plugin.chatalerter.ChatAlerterActivator
Called to notify interested parties that a change in our presence in a chat room has occurred.
localUserPresenceChanged(LocalUserChatRoomPresenceChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.LocalUserChatRoomPresenceListener
Called to notify interested parties that a change in our presence in a chat room has occured.
localUserRoleChanged(ChatRoomLocalUserRoleChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Implements the localUserRoleChanged() method.
localUserRoleChanged(ChatRoomLocalUserRoleChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ChatRoomLocalUserRoleListener
Called to notify interested parties that a change in the role of the local user participant in a particular chat room has occurred.
localVideoAllowed - Variable in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Our video streaming policy.
LocalVideoButton - Class in net.java.sip.communicator.impl.gui.main.call
The local video button is the button used to start/stop video in a conversation.
LocalVideoButton(Call) - Constructor for class net.java.sip.communicator.impl.gui.main.call.LocalVideoButton
Creates a LocalVideoButton by specifying the corresponding call.
locateElement(Element, String, String, String) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Looks through all child elements of the specified root (recursively) and returns the first element that corresponds to all parameters.
locateElements(Element, String, String, String) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Looks through all child elements of the specified root (recursively) and returns the elements that corresponds to all parameters.
LOCATOR_PROTOCOL - Static variable in class net.java.sip.communicator.impl.neomedia.device.DirectShowAuto
The protocol of the MediaLocators identifying QuickTime/QTKit capture devices.
LOCATOR_PROTOCOL - Static variable in class net.java.sip.communicator.impl.neomedia.device.PortAudioAuto
The protocol of the MediaLocators identifying PortAudio CaptureDevices
LOCATOR_PROTOCOL - Static variable in class net.java.sip.communicator.impl.neomedia.device.QuickTimeAuto
The protocol of the MediaLocators identifying QuickTime/QTKit capture devices.
LOCATOR_PROTOCOL - Static variable in class net.java.sip.communicator.impl.neomedia.device.Video4Linux2Auto
The protocol of the MediaLocators identifying CaptureDevice which implement the Video for Linux Two API Specification.
LOCATOR_PROTOCOL - Static variable in class net.java.sip.communicator.impl.neomedia.imgstreaming.ImageStreamingUtils
The locator protocol used when creating or parsing MediaLocators.
LOCK_ERROR - Static variable in class net.java.sip.communicator.util.launchutils.SipCommunicatorLock
Indicates that something went wrong.
logAndFail(String, Throwable) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Logs message and cause and sets this peer's state to CallPeerState.FAILED
logDebug(String) - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Log a message into the log file.
logEntry() - Method in class net.java.sip.communicator.util.Logger
Logs an entry in the calling method.
logError(String) - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Log an error message.
logError(String, Exception) - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Logs an exception and an error message error message.
logException(Throwable) - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Log an exception.
logException(Exception) - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Prints the specified exception as a warning.
logExit() - Method in class net.java.sip.communicator.util.Logger
Logs exiting the calling method
logFatalError(String) - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Log an error message.
logger - Static variable in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
The logger for this class
logger - Static variable in class net.java.sip.communicator.plugin.dictaccregwizz.ThreadManager
 
logger - Variable in class net.java.sip.communicator.plugin.exampleplugin.ExamplePluginActivator
 
logger - Variable in class net.java.sip.communicator.plugin.profiler4j.ProfilerActivator
 
Logger - Class in net.java.sip.communicator.util
Standard logging methods.
loggingFromOtherLocation() - Method in class net.java.sip.communicator.impl.protocol.msn.EventAdapter
Indicates that we are logged out because account logged in from other location
loggingFromOtherLocation() - Method in interface net.java.sip.communicator.impl.protocol.msn.MsnContactListEventListener
Indicates that we are logged out because account logged in from other location
login(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.login.LoginManager
Registers the given protocol provider.
logInfo(String) - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Log an info message.
LoginManager - Class in net.java.sip.communicator.impl.gui.main.login
The LoginManager manages the login operation.
LoginManager(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.login.LoginManager
Creates an instance of the LoginManager, by specifying the main application window.
logMessage(String) - Method in class net.java.sip.communicator.impl.notification.LogMessageNotificationHandlerImpl
Logs a message through the sip communicator Logger.
logMessage(SIPMessage, String, String, boolean, long) - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Logs the specified message and details.
logMessage(SIPMessage, String, String, String, boolean, long) - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Logs the specified message and details.
logMessage(SIPMessage, String, String, String, boolean) - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Logs the specified message and details.
logMessage(String) - Method in interface net.java.sip.communicator.service.notification.LogMessageNotificationHandler
Logs the given message.
LogMessageNotificationHandler - Interface in net.java.sip.communicator.service.notification
The LogMessageNotificationHandler interface is meant to be implemented by the notification bundle in order to provide handling of log actions.
LogMessageNotificationHandlerImpl - Class in net.java.sip.communicator.impl.notification
An implementation of the LogMessageNotificationHandler interface.
LogMessageNotificationHandlerImpl(String) - Constructor for class net.java.sip.communicator.impl.notification.LogMessageNotificationHandlerImpl
Creates an instance of LogMessageNotificationHandlerImpl by specifying the log type.
logoff(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.login.LoginManager
Unregisters the given protocol provider.
logStackTrace() - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
logs a stack trace.
logStackTrace(int) - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
logs a stack trace.
logTrace(String) - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Logs the specified trace with a debuf level.
logWarning(String) - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Log a warning message.
LON - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
The name of the geolocation map key that we use for indicating longitude in decimal degrees East (e.g.
LON - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetGeolocation
The name of the geolocation map key that we use for indicating longitude in decimal degrees East (e.g.
LONG_H_ST - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
impulse response length
lostOwnership(Clipboard, Transferable) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
 
LowPriorityEventQueue - Class in net.java.sip.communicator.util.swing
The LowPriorityEventQueue schedules low priority events to be dispatched through the system event queue.
LowPriorityEventQueue() - Constructor for class net.java.sip.communicator.util.swing.LowPriorityEventQueue
 
Lpc - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
Lpc analysis routines.
Lpc() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lpc
 
LPC_ASYMDIFF - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lpc_asymwinTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lpc_buffer - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
LPC_BW - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_CHIRP_SYNTDENUM - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_CHIRP_WEIGHTDENUM - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_FILTERORDER - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_HALFORDER - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lpc_lagwinTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_LOOKBACK - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lpc_n - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
LPC_N_20MS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_N_30MS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_N_MAX - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lpc_winTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_WN - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPCencode(float[], float[], int[], float[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
Lpcfunc - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
Lpcfunc() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lpcfunc
 
lpFilt_coefsTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lsf2a(float[], float[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_common
 
lsf_bits - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
lsf_bits_20ms - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lsf_bits_30ms - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LSF_check(float[], int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_common
 
lsf_lsp(float[], float[], int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lpcfunc
Convert from lsf[0..M-1 to lsp[0..M-1]
LSF_NSPLIT - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LSF_NUMBER_OF_STEPS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lsf_weightTbl_20ms - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lsf_weightTbl_30ms - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lsfCbTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lsfdeqold - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
lsfdeqold - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
LSFinterpolate2a_dec(float[], float[], float[], int, float, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
LSFinterpolate2a_enc(float[], float[], float[], int, float, long) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
lsfmeanTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lsfold - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
lsp_decw_reset() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lspdec
Set the previous LSP vectors.
lsp_encw_reset() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.QuaLsp
Set the previous LSP vector
lsp_expand_1(float[], float) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lspgetq
Check for lower (0-4)
lsp_expand_1_2(float[], float) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lspgetq
 
lsp_expand_2(float[], float) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lspgetq
Check for higher (5-9)
lsp_get_quant(float[][], float[][], int, int, int, float[][], float[][], float[], float[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lspgetq
Reconstruct quantized LSP parameter and check the stabilty
lsp_lsf(float[], float[], int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lpcfunc
Convert from lsp[0..M-1 to lsf[0..M-1]
lsp_prev_extract(float[], float[], float[][], float[][], float[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lspgetq
Extract elementary LSP from composed LSP with previous LSP
lsp_prev_update(float[], float[][]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lspgetq
Update previous LSP parameter
lspcb1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
lspcb2 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
Lspdec - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
Lspdec() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lspdec
 
Lspgetq - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
Lspgetq() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lspgetq
 
lwindow - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 

M

M - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
LPC order.
M_LIMIT - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
MA_NP - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
MA prediction order for LSP.
MAC_OSX - Static variable in class net.java.sip.communicator.launcher.ChangeJVMFrame
The MacOSX operating system.
MacOSXAboutRegistration - Class in net.java.sip.communicator.plugin.branding
 
MacOSXAboutRegistration() - Constructor for class net.java.sip.communicator.plugin.branding.MacOSXAboutRegistration
 
MacOSXPreferencesRegistration - Class in net.java.sip.communicator.impl.gui.main.menus
 
MacOSXPreferencesRegistration() - Constructor for class net.java.sip.communicator.impl.gui.main.menus.MacOSXPreferencesRegistration
 
MacOSXQuitRegistration - Class in net.java.sip.communicator.impl.gui.main.menus
 
MacOSXQuitRegistration() - Constructor for class net.java.sip.communicator.impl.gui.main.menus.MacOSXQuitRegistration
 
MailboxIQ - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification
A straightforward extension of the IQ.
MailboxIQ() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxIQ
 
MailboxIQProvider - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification
A straightforward implementation of the IQProvider.
MailboxIQProvider() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxIQProvider
 
MailboxQueryIQ - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification
A straightforward IQ extension.
MailboxQueryIQ() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxQueryIQ
 
MailThreadInfo - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification
This class represents the "mail-thread-info" element the Google use in their mail notifications to deliver detailed thread information.
MailThreadInfo() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
 
MailThreadInfo.Sender - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification
The class describes a single participant in this email thread.
MailThreadInfo.Sender() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo.Sender
 
main(String[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Coder
Usage : coder speech_file bitstream_file Format for speech_file: Speech is read form a binary file of 16 bits data.
main(String[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Decoder
Main decoder routine Usage :Decoder bitstream_file outputspeech_file Format for bitstream_file: One (2-byte) synchronization word One (2-byte) size word, 80 words (2-byte) containing 80 bits.
main(String[]) - Static method in class net.java.sip.communicator.impl.netaddr.AddressPool
 
main(String[]) - Static method in class net.java.sip.communicator.launcher.SIPCommunicator
Starts the SIP Communicator.
MAIN_WINDOW - Static variable in interface net.java.sip.communicator.service.gui.ExportedWindow
The main (contact list) window identifier.
MAIN_WINDOW_BACKGROUND - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The background of the main window and chat window.
MainFrame - Class in net.java.sip.communicator.impl.gui.main
The main application window.
MainFrame() - Constructor for class net.java.sip.communicator.impl.gui.main.MainFrame
Creates an instance of MainFrame.
MainMenu - Class in net.java.sip.communicator.impl.gui.main.menus
The main menu bar.
MainMenu(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.menus.MainMenu
Initializes a new MainMenu instance.
MainToolBar - Class in net.java.sip.communicator.impl.gui.main.chat.toolBars
The MainToolBar is a JToolBar which contains buttons for file operations, like save and print, for copy-paste operations, etc.
MainToolBar(ChatWindow) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.toolBars.MainToolBar
Creates an instance and constructs the MainToolBar.
makeAdaptor() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingChooser
Provides a key adaptor that can provide editing functionality for the selected entry.
makeDialog(Component, String) - Static method in class net.java.sip.communicator.plugin.keybindingchooser.ComponentTools
Generates a modal dialog capable of having either a Frame or Dialog parent.
makeLabels() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingChooser
Provides the labels naming the fields.
makeThemedButton(String, Color) - Static method in class net.java.sip.communicator.plugin.keybindingchooser.ComponentTools
Provides a visually customized button utilizing the applyThemedScheme method that will update its theme accordingly when pressed.
MALE - Static variable in class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenderDetail
 
ManageButtonsPanel - Class in net.java.sip.communicator.plugin.pluginmanager
The panel containing all buttons for the PluginManagerConfigForm.
ManageButtonsPanel(JTable) - Constructor for class net.java.sip.communicator.plugin.pluginmanager.ManageButtonsPanel
 
map - Variable in class net.java.sip.communicator.util.Entities
 
map1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
map2 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
MAP_SHARED - Static variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
mapNameToValue - Variable in class net.java.sip.communicator.util.Entities.MapIntMap
 
mapValueToName - Variable in class net.java.sip.communicator.util.Entities.MapIntMap
 
markSupported() - Method in class net.java.sip.communicator.impl.protocol.msn.mail.utils.QPInputStream
Mark is not supported.
MasterPasswordChangeDialog - Class in net.java.sip.communicator.plugin.securityconfig.masterpassword
UI dialog to change the master password.
MasterPasswordChangeDialog.MasterPasswordExecutable - Interface in net.java.sip.communicator.plugin.securityconfig.masterpassword
Callback interface.
MasterPasswordInputDialog - Class in net.java.sip.communicator.impl.gui.utils
The master password input dialog.
MasterPasswordPanel - Class in net.java.sip.communicator.plugin.securityconfig.masterpassword
Panel containing the master password checkbox and change button.
MasterPasswordPanel() - Constructor for class net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordPanel
Builds the panel.
MasterPasswordPanel.ChangeMasterPasswordCallback - Class in net.java.sip.communicator.plugin.securityconfig.masterpassword
A callback implementation that changes or removes the master password.
MasterPasswordPanel.ChangeMasterPasswordCallback() - Constructor for class net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordPanel.ChangeMasterPasswordCallback
 
matches(Format, Format[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.AbstractCodecExt
Utility to perform format matching.
matches(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.AVFrameFormat
Determines whether a specific format matches this instance i.e.
matches(MediaFormat, MediaType, String, double, int) - Static method in class net.java.sip.communicator.service.neomedia.AbstractMediaStream
Determines whether a specific MediaFormat has specific values for its properties mediaType, encoding, clockRate and channels for MediaFormats with mediaType equal to MediaType.AUDIO.
matchKeyword(String, String[], boolean) - Static method in class net.java.sip.communicator.impl.history.HistoryReaderImpl
Check if a value is in the given keyword(s) If no keyword(s) given must return true
MAX - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.JavaEncoder
maximum that can be held in 15 bits
MAX - Static variable in class net.java.sip.communicator.impl.netaddr.AddressPreference
 
MAX_AUDIO_SAMPLE_RATE - Static variable in class net.java.sip.communicator.impl.neomedia.MediaUtils
The maximum sample rate for audio that we advertise.
MAX_DYNAMIC_PAYLOAD_TYPE - Static variable in interface net.java.sip.communicator.service.neomedia.format.MediaFormat
The maximum integer that is allowed for use in dynamic payload type assignment.
MAX_LEVEL - Static variable in interface net.java.sip.communicator.service.neomedia.event.SimpleAudioLevelListener
The maximum level that can be reported for a participant in a conference.
MAX_LEVEL - Static variable in class net.java.sip.communicator.service.protocol.event.ConferenceMembersSoundLevelEvent
The maximum level that can be reported for a participant in a conference.
MAX_LEVEL - Static variable in class net.java.sip.communicator.service.protocol.event.SoundLevelChangeEvent
The maximum level that can be reported for a participant.
MAX_MEDIA_PORT_NUMBER_PROPERTY_NAME - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony
The name of the property that contains the maximum port number that we'd like our RTP managers to bind upon.
MAX_MSG_ABSOLUTE - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
MAX_MSG_TYPICAL - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
MAX_ONE_BYTE_HEADER_ID - Static variable in class net.java.sip.communicator.service.protocol.media.DynamicRTPExtensionsRegistry
The maximum integer that is allowed for use when mapping extensions using the one-byte header.
MAX_PAYLOAD_SIZE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.h264.Packetizer
Maximum payload size without the headers.
MAX_PORT_NUMBER - Static variable in class net.java.sip.communicator.util.NetworkUtils
The maximum int value that could correspond to a port nubmer.
MAX_PORT_NUMBER_PROPERTY_NAME - Static variable in class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
The name of the property that contains the maximum port number that we'd like our RTP managers to bind upon.
MAX_PREF - Static variable in class net.java.sip.communicator.impl.netaddr.AddressPreference
 
MAX_RECORDS_PER_FILE - Static variable in class net.java.sip.communicator.impl.history.HistoryWriterImpl
 
MAX_SAMPLE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
MAX_STATUS_VALUE - Static variable in class net.java.sip.communicator.service.protocol.PresenceStatus
An integer indicating the maximum possible value of the status field.
MAX_TIME - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
MAX_TWO_BYTE_HEADER_ID - Static variable in class net.java.sip.communicator.service.protocol.media.DynamicRTPExtensionsRegistry
The maximum integer that is allowed for use when mapping extensions using the two-byte header.
MAX_USHORT - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.JavaEncoder
65535
maxDataLength - Variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa.AlsaStream
 
maximize() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Implements the ExportedWindow.maximize() method.
maximize() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.AddContactDialog
Maximizes the window.
maximize() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Maximizes this window.
maximize() - Method in class net.java.sip.communicator.impl.gui.PopupDialogImpl
This dialog could not be maximized.
maximize() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements maximize in the UIService interface.
maximize() - Method in class net.java.sip.communicator.plugin.branding.AboutWindow
This dialog could not be maximized.
maximize() - Method in class net.java.sip.communicator.service.gui.AbstractExportedWindow
Implements ExportedWindow.maximize().
maximize() - Method in interface net.java.sip.communicator.service.gui.ExportedWindow
Maximizes the window.
maximize() - Method in interface net.java.sip.communicator.service.gui.UIService
Maximizes the main application window.
maxItem - Variable in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
MaxListener - Interface in net.java.sip.communicator.util.swing.event
 
maxOperation(MouseEvent) - Method in interface net.java.sip.communicator.util.swing.event.MaxListener
 
MAXPTIME_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
The name of the maxptime SDP argument.
MclStorageManager - Class in net.java.sip.communicator.impl.contactlist
The class handles read / write operations over the file where a persistent copy of the meta contact list is stored.
MclStorageManager() - Constructor for class net.java.sip.communicator.impl.contactlist.MclStorageManager
 
MclStorageManager.StoredProtoContactDescriptor - Class in net.java.sip.communicator.impl.contactlist
Contains details parsed out of the contact list xml file, necessary for creating unresolved contacts.
MclStorageManager.StoredProtoContactDescriptor(String, String, ContactGroup) - Constructor for class net.java.sip.communicator.impl.contactlist.MclStorageManager.StoredProtoContactDescriptor
 
MDNS_GROUP - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
MDNS_GROUP_IPV6 - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
MDNS_PORT - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
MEAN_ENER - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Average innovation energy
MEDIA_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RtpDescriptionPacketExtension
The name of the media description argument.
MediaAwareCall<T extends MediaAwareCallPeer<?,?,V>,U extends OperationSetBasicTelephony<V>,V extends ProtocolProviderService> - Class in net.java.sip.communicator.service.protocol.media
A utility class implementing media control code shared between current telephony implementations.
MediaAwareCall(U) - Constructor for class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Crates a Call instance belonging to parentOpSet.
MediaAwareCallPeer<T extends MediaAwareCall<?,?,V>,U extends CallPeerMediaHandler<?>,V extends ProtocolProviderService> - Class in net.java.sip.communicator.service.protocol.media
A utility class implementing media control code shared between current telephony implementations.
MediaAwareCallPeer(T) - Constructor for class net.java.sip.communicator.service.protocol.media.MediaAwareCallPeer
Creates a new call peer with address peerAddress.
MediaConfiguration - Class in net.java.sip.communicator.impl.neomedia
 
MediaConfiguration() - Constructor for class net.java.sip.communicator.impl.neomedia.MediaConfiguration
 
MediaDevice - Interface in net.java.sip.communicator.service.neomedia.device
The MediaDevice class represents capture and playback devices that can be used to grab or render media.
MediaDeviceImpl - Class in net.java.sip.communicator.impl.neomedia.device
Implements MediaDevice for the JMF CaptureDevice.
MediaDeviceImpl(MediaType) - Constructor for class net.java.sip.communicator.impl.neomedia.device.MediaDeviceImpl
Initializes a new MediaDeviceImpl instance with a specific MediaType and with MediaDirection which does not allow sending.
MediaDeviceImpl(CaptureDeviceInfo, MediaType) - Constructor for class net.java.sip.communicator.impl.neomedia.device.MediaDeviceImpl
Initializes a new MediaDeviceImpl instance which is to provide an implementation of MediaDevice for a CaptureDevice with a specific CaptureDeviceInfo and which is of a specific MediaType.
MediaDeviceSession - Class in net.java.sip.communicator.impl.neomedia.device
Represents the use of a specific MediaDevice by a MediaStream.
MediaDeviceSession(AbstractMediaDevice) - Constructor for class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Initializes a new MediaDeviceSession instance which is to represent the use of a specific MediaDevice by a MediaStream.
MediaDirection - Enum in net.java.sip.communicator.service.neomedia
The MediaDirections enumeration contains a list of media directions that indicate read/write capabilities of different entities in this MediaService such as for example devices.
MediaFormat - Interface in net.java.sip.communicator.service.neomedia.format
The MediaFormat interface represents a generic (i.e.
MediaFormatFactory - Interface in net.java.sip.communicator.service.neomedia.format
Allows the creation of audio and video MediaFormat instances.
MediaFormatFactoryImpl - Class in net.java.sip.communicator.impl.neomedia.format
Implements MediaFormatFactory for the JMF Format types.
MediaFormatFactoryImpl() - Constructor for class net.java.sip.communicator.impl.neomedia.format.MediaFormatFactoryImpl
 
MediaFormatImpl<T extends javax.media.Format> - Class in net.java.sip.communicator.impl.neomedia.format
Implements MediaFormat for the JMF Format.
MediaFormatImpl(T) - Constructor for class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Initializes a new MediaFormatImpl instance which is to provide an implementation of MediaFormat for a specific Format.
MediaFormatImpl(T, Map<String, String>, Map<String, String>) - Constructor for class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Initializes a new MediaFormatImpl instance which is to provide an implementation of MediaFormat for a specific Format and which is to have a specific set of codec-specific parameters.
MediaService - Interface in net.java.sip.communicator.service.neomedia
The MediaService service is meant to be a wrapper of media libraries such as JMF, FMJ, FFMPEG, and/or others.
MediaServiceImpl - Class in net.java.sip.communicator.impl.neomedia
Implements MediaService for JMF.
MediaServiceImpl() - Constructor for class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
 
MediaStream - Interface in net.java.sip.communicator.service.neomedia
The MediaStream class represents a (generally) bidirectional RTP stream between exactly two parties.
MediaStreamImpl - Class in net.java.sip.communicator.impl.neomedia
Implements MediaStream using JMF.
MediaStreamImpl(StreamConnector, MediaDevice, ZrtpControlImpl) - Constructor for class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Initializes a new MediaStreamImpl instance which will use the specified MediaDevice for both capture and playback of media exchanged via the specified StreamConnector.
MediaStreamTarget - Class in net.java.sip.communicator.service.neomedia
The MediaStreamTarget contains a pair of host:port couples indicating a data (RTP) and control (RTCP) locations.
MediaStreamTarget(InetSocketAddress, InetSocketAddress) - Constructor for class net.java.sip.communicator.service.neomedia.MediaStreamTarget
Creates an instance of this MediaStreamTarget containing the specified RTP and RTCP target host:port couples.
MediaType - Enum in net.java.sip.communicator.service.neomedia
The MediaType enumeration contains a list of media types currently known to and handled by the MediaService.
MediaUseCase - Enum in net.java.sip.communicator.service.neomedia
The MediaUseCase enumeration contains a list of use-cases for media related.
mediaUseCase - Variable in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Device used in call will be chosen according to MediaUseCase.
MediaUtils - Class in net.java.sip.communicator.impl.neomedia
Implements static utility methods used by media classes.
MediaUtils() - Constructor for class net.java.sip.communicator.impl.neomedia.MediaUtils
 
MEM_RES2 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
MEMBER_JOINED - Static variable in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPresenceChangeEvent
Indicates that this event was triggered as a result of the participant joining the source chat room.
MEMBER_KICKED - Static variable in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPresenceChangeEvent
Indicates that this event was triggered as a result of the participant being "kicked" out of the chat room.
MEMBER_LEFT - Static variable in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPresenceChangeEvent
Indicates that this event was triggered as a result of the participant leaving the source chat room.
MEMBER_NICKNAME - Static variable in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPropertyChangeEvent
The nick name of the ChatRoomMember property.
MEMBER_QUIT - Static variable in class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPresenceChangeEvent
Indicates that this event was triggered as a result of the participant being disconnected from the server brutally, or due to a ping timeout.
memberPresenceChanged(ChatRoomMemberPresenceChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatSession
Invoked when ChatRoomMemberPresenceChangeEvent are received.
memberPresenceChanged(ChatRoomMemberPresenceChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ChatRoomMemberPresenceListener
Called to notify interested parties that a change in the presence of a member in a particular chat room has occurred.
memberRoleChanged(ChatRoomMemberRoleChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Implements the memberRoleChanged() method.
memberRoleChanged(ChatRoomMemberRoleChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ChatRoomMemberRoleListener
Called to notify interested parties that a change in the role of a chat room member has occurred.
memcpy(int[], int, int, long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
memcpy(long, byte[], int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
memcpy(long, long, int) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
memcpy(byte[], int, int, long) - Static method in class net.java.sip.communicator.impl.neomedia.quicktime.CVPixelBuffer
Native copy from native pointer src to byte array dst.
memLfTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
MENU_BACKGROUND - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Main menu background image.
MESSAGE - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.MessageZeroconfImpl
Normal chat message
Message - Interface in net.java.sip.communicator.service.protocol
Used to access the content of instant messages that are sent or received via the instant messaging operation set.
MESSAGE_RECEIVED_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used to indicate in the contact list that a message is received from a certain contact.
messageBuffer - Variable in class net.java.sip.communicator.impl.protocol.msn.AdHocChatRoomMsnImpl
A Message buffer, will keep all messages until the MSN ad-hoc chat room is ready.
messageDelivered(ChatRoomMessageDeliveredEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Implements the ChatRoomMessageListener.messageDelivered method.
messageDelivered(AdHocChatRoomMessageDeliveredEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Implements the AdHocChatRoomMessageListener.messageDelivered method.
messageDelivered(MessageDeliveredEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindow
Implements MessageListener.messageDelivered method in order to refresh the history when new message is sent.
messageDelivered(ChatRoomMessageDeliveredEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindow
 
messageDelivered(MessageDeliveredEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
When a sent message is delivered shows it in the chat conversation panel.
messageDelivered(MessageDeliveredEvent) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
 
messageDelivered(ChatRoomMessageDeliveredEvent) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
 
messageDelivered(AdHocChatRoomMessageDeliveredEvent) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
 
messageDelivered(int) - Method in class net.java.sip.communicator.impl.protocol.msn.EventAdapter
Message is successfully delivered
messageDelivered(int) - Method in interface net.java.sip.communicator.impl.protocol.msn.MsnContactListEventListener
Message is successfully delivered
messageDelivered(MessageDeliveredEvent) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetTypingNotificationsSipImpl
 
messageDelivered(MessageDeliveredEvent) - Method in class net.java.sip.communicator.plugin.chatalerter.ChatAlerterActivator
 
messageDelivered(ChatRoomMessageDeliveredEvent) - Method in class net.java.sip.communicator.plugin.chatalerter.ChatAlerterActivator
 
messageDelivered(AdHocChatRoomMessageDeliveredEvent) - Method in class net.java.sip.communicator.plugin.chatalerter.ChatAlerterActivator
 
messageDelivered(MessageDeliveredEvent) - Method in class net.java.sip.communicator.plugin.otr.OtrTransformLayer
 
messageDelivered(AdHocChatRoomMessageDeliveredEvent) - Method in interface net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageListener
Called when the underlying implementation has received an indication that a message, sent earlier has been successfully received by the destination.
messageDelivered(ChatRoomMessageDeliveredEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ChatRoomMessageListener
Called when the underlying implementation has received an indication that a message, sent earlier has been successfully received by the destination.
messageDelivered(MessageDeliveredEvent) - Method in interface net.java.sip.communicator.service.protocol.event.MessageListener
Called when the underlying implementation has received an indication that a message, sent earlier has been successfully received by the destination.
messageDelivered(MessageDeliveredEvent) - Method in interface net.java.sip.communicator.service.protocol.TransformLayer
Called when the underlying implementation has received an indication that a message, sent earlier has been successfully received by the destination.
MessageDeliveredEvent - Class in net.java.sip.communicator.service.protocol.event
MessageDeliveredEvents confirm successful delivery of an instant message.
MessageDeliveredEvent(Message, Contact) - Constructor for class net.java.sip.communicator.service.protocol.event.MessageDeliveredEvent
 
MessageDeliveredEvent(Message, Contact, long) - Constructor for class net.java.sip.communicator.service.protocol.event.MessageDeliveredEvent
Creates a MessageDeliveredEvent representing delivery of the source message to the specified to contact.
messageDeliveredFailed(int) - Method in class net.java.sip.communicator.impl.protocol.msn.EventAdapter
Message is not delivered
messageDeliveredFailed(int) - Method in interface net.java.sip.communicator.impl.protocol.msn.MsnContactListEventListener
Message is not delivered
messageDeliveryFailed(ChatRoomMessageDeliveryFailedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Implements the ChatRoomMessageListener.messageDeliveryFailed method.
messageDeliveryFailed(AdHocChatRoomMessageDeliveryFailedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Implements AdHocChatRoomMessageListener.messageDeliveryFailed method.
messageDeliveryFailed(MessageDeliveryFailedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindow
 
messageDeliveryFailed(ChatRoomMessageDeliveryFailedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindow
 
messageDeliveryFailed(MessageDeliveryFailedEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
Shows a warning message to the user when message delivery has failed.
messageDeliveryFailed(MessageDeliveryFailedEvent) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
 
messageDeliveryFailed(ChatRoomMessageDeliveryFailedEvent) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
 
messageDeliveryFailed(AdHocChatRoomMessageDeliveryFailedEvent) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
 
messageDeliveryFailed(MessageDeliveryFailedEvent) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetTypingNotificationsSipImpl
 
messageDeliveryFailed(MessageDeliveryFailedEvent) - Method in class net.java.sip.communicator.plugin.chatalerter.ChatAlerterActivator
 
messageDeliveryFailed(ChatRoomMessageDeliveryFailedEvent) - Method in class net.java.sip.communicator.plugin.chatalerter.ChatAlerterActivator
 
messageDeliveryFailed(AdHocChatRoomMessageDeliveryFailedEvent) - Method in class net.java.sip.communicator.plugin.chatalerter.ChatAlerterActivator
 
messageDeliveryFailed(MessageDeliveryFailedEvent) - Method in class net.java.sip.communicator.plugin.otr.OtrTransformLayer
 
messageDeliveryFailed(AdHocChatRoomMessageDeliveryFailedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageListener
Called to indicate that delivery of a message sent earlier to the chat room has failed.
messageDeliveryFailed(ChatRoomMessageDeliveryFailedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ChatRoomMessageListener
Called to indicate that delivery of a message sent earlier to the chat room has failed.
messageDeliveryFailed(MessageDeliveryFailedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.MessageListener
Called to indicated that delivery of a message sent earlier has failed.
messageDeliveryFailed(MessageDeliveryFailedEvent) - Method in interface net.java.sip.communicator.service.protocol.TransformLayer
Called to indicated that delivery of a message sent earlier has failed.
MessageDeliveryFailedEvent - Class in net.java.sip.communicator.service.protocol.event
MessageDeliveredEvents confirm successful delivery of an instant message.
MessageDeliveryFailedEvent(Message, Contact, int) - Constructor for class net.java.sip.communicator.service.protocol.event.MessageDeliveryFailedEvent
 
MessageDeliveryFailedEvent(Message, Contact, int, long) - Constructor for class net.java.sip.communicator.service.protocol.event.MessageDeliveryFailedEvent
Creates a MessageDeliveryFailedEvent indicating failure of delivery of the source message to the specified to contact.
MessageDeliveryFailedEvent(Message, Contact, int, long, String) - Constructor for class net.java.sip.communicator.service.protocol.event.MessageDeliveryFailedEvent
Creates a MessageDeliveryFailedEvent indicating failure of delivery of the source message to the specified to contact.
messageDeliveryPending(MessageDeliveredEvent) - Method in class net.java.sip.communicator.plugin.otr.OtrTransformLayer
 
messageDeliveryPending(MessageDeliveredEvent) - Method in interface net.java.sip.communicator.service.protocol.TransformLayer
Called when the underlying implementation has just been asked by other bundles to send an outgoing message.
messageDeliveryPendingTransform(MessageDeliveredEvent) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetBasicInstantMessaging
 
MessageDialog - Class in net.java.sip.communicator.impl.gui.customcontrols
The MessageDialog is a JDialog that contains a question message, two buttons to confirm or cancel the question and a check box that allows user to choose to not be questioned any more over this subject.
MessageDialog(Frame) - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.MessageDialog
Creates an instance of MessageDialog by specifying the owner window.
MessageDialog(Frame, String, String) - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.MessageDialog
Creates an instance of MessageDialog by specifying the owner window and the message to be displayed.
MessageDialog(Frame, String, String, String) - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.MessageDialog
Creates an instance of MessageDialog by specifying the owner window and the message to be displayed.
MessageDialog(Frame, String, String, String, boolean) - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.MessageDialog
Creates an instance of MessageDialog by specifying the owner window and the message to be displayed.
MessageDialog(Frame, String, String, boolean) - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.MessageDialog
Creates an instance of MessageDialog by specifying the owner window and the message to be displayed.
MessageDictImpl - Class in net.java.sip.communicator.impl.protocol.dict
Very simple message implementation for the Dict protocol.
MessageDictImpl(String, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.dict.MessageDictImpl
Creates a message instance according to the specified parameters.
MessageDigestAlgorithm - Class in net.java.sip.communicator.impl.protocol.sip.security
The class takes standard Http Authentication details and returns a response according to the MD5 algorithm
MessageDigestAlgorithm() - Constructor for class net.java.sip.communicator.impl.protocol.sip.security.MessageDigestAlgorithm
 
MessageEvent - Class in net.java.sip.communicator.service.protocol.event
Represents an event pertaining to message delivery, reception or failure.
MessageEvent(Object) - Constructor for class net.java.sip.communicator.service.protocol.event.MessageEvent
 
MessageGibberishImpl - Class in net.java.sip.communicator.impl.protocol.gibberish
Very simple message implementation for the Gibberish protocol.
MessageGibberishImpl(String, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.gibberish.MessageGibberishImpl
Creates a message instance according to the specified parameters.
MessageHistoryActivator - Class in net.java.sip.communicator.impl.msghistory
Activates the MessageHistoryService
MessageHistoryActivator() - Constructor for class net.java.sip.communicator.impl.msghistory.MessageHistoryActivator
 
MessageHistorySearchProgressListener - Interface in net.java.sip.communicator.service.msghistory.event
When searching into the message history a ProgressEvent is fired whenever the progress is changed.
MessageHistoryService - Interface in net.java.sip.communicator.service.msghistory
The Message History Service stores messages exchanged through the various protocols
MessageHistoryServiceImpl - Class in net.java.sip.communicator.impl.msghistory
The Message History Service stores messages exchanged through the various protocols Logs messages for all protocol providers that support basic instant messaging (i.e.
MessageHistoryServiceImpl() - Constructor for class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
 
MessageHistoryServiceImpl.ChatRoomMemberImpl - Class in net.java.sip.communicator.impl.msghistory
Simple ChatRoomMember implementation.
MessageHistoryServiceImpl.ChatRoomMemberImpl(String, ChatRoom, ChatRoomMemberRole) - Constructor for class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl.ChatRoomMemberImpl
 
MessageIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
A simple implementation of the Message interface.
MessageIcqImpl(String, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.icq.MessageIcqImpl
Creates an instance of this Message with the specified parameters.
MessageIrcImpl - Class in net.java.sip.communicator.impl.protocol.irc
Very simple message implementation for the IRC protocol.
MessageIrcImpl(String, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.irc.MessageIrcImpl
Creates a message instance according to the specified parameters.
MessageJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
A simple implementation of the Message interface.
MessageJabberImpl(String, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.MessageJabberImpl
Creates an instance of this Message with the specified parameters.
MessageListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that would gather events notifying of message delivery status.
MessageMsnImpl - Class in net.java.sip.communicator.impl.protocol.msn
A simple implementation of the Message interface.
MessageMsnImpl(String, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.msn.MessageMsnImpl
Creates an instance of this Message with the specified parameters.
messageReceived(ChatRoomMessageReceivedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Implements the ChatRoomMessageListener.messageReceived method.
messageReceived(AdHocChatRoomMessageReceivedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.ConferenceChatManager
Implements the AdHocChatRoomMessageListener.messageReceived method.
messageReceived(MessageReceivedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindow
Implements MessageListener.messageReceived method in order to refresh the history when new message is received.
messageReceived(ChatRoomMessageReceivedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindow
 
messageReceived(MessageReceivedEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
When a message is received determines whether to open a new chat window or chat window tab, or to indicate that a message is received from a contact which already has an open chat.
messageReceived(MessageReceivedEvent) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
 
messageReceived(ChatRoomMessageReceivedEvent) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
 
messageReceived(AdHocChatRoomMessageReceivedEvent) - Method in class net.java.sip.communicator.impl.msghistory.MessageHistoryServiceImpl
 
messageReceived(Session, Message) - Method in class net.java.sip.communicator.impl.protocol.msn.EventManager
Called from the underling lib when message is received from the server
messageReceived(MessageReceivedEvent) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetTypingNotificationsSipImpl
When a message is delivered fire that typing has stopped.
messageReceived(MessageReceivedEvent) - Method in class net.java.sip.communicator.plugin.chatalerter.ChatAlerterActivator
 
messageReceived(ChatRoomMessageReceivedEvent) - Method in class net.java.sip.communicator.plugin.chatalerter.ChatAlerterActivator
 
messageReceived(AdHocChatRoomMessageReceivedEvent) - Method in class net.java.sip.communicator.plugin.chatalerter.ChatAlerterActivator
 
messageReceived(MessageReceivedEvent) - Method in class net.java.sip.communicator.plugin.otr.OtrTransformLayer
 
messageReceived(AdHocChatRoomMessageReceivedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageListener
Called when a new incoming Message has been received.
messageReceived(ChatRoomMessageReceivedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.ChatRoomMessageListener
Called when a new incoming Message has been received.
messageReceived(MessageReceivedEvent) - Method in interface net.java.sip.communicator.service.protocol.event.MessageListener
Called when a new incoming Message has been received.
messageReceived(MessageReceivedEvent) - Method in interface net.java.sip.communicator.service.protocol.TransformLayer
Called when a new incoming Message has been received.
MessageReceivedEvent - Class in net.java.sip.communicator.service.protocol.event
MessageReceivedEvents indicate reception of an instant message.
MessageReceivedEvent(Message, Contact, long) - Constructor for class net.java.sip.communicator.service.protocol.event.MessageReceivedEvent
Creates a MessageReceivedEvent representing reception of the source message received from the specified from contact.
MessageReceivedEvent(Message, Contact, long, int) - Constructor for class net.java.sip.communicator.service.protocol.event.MessageReceivedEvent
Creates a MessageReceivedEvent representing reception of the source message received from the specified from contact.
MessageRssImpl - Class in net.java.sip.communicator.impl.protocol.rss
Very simple message implementation for the Rss protocol.
MessageRssImpl(String, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.rss.MessageRssImpl
Creates a message instance according to the specified parameters.
MESSAGES_PER_PAGE - Static variable in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
The number of messages shown per page.
messageSent(Session, Message) - Method in class net.java.sip.communicator.impl.protocol.msn.EventManager
Called from the underling lib when message is sent to the server
MessageSipImpl - Class in net.java.sip.communicator.impl.protocol.sip
A simple implementation of the Message interface for SIP/SIMPLE.
MessageSipImpl(String, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.MessageSipImpl
Creates an instance of this Message with the specified parameters.
MessageSSHImpl - Class in net.java.sip.communicator.impl.protocol.ssh
Very simple message implementation for the SSH protocol.
MessageSSHImpl(String, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.ssh.MessageSSHImpl
Creates a message instance according to the specified parameters.
messageWindow - Variable in class net.java.sip.communicator.impl.gui.main.chat.toolBars.MainToolBar
The chat window, where this tool bar is contained.
MessageWindowMenuBar - Class in net.java.sip.communicator.impl.gui.main.chat.menus
The MessageWindowMenuBar is the menu bar in the chat window where all menus are added.
MessageWindowMenuBar(ChatWindow) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.menus.MessageWindowMenuBar
Initializes a new MessageWindowMenuBar instance.
MessageYahooImpl - Class in net.java.sip.communicator.impl.protocol.yahoo
A simple implementation of the Message interface.
MessageYahooImpl(String, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.MessageYahooImpl
Creates an instance of this Message with the specified parameters.
MessageZeroconfImpl - Class in net.java.sip.communicator.impl.protocol.zeroconf
Very simple message implementation for the Zeroconf protocol.
MessageZeroconfImpl(String, String, String, int) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.MessageZeroconfImpl
Creates a message instance according to the specified parameters.
MessageZeroconfImpl(String, String, int) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.MessageZeroconfImpl
Creates a message instance according to the specified parameters.
META_CONTACT_ADDED - Static variable in class net.java.sip.communicator.service.contactlist.event.MetaContactEvent
Indicates that the MetaContactEvent instance was triggered by adding a MetaContact.
META_CONTACT_AVATAR_UPDATE - Static variable in class net.java.sip.communicator.service.contactlist.event.MetaContactPropertyChangeEvent
Indicates that the MetaContactEvent instance was triggered by the update of an Avatar for one of its encapsulated contacts.
META_CONTACT_GROUP_ADDED - Static variable in class net.java.sip.communicator.service.contactlist.event.MetaContactGroupEvent
Indicates that the MetaContactGroupEvent instance was triggered by adding a MetaContactGroup.
META_CONTACT_GROUP_REMOVED - Static variable in class net.java.sip.communicator.service.contactlist.event.MetaContactGroupEvent
Indicates that the MetaContactGroupEvent instance was triggered by the removal of an existing MetaContactGroup.
META_CONTACT_GROUP_RENAMED - Static variable in class net.java.sip.communicator.service.contactlist.event.MetaContactGroupEvent
Indicates that the MetaContactGroupEvent instance was triggered by the renaming of an existing MetaContactGroup.
META_CONTACT_MODIFIED - Static variable in class net.java.sip.communicator.service.contactlist.event.MetaContactPropertyChangeEvent
Indicates that the meta contact has been modified.
META_CONTACT_MOVED - Static variable in class net.java.sip.communicator.service.contactlist.event.MetaContactEvent
Indicates that the MetaContactEvent instance was triggered by moving an existing MetaContact.
META_CONTACT_MOVED - Static variable in class net.java.sip.communicator.service.contactlist.event.MetaContactPropertyChangeEvent
Indicates that the source meta contact has moved from one location to another.
META_CONTACT_REMOVED - Static variable in class net.java.sip.communicator.service.contactlist.event.MetaContactEvent
Indicates that the MetaContactEvent instance was triggered by the removal of an existing MetaContact.
META_CONTACT_RENAMED - Static variable in class net.java.sip.communicator.service.contactlist.event.MetaContactPropertyChangeEvent
Indicates that the meta contact has been renamed.
metaContact - Variable in class net.java.sip.communicator.plugin.contactinfo.ContactInfoDialog
The contact that was right clicked on.
MetaContact - Interface in net.java.sip.communicator.service.contactlist
A MetaContact is an abstraction used for merging multiple Contacts (most often) belonging to different ProtocolProviders.
metaContactAdded(MetaContactEvent) - Method in class net.java.sip.communicator.impl.contactlist.MclStorageManager
Indicates that a MetaContact has been successfully added to the MetaContact list.
metaContactAdded(MetaContactEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
 
metaContactAdded(MetaContactEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Handles the MetaContactEvent.
metaContactAdded(MetaContactEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Adds a node in the contact list, when a MetaContact has been added in the MetaContactListService.
metaContactAdded(MetaContactEvent) - Method in interface net.java.sip.communicator.service.contactlist.event.MetaContactListListener
Indicates that a MetaContact has been successfully added to the MetaContact list.
metaContactAvatarUpdated(MetaContactAvatarUpdateEvent) - Method in class net.java.sip.communicator.impl.contactlist.MclStorageManager
Indicates that a new avatar is available for a MetaContact.
metaContactAvatarUpdated(MetaContactAvatarUpdateEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
 
metaContactAvatarUpdated(MetaContactAvatarUpdateEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
 
metaContactAvatarUpdated(MetaContactAvatarUpdateEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Notifies the tree model, when the MetaContact avatar has been modified in the MetaContactListService.
metaContactAvatarUpdated(MetaContactAvatarUpdateEvent) - Method in interface net.java.sip.communicator.service.contactlist.event.MetaContactListListener
Indicates that a new avatar is available for a MetaContact.
MetaContactAvatarUpdateEvent - Class in net.java.sip.communicator.service.contactlist.event
Indicates that a meta contact has changed or added an avatar.
MetaContactAvatarUpdateEvent(MetaContact, byte[], byte[]) - Constructor for class net.java.sip.communicator.service.contactlist.event.MetaContactAvatarUpdateEvent
Creates an instance of this event using the specified arguments.
metaContactCapabilitiesChanged(MetaContactCapabilitiesEvent) - Method in class net.java.sip.communicator.impl.contactlist.MclStorageManager
Indicates that the capabilities of a given MetaContact have changed.
metaContactCapabilitiesChanged(MetaContactCapabilitiesEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
 
metaContactCapabilitiesChanged(MetaContactCapabilitiesEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
 
metaContactCapabilitiesChanged(MetaContactCapabilitiesEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Updates the corresponding node when the list of the OperationSet capabilities of a MetaContact has changed.
metaContactCapabilitiesChanged(MetaContactCapabilitiesEvent) - Method in interface net.java.sip.communicator.service.contactlist.event.MetaContactListListener
Notifies this listener that the list of the OperationSet capabilities of a MetaContact has changed.
MetaContactCapabilitiesEvent - Class in net.java.sip.communicator.service.contactlist.event
Represents an event/EventObject fired by OperationSetClientCapabilities in order to notify about changes in the list of the OperationSet capabilities of a Contact.
MetaContactCapabilitiesEvent(MetaContact, int) - Constructor for class net.java.sip.communicator.service.contactlist.event.MetaContactCapabilitiesEvent
Initializes a new ContactCapabilitiesEvent instance which is to notify about a specific change in the list of OperationSet capabilities of a specific Contact.
MetaContactChatContact - Class in net.java.sip.communicator.impl.gui.main.chat
The MetaContactChatContact represents a ChatContact in a user-to-user chat.
MetaContactChatContact(MetaContact) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatContact
Creates an instance of ChatContact by passing to it the corresponding MetaContact and Contact.
MetaContactChatSession - Class in net.java.sip.communicator.impl.gui.main.chat
An implementation of the ChatSession interface that represents a user-to-user chat session.
MetaContactChatSession(ChatSessionRenderer, MetaContact, Contact) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Creates an instance of MetaContactChatSession by specifying the renderer, which gives the connection with the UI, the meta contact corresponding to the session and the protocol contact to be used as transport.
MetaContactChatTransport - Class in net.java.sip.communicator.impl.gui.main.chat
The single chat implementation of the ChatTransport interface that provides abstraction to protocol provider access.
MetaContactChatTransport(ChatSession, Contact) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatTransport
Creates an instance of MetaContactChatTransport by specifying the parent chatSession and the contact associated with the transport.
MetaContactEvent - Class in net.java.sip.communicator.service.contactlist.event
Parent class for meta contact events indicating addition and removal of meta contacts in a meta contact list.
MetaContactEvent(MetaContact, MetaContactGroup, int) - Constructor for class net.java.sip.communicator.service.contactlist.event.MetaContactEvent
Creates a new MetaContact event according to the specified parameters.
MetaContactGroup - Interface in net.java.sip.communicator.service.contactlist
MetaContactGroups are used to merge groups (often originating in different protocols).
metaContactGroupAdded(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.contactlist.MclStorageManager
Creates XML nodes for the source metacontact group, its child meta contacts and associated protogroups and adds them to the xml contact list.
metaContactGroupAdded(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
 
metaContactGroupAdded(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Handles the MetaContactGroupEvent.
metaContactGroupAdded(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Adds a group node in the contact list, when a MetaContactGroup has been added in the MetaContactListService.
metaContactGroupAdded(MetaContactGroupEvent) - Method in interface net.java.sip.communicator.service.contactlist.event.MetaContactListListener
Indicates that a MetaContactGroup has been successfully added to the MetaContact list.
MetaContactGroupEvent - Class in net.java.sip.communicator.service.contactlist.event
 
MetaContactGroupEvent(MetaContactGroup, ProtocolProviderService, ContactGroup, int) - Constructor for class net.java.sip.communicator.service.contactlist.event.MetaContactGroupEvent
Creates a new MetaContactGroup event according to the specified parameters.
MetaContactGroupImpl - Class in net.java.sip.communicator.impl.contactlist
A straightforward implementation of the meta contact group.
MetaContactGroupImpl(MetaContactListServiceImpl, String) - Constructor for class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Creates an instance of the root meta contact group.
MetaContactGroupImpl(MetaContactListServiceImpl, String, String) - Constructor for class net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl
Creates an instance of the root meta contact group assigning it the specified meta contact uid.
metaContactGroupModified(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.contactlist.MclStorageManager
Determines the exact type of the change and acts accordingly by either updating group name or .
metaContactGroupModified(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
 
metaContactGroupModified(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Handles the MetaContactGroupEvent.
metaContactGroupModified(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Notifies the tree model, when a MetaContactGroup has been modified in the MetaContactListService.
metaContactGroupModified(MetaContactGroupEvent) - Method in interface net.java.sip.communicator.service.contactlist.event.MetaContactListListener
Indicates that a MetaContactGroup has been modified (e.g.
metaContactGroupRemoved(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.contactlist.MclStorageManager
Removes the corresponding node from the xml document.
metaContactGroupRemoved(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
 
metaContactGroupRemoved(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Handles the MetaContactGroupEvent.
metaContactGroupRemoved(MetaContactGroupEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Removes the corresponding group node in the contact list, when a MetaContactGroup has been removed from the MetaContactListService.
metaContactGroupRemoved(MetaContactGroupEvent) - Method in interface net.java.sip.communicator.service.contactlist.event.MetaContactListListener
Indicates that a MetaContactGroup has been removed from the MetaContact list.
MetaContactImpl - Class in net.java.sip.communicator.impl.contactlist
A default implementation of the MetaContact interface.
MetaContactImpl() - Constructor for class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Creates new meta contact with a newly generated meta contact UID.
MetaContactImpl(String, Map<String, List<String>>) - Constructor for class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Creates a new meta contact with the specified UID.
MetaContactListException - Exception in net.java.sip.communicator.service.contactlist
Exceptions of this class get thrown whenever an error occurs while modifying the contents of the MetaContactList.
MetaContactListException(String, Exception, int) - Constructor for exception net.java.sip.communicator.service.contactlist.MetaContactListException
Creates a MetaContactListException with the specified message cause and code.
MetaContactListException(String, int) - Constructor for exception net.java.sip.communicator.service.contactlist.MetaContactListException
Creates a MetaContactListException with the specified message error code.
MetaContactListListener - Interface in net.java.sip.communicator.service.contactlist.event
A MetaContactListListener can be registered with a MetaContactListService so that it will receive any changes that have occurred in the contact list layout.
MetaContactListManager - Class in net.java.sip.communicator.impl.gui.main.contactlist
The MetaContactListManager is the class through which we make operations with the MetaContactList.
MetaContactListManager() - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.MetaContactListManager
 
MetaContactListService - Interface in net.java.sip.communicator.service.contactlist
The MetaContactListService handles the global project contact list including contacts from all implemented protocols.
MetaContactListServiceImpl - Class in net.java.sip.communicator.impl.contactlist
An implementation of the MetaContactListService that would connect to protocol service providers and build it s contact list accordingly basing itself on the contact list stored by the various protocol provider services and the contact list instance saved on the hard disk.
MetaContactListServiceImpl() - Constructor for class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Creates an instance of this class.
MetaContactListSource - Class in net.java.sip.communicator.impl.gui.main.contactlist.contactsource
The MetaContactListSource is an abstraction of the MetaContactListService, which makes the correspondence between a MetaContact and an UIContact and between a MetaContactGroup and an UIGroup.
MetaContactListSource() - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactListSource
 
metaContactModified(MetaContactModifiedEvent) - Method in class net.java.sip.communicator.impl.contactlist.MclStorageManager
Indicates that a MetaContact has been modified.
metaContactModified(MetaContactModifiedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
 
metaContactModified(MetaContactModifiedEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Handles the MetaContactModifiedEvent.
metaContactModified(MetaContactModifiedEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Notifies the tree model, when a MetaContact has been modified in the MetaContactListService.
metaContactModified(MetaContactModifiedEvent) - Method in interface net.java.sip.communicator.service.contactlist.event.MetaContactListListener
Indicates that a MetaContact has been modified.
MetaContactModifiedEvent - Class in net.java.sip.communicator.service.contactlist.event
Indicates that a meta contact has chaned.
MetaContactModifiedEvent(MetaContact, String, Object, Object) - Constructor for class net.java.sip.communicator.service.contactlist.event.MetaContactModifiedEvent
Creates an instance of this event using the specified arguments.
metaContactMoved(MetaContactMovedEvent) - Method in class net.java.sip.communicator.impl.contactlist.MclStorageManager
Moves the corresponding node from its old parent to the node corresponding to the new parent meta group.
metaContactMoved(MetaContactMovedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
 
metaContactMoved(MetaContactMovedEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Handles the MetaContactMovedEvent.
metaContactMoved(MetaContactMovedEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Performs needed operations, when a MetaContact has been moved in the MetaContactListService from one group to another.
metaContactMoved(MetaContactMovedEvent) - Method in interface net.java.sip.communicator.service.contactlist.event.MetaContactListListener
Indicates that a MetaContact has been moved inside the MetaContact list.
MetaContactMovedEvent - Class in net.java.sip.communicator.service.contactlist.event
Fired whenever a meta contact has been moved from one parent group to another.
MetaContactMovedEvent(MetaContact, MetaContactGroup, MetaContactGroup) - Constructor for class net.java.sip.communicator.service.contactlist.event.MetaContactMovedEvent
Createas an instance of this MetaContactMovedEvent using the specified arguments.
MetaContactPropertyChangeEvent - Class in net.java.sip.communicator.service.contactlist.event
An abstract event used for meta contact events indicating moving the meta contact or changing its name.
MetaContactPropertyChangeEvent(MetaContact, String, Object, Object) - Constructor for class net.java.sip.communicator.service.contactlist.event.MetaContactPropertyChangeEvent
Creates an instnace of this event.
MetaContactQuery - Class in net.java.sip.communicator.impl.gui.main.contactlist.contactsource
The MetaContactQuery corresponds to a particular query made through the MetaContactListSource.
MetaContactQuery() - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQuery
 
MetaContactQueryEvent - Class in net.java.sip.communicator.impl.gui.main.contactlist.contactsource
The MetaContactQueryEvent is triggered each time a MetaContact is received as a result of a MetaContactQuery.
MetaContactQueryEvent(MetaContactQuery, MetaContact) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQueryEvent
Creates an instance of MetaGroupQueryEvent by specifying the source query this event comes from and the metaContact this event is about.
MetaContactQueryListener - Interface in net.java.sip.communicator.impl.gui.main.contactlist.contactsource
The MetaContactQueryListener listens for events coming from a MetaContactListService filtering.
metaContactQueryStatusChanged(MetaContactQueryStatusEvent) - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQueryListener
Indicates that a query has changed its status.
metaContactQueryStatusChanged(MetaContactQueryStatusEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.FilterQuery
Indicates that a query has changed its status.
metaContactQueryStatusChanged(MetaContactQueryStatusEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Indicates that the status of a query has changed.
MetaContactQueryStatusEvent - Class in net.java.sip.communicator.impl.gui.main.contactlist.contactsource
The MetaContactQueryStatusEvent is triggered each time a MetaContactQuery changes its status.
MetaContactQueryStatusEvent(MetaContactQuery, int) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQueryStatusEvent
Creates a MetaContactQueryStatusEvent by specifying the source MetaContactQuery and the eventType indicating why initially this event occurred.
metaContactReceived(MetaContactQueryEvent) - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQueryListener
Indicates that a MetaContact has been received for a search in the MetaContactListService.
metaContactReceived(MetaContactQueryEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.FilterQuery
 
metaContactReceived(MetaContactQueryEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Indicates that a MetaContact has been received for a search in the MetaContactListService.
metaContactRemoved(MetaContactEvent) - Method in class net.java.sip.communicator.impl.contactlist.MclStorageManager
Removes the corresponding node from the xml document.
metaContactRemoved(MetaContactEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
 
metaContactRemoved(MetaContactEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Handles the MetaContactEvent.
metaContactRemoved(MetaContactEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Removes the corresponding contact node in the contact list, when a MetaContact has been removed from the MetaContactListService.
metaContactRemoved(MetaContactEvent) - Method in interface net.java.sip.communicator.service.contactlist.event.MetaContactListListener
Indicates that a MetaContact has been removed from the MetaContact list.
metaContactRenamed(MetaContactRenamedEvent) - Method in class net.java.sip.communicator.impl.contactlist.MclStorageManager
Changes the display name attribute of the specified meta contact node.
metaContactRenamed(MetaContactRenamedEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.MetaContactChatSession
Implements MetaContactListListener.metaContactRenamed method.
metaContactRenamed(MetaContactRenamedEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Handles the MetaContactRenamedEvent.
metaContactRenamed(MetaContactRenamedEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Refreshes the corresponding node, when a MetaContact has been renamed in the MetaContactListService.
metaContactRenamed(MetaContactRenamedEvent) - Method in interface net.java.sip.communicator.service.contactlist.event.MetaContactListListener
Indicates that a MetaContact has been modified.
MetaContactRenamedEvent - Class in net.java.sip.communicator.service.contactlist.event
Indicates that a meta contact has chaned its display name.
MetaContactRenamedEvent(MetaContact, String, String) - Constructor for class net.java.sip.communicator.service.contactlist.event.MetaContactRenamedEvent
Creates an instance of this event using the specified arguments.
MetaContactRightButtonMenu - Class in net.java.sip.communicator.impl.gui.main.contactlist
The ContactRightButtonMenu is the menu, opened when user clicks with the user could add a subcontact, remove a contact, send message, etc.
MetaContactRightButtonMenu(MetaContact) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.MetaContactRightButtonMenu
Creates an instance of ContactRightButtonMenu.
MetaGroupQueryEvent - Class in net.java.sip.communicator.impl.gui.main.contactlist.contactsource
The MetaGroupQueryEvent is triggered each time a MetaContactGroup is received as a result of a MetaContactQuery.
MetaGroupQueryEvent(MetaContactQuery, MetaContactGroup) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaGroupQueryEvent
Creates an instance of MetaGroupQueryEvent by specifying the source query this event comes from and the metaGroup this event is about.
metaGroupReceived(MetaGroupQueryEvent) - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQueryListener
Indicates that a MetaGroup has been received from a search in the MetaContactListService.
metaGroupReceived(MetaGroupQueryEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.FilterQuery
 
metaGroupReceived(MetaGroupQueryEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Indicates that a MetaGroup has been received from a search in the MetaContactListService.
MetaHistoryActivator - Class in net.java.sip.communicator.impl.metahistory
Activates the MetaHistoryService
MetaHistoryActivator() - Constructor for class net.java.sip.communicator.impl.metahistory.MetaHistoryActivator
 
MetaHistoryService - Interface in net.java.sip.communicator.service.metahistory
The Meta History Service is wrapper around the other known history services.
MetaHistoryServiceImpl - Class in net.java.sip.communicator.impl.metahistory
The Meta History Service is wrapper around the other known history services.
MetaHistoryServiceImpl() - Constructor for class net.java.sip.communicator.impl.metahistory.MetaHistoryServiceImpl
 
MetaUIContact - Class in net.java.sip.communicator.impl.gui.main.contactlist.contactsource
The MetaUIContact is the implementation of the UIContact interface for the MetaContactListService.
MetaUIContact(MetaContact) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIContact
Creates an instance of MetaUIContact by specifying the underlying MetaContact, on which it's based.
MetaUIGroup - Class in net.java.sip.communicator.impl.gui.main.contactlist.contactsource
The MetaUIGroup is the implementation of the UIGroup for the MetaContactListService.
MetaUIGroup(MetaContactGroup) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIGroup
Creates an instance of MetaUIGroup by specifying the underlying MetaContactGroup.
MethodProcessor - Interface in net.java.sip.communicator.impl.protocol.sip
Represents a processor of events with a specific method received in ProtocolProviderServiceSipImpl much like SipListener but with the addition of signaling whether the specified event was indeed handled in the processor and needs no further processing in other processors registered for the same method.
MethodProcessorAdapter - Class in net.java.sip.communicator.impl.protocol.sip
Provides a default implementation of MethodProcessor which does no processing and exists only as a convenience to extenders so that they can override the methods of interest.
MethodProcessorAdapter() - Constructor for class net.java.sip.communicator.impl.protocol.sip.MethodProcessorAdapter
 
MethodProcessorListener - Interface in net.java.sip.communicator.impl.protocol.sip
Represents a listener which gets notified by the CallPeer it is registered with about the processing of SIP signaling that the CallPeer performs.
MICROPHONE - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
 
mid - Static variable in class net.java.sip.communicator.plugin.notificationconfiguration.Utils
 
MILLIS_PER_DAY - Static variable in class net.java.sip.communicator.util.GuiUtils
Number of milliseconds in a standard day.
MILLIS_PER_HOUR - Static variable in class net.java.sip.communicator.util.GuiUtils
Number of milliseconds in a standard hour.
MILLIS_PER_MINUTE - Static variable in class net.java.sip.communicator.util.GuiUtils
Number of milliseconds in a standard minute.
MILLIS_PER_SECOND - Static variable in class net.java.sip.communicator.util.GuiUtils
Number of milliseconds in a second.
MIME_TYPE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailElement
The name of the thumbnail attribute "mime-type".
MimeUtility - Class in net.java.sip.communicator.impl.protocol.msn.mail.utils
This is a utility class providing micellaneous MIME-related functionality.
MIN - Static variable in class net.java.sip.communicator.impl.netaddr.AddressPreference
 
MIN_DYNAMIC_PAYLOAD_TYPE - Static variable in interface net.java.sip.communicator.service.neomedia.format.MediaFormat
The minimum integer that is allowed for use in dynamic payload type assignment.
MIN_GPLT - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
LT gain minimum
MIN_HEADER_ID - Static variable in class net.java.sip.communicator.service.protocol.media.DynamicRTPExtensionsRegistry
The minimum integer that is allowed for use when mapping extensions using the one-byte header.
MIN_LEVEL - Static variable in interface net.java.sip.communicator.service.neomedia.event.SimpleAudioLevelListener
The maximum (zero) level that can be reported for a participant in a conference.
MIN_LEVEL - Static variable in class net.java.sip.communicator.service.protocol.event.ConferenceMembersSoundLevelEvent
The maximum (zero) level that can be reported for a participant in a conference.
MIN_LEVEL - Static variable in class net.java.sip.communicator.service.protocol.event.SoundLevelChangeEvent
The maximum (zero) level that can be reported for a participant.
MIN_MEDIA_PORT_NUMBER_PROPERTY_NAME - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony
The name of the property that contains the minimum port number that we'd like our RTP managers to bind upon.
MIN_PORT_NUMBER - Static variable in class net.java.sip.communicator.util.NetworkUtils
The minimum int value that could correspond to a port nubmer bindable by the SIP Communicator.
MIN_PORT_NUMBER_PROPERTY_NAME - Static variable in class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
The name of the property that contains the minimum port number that we'd like our RTP managers to bind upon.
MIN_PREF - Static variable in class net.java.sip.communicator.impl.netaddr.AddressPreference
 
MIN_SAMPLE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
minimize() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Implements the ExportedWindow.minimize() method.
minimize() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.AddContactDialog
Minimizes the window.
minimize() - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Minimizes this window.
minimize() - Method in class net.java.sip.communicator.impl.gui.PopupDialogImpl
This dialog could not be minimized.
minimize() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements minimize in the UIService interface.
minimize() - Method in class net.java.sip.communicator.plugin.branding.AboutWindow
This dialog could not be minimized.
minimize() - Method in class net.java.sip.communicator.service.gui.AbstractExportedWindow
Implements ExportedWindow.minimize().
minimize() - Method in interface net.java.sip.communicator.service.gui.ExportedWindow
Minimizes the window.
minimize() - Method in interface net.java.sip.communicator.service.gui.UIService
Minimizes the main application window.
minimumLayoutSize(Container) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider.DividerLayout
 
minimumLayoutSize(Container) - Method in class net.java.sip.communicator.impl.gui.main.call.FullScreenLayout
 
minimumLayoutSize(Container) - Method in class net.java.sip.communicator.util.swing.FitLayout
 
minimumLayoutSize(Container) - Method in class net.java.sip.communicator.util.swing.VideoLayout
 
MissedCall - Class in net.java.sip.communicator.impl.gui.main.call
The MissedCall class wraps a missed call in order to provide information about the call later.
MissedCall(String, Date) - Constructor for class net.java.sip.communicator.impl.gui.main.call.MissedCall
Creates an instance of MissedCall by specifying the call name and time.
missedCallCountChanged(Collection<MissedCall>) - Method in class net.java.sip.communicator.impl.gui.main.call.CallHistoryButton
Indicates that missed calls count has changed.
missedCallCountChanged(Collection<MissedCall>) - Method in interface net.java.sip.communicator.impl.gui.main.call.MissedCallsListener
Indicates the missed calls count has changed.
MissedCallsListener - Interface in net.java.sip.communicator.impl.gui.main.call
The MissedCallsListener listens for changes in the missed calls count.
mmap(long, int, int, int, int, long) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
MOCK_SERVICE_NAME - Static variable in class net.java.sip.communicator.impl.protocol.mock.MockAccountID
 
MOCK_STATUS_00 - Static variable in class net.java.sip.communicator.impl.protocol.mock.MockStatusEnum
Indicates a status with 0 connectivity.
MOCK_STATUS_10 - Static variable in class net.java.sip.communicator.impl.protocol.mock.MockStatusEnum
Indicates a status with a connectivity index of 10.
MOCK_STATUS_100 - Static variable in class net.java.sip.communicator.impl.protocol.mock.MockStatusEnum
Indicates a status with a connectivity index of 100.
MOCK_STATUS_20 - Static variable in class net.java.sip.communicator.impl.protocol.mock.MockStatusEnum
Indicates a status with a connectivity index of 20.
MOCK_STATUS_30 - Static variable in class net.java.sip.communicator.impl.protocol.mock.MockStatusEnum
Indicates a status with a connectivity index of 30.
MOCK_STATUS_40 - Static variable in class net.java.sip.communicator.impl.protocol.mock.MockStatusEnum
Indicates a status with a connectivity index of 40.
MOCK_STATUS_50 - Static variable in class net.java.sip.communicator.impl.protocol.mock.MockStatusEnum
Indicates a status with a connectivity index of 50.
MOCK_STATUS_60 - Static variable in class net.java.sip.communicator.impl.protocol.mock.MockStatusEnum
Indicates a status with a connectivity index of 60.
MOCK_STATUS_70 - Static variable in class net.java.sip.communicator.impl.protocol.mock.MockStatusEnum
Indicates a status with a connectivity index of 70.
MOCK_STATUS_80 - Static variable in class net.java.sip.communicator.impl.protocol.mock.MockStatusEnum
Indicates a status with a connectivity index of 80.
MOCK_STATUS_90 - Static variable in class net.java.sip.communicator.impl.protocol.mock.MockStatusEnum
Indicates a status with a connectivity index of 90.
MockAccountID - Class in net.java.sip.communicator.impl.protocol.mock
A default, 1-to-1 mock implementation of the account id.
MockAccountID(String) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockAccountID
 
MockBasicInstantMessaging - Class in net.java.sip.communicator.impl.protocol.mock
Instant messaging functionality for the mock protocol.
MockBasicInstantMessaging(MockProvider, MockPersistentPresenceOperationSet) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockBasicInstantMessaging
Creates an instance of this operation set keeping a reference to the parent protocol provider and presence operation set.
MockCall - Class in net.java.sip.communicator.impl.protocol.mock
 
MockCall(MockProvider) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockCall
 
MockCallPeer - Class in net.java.sip.communicator.impl.protocol.mock
 
MockCallPeer(String, MockCall) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockCallPeer
 
MockChatRoom - Class in net.java.sip.communicator.impl.protocol.mock
 
MockChatRoom(MockProvider, MockMultiUserChat, String) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockChatRoom
Creates an instance of MockChatRoom by specifying the corresponding protocol provider, the multi user chat operation set and the room name.
MockChatRoomMember - Class in net.java.sip.communicator.impl.protocol.mock
 
MockChatRoomMember(String, ChatRoom, ChatRoomMemberRole, Contact, byte[]) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockChatRoomMember
Creates an instance of MockChatRoomMember by specifying the name of the member, the chatRoom, to which it belongs, its role in the room, the contact corresponding to it and its avatar.
MockContact - Class in net.java.sip.communicator.impl.protocol.mock
A simple, straightforward mock implementation of the Contact interface that can be manually created and used in testing a MetaContactList service
MockContact(String, MockProvider) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockContact
Creates an instance of a meta contact with the specified string used as a name and identifier.
MockContactGroup - Class in net.java.sip.communicator.impl.protocol.mock
A simple, straightforward mock implementation of the ContactGroup interface that can be manually created and filled and used in testing a MetaContactList service
MockContactGroup(String, MockProvider) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockContactGroup
Creates a MockGroup with the specified name.
MockFileTransferImpl - Class in net.java.sip.communicator.impl.protocol.mock
 
MockFileTransferImpl(Contact, File, String, int) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockFileTransferImpl
 
MockMessage - Class in net.java.sip.communicator.impl.protocol.mock
Message Impl.
MockMessage(String, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockMessage
 
MockMessage(String) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockMessage
 
MockMultiUserChat - Class in net.java.sip.communicator.impl.protocol.mock
Multiuser chat functionalities for the mock protocol.
MockMultiUserChat(MockProvider) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockMultiUserChat
Creates an instance of this operation set keeping a reference to the parent protocol provider and presence operation set.
MockOperationSetBasicTelephony - Class in net.java.sip.communicator.impl.protocol.mock
A mock implementation of a basic telephony opearation set
MockOperationSetBasicTelephony(MockProvider) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
 
MockOperationSetFileTransfer - Class in net.java.sip.communicator.impl.protocol.mock
A mock implementation of a basic telephony opearation set
MockOperationSetFileTransfer(MockProvider) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockOperationSetFileTransfer
 
MockPersistentPresenceOperationSet - Class in net.java.sip.communicator.impl.protocol.mock
A mock implementation of a persistent presence operation set containing a constant contact list and used for testing the meta contact list.
MockPersistentPresenceOperationSet(MockProvider) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
 
MockProvider - Class in net.java.sip.communicator.impl.protocol.mock
A mock protocol provider implementation that comes with a single operation set (OperationSetPersistentPresence) for use by the MetaContactListSlcik.
MockProvider(String) - Constructor for class net.java.sip.communicator.impl.protocol.mock.MockProvider
Creates an instance of this mockprovider with a supportedOperationSet-s map set to contain a single persistent presence operation set.
MockStatusEnum - Class in net.java.sip.communicator.impl.protocol.mock
An implementation of PresenceStatus that allows third parties (external to the protocol provider) to create and eventually set custom presence status intances.
mod - Static variable in class net.java.sip.communicator.plugin.notificationconfiguration.Utils
 
MODE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Number of modes for MA prediction.
mode - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
mode - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
modifyAccount(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountRegWizardContainerImpl
Opens the corresponding wizard to modify an existing account given by the protocolProvider parameter.
modifyAccount(ProtocolProviderService, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.dict.ProtocolProviderFactoryDictImpl
 
modifyAccount(ProtocolProviderService, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.gibberish.ProtocolProviderFactoryGibberishImpl
Modifies the account corresponding to the specified accountID.
modifyAccount(ProtocolProviderService, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderFactoryIcqImpl
 
modifyAccount(ProtocolProviderService, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.irc.ProtocolProviderFactoryIrcImpl
 
modifyAccount(ProtocolProviderService, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderFactoryJabberImpl
 
modifyAccount(ProtocolProviderService, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.msn.ProtocolProviderFactoryMsnImpl
 
modifyAccount(ProtocolProviderService, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolProviderFactoryRssImpl
 
modifyAccount(ProtocolProviderService, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderFactorySipImpl
Modifies the account corresponding to the specified accountID.
modifyAccount(ProtocolProviderService, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.ssh.ProtocolProviderFactorySSHImpl
 
modifyAccount(ProtocolProviderService, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ProtocolProviderFactoryYahooImpl
 
modifyAccount(ProtocolProviderService, Map<String, String>) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.ProtocolProviderFactoryZeroconfImpl
 
modifyAccount(ProtocolProviderService, Map<String, String>) - Method in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Modifies the account corresponding to the specified accountID.
modifyGroup(MetaContactGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Refreshes the given group content.
MORE_ACTIONS_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
More actions button.
MORE_ACTIONS_ROLLOVER_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
More actions button rollover state.
MORE_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The background of the main window and chat window.
motionListener - Variable in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
mouseClicked(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountList
Listens for double mouse click events in order to open the edit form.
mouseClicked(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.DialPanel
 
mouseClicked(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
When a right button click is performed in the editor pane, a popup menu is opened.
mouseClicked(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Opens the WritePanelRightButtonMenu whe user clicks with the right mouse button on the editor area.
mouseClicked(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.SmileysSelectorBox
 
mouseClicked(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.ExtendedMainToolBar
 
mouseClicked(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListUI
 
mouseClicked(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableUI
Listens for double clicks to open the chat room.
mouseClicked(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Manages a mouse click over the contact list.
mouseClicked(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFieldUI.TextFieldMouseListener
Updates the call button when the mouse was clicked.
mouseClicked(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Manages a mouse click over the contact list.
mouseClicked(MouseEvent) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI.TextFieldMouseListener
Updates the delete icon when the mouse was clicked.
mouseClicked(MouseEvent) - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
 
mouseDragged(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFieldUI.TextFieldMouseMotionListener
Updates the delete icon when the mouse is dragged over.
mouseDragged(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
 
mouseDragged(MouseEvent) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI.TextFieldMouseMotionListener
Updates the delete icon when the mouse is dragged over.
mouseEntered(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountList
 
mouseEntered(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.DialPanel
 
mouseEntered(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
 
mouseEntered(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
 
mouseEntered(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.SmileysSelectorBox
Changes the static image of the underlying smiley with a dynamic one.
mouseEntered(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.ExtendedMainToolBar
 
mouseEntered(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListUI
 
mouseEntered(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableUI
 
mouseEntered(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
 
mouseEntered(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFieldUI.TextFieldMouseListener
Updates the call button when the mouse is enters the component area.
mouseEntered(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Forwards the given mouse event to the list of original MouseListener-s.
mouseEntered(MouseEvent) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI.TextFieldMouseListener
Updates the delete icon when the mouse is enters the component area.
mouseEntered(MouseEvent) - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
 
mouseExited(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountList
 
mouseExited(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.DialPanel
 
mouseExited(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
 
mouseExited(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
 
mouseExited(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.SmileysSelectorBox
Clears all mouse over effects when the mouse has exited the smiley area.
mouseExited(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.ExtendedMainToolBar
 
mouseExited(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListUI
 
mouseExited(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableUI
 
mouseExited(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
 
mouseExited(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFieldUI.TextFieldMouseListener
Updates the call button when the mouse exits the component area.
mouseExited(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Forwards the given mouse event to the list of original MouseListener-s.
mouseExited(MouseEvent) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI.TextFieldMouseListener
Updates the delete icon when the mouse exits the component area.
mouseExited(MouseEvent) - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
 
mouseMove(int, int) - Method in interface net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteract
Generates mouseMove event.
mouseMove(int, int) - Method in class net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteractImpl
Generates mouseMove event.
mouseMoved(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFieldUI.TextFieldMouseMotionListener
Updates the delete icon when the mouse is moved over.
mouseMoved(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
 
mouseMoved(MouseEvent) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI.TextFieldMouseMotionListener
Updates the delete icon when the mouse is moved over.
mousePress(int) - Method in interface net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteract
Generates mousePress event.
mousePress(int) - Method in class net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteractImpl
Generates mousePress event.
mousePressed(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountList
Dispatches the mouse event to the contained renderer check box.
mousePressed(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.DialPanel
Handles the MouseEvent triggered when user presses one of the dial buttons.
mousePressed(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
 
mousePressed(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
 
mousePressed(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.SmileysSelectorBox
 
mousePressed(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.ExtendedMainToolBar
Handles the ActionEvent, when one of the toolbar buttons is clicked.
mousePressed(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListUI
A chat room was selected.
mousePressed(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableUI
A chat room was selected.
mousePressed(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Selects the contact or group under the right mouse click.
mousePressed(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFieldUI.TextFieldMouseListener
 
mousePressed(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
When the right mouse button is clicked on a contact cell, the cell is selected and the ContactRightButtonMenu is opened.
mousePressed(MouseEvent) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI.TextFieldMouseListener
 
mousePressed(MouseEvent) - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
Indicates that the mouse button was pressed on this component.
mouseRelease(int) - Method in interface net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteract
Generates mouseRelease event.
mouseRelease(int) - Method in class net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteractImpl
Generates mouseRelease event.
mouseReleased(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountList
 
mouseReleased(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.DialPanel
Handles the MouseEvent triggered when user releases one of the dial buttons.
mouseReleased(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel
 
mouseReleased(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
 
mouseReleased(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.SmileysSelectorBox
 
mouseReleased(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.ExtendedMainToolBar
 
mouseReleased(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListUI
 
mouseReleased(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableUI
 
mouseReleased(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
 
mouseReleased(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFieldUI.TextFieldMouseListener
 
mouseReleased(MouseEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Forwards the given mouse event to the list of original MouseListener-s.
mouseReleased(MouseEvent) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI.TextFieldMouseListener
 
mouseReleased(MouseEvent) - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
 
mouseWheel(int) - Method in interface net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteract
Generates mouseWheel event.
mouseWheel(int) - Method in class net.java.sip.communicator.impl.neomedia.imgstreaming.DesktopInteractImpl
Generates mouseWheel event.
move(int, int) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements move in the UIService interface.
move(int, boolean) - Method in class net.java.sip.communicator.impl.neomedia.EncodingConfigurationTableModel
 
move(int, boolean, boolean) - Method in class net.java.sip.communicator.impl.neomedia.ZrtpConfigureTableModel
Move a Configuration entry up or down one position.
move(int, int) - Method in interface net.java.sip.communicator.service.gui.UIService
Moves the main application window to the given coordinates.
MOVE_CONTACT_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used in the right button menu for the move contact item.
moveAwaitingAuthorizationContact(ContactIcqImpl) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
 
moveContact(Contact, MetaContactGroup) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Makes the specified contact a child of the newParentMetaGroup MetaContactGroup.
moveContact(Contact, MetaContact) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Makes the specified contact a child of the newParent MetaContact.
moveContact(ContactIcqImpl, ContactGroupIcqImpl) - Method in class net.java.sip.communicator.impl.protocol.icq.ServerStoredContactListIcqImpl
Moves the specified contact to the group indicated by newParent.
moveContact(ContactJabberImpl, ContactGroupJabberImpl) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Moves the specified contact to the group indicated by newParent.
moveContact(ContactMsnImpl, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.msn.ServerStoredContactListMsnImpl
Moves the specified contact to the group indicated by newParent.
moveContact(ContactYahooImpl, ContactGroupYahooImpl) - Method in class net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl
Moves the specified contact to the group indicated by newParent.
moveContact(Contact, MetaContact) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
Makes the specified contact a child of the newParent MetaContact.
moveContact(Contact, MetaContactGroup) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
Makes the specified contact a child of the newParent MetaContactGroup.
moveContactToGroup(Contact, MetaContactGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Moves the given srcContact to the destGroup.
moveContactToGroup(Contact, MetaContactGroup) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.MetaContactListManager
Moves the given srcContact to the destGroup.
moveContactToGroup(Contact, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Removes the specified contact from its current parent and places it under newParent.
moveContactToGroup(Contact, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Removes the specified contact from its current parent and places it under newParent.
moveContactToGroup(Contact, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Removes the specified contact from its current parent and places it under newParent.
moveContactToGroup(Contact, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Removes the specified contact from its current parent and places it under newParent.
moveContactToGroup(Contact, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.mock.MockPersistentPresenceOperationSet
Removes the specified contact from its current parent and places it under newParent.
moveContactToGroup(Contact, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Removes the specified contact from its current parent and places it under newParent.
moveContactToGroup(Contact, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Removes the specified contact from its current parent and places it under newParent.
moveContactToGroup(Contact, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Removes the specified contact from its current parent and places it under newParent.
moveContactToGroup(Contact, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Removes the specified contact from its current parent and places it under newParent.
moveContactToGroup(Contact, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
Removes the specified contact from its current parent and places it under newParent.
moveContactToGroup(Contact, ContactGroup) - Method in class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Removes the specified contact from its current parent and places it under newParent.
moveContactToGroup(Contact, ContactGroup) - Method in interface net.java.sip.communicator.service.protocol.OperationSetPersistentPresence
Removes the specified contact from its current parent and places it under newParent.
moveContactToMetaContact(Contact, MetaContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Moves the given srcContact to the destMetaContact.
moveContactToMetaContact(Contact, MetaContact) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.MetaContactListManager
Moves the given srcContact to the destMetaContact.
moveHistory(HistoryID, HistoryID) - Method in class net.java.sip.communicator.impl.history.HistoryServiceImpl
Moves the content of oldId history to the content of the newId.
moveHistory(HistoryID, HistoryID) - Method in interface net.java.sip.communicator.service.history.HistoryService
Moves the content of oldId history to the content of the newId.
moveMetaContact(MetaContact, MetaContactGroup) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactListServiceImpl
Moves the specified MetaContact to newGroup.
moveMetaContact(MetaContact, MetaContactGroup) - Method in interface net.java.sip.communicator.service.contactlist.MetaContactListService
Moves the specified MetaContact to newGroup.
moveMetaContactToGroup(MetaContact, MetaContactGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Moves the given srcContact to the destGroup.
moveMetaContactToGroup(MetaContact, MetaContactGroup) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.MetaContactListManager
Moves the given srcContact to the destGroup.
moveMetaContactToGroup(MetaContact, String) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.MetaContactListManager
Moves the given srcContact to the destGroup.
moveMetaContactToMetaContact(MetaContact, MetaContact) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Moves the given srcMetaContact to the destMetaContact.
moveMetaContactToMetaContact(MetaContact, MetaContact) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.MetaContactListManager
Moves the given srcMetaContact to the destMetaContact.
MoveSubcontactMessageDialog - Class in net.java.sip.communicator.impl.gui.main.contactlist
The MoveSubcontactMessageDialog is the the dialog shown when user tries to move a subcontact in the contact list.
MoveSubcontactMessageDialog(MainFrame, ContactListListener) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.MoveSubcontactMessageDialog
Creates an instance of MoveSubcontactMessageDialog and constructs all panels contained in this dialog.
moveWhiteboardObject(WhiteboardObject) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Sends a WhiteboardObject to modify and modifies the local WhiteboardObject
moveWhiteboardObject(WhiteboardSession, WhiteboardShape) - Method in class net.java.sip.communicator.plugin.whiteboard.WhiteboardSessionManager
Moves a WhiteboardShape from from one point to another on the board.
moveWhiteboardObject(WhiteboardObject) - Method in interface net.java.sip.communicator.service.protocol.WhiteboardSession
Sends a WhiteboardObject to modify and modifies the local WhiteboardObject
MP1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
LPC order+1.
mp2 - Static variable in class net.java.sip.communicator.plugin.notificationconfiguration.Utils
 
mp3 - Static variable in class net.java.sip.communicator.plugin.notificationconfiguration.Utils
 
MSIZE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Size of vectors for cross-correlation between 2 pulses
MSN - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
The MSN protocol.
MSN - Static variable in interface net.java.sip.communicator.service.protocol.ProtocolNames
The MSN messenger protocol.
MSN_LOGO - Static variable in class net.java.sip.communicator.plugin.msnaccregwizz.Resources
A constant pointing to the MSN protocol logo image.
MsnAccountID - Class in net.java.sip.communicator.impl.protocol.msn
The Msn implementation of a sip-communicator AccountID
MsnAccountID(String, Map<String, String>) - Constructor for class net.java.sip.communicator.impl.protocol.msn.MsnAccountID
Creates an account id from the specified id and account properties.
MsnAccountRegistration - Class in net.java.sip.communicator.plugin.msnaccregwizz
The MsnAccountRegistration is used to store all user input data through the MsnAccountRegistrationWizard.
MsnAccountRegistration() - Constructor for class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistration
 
MsnAccountRegistrationWizard - Class in net.java.sip.communicator.plugin.msnaccregwizz
The MsnAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Msn protocol.
MsnAccountRegistrationWizard(WizardContainer) - Constructor for class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Creates an instance of MsnAccountRegistrationWizard.
MsnAccRegWizzActivator - Class in net.java.sip.communicator.plugin.msnaccregwizz
Registers the MsnAccountRegistrationWizard in the UI Service.
MsnAccRegWizzActivator() - Constructor for class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccRegWizzActivator
 
MsnActivator - Class in net.java.sip.communicator.impl.protocol.msn
Loads the MSN provider factory and registers it with service in the OSGI bundle context.
MsnActivator() - Constructor for class net.java.sip.communicator.impl.protocol.msn.MsnActivator
 
MsnContactListEventListener - Interface in net.java.sip.communicator.impl.protocol.msn
Contactlist modification listener receives events for successful changing
MsnStatusEnum - Class in net.java.sip.communicator.service.protocol.msnconstants
An enumeration containing all status instances that MUST be supported by an implementation of the msn protocol.
MsnStatusEnum(int, String, byte[]) - Constructor for class net.java.sip.communicator.service.protocol.msnconstants.MsnStatusEnum
Creates a status with the specified connectivity coeff, name and icon.
msnStatusSet - Static variable in class net.java.sip.communicator.service.protocol.msnconstants.MsnStatusEnum
The minimal set of states that any implementation must support.
msnStatusToPresenceStatus(MsnUserStatus) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
Converts the specified msn status to one of the status fields of the MsnStatusEnum class.
multilineInputMap - Variable in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
munmap(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
mute(Buffer) - Static method in class net.java.sip.communicator.impl.neomedia.protocol.MutePushBufferDataSource
Replaces the media data contained in a specific Buffer with a compatible representation of silence.
MUTE_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A mute button icon.
MUTE_PROPERTY_NAME - Static variable in interface net.java.sip.communicator.service.protocol.CallPeer
The mute property name.
MUTE_STATUS_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The icon shown when the status of the call is "Mute".
MuteButton - Class in net.java.sip.communicator.impl.gui.main.call
Represents an UI means to mute the audio stream sent to an associated CallPariticant.
MuteButton(Call) - Constructor for class net.java.sip.communicator.impl.gui.main.call.MuteButton
Initializes a new MuteButton instance which is to mute the audio stream to a specific CallPeer.
MuteButton(Call, boolean, boolean) - Constructor for class net.java.sip.communicator.impl.gui.main.call.MuteButton
Initializes a new MuteButton instance which is to mute the audio stream to a specific CallPeer.
MuteDataSource - Interface in net.java.sip.communicator.impl.neomedia.protocol
All datasources that support muting functionality implement MuteDataSource.
MutePullBufferDataSource - Class in net.java.sip.communicator.impl.neomedia.protocol
Implements a PullBufferDataSource wrapper which provides mute support for the wrapped instance.
MutePullBufferDataSource(PullBufferDataSource) - Constructor for class net.java.sip.communicator.impl.neomedia.protocol.MutePullBufferDataSource
Initializes a new MutePullBufferDataSource instance which is to provide mute support for a specific PullBufferDataSource.
MutePushBufferDataSource - Class in net.java.sip.communicator.impl.neomedia.protocol
Implements a PushBufferDataSource wrapper which provides mute support for the wrapped instance.
MutePushBufferDataSource(PushBufferDataSource) - Constructor for class net.java.sip.communicator.impl.neomedia.protocol.MutePushBufferDataSource
Initializes a new MutePushBufferDataSource instance which is to provide mute support for a specific PushBufferDataSource.
MuteSessionInfoPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
Represents the mute and unmute session info types.
MuteSessionInfoPacketExtension(boolean, String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.MuteSessionInfoPacketExtension
Creates a SessionInfoPacketExtension instance corresponding to either the SessionInfoType.mute or SessionInfoType.unmute types according to the value of the mute parameter.
mycorr1(float[], int, float[], int, int, float[], int, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 

N

name - Variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo.Sender
The display name of the sender.
name - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSEntry
 
name - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.HostInfo
 
NAME - Static variable in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObject
A type string constant indicating that an object is of type object.
NAME - Static variable in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectCircle
A type string constant indicating that an object is of type circle.
NAME - Static variable in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectEllipse
A type string constant indicating that an object is of type ellipse.
NAME - Static variable in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectImage
A type string constant indicating that an object is of type circle.
NAME - Static variable in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectLine
A type string constant indicating that an object is of type line.
NAME - Static variable in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectPath
A type string constant indicating that an object is of type path.
NAME - Static variable in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectPolygon
A type string constant indicating that an object is of type polygon.
NAME - Static variable in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectPolyLine
A type string constant indicating that an object is of type polyline.
NAME - Static variable in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectRect
A type string constant indicating that an object is of type rect.
NAME - Static variable in interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectText
A type string constant indicating that an object is of type text.
name(int) - Method in class net.java.sip.communicator.util.Entities.ArrayEntityMap
Returns the name of the entity identified by the specified value.
name(int) - Method in class net.java.sip.communicator.util.Entities.BinaryEntityMap
Returns the name of the entity identified by the specified value.
name(int) - Method in interface net.java.sip.communicator.util.Entities.EntityMap
Returns the name of the entity identified by the specified value.
name(int) - Method in class net.java.sip.communicator.util.Entities.LookupEntityMap
Returns the name of the entity identified by the specified value.
name(int) - Method in class net.java.sip.communicator.util.Entities.MapIntMap
Returns the name of the entity identified by the specified value.
name(int) - Method in class net.java.sip.communicator.util.Entities.PrimitiveEntityMap
Returns the name of the entity identified by the specified value.
NAME_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ContentPacketExtension
The name of the "name" argument.
NAME_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ParameterPacketExtension
The name of the name parameter in the parameter element.
NAME_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
The name of the name SDP argument.
NAME_ATTR_VALUE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.MuteSessionInfoPacketExtension
The name of the name mute attribute.
nameLabel - Variable in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListCellRenderer
The component showing the name of the contact or group.
names - Variable in class net.java.sip.communicator.util.Entities.ArrayEntityMap
 
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.CapsPacketExtension
The name space that the Entity Capabilities elements belong to.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtensionProvider
The names XMPP space that the geolocation elements belong to.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.IceUdpTransportPacketExtension
The name of the "transport" element.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
The name space that jingle belongs to.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RawUdpTransportPacketExtension
The name of the "transport" element.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ReasonPacketExtension
The name space (or rather lack thereof ) that the reason element belongs to.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RtpDescriptionPacketExtension
The name space for RTP description elements.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.SessionInfoPacketExtension
The name space for RTP description elements.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ZrtpHashPacketExtension
The namespace for the "zrtp-hash" element.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive.KeepAliveEventProvider
 
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxIQ
The name space for new mail notification packets.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxQueryIQ
The name space for new mail notification packets.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.NewMailNotificationIQ
The name space for new mail notification packets.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.FileElement
The namespace of this IQProvider.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailElement
The names XMPP space that the thumbnail elements belong to.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailIQ
The names XMPP space that the thumbnail elements belong to.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.version.Version
 
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectPacketExtension
The names XMPP space that the white-board elements belong to.
NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardSessionPacketExtension
The names XMPP space that the white-board elements belong to.
NARROW_BAND - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JavaEncoder
Narrow band used for 8 kHz.
nasub - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
NASUB_20MS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NASUB_30MS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NASUB_MAX - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NativeScreenCapture - Class in net.java.sip.communicator.impl.neomedia.imgstreaming
This class uses native code to capture desktop screen.
NativeScreenCapture() - Constructor for class net.java.sip.communicator.impl.neomedia.imgstreaming.NativeScreenCapture
 
NB_POS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Number of positions for each pulse
NB_STEPS - Static variable in class net.java.sip.communicator.plugin.dictaccregwizz.ThreadManager
 
NC - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
LPC order / 2.
NC0 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Number of entries in first stage.
NC0_B - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Number of bits in first stage.
NC1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Number of entries in second stage.
NC1_B - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Number of bits in second stage.
NCAN1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Pre-selecting order for #1
NCAN2 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Pre-selecting order for #2
NCODE1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Codebook 1 size
NCODE1_B - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Number of Codebook-bit
NCODE2 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Codebook 2 size
NCODE2_B - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Number of Codebook-bit
NearestNeighbor(float[], float, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
NeomediaActivator - Class in net.java.sip.communicator.impl.neomedia
Implements BundleActivator for the neomedia bundle.
NeomediaActivator() - Constructor for class net.java.sip.communicator.impl.neomedia.NeomediaActivator
 
net.java.sip.communicator.impl.argdelegation - package net.java.sip.communicator.impl.argdelegation
 
net.java.sip.communicator.impl.audionotifier - package net.java.sip.communicator.impl.audionotifier
 
net.java.sip.communicator.impl.browserlauncher - package net.java.sip.communicator.impl.browserlauncher
 
net.java.sip.communicator.impl.callhistory - package net.java.sip.communicator.impl.callhistory
 
net.java.sip.communicator.impl.configuration - package net.java.sip.communicator.impl.configuration
 
net.java.sip.communicator.impl.configuration.xml - package net.java.sip.communicator.impl.configuration.xml
 
net.java.sip.communicator.impl.contactlist - package net.java.sip.communicator.impl.contactlist
 
net.java.sip.communicator.impl.credentialsstorage - package net.java.sip.communicator.impl.credentialsstorage
 
net.java.sip.communicator.impl.fileaccess - package net.java.sip.communicator.impl.fileaccess
 
net.java.sip.communicator.impl.filehistory - package net.java.sip.communicator.impl.filehistory
 
net.java.sip.communicator.impl.galagonotification - package net.java.sip.communicator.impl.galagonotification
 
net.java.sip.communicator.impl.growlnotification - package net.java.sip.communicator.impl.growlnotification
 
net.java.sip.communicator.impl.gui - package net.java.sip.communicator.impl.gui
 
net.java.sip.communicator.impl.gui.customcontrols - package net.java.sip.communicator.impl.gui.customcontrols
 
net.java.sip.communicator.impl.gui.customcontrols.events - package net.java.sip.communicator.impl.gui.customcontrols.events
 
net.java.sip.communicator.impl.gui.customcontrols.wizard - package net.java.sip.communicator.impl.gui.customcontrols.wizard
 
net.java.sip.communicator.impl.gui.event - package net.java.sip.communicator.impl.gui.event
 
net.java.sip.communicator.impl.gui.lookandfeel - package net.java.sip.communicator.impl.gui.lookandfeel
 
net.java.sip.communicator.impl.gui.main - package net.java.sip.communicator.impl.gui.main
 
net.java.sip.communicator.impl.gui.main.account - package net.java.sip.communicator.impl.gui.main.account
 
net.java.sip.communicator.impl.gui.main.authorization - package net.java.sip.communicator.impl.gui.main.authorization
 
net.java.sip.communicator.impl.gui.main.call - package net.java.sip.communicator.impl.gui.main.call
 
net.java.sip.communicator.impl.gui.main.call.conference - package net.java.sip.communicator.impl.gui.main.call.conference
 
net.java.sip.communicator.impl.gui.main.chat - package net.java.sip.communicator.impl.gui.main.chat
 
net.java.sip.communicator.impl.gui.main.chat.conference - package net.java.sip.communicator.impl.gui.main.chat.conference
 
net.java.sip.communicator.impl.gui.main.chat.filetransfer - package net.java.sip.communicator.impl.gui.main.chat.filetransfer
 
net.java.sip.communicator.impl.gui.main.chat.history - package net.java.sip.communicator.impl.gui.main.chat.history
 
net.java.sip.communicator.impl.gui.main.chat.menus - package net.java.sip.communicator.impl.gui.main.chat.menus
 
net.java.sip.communicator.impl.gui.main.chat.toolBars - package net.java.sip.communicator.impl.gui.main.chat.toolBars
 
net.java.sip.communicator.impl.gui.main.chatroomslist - package net.java.sip.communicator.impl.gui.main.chatroomslist
 
net.java.sip.communicator.impl.gui.main.chatroomslist.createforms - package net.java.sip.communicator.impl.gui.main.chatroomslist.createforms
 
net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms - package net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
 
net.java.sip.communicator.impl.gui.main.configforms - package net.java.sip.communicator.impl.gui.main.configforms
 
net.java.sip.communicator.impl.gui.main.contactlist - package net.java.sip.communicator.impl.gui.main.contactlist
 
net.java.sip.communicator.impl.gui.main.contactlist.addgroup - package net.java.sip.communicator.impl.gui.main.contactlist.addgroup
 
net.java.sip.communicator.impl.gui.main.contactlist.contactsource - package net.java.sip.communicator.impl.gui.main.contactlist.contactsource
 
net.java.sip.communicator.impl.gui.main.login - package net.java.sip.communicator.impl.gui.main.login
 
net.java.sip.communicator.impl.gui.main.menus - package net.java.sip.communicator.impl.gui.main.menus
 
net.java.sip.communicator.impl.gui.main.presence - package net.java.sip.communicator.impl.gui.main.presence
 
net.java.sip.communicator.impl.gui.main.presence.message - package net.java.sip.communicator.impl.gui.main.presence.message
 
net.java.sip.communicator.impl.gui.utils - package net.java.sip.communicator.impl.gui.utils
 
net.java.sip.communicator.impl.history - package net.java.sip.communicator.impl.history
 
net.java.sip.communicator.impl.keybindings - package net.java.sip.communicator.impl.keybindings
 
net.java.sip.communicator.impl.metahistory - package net.java.sip.communicator.impl.metahistory
 
net.java.sip.communicator.impl.msghistory - package net.java.sip.communicator.impl.msghistory
 
net.java.sip.communicator.impl.neomedia - package net.java.sip.communicator.impl.neomedia
 
net.java.sip.communicator.impl.neomedia.audiolevel - package net.java.sip.communicator.impl.neomedia.audiolevel
 
net.java.sip.communicator.impl.neomedia.codec - package net.java.sip.communicator.impl.neomedia.codec
 
net.java.sip.communicator.impl.neomedia.codec.audio - package net.java.sip.communicator.impl.neomedia.codec.audio
 
net.java.sip.communicator.impl.neomedia.codec.audio.alaw - package net.java.sip.communicator.impl.neomedia.codec.audio.alaw
 
net.java.sip.communicator.impl.neomedia.codec.audio.g729 - package net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
net.java.sip.communicator.impl.neomedia.codec.audio.ilbc - package net.java.sip.communicator.impl.neomedia.codec.audio.ilbc
 
net.java.sip.communicator.impl.neomedia.codec.audio.speex - package net.java.sip.communicator.impl.neomedia.codec.audio.speex
 
net.java.sip.communicator.impl.neomedia.codec.audio.ulaw - package net.java.sip.communicator.impl.neomedia.codec.audio.ulaw
 
net.java.sip.communicator.impl.neomedia.codec.video - package net.java.sip.communicator.impl.neomedia.codec.video
 
net.java.sip.communicator.impl.neomedia.codec.video.h264 - package net.java.sip.communicator.impl.neomedia.codec.video.h264
 
net.java.sip.communicator.impl.neomedia.conference - package net.java.sip.communicator.impl.neomedia.conference
 
net.java.sip.communicator.impl.neomedia.control - package net.java.sip.communicator.impl.neomedia.control
 
net.java.sip.communicator.impl.neomedia.device - package net.java.sip.communicator.impl.neomedia.device
 
net.java.sip.communicator.impl.neomedia.directshow - package net.java.sip.communicator.impl.neomedia.directshow
 
net.java.sip.communicator.impl.neomedia.format - package net.java.sip.communicator.impl.neomedia.format
 
net.java.sip.communicator.impl.neomedia.imgstreaming - package net.java.sip.communicator.impl.neomedia.imgstreaming
 
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol - package net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
 
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa - package net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.alsa
 
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow - package net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow
 
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.imgstreaming - package net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.imgstreaming
 
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio - package net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio
 
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime - package net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime
 
net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2 - package net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2
 
net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.audio - package net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.audio
 
net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video - package net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video
 
net.java.sip.communicator.impl.neomedia.notify - package net.java.sip.communicator.impl.neomedia.notify
 
net.java.sip.communicator.impl.neomedia.portaudio - package net.java.sip.communicator.impl.neomedia.portaudio
 
net.java.sip.communicator.impl.neomedia.protocol - package net.java.sip.communicator.impl.neomedia.protocol
 
net.java.sip.communicator.impl.neomedia.quicktime - package net.java.sip.communicator.impl.neomedia.quicktime
 
net.java.sip.communicator.impl.neomedia.transform - package net.java.sip.communicator.impl.neomedia.transform
 
net.java.sip.communicator.impl.neomedia.transform.csrc - package net.java.sip.communicator.impl.neomedia.transform.csrc
 
net.java.sip.communicator.impl.neomedia.transform.dtmf - package net.java.sip.communicator.impl.neomedia.transform.dtmf
 
net.java.sip.communicator.impl.neomedia.transform.srtp - package net.java.sip.communicator.impl.neomedia.transform.srtp
 
net.java.sip.communicator.impl.neomedia.transform.zrtp - package net.java.sip.communicator.impl.neomedia.transform.zrtp
 
net.java.sip.communicator.impl.netaddr - package net.java.sip.communicator.impl.netaddr
 
net.java.sip.communicator.impl.notification - package net.java.sip.communicator.impl.notification
 
net.java.sip.communicator.impl.osdependent - package net.java.sip.communicator.impl.osdependent
 
net.java.sip.communicator.impl.osdependent.jdic - package net.java.sip.communicator.impl.osdependent.jdic
 
net.java.sip.communicator.impl.protocol - package net.java.sip.communicator.impl.protocol
 
net.java.sip.communicator.impl.protocol.dict - package net.java.sip.communicator.impl.protocol.dict
 
net.java.sip.communicator.impl.protocol.gibberish - package net.java.sip.communicator.impl.protocol.gibberish
 
net.java.sip.communicator.impl.protocol.icq - package net.java.sip.communicator.impl.protocol.icq
 
net.java.sip.communicator.impl.protocol.irc - package net.java.sip.communicator.impl.protocol.irc
 
net.java.sip.communicator.impl.protocol.jabber - package net.java.sip.communicator.impl.protocol.jabber
 
net.java.sip.communicator.impl.protocol.jabber.extensions - package net.java.sip.communicator.impl.protocol.jabber.extensions
 
net.java.sip.communicator.impl.protocol.jabber.extensions.caps - package net.java.sip.communicator.impl.protocol.jabber.extensions.caps
 
net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation - package net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation
 
net.java.sip.communicator.impl.protocol.jabber.extensions.jingle - package net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
 
net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive - package net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive
 
net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification - package net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification
 
net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail - package net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail
 
net.java.sip.communicator.impl.protocol.jabber.extensions.version - package net.java.sip.communicator.impl.protocol.jabber.extensions.version
 
net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard - package net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard
 
net.java.sip.communicator.impl.protocol.jabber.jinglesdp - package net.java.sip.communicator.impl.protocol.jabber.jinglesdp
 
net.java.sip.communicator.impl.protocol.jabber.sasl - package net.java.sip.communicator.impl.protocol.jabber.sasl
 
net.java.sip.communicator.impl.protocol.mock - package net.java.sip.communicator.impl.protocol.mock
 
net.java.sip.communicator.impl.protocol.msn - package net.java.sip.communicator.impl.protocol.msn
 
net.java.sip.communicator.impl.protocol.msn.mail.utils - package net.java.sip.communicator.impl.protocol.msn.mail.utils
 
net.java.sip.communicator.impl.protocol.rss - package net.java.sip.communicator.impl.protocol.rss
 
net.java.sip.communicator.impl.protocol.sip - package net.java.sip.communicator.impl.protocol.sip
 
net.java.sip.communicator.impl.protocol.sip.dtmf - package net.java.sip.communicator.impl.protocol.sip.dtmf
 
net.java.sip.communicator.impl.protocol.sip.net - package net.java.sip.communicator.impl.protocol.sip.net
 
net.java.sip.communicator.impl.protocol.sip.sdp - package net.java.sip.communicator.impl.protocol.sip.sdp
 
net.java.sip.communicator.impl.protocol.sip.security - package net.java.sip.communicator.impl.protocol.sip.security
 
net.java.sip.communicator.impl.protocol.ssh - package net.java.sip.communicator.impl.protocol.ssh
 
net.java.sip.communicator.impl.protocol.yahoo - package net.java.sip.communicator.impl.protocol.yahoo
 
net.java.sip.communicator.impl.protocol.zeroconf - package net.java.sip.communicator.impl.protocol.zeroconf
 
net.java.sip.communicator.impl.protocol.zeroconf.jmdns - package net.java.sip.communicator.impl.protocol.zeroconf.jmdns
 
net.java.sip.communicator.impl.resources - package net.java.sip.communicator.impl.resources
 
net.java.sip.communicator.impl.shutdowntimeout - package net.java.sip.communicator.impl.shutdowntimeout
 
net.java.sip.communicator.impl.sparkle - package net.java.sip.communicator.impl.sparkle
 
net.java.sip.communicator.impl.swingnotification - package net.java.sip.communicator.impl.swingnotification
 
net.java.sip.communicator.launcher - package net.java.sip.communicator.launcher
 
net.java.sip.communicator.plugin.accountinfo - package net.java.sip.communicator.plugin.accountinfo
 
net.java.sip.communicator.plugin.advancedconfig - package net.java.sip.communicator.plugin.advancedconfig
 
net.java.sip.communicator.plugin.aimaccregwizz - package net.java.sip.communicator.plugin.aimaccregwizz
 
net.java.sip.communicator.plugin.branding - package net.java.sip.communicator.plugin.branding
 
net.java.sip.communicator.plugin.chatalerter - package net.java.sip.communicator.plugin.chatalerter
 
net.java.sip.communicator.plugin.contactinfo - package net.java.sip.communicator.plugin.contactinfo
 
net.java.sip.communicator.plugin.defaultresourcepack - package net.java.sip.communicator.plugin.defaultresourcepack
 
net.java.sip.communicator.plugin.dictaccregwizz - package net.java.sip.communicator.plugin.dictaccregwizz
 
net.java.sip.communicator.plugin.exampleplugin - package net.java.sip.communicator.plugin.exampleplugin
 
net.java.sip.communicator.plugin.facebookaccregwizz - package net.java.sip.communicator.plugin.facebookaccregwizz
 
net.java.sip.communicator.plugin.generalconfig - package net.java.sip.communicator.plugin.generalconfig
 
net.java.sip.communicator.plugin.generalconfig.autoaway - package net.java.sip.communicator.plugin.generalconfig.autoaway
 
net.java.sip.communicator.plugin.gibberishaccregwizz - package net.java.sip.communicator.plugin.gibberishaccregwizz
 
net.java.sip.communicator.plugin.globalproxyconfig - package net.java.sip.communicator.plugin.globalproxyconfig
 
net.java.sip.communicator.plugin.googletalkaccregwizz - package net.java.sip.communicator.plugin.googletalkaccregwizz
 
net.java.sip.communicator.plugin.icqaccregwizz - package net.java.sip.communicator.plugin.icqaccregwizz
 
net.java.sip.communicator.plugin.iptelaccregwizz - package net.java.sip.communicator.plugin.iptelaccregwizz
 
net.java.sip.communicator.plugin.ircaccregwizz - package net.java.sip.communicator.plugin.ircaccregwizz
 
net.java.sip.communicator.plugin.jabberaccregwizz - package net.java.sip.communicator.plugin.jabberaccregwizz
 
net.java.sip.communicator.plugin.keybindingchooser - package net.java.sip.communicator.plugin.keybindingchooser
 
net.java.sip.communicator.plugin.keybindingchooser.chooser - package net.java.sip.communicator.plugin.keybindingchooser.chooser
 
net.java.sip.communicator.plugin.msnaccregwizz - package net.java.sip.communicator.plugin.msnaccregwizz
 
net.java.sip.communicator.plugin.notificationconfiguration - package net.java.sip.communicator.plugin.notificationconfiguration
 
net.java.sip.communicator.plugin.otr - package net.java.sip.communicator.plugin.otr
 
net.java.sip.communicator.plugin.pluginmanager - package net.java.sip.communicator.plugin.pluginmanager
 
net.java.sip.communicator.plugin.profiler4j - package net.java.sip.communicator.plugin.profiler4j
 
net.java.sip.communicator.plugin.reconnectplugin - package net.java.sip.communicator.plugin.reconnectplugin
 
net.java.sip.communicator.plugin.rssaccregwizz - package net.java.sip.communicator.plugin.rssaccregwizz
 
net.java.sip.communicator.plugin.securityconfig - package net.java.sip.communicator.plugin.securityconfig
 
net.java.sip.communicator.plugin.securityconfig.masterpassword - package net.java.sip.communicator.plugin.securityconfig.masterpassword
 
net.java.sip.communicator.plugin.simpleaccreg - package net.java.sip.communicator.plugin.simpleaccreg
 
net.java.sip.communicator.plugin.sip2sipaccregwizz - package net.java.sip.communicator.plugin.sip2sipaccregwizz
 
net.java.sip.communicator.plugin.sipaccregwizz - package net.java.sip.communicator.plugin.sipaccregwizz
 
net.java.sip.communicator.plugin.sshaccregwizz - package net.java.sip.communicator.plugin.sshaccregwizz
 
net.java.sip.communicator.plugin.updatechecker - package net.java.sip.communicator.plugin.updatechecker
 
net.java.sip.communicator.plugin.whiteboard - package net.java.sip.communicator.plugin.whiteboard
 
net.java.sip.communicator.plugin.whiteboard.gui - package net.java.sip.communicator.plugin.whiteboard.gui
 
net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes - package net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes
 
net.java.sip.communicator.plugin.yahooaccregwizz - package net.java.sip.communicator.plugin.yahooaccregwizz
 
net.java.sip.communicator.plugin.zeroconfaccregwizz - package net.java.sip.communicator.plugin.zeroconfaccregwizz
 
net.java.sip.communicator.service.argdelegation - package net.java.sip.communicator.service.argdelegation
 
net.java.sip.communicator.service.audionotifier - package net.java.sip.communicator.service.audionotifier
 
net.java.sip.communicator.service.browserlauncher - package net.java.sip.communicator.service.browserlauncher
 
net.java.sip.communicator.service.callhistory - package net.java.sip.communicator.service.callhistory
 
net.java.sip.communicator.service.callhistory.event - package net.java.sip.communicator.service.callhistory.event
 
net.java.sip.communicator.service.configuration - package net.java.sip.communicator.service.configuration
 
net.java.sip.communicator.service.contacteventhandler - package net.java.sip.communicator.service.contacteventhandler
 
net.java.sip.communicator.service.contactlist - package net.java.sip.communicator.service.contactlist
 
net.java.sip.communicator.service.contactlist.event - package net.java.sip.communicator.service.contactlist.event
 
net.java.sip.communicator.service.contactsource - package net.java.sip.communicator.service.contactsource
 
net.java.sip.communicator.service.credentialsstorage - package net.java.sip.communicator.service.credentialsstorage
 
net.java.sip.communicator.service.desktop - package net.java.sip.communicator.service.desktop
 
net.java.sip.communicator.service.fileaccess - package net.java.sip.communicator.service.fileaccess
 
net.java.sip.communicator.service.filehistory - package net.java.sip.communicator.service.filehistory
 
net.java.sip.communicator.service.geolocation - package net.java.sip.communicator.service.geolocation
 
net.java.sip.communicator.service.geolocation.event - package net.java.sip.communicator.service.geolocation.event
 
net.java.sip.communicator.service.gui - package net.java.sip.communicator.service.gui
 
net.java.sip.communicator.service.gui.event - package net.java.sip.communicator.service.gui.event
 
net.java.sip.communicator.service.gui.internal - package net.java.sip.communicator.service.gui.internal
 
net.java.sip.communicator.service.history - package net.java.sip.communicator.service.history
 
net.java.sip.communicator.service.history.event - package net.java.sip.communicator.service.history.event
 
net.java.sip.communicator.service.history.records - package net.java.sip.communicator.service.history.records
 
net.java.sip.communicator.service.keybindings - package net.java.sip.communicator.service.keybindings
 
net.java.sip.communicator.service.metahistory - package net.java.sip.communicator.service.metahistory
 
net.java.sip.communicator.service.msghistory - package net.java.sip.communicator.service.msghistory
 
net.java.sip.communicator.service.msghistory.event - package net.java.sip.communicator.service.msghistory.event
 
net.java.sip.communicator.service.neomedia - package net.java.sip.communicator.service.neomedia
 
net.java.sip.communicator.service.neomedia.device - package net.java.sip.communicator.service.neomedia.device
 
net.java.sip.communicator.service.neomedia.event - package net.java.sip.communicator.service.neomedia.event
 
net.java.sip.communicator.service.neomedia.format - package net.java.sip.communicator.service.neomedia.format
 
net.java.sip.communicator.service.netaddr - package net.java.sip.communicator.service.netaddr
 
net.java.sip.communicator.service.netaddr.event - package net.java.sip.communicator.service.netaddr.event
 
net.java.sip.communicator.service.notification - package net.java.sip.communicator.service.notification
 
net.java.sip.communicator.service.notification.event - package net.java.sip.communicator.service.notification.event
 
net.java.sip.communicator.service.protocol - package net.java.sip.communicator.service.protocol
 
net.java.sip.communicator.service.protocol.event - package net.java.sip.communicator.service.protocol.event
 
net.java.sip.communicator.service.protocol.icqconstants - package net.java.sip.communicator.service.protocol.icqconstants
 
net.java.sip.communicator.service.protocol.jabberconstants - package net.java.sip.communicator.service.protocol.jabberconstants
 
net.java.sip.communicator.service.protocol.media - package net.java.sip.communicator.service.protocol.media
 
net.java.sip.communicator.service.protocol.msnconstants - package net.java.sip.communicator.service.protocol.msnconstants
 
net.java.sip.communicator.service.protocol.whiteboardobjects - package net.java.sip.communicator.service.protocol.whiteboardobjects
 
net.java.sip.communicator.service.protocol.yahooconstants - package net.java.sip.communicator.service.protocol.yahooconstants
 
net.java.sip.communicator.service.resources - package net.java.sip.communicator.service.resources
 
net.java.sip.communicator.service.shutdown - package net.java.sip.communicator.service.shutdown
 
net.java.sip.communicator.service.systray - package net.java.sip.communicator.service.systray
 
net.java.sip.communicator.service.systray.event - package net.java.sip.communicator.service.systray.event
 
net.java.sip.communicator.service.version - package net.java.sip.communicator.service.version
 
net.java.sip.communicator.util - package net.java.sip.communicator.util
 
net.java.sip.communicator.util.launchutils - package net.java.sip.communicator.util.launchutils
 
net.java.sip.communicator.util.swing - package net.java.sip.communicator.util.swing
 
net.java.sip.communicator.util.swing.border - package net.java.sip.communicator.util.swing.border
 
net.java.sip.communicator.util.swing.event - package net.java.sip.communicator.util.swing.event
 
net.java.sip.communicator.util.swing.plaf - package net.java.sip.communicator.util.swing.plaf
 
net.java.sip.communicator.util.xml - package net.java.sip.communicator.util.xml
 
NetaddrActivator - Class in net.java.sip.communicator.impl.netaddr
The activator manage the the bundles between OSGi framework and the Network address manager
NetaddrActivator() - Constructor for class net.java.sip.communicator.impl.netaddr.NetaddrActivator
 
NETWORK_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
The name of the "network" element.
NETWORK_FAILURE - Static variable in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveryFailedEvent
Set when delivery fails due to a failure in network communications or a transport error.
NETWORK_FAILURE - Static variable in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveryFailedEvent
Set when delivery fails due to a failure in network communications or a transport error.
NETWORK_FAILURE - Static variable in class net.java.sip.communicator.service.protocol.event.MessageDeliveryFailedEvent
Set when delivery fails due to a failure in network communications or a transport error.
NETWORK_FAILURE - Static variable in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeliveryFailedEvent
Set when delivery fails due to a failure in network communications or a transport error.
NETWORK_FAILURE - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Set when command fails due to a failure in network communications or a transport error.
NETWORK_NOTIFICATIONS - Static variable in class net.java.sip.communicator.plugin.reconnectplugin.ReconnectPluginActivator
Network notifications event type.
NetworkAddressManagerService - Interface in net.java.sip.communicator.service.netaddr
The NetworkAddressManagerService takes care of problems such as
NetworkAddressManagerServiceImpl - Class in net.java.sip.communicator.impl.netaddr
This implementation of the Network Address Manager allows you to intelligently retrieve the address of your localhost according to preferences specified in a number of properties like:
net.java.sip.communicator.STUN_SERVER_ADDRESS - the address of the stun server to use for NAT traversal
net.java.sip.communicator.STUN_SERVER_PORT - the port of the stun server to use for NAT traversal
java.net.preferIPv6Addresses - a system property specifying weather ipv6 addresses are to be preferred in address resolution (default is false for backward compatibility)
net.java.sip.communicator.common.PREFERRED_NETWORK_ADDRESS - the address that the user would like to use.
NetworkAddressManagerServiceImpl() - Constructor for class net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl
 
NetworkConfigurationChangeListener - Interface in net.java.sip.communicator.service.netaddr.event
Listens for network changes in the computer configuration.
NetworkConfigurationWatcher - Class in net.java.sip.communicator.impl.netaddr
Periodically checks the current network interfaces to track changes and fire events on those changes.
NetworkConfigurationWatcher() - Constructor for class net.java.sip.communicator.impl.netaddr.NetworkConfigurationWatcher
 
NetworkUtils - Class in net.java.sip.communicator.util
Utility methods and fields to use when working with network addresses.
NetworkUtils() - Constructor for class net.java.sip.communicator.util.NetworkUtils
 
new_speech - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.CodLd8k
 
new_speech_offset - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.CodLd8k
 
NewAccount - Class in net.java.sip.communicator.plugin.sipaccregwizz
 
NewAccount(String, char[], String, String) - Constructor for class net.java.sip.communicator.plugin.sipaccregwizz.NewAccount
Creates a new account by specifying the account user name and password.
NewAccountDialog - Class in net.java.sip.communicator.impl.gui.main.account
The NewAccountDialog is the dialog containing the form used to create a new account.
NewAccountDialog() - Constructor for class net.java.sip.communicator.impl.gui.main.account.NewAccountDialog
Creates the dialog and initializes the UI.
NewBundleDialog - Class in net.java.sip.communicator.plugin.pluginmanager
 
NewBundleDialog() - Constructor for class net.java.sip.communicator.plugin.pluginmanager.NewBundleDialog
 
NewChatRoom - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.createforms
The NewChatRoom is meant to be used from the CreateChatRoomWizard, to collect information concerning the new chat room.
NewChatRoom() - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.NewChatRoom
 
NewChatRoom - Class in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
The NewChatRoom is meant to be used from the JoinChatRoomWizard, to collect information concerning the chat room to join.
NewChatRoom() - Constructor for class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.NewChatRoom
 
newCloseRect(Rectangle) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
newConversation(IcbmService, Conversation) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl.AimIcbmListener
New conversations.
NewMailNotificationIQ - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification
A straightforward IQ extension.
NewMailNotificationIQ() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.NewMailNotificationIQ
 
NewMailNotificationProvider - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification
A straightforward implementation of an IQProvider.
NewMailNotificationProvider() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.NewMailNotificationProvider
 
newMaxRect(Rectangle) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
NewStatusMessageDialog - Class in net.java.sip.communicator.impl.gui.main.presence.message
The NewStatusMessageDialog is the dialog containing the form for changing the status message for a protocol provider.
NewStatusMessageDialog(ProtocolProviderService) - Constructor for class net.java.sip.communicator.impl.gui.main.presence.message.NewStatusMessageDialog
Creates an instance of NewStatusMessageDialog.
NewStatusMessageDialog - Class in net.java.sip.communicator.impl.osdependent
The NewStatusMessageDialog is the dialog containing the form for changing the status message.
NewStatusMessageDialog(ProtocolProviderService) - Constructor for class net.java.sip.communicator.impl.osdependent.NewStatusMessageDialog
Creates an instance of NewStatusMessageDialog.
next() - Method in class net.java.sip.communicator.impl.history.OrderedQueryResultSet
Returns the next element in the iteration.
next() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSCache.CacheNode
 
next() - Method in class net.java.sip.communicator.service.history.DefaultQueryResultSet
 
NEXT_BUTTON_ACTION_COMMAND - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
The String-based action command for the 'Next' button.
NEXT_FINISH_BUTTON_ENABLED_PROPERTY - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Property identification String for the Next button's enabled state
NEXT_FINISH_BUTTON_ICON_PROPERTY - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Property identification String for the Next button's icon
NEXT_FINISH_BUTTON_TEXT_PROPERTY - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
Property identification String for the Next button's text
NEXT_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Right flash icon.
nextRecord() - Method in class net.java.sip.communicator.impl.history.OrderedQueryResultSet
A strongly-typed variant of next().
nextRecord() - Method in class net.java.sip.communicator.service.history.DefaultQueryResultSet
 
nextRecord() - Method in interface net.java.sip.communicator.service.history.QueryResultSet
A strongly-typed variant of next().
nextStep() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.ProgressPanel
Move to the next step without updating the message
nextStep(String) - Method in class net.java.sip.communicator.plugin.dictaccregwizz.ProgressPanel
Mode to the next step with a new message
NINE_DIAL_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A dial button icon.
NO_CONFERENCE_MEMBERS - Static variable in class net.java.sip.communicator.service.protocol.AbstractCallPeer
The constant which describes an empty set of ConferenceMembers (and which can be used to reduce allocations).
no_of_bytes - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
NO_OF_BYTES_20MS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NO_OF_BYTES_30MS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
no_of_words - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
NO_OF_WORDS_20MS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NO_OF_WORDS_30MS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NO_OPTION - Static variable in interface net.java.sip.communicator.service.gui.PopupDialog
Return value from class method if NO is chosen.
NO_PASSWORD_REQUIRED - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of the property under which we store the boolean value indicating if a password is required.
NO_VALUE - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
 
nodeChanged(TreeNode) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeModel
Invoke this method after you've changed how node is to be represented in the tree.
nodeChanged(TreeNode) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Indicates that a node has been changed.
nonContributingReadCount - Variable in class net.java.sip.communicator.impl.neomedia.conference.InputStreamDesc
The number of reads of this input stream which did not return any samples.
NONE_MESSAGE_TYPE - Static variable in class net.java.sip.communicator.impl.osdependent.TrayIcon
 
NONE_MESSAGE_TYPE - Static variable in interface net.java.sip.communicator.service.systray.SystrayService
Message type is not accessible.
NOT_AT_DESK - Static variable in class net.java.sip.communicator.service.protocol.yahooconstants.YahooStatusEnum
The Not at desk status.
NOT_AT_HOME - Static variable in class net.java.sip.communicator.service.protocol.yahooconstants.YahooStatusEnum
The Not at home status.
NOT_AVAILABLE - Static variable in class net.java.sip.communicator.impl.protocol.gibberish.GibberishStatusEnum
The Not Available status.
NOT_AVAILABLE - Static variable in class net.java.sip.communicator.impl.protocol.ssh.SSHStatusEnum
The Not Available status.
NOT_AVAILABLE - Static variable in class net.java.sip.communicator.service.protocol.icqconstants.IcqStatusEnum
The Not Available ICQ status.
NOT_ENOUGH_PRIVILEGES - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Indicates that the exception was thrown, because the user doesn't have enough privileges.
NOT_FOUND - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Indicates that the user is trying to perform the current operation on a resource that does not exist.
NOT_IN_OFFICE - Static variable in class net.java.sip.communicator.service.protocol.yahooconstants.YahooStatusEnum
The Not in office status.
NotificationActionHandler - Interface in net.java.sip.communicator.service.notification
The NotificationActionHandler is the parent interface of all specific notification handlers used for handling different action types.
NotificationActionTypeEvent - Class in net.java.sip.communicator.service.notification.event
Fired any time an action type is added, removed or changed.
NotificationActionTypeEvent(NotificationService, String, String, String, NotificationActionHandler) - Constructor for class net.java.sip.communicator.service.notification.event.NotificationActionTypeEvent
Creates an instance of this event according to the specified type.
NotificationActivator - Class in net.java.sip.communicator.impl.notification
The NotificationActivator is the activator of the notification bundle.
NotificationActivator() - Constructor for class net.java.sip.communicator.impl.notification.NotificationActivator
 
NotificationChangeListener - Interface in net.java.sip.communicator.service.notification
The NotificationChangeListener is notified any time an action type or an event type is added, removed or changed.
NotificationConfigurationActivator - Class in net.java.sip.communicator.plugin.notificationconfiguration
The BundleActivator of the AudioConfiguration plugin.
NotificationConfigurationActivator() - Constructor for class net.java.sip.communicator.plugin.notificationconfiguration.NotificationConfigurationActivator
 
NotificationConfigurationPanel - Class in net.java.sip.communicator.plugin.notificationconfiguration
The UI of ConfigurationForm that would be added in the user interface configuration window.
NotificationConfigurationPanel() - Constructor for class net.java.sip.communicator.plugin.notificationconfiguration.NotificationConfigurationPanel
Creates an instance of NotificationConfigurationPanel.
NotificationEntry - Class in net.java.sip.communicator.plugin.notificationconfiguration
The NotificationsTableEntry is a class which defined the different entry in the utilitary "NotificationConfiguration" JTable.
NotificationEntry() - Constructor for class net.java.sip.communicator.plugin.notificationconfiguration.NotificationEntry
Empty class constructor.
NotificationEntry(boolean, boolean, String, boolean, boolean, String, String) - Constructor for class net.java.sip.communicator.plugin.notificationconfiguration.NotificationEntry
Class constructor with five parameters.
NotificationEventTypeEvent - Class in net.java.sip.communicator.service.notification.event
Fired any time an event type is added or removed.
NotificationEventTypeEvent(NotificationService, String, String) - Constructor for class net.java.sip.communicator.service.notification.event.NotificationEventTypeEvent
Creates an instance of this event according to the specified type.
NotificationManager - Class in net.java.sip.communicator.impl.gui.utils
 
NotificationManager() - Constructor for class net.java.sip.communicator.impl.gui.utils.NotificationManager
 
NotificationService - Interface in net.java.sip.communicator.service.notification
This service is previewed for use by bundles that implement some kind of user notification (e.g.
NotificationServiceImpl - Class in net.java.sip.communicator.impl.notification
The implementation of the NotificationService.
NotificationServiceImpl() - Constructor for class net.java.sip.communicator.impl.notification.NotificationServiceImpl
Creates an instance of NotificationServiceImpl by loading all previously saved notifications.
NotificationsTable - Class in net.java.sip.communicator.plugin.notificationconfiguration
 
NotificationsTable(Object[], String[], NotificationConfigurationPanel) - Constructor for class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
Creates an instance of the NotificationsTable.
NotificationsTable.NotificationTable - Class in net.java.sip.communicator.plugin.notificationconfiguration
Extends the JTable to make easier to use with this plug-in.
NotificationsTable.NotificationTable(TableModel, String[]) - Constructor for class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable.NotificationTable
Creates an instance of MyJTable.
notify(long, String, long, BufferedImage, String, String, int) - Static method in class net.java.sip.communicator.impl.galagonotification.GalagoNotification
Invokes org.freedesktop.Notifications.Notify through the specified DBusConnection in order to send a notification to the freedesktop.org Desktop Notifications server.
notify(EventPackageNotifier.Subscription, String, String) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageNotifier
Notifies a specific target identified by its Subscription about a specific subscription state and a specific reason for that subscription state via a NOTIFY request.
notifyAll(String, String) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageNotifier
Notifies all targets represented by the Subscriptions managed by this instance about a specific subscription state and a specific reason for that subscription state via NOTIFY requests.
notifyAll(String, String, EventPackageNotifier.SubscriptionFilter) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageNotifier
Notifies all targets represented by the Subscriptions managed by this instance which are accepted by a specific SubscriptionFilter about a specific subscription state and a specific reason for that subscription state via NOTIFY requests.
NSDictionary - Class in net.java.sip.communicator.impl.neomedia.quicktime
Represents an Objective-C NSDictionary object.
NSDictionary(long) - Constructor for class net.java.sip.communicator.impl.neomedia.quicktime.NSDictionary
Initializes a new NSDictionary instance which is to represent a specific Objective-C NSDictionary object.
NSError - Class in net.java.sip.communicator.impl.neomedia.quicktime
Represents an Objective-C NSError object.
NSError(long) - Constructor for class net.java.sip.communicator.impl.neomedia.quicktime.NSError
Initializes a new NSError instance which is to represent a specific Objective-C NSError object.
NSErrorException - Exception in net.java.sip.communicator.impl.neomedia.quicktime
Defines an Exception which reports an NSError.
NSErrorException(long) - Constructor for exception net.java.sip.communicator.impl.neomedia.quicktime.NSErrorException
Initializes a new NSErrorException instance which is to report a specific Objective-C NSError.
NSErrorException(NSError) - Constructor for exception net.java.sip.communicator.impl.neomedia.quicktime.NSErrorException
Initializes a new NSErrorException instance which is to report a specific NSError.
NSMutableDictionary - Class in net.java.sip.communicator.impl.neomedia.quicktime
Represents an Objective-C NSMutableDictionary object.
NSMutableDictionary() - Constructor for class net.java.sip.communicator.impl.neomedia.quicktime.NSMutableDictionary
Initializes a new NSMutableDictionary instance which is to represent a new Objective-C NSMutableDictionary object.
NSMutableDictionary(long) - Constructor for class net.java.sip.communicator.impl.neomedia.quicktime.NSMutableDictionary
Initializes a new NSMutableDictionary instance which is to represent a specific Objective-C NSMutableDictionary object.
NSObject - Class in net.java.sip.communicator.impl.neomedia.quicktime
Represents the root of most Objective-C class hierarchies which which objects inherit a basic interface to the runtime system and the ability to behave as Objective-C objects.
NSObject(long) - Constructor for class net.java.sip.communicator.impl.neomedia.quicktime.NSObject
Initializes a new NSObject instance which is to represent a specific Objective-C object.
nsub - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
NSUB_20MS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NSUB_30MS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NSUB_MAX - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NULL_AUTHENTICATION - Static variable in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPPolicy
Null Authentication, no authentication
NULL_ENCRYPTION - Static variable in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPPolicy
Null Cipher, does not change the content of RTP payload
numAnswers - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSIncoming
 
NV12 - Static variable in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
 

O

O_NONBLOCK - Static variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
O_RDWR - Static variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
obtainChatInstance(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicInstantMessagingJabberImpl
Returns a reference to an open chat with the specified jid if one exists or creates a new one otherwise.
obtainCredentials(String, UserCredentials) - Method in class net.java.sip.communicator.impl.gui.main.login.DefaultSecurityAuthority
Used to login to the protocol providers
obtainCredentials(String, UserCredentials, int) - Method in class net.java.sip.communicator.impl.gui.main.login.DefaultSecurityAuthority
Used to login to the protocol providers
obtainCredentials(String, UserCredentials, int) - Method in class net.java.sip.communicator.impl.gui.main.login.SecurityAuthorityImpl
Implements the SecurityAuthority.obtainCredentials method.
obtainCredentials(String, UserCredentials) - Method in class net.java.sip.communicator.impl.gui.main.login.SecurityAuthorityImpl
Implements the SecurityAuthority.obtainCredentials method.
obtainCredentials(String, UserCredentials, int) - Method in interface net.java.sip.communicator.service.protocol.SecurityAuthority
Returns a UserCredentials object associated with the specified realm, by specifying the reason of this operation.
obtainCredentials(String, UserCredentials) - Method in interface net.java.sip.communicator.service.protocol.SecurityAuthority
Returns a UserCredentials object associated with the specified realm, by specifying the reason of this operation.
obtainExtensionMapping(RTPExtension) - Method in class net.java.sip.communicator.service.protocol.media.DynamicRTPExtensionsRegistry
Returns the ID that has been allocated for extension.
obtainLocalAddress(InetAddress, int, InetAddress) - Method in class net.java.sip.communicator.impl.protocol.sip.SipStackSharing
Returns a local address to use with the specified TCP destination.
obtainPayloadTypeNumber(MediaFormat) - Method in class net.java.sip.communicator.service.protocol.media.DynamicPayloadTypeRegistry
Returns the dynamic payload type that has been allocated for format.
occupations - Static variable in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
 
OCCUPIED - Static variable in class net.java.sip.communicator.impl.protocol.gibberish.GibberishStatusEnum
An Occupied status.
OCCUPIED - Static variable in class net.java.sip.communicator.service.protocol.icqconstants.IcqStatusEnum
The Occupied ICQ status.
off - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSOutgoing
 
OFFLINE - Static variable in class net.java.sip.communicator.impl.protocol.dict.DictStatusEnum
Indicates an Offline status or status with 0 connectivity.
OFFLINE - Static variable in class net.java.sip.communicator.impl.protocol.gibberish.GibberishStatusEnum
Indicates an Offline status or status with 0 connectivity.
OFFLINE - Static variable in class net.java.sip.communicator.impl.protocol.icq.AimStatusEnum
The Offline AIM status.
OFFLINE - Static variable in class net.java.sip.communicator.impl.protocol.irc.IrcStatusEnum
Indicates an Offline status or status with 0 connectivity.
OFFLINE - Static variable in class net.java.sip.communicator.impl.protocol.rss.RssStatusEnum
Indicates an Offline status or status with 0 connectivity.
OFFLINE - Static variable in class net.java.sip.communicator.impl.protocol.sip.SipStatusEnum
Indicates an Offline status or status with 0 connectivity.
OFFLINE - Static variable in class net.java.sip.communicator.impl.protocol.ssh.SSHStatusEnum
Indicates an Offline status or status with 0 connectivity.
OFFLINE - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.ZeroconfStatusEnum
Indicates an Offline status or status with 0 connectivity.
OFFLINE - Static variable in class net.java.sip.communicator.service.protocol.icqconstants.IcqStatusEnum
The Offline ICQ status.
OFFLINE - Static variable in class net.java.sip.communicator.service.protocol.jabberconstants.JabberStatusEnum
Indicates an Offline status or status with 0 connectivity.
OFFLINE - Static variable in class net.java.sip.communicator.service.protocol.msnconstants.MsnStatusEnum
The Offline status.
OFFLINE - Static variable in class net.java.sip.communicator.service.protocol.yahooconstants.YahooStatusEnum
The Offline status.
OFFLINE_MESSAGES_NOT_SUPPORTED - Static variable in class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveryFailedEvent
Set when delivery fails because we're trying to send a message to a contact that is currently offline and the server does not support offline messages.
OFFLINE_MESSAGES_NOT_SUPPORTED - Static variable in class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveryFailedEvent
Set when delivery fails because we're trying to send a message to a contact that is currently offline and the server does not support offline messages.
OFFLINE_MESSAGES_NOT_SUPPORTED - Static variable in class net.java.sip.communicator.service.protocol.event.MessageDeliveryFailedEvent
Set when delivery fails because we're trying to send a message to a contact that is currently offline and the server does not support offline messages.
OFFLINE_MESSAGES_NOT_SUPPORTED - Static variable in class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeliveryFailedEvent
Set when delivery fails because we're trying to send a whiteboard object to a contact that is currently offline and the server does not support offline whiteboard objects.
OFFLINE_STATUS - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
Indicates that the user is disconnected.
ogg - Static variable in class net.java.sip.communicator.plugin.notificationconfiguration.Utils
 
OK_CANCEL_OPTION - Static variable in interface net.java.sip.communicator.service.gui.PopupDialog
Type used for showConfirmDialog.
OK_DONT_ASK_CODE - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.MessageDialog
Indicates that the OK button is pressed and the Don't ask check box is checked.
OK_OPTION - Static variable in class net.java.sip.communicator.impl.gui.main.chat.FontChooser
 
OK_OPTION - Static variable in interface net.java.sip.communicator.service.gui.PopupDialog
Return value form class method if OK is chosen.
OK_RETURN_CODE - Static variable in class net.java.sip.communicator.impl.gui.customcontrols.MessageDialog
Indicates that the OK button is pressed.
OK_RETURN_CODE - Static variable in class net.java.sip.communicator.impl.gui.main.authorization.RequestAuthorizationDialog
 
old_syntdenum - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
ON_HOLD - Static variable in class net.java.sip.communicator.impl.protocol.sip.ConferenceMemberSipImpl
Active signaling dialog exists between an endpoint and a focus, but endpoint is "on-hold" for this conference, i.e., he/she is neither "hearing" the conference mix nor is his/her media being mixed in the conference.
ON_HOLD_LOCALLY - Static variable in class net.java.sip.communicator.service.protocol.CallPeerState
The constant value indicating that the state of a call peer is locally put on hold.
ON_HOLD_MUTUALLY - Static variable in class net.java.sip.communicator.service.protocol.CallPeerState
The constant value indicating that the state of a call peer is mutually - locally and remotely - put on hold.
ON_HOLD_REMOTELY - Static variable in class net.java.sip.communicator.service.protocol.CallPeerState
The constant value indicating that the state of a call peer is remotely put on hold.
ON_THE_PHONE - Static variable in class net.java.sip.communicator.impl.protocol.sip.SipStatusEnum
The On the phone status.
ON_THE_PHONE - Static variable in class net.java.sip.communicator.service.protocol.msnconstants.MsnStatusEnum
The On the phone status.
ON_THE_PHONE - Static variable in class net.java.sip.communicator.service.protocol.yahooconstants.YahooStatusEnum
The On the phone status.
ON_VACATION - Static variable in class net.java.sip.communicator.service.protocol.yahooconstants.YahooStatusEnum
The On vacation status.
onAction(String, String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
This method is called whenever an ACTION is sent from a user.
onChannelInfo(String, int, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
After calling the listChannels() method in PircBot, the server will start to send us information about each channel on the server.
onClick(MouseEvent, BindingEntry, BindingEntry.Field) - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingChooser
Invoked on click.
onClick(MouseEvent, BindingEntry, BindingEntry.Field) - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingPanel
Method called upon any mouse clicks within a BindingEntry in the display.
onConnect() - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when we're connected to the IRC server.
onDeop(String, String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a user (possibly us) gets operator status taken away.
onDeVoice(String, String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a user (possibly us) gets voice status removed.
onDisconnect() - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when we're disconnected from the IRC server.
ONE_DIAL_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A dial button icon.
OneChoiceInviteDialog - Class in net.java.sip.communicator.impl.gui.utils
The invite dialog is a widget that shows a list of contacts, from which the user could pick in order to create a conference chat or call.
OneChoiceInviteDialog(String, List<MetaContact>) - Constructor for class net.java.sip.communicator.impl.gui.utils.OneChoiceInviteDialog
Constructs an OneChoiceInviteDialog, by specifying the initial list of contacts available.
OneChoiceInviteDialog(String) - Constructor for class net.java.sip.communicator.impl.gui.utils.OneChoiceInviteDialog
Constructs an OneChoiceInviteDialog.
OneToOneCallPanel - Class in net.java.sip.communicator.impl.gui.main.call
The CallPanel is the panel containing call information.
OneToOneCallPanel(CallDialog, Call, CallPeer) - Constructor for class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPanel
Creates a call panel for the corresponding call, by specifying the call type (incoming or outgoing) and the parent dialog.
OneToOneCallPeerPanel - Class in net.java.sip.communicator.impl.gui.main.call
The OneToOneCallPeerPanel is the panel containing data for a call peer in a given call.
OneToOneCallPeerPanel(CallRenderer, CallPeer) - Constructor for class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPeerPanel
Creates a CallPeerPanel for the given call peer.
onInvite(String, String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when we are invited to a channel by a user.
onJoin(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
This method is called whenever someone (possibly us) joins a channel which we are on.
onKick(String, String, String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
This method is called whenever someone (possibly us) is kicked from any of the channels that we are in.
ONLINE - Static variable in class net.java.sip.communicator.impl.protocol.dict.DictStatusEnum
The Online status.
ONLINE - Static variable in class net.java.sip.communicator.impl.protocol.gibberish.GibberishStatusEnum
The Online status.
ONLINE - Static variable in class net.java.sip.communicator.impl.protocol.icq.AimStatusEnum
The Online AIM status.
ONLINE - Static variable in class net.java.sip.communicator.impl.protocol.irc.IrcStatusEnum
The Online status.
ONLINE - Static variable in class net.java.sip.communicator.impl.protocol.rss.RssStatusEnum
The Online status.
ONLINE - Static variable in class net.java.sip.communicator.impl.protocol.sip.SipStatusEnum
The Online status.
ONLINE - Static variable in class net.java.sip.communicator.impl.protocol.ssh.SSHStatusEnum
The Online status.
ONLINE - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.ZeroconfStatusEnum
The Online status.
ONLINE - Static variable in class net.java.sip.communicator.service.protocol.icqconstants.IcqStatusEnum
The Online ICQ status.
ONLINE - Static variable in class net.java.sip.communicator.service.protocol.msnconstants.MsnStatusEnum
The Online status.
ONLINE_STATUS - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
Indicates that the user is connected and ready to communicate.
ONLINE_THRESHOLD - Static variable in class net.java.sip.communicator.service.protocol.PresenceStatus
An integer above which all values of the status coefficient indicate that a status with connectivity (communication is possible).
onMessage(String, String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Indicates that a message has arrived from the IRC stack.
onNickChange(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
This method is called whenever someone (possibly us) changes nick on any of the channels that we are on.
onNotice(String, String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
This method is called whenever we receive a notice.
onOff - Variable in class net.java.sip.communicator.impl.neomedia.ZrtpConfigureTableModel
 
onOp(String, String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a user (possibly us) gets granted operator status for a channel.
onPart(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
This method is called whenever someone (possibly us) leaves a channel which we are on.
onPrivateMessage(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Indicates that a private message has been received.
onQuit(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
This method is called whenever someone (possibly us) quits from the server.
onRemoveChannelBan(String, String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a host mask ban is removed from a channel.
onRemoveChannelKey(String, String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a channel key is removed.
onRemoveChannelLimit(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when the user limit is removed for a channel.
onRemoveInviteOnly(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a channel has 'invite only' removed.
onRemoveModerated(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a channel has moderated mode removed.
onRemoveNoExternalMessages(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a channel is set to allow messages from any user, even if they are not actually in the channel.
onRemovePrivate(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a channel is marked as not being in private mode.
onRemoveSecret(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a channel has 'secret' mode removed.
onRemoveTopicProtection(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when topic protection is removed for a channel.
onServerResponse(int, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
 
onSetChannelBan(String, String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a user (possibly us) gets banned from a channel.
onSetChannelKey(String, String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a channel key is set.
onSetChannelLimit(String, String, String, String, int) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a user limit is set for a channel.
onSetInviteOnly(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a channel is set to 'invite only' mode.
onSetModerated(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a channel is set to 'moderated' mode.
onSetNoExternalMessages(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a channel is set to only allow messages from users that are in the channel.
onSetPrivate(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a channel is marked as being in private mode.
onSetSecret(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a channel is set to be in 'secret' mode.
onSetTopicProtection(String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when topic protection is enabled for a channel.
onTopic(String, String, String, long, boolean) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
This method is called whenever a user sets the topic, or when PircBot joins a new channel and discovers its topic.
onUnknown(String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
This method is called whenever we receive a line from the server that the PircBot has not been programmed to recognize.
onUpdate(int, BindingEntry, boolean) - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingChooser
This is called upon: Component reordering (inherited functionality from BindingPanel) Visual changes to the entry Component validation
onUpdate(int, BindingEntry, boolean) - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingPanel
Method called whenever an entry is either added or shifts in the display.
onUserList(String, User[]) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
This method is called when we receive a user list from the server after joining a channel.
onVoice(String, String, String, String, String) - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Called when a user (possibly us) gets voice status granted in a channel.
open() - Method in class net.java.sip.communicator.impl.gui.main.chat.SmileysSelectorBox
Opens the smileys selector box.
open() - Method in class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelEffect
Opens this effect.
open() - Method in class net.java.sip.communicator.impl.neomedia.codec.AbstractCodecExt
 
open() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.DePacketizer
Initializes the codec.
open() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.JavaEncoder
No resources to be opened.
open() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.Packetizer
 
open() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaDecoder
 
open() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaEncoder
 
open() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JavaDecoder
Does nothing.
open() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIDecoder
Inits the codec instances.
open() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIEncoder
Inits Codec instance.
open() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.Packetizer
Open this Packetizer.
open() - Method in class net.java.sip.communicator.impl.neomedia.directshow.DSCaptureDevice
Open and initialize the capture device.
open(String, int) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
open() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Opens the PortAudio device and output stream represented by this instance which are to be used to render audio.
open() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Opens this PlugIn and acquires the resources that it needs to operate.
open() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureDevice
Attempts to give the application control over this QTCaptureDevice so that it can be used for capture.
open(File) - Method in interface net.java.sip.communicator.impl.osdependent.Desktop.DesktopPeer
 
open(File) - Method in class net.java.sip.communicator.impl.osdependent.DesktopServiceImpl
Invokes the default desktop open method.
open(File) - Method in interface net.java.sip.communicator.service.desktop.DesktopService
Launches the associated application to open the file.
OPEN_INTERNET - Static variable in class net.java.sip.communicator.impl.netaddr.StunDiscoveryReport
Means, there's no NAT or firewall.
openCallDialog(Call) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Opens a call dialog.
openCallTransferDialog(CallPeer) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Opens a call transfer dialog to transfer the given peer.
openChat(ChatPanel, boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Opens the specified ChatPanel and optinally brings it to the front.
openChatForSelection() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableUI
Opens the currently selected chat.
openConnection(URL) - Method in class net.java.sip.communicator.impl.protocol.msn.ReferenceURLStreamHandlerService
Implements AbstractURLStreamHandlerService#openConnection(URL).
OPENED_GROUP - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used for opened groups.
openFile(File) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationComponent
Opens the given file through the DesktopService.
openFileButton - Variable in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
 
openFolderButton - Variable in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
 
openGroup() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.CListKeySearchListener
Opens a group when it's closed.
openGroup(MetaContactGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel
Opens the given group by showing all containing contacts.
openOrCloseGroup() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.CListKeySearchListener
Opens or closes a group depending the state.
openURL(String) - Method in class net.java.sip.communicator.impl.browserlauncher.BrowserLauncherImpl
Tries to open the specified URL in a browser.
openURL(String) - Method in class net.java.sip.communicator.launcher.BrowserLauncher
 
openURL(String) - Method in interface net.java.sip.communicator.service.browserlauncher.BrowserLauncherService
Tries to open the specified URL in a browser.
OPERATION_CANCELED - Static variable in exception net.java.sip.communicator.service.protocol.OperationFailedException
Indicates that the operation has been canceled by the user.
OperationFailedException - Exception in net.java.sip.communicator.service.protocol
OperationFailedException indicates an exception that occurred in the API.
OperationFailedException(String, int) - Constructor for exception net.java.sip.communicator.service.protocol.OperationFailedException
Creates an exception with the specified error message and error code.
OperationFailedException(String, int, Throwable) - Constructor for exception net.java.sip.communicator.service.protocol.OperationFailedException
Creates an exception with the specified message, errorCode and cause.
OperationNotSupportedException - Exception in net.java.sip.communicator.service.protocol
The OperationNotSupportedException is used by telephony providers as an indication that a requested operation is not supported or implemented.
OperationNotSupportedException() - Constructor for exception net.java.sip.communicator.service.protocol.OperationNotSupportedException
Initializes a new OperationNotSupportedException instance which does not give a human-readable explanation why the operation is not supported.
OperationNotSupportedException(String) - Constructor for exception net.java.sip.communicator.service.protocol.OperationNotSupportedException
Creates an OperationNotSupportedException instance with the specified reason phrase.
OperationSet - Interface in net.java.sip.communicator.service.protocol
 
OperationSetAdHocMultiUserChat - Interface in net.java.sip.communicator.service.protocol
Allows creating, configuring, joining and administering of individual text-based ad-hoc conference rooms.
OperationSetAdHocMultiUserChatIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
A ICQ implementation of the ad-hoc multi user chat operation set.
OperationSetAdHocMultiUserChatIcqImpl(ProtocolProviderServiceIcqImpl) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetAdHocMultiUserChatIcqImpl
Instantiates the user operation set with a currently valid instance of the Icq protocol provider.
OperationSetAdHocMultiUserChatMsnImpl - Class in net.java.sip.communicator.impl.protocol.msn
A MSN implementation of the ad-hoc multi user chat operation set.
OperationSetAdHocMultiUserChatMsnImpl(ProtocolProviderServiceMsnImpl) - Constructor for class net.java.sip.communicator.impl.protocol.msn.OperationSetAdHocMultiUserChatMsnImpl
Creates an OperationSetAdHocMultiUserChatMsnImpl by specifying the parent provider.
OperationSetAdHocMultiUserChatYahooImpl - Class in net.java.sip.communicator.impl.protocol.yahoo
A Yahoo implementation of the ad-hoc multi user chat operation set.
OperationSetAdHocMultiUserChatYahooImpl(ProtocolProviderServiceYahooImpl) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.OperationSetAdHocMultiUserChatYahooImpl
Instantiates the user operation set with a currently valid instance of the Yahoo protocol provider.
OperationSetAdvancedTelephony<T extends ProtocolProviderService> - Interface in net.java.sip.communicator.service.protocol
Extends OperationSetBasicTelephony with advanced telephony operations such as call transfer.
OperationSetAvatar - Interface in net.java.sip.communicator.service.protocol
This interface is an extension of the operation set, meant to be implemented by protocols that support user avatar.
OperationSetAvatarJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
A simple implementation of the OperationSetAvatar interface for the jabber protocol.
OperationSetAvatarJabberImpl(ProtocolProviderServiceJabberImpl, OperationSetServerStoredAccountInfo) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetAvatarJabberImpl
 
OperationSetBasicInstantMessaging - Interface in net.java.sip.communicator.service.protocol
Provides basic functionality for sending and receiving InstantMessages.
OperationSetBasicInstantMessagingDictImpl - Class in net.java.sip.communicator.impl.protocol.dict
Instant messaging functionalities for the Dict protocol.
OperationSetBasicInstantMessagingDictImpl(ProtocolProviderServiceDictImpl, OperationSetPersistentPresenceDictImpl) - Constructor for class net.java.sip.communicator.impl.protocol.dict.OperationSetBasicInstantMessagingDictImpl
Creates an instance of this operation set keeping a reference to the parent protocol provider and presence operation set.
OperationSetBasicInstantMessagingGibberishImpl - Class in net.java.sip.communicator.impl.protocol.gibberish
Instant messaging functionalites for the Gibberish protocol.
OperationSetBasicInstantMessagingGibberishImpl(ProtocolProviderServiceGibberishImpl, OperationSetPersistentPresenceGibberishImpl) - Constructor for class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicInstantMessagingGibberishImpl
Creates an instance of this operation set keeping a reference to the parent protocol provider and presence operation set.
OperationSetBasicInstantMessagingIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
A straightforward implementation of the basic instant messaging operation set.
OperationSetBasicInstantMessagingIcqImpl(ProtocolProviderServiceIcqImpl) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetBasicInstantMessagingIcqImpl
Creates an instance of this operation set.
OperationSetBasicInstantMessagingJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
A straightforward implementation of the basic instant messaging operation set.
OperationSetBasicInstantMessagingJabberImpl(ProtocolProviderServiceJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicInstantMessagingJabberImpl
Creates an instance of this operation set.
OperationSetBasicInstantMessagingMsnImpl - Class in net.java.sip.communicator.impl.protocol.msn
A straightforward implementation of the basic instant messaging operation set.
OperationSetBasicInstantMessagingMsnImpl(ProtocolProviderServiceMsnImpl) - Constructor for class net.java.sip.communicator.impl.protocol.msn.OperationSetBasicInstantMessagingMsnImpl
Creates an instance of this operation set.
OperationSetBasicInstantMessagingRssImpl - Class in net.java.sip.communicator.impl.protocol.rss
Instant messaging functionalities for the RSS protocol.
OperationSetBasicInstantMessagingRssImpl(ProtocolProviderServiceRssImpl, OperationSetPersistentPresenceRssImpl) - Constructor for class net.java.sip.communicator.impl.protocol.rss.OperationSetBasicInstantMessagingRssImpl
Creates an instance of this operation set keeping a reference to the parent protocol provider and presence operation set.
OperationSetBasicInstantMessagingSipImpl - Class in net.java.sip.communicator.impl.protocol.sip
A straightforward implementation of the basic instant messaging operation set.
OperationSetBasicInstantMessagingSipImpl(ProtocolProviderServiceSipImpl) - Constructor for class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicInstantMessagingSipImpl
Creates an instance of this operation set.
OperationSetBasicInstantMessagingSSHImpl - Class in net.java.sip.communicator.impl.protocol.ssh
Instant messaging functionality for the SSH protocol.
OperationSetBasicInstantMessagingSSHImpl(ProtocolProviderServiceSSHImpl) - Constructor for class net.java.sip.communicator.impl.protocol.ssh.OperationSetBasicInstantMessagingSSHImpl
Creates an instance of this operation set keeping a reference to the parent protocol provider and presence operation set.
OperationSetBasicInstantMessagingYahooImpl - Class in net.java.sip.communicator.impl.protocol.yahoo
A straightforward implementation of the basic instant messaging operation set.
OperationSetBasicInstantMessagingYahooImpl(ProtocolProviderServiceYahooImpl) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.OperationSetBasicInstantMessagingYahooImpl
Creates an instance of this operation set.
OperationSetBasicInstantMessagingZeroconfImpl - Class in net.java.sip.communicator.impl.protocol.zeroconf
Instant messaging functionalities for the Zeroconf protocol.
OperationSetBasicInstantMessagingZeroconfImpl(ProtocolProviderServiceZeroconfImpl, OperationSetPersistentPresenceZeroconfImpl) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetBasicInstantMessagingZeroconfImpl
Creates an instance of this operation set keeping a reference to the parent protocol provider and presence operation set.
OperationSetBasicTelephony<T extends ProtocolProviderService> - Interface in net.java.sip.communicator.service.protocol
An Operation Set defining all basic telephony operations such as conducting simple calls and etc.
OperationSetBasicTelephonyGibberishImpl - Class in net.java.sip.communicator.impl.protocol.gibberish
A Gibberish implementation of a basic telephony operation set.
OperationSetBasicTelephonyGibberishImpl(ProtocolProviderServiceGibberishImpl) - Constructor for class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicTelephonyGibberishImpl
Creates an instance of OperationSetBasicTelephonyGibberishImpl by specifying the corresponding protocolProvider
OperationSetBasicTelephonyJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
Implements all call management logic and exports basic telephony support by implementing OperationSetBasicTelephony.
OperationSetBasicTelephonyJabberImpl(ProtocolProviderServiceJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Creates a new instance.
OperationSetBasicTelephonySipImpl - Class in net.java.sip.communicator.impl.protocol.sip
Implements all call management logic and exports basic telephony support by implementing OperationSetBasicTelephony.
OperationSetBasicTelephonySipImpl(ProtocolProviderServiceSipImpl) - Constructor for class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Creates a new instance and adds itself as an INVITE method handler in the creating protocolProvider.
OperationSetCallTransfer - Interface in net.java.sip.communicator.service.protocol
An OperationSet defining operations that allow transferring calls to a new location.
OperationSetContactCapabilities - Interface in net.java.sip.communicator.service.protocol
Represents an OperationSet to query the OperationSets supported for a specific Contact.
OperationSetContactCapabilitiesJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
Represents an OperationSet to query the OperationSets supported for a specific Jabber Contact.
OperationSetContactCapabilitiesJabberImpl(ProtocolProviderServiceJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetContactCapabilitiesJabberImpl
Initializes a new OperationSetContactCapabilitiesJabberImpl instance which is to be provided by a specific ProtocolProviderServiceJabberImpl.
OperationSetDesktopStreaming - Interface in net.java.sip.communicator.service.protocol
Represents an OperationSet giving access to desktop streaming specific functionality.
OperationSetDesktopStreamingSipImpl - Class in net.java.sip.communicator.impl.protocol.sip
Implements all desktop streaming related functions.
OperationSetDesktopStreamingSipImpl(ProtocolProviderServiceSipImpl, OperationSetBasicTelephonySipImpl) - Constructor for class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopStreamingSipImpl
Initializes a new OperationSetDesktopStreamingSipImpl instance which builds upon the telephony-related functionality of a specific OperationSetBasicTelephonySipImpl.
OperationSetDTMF - Interface in net.java.sip.communicator.service.protocol
An OperationSet that allows other modules to send DMF tones through this protocol provider.
OperationSetDTMFSipImpl - Class in net.java.sip.communicator.impl.protocol.sip
Class responsible for sending a DTMF Tone using SIP INFO or using rfc4733.
OperationSetDTMFSipImpl(ProtocolProviderServiceSipImpl) - Constructor for class net.java.sip.communicator.impl.protocol.sip.OperationSetDTMFSipImpl
Constructor.
OperationSetExtendedAuthorizations - Interface in net.java.sip.communicator.service.protocol
Contains methods that would allow service users to re-request authorizations to add a contact to their contact list or, send them an authorization before having been asked.
OperationSetExtendedAuthorizationsIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
Contains methods that would allow service users to re-request authorizations to add a contact to their contact list or, send them an authorization before having been asked.
OperationSetExtendedAuthorizationsIcqImpl(ProtocolProviderServiceIcqImpl) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetExtendedAuthorizationsIcqImpl
Creates a new instance of OperationSetExtendedAuthorizationsIcqImpl
OperationSetFileTransfer - Interface in net.java.sip.communicator.service.protocol
The File Transfer Operation Set provides an interface towards those functions of a given protocol, that allow transferring files among users.
OperationSetFileTransferIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
The ICQ protocol filetransfer OperationSet.
OperationSetFileTransferIcqImpl(ProtocolProviderServiceIcqImpl) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetFileTransferIcqImpl
Create a new FileTransfer OperationSet over the specified Icq provider
OperationSetFileTransferJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
The Jabber implementation of the OperationSetFileTransfer interface.
OperationSetFileTransferJabberImpl(ProtocolProviderServiceJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetFileTransferJabberImpl
Constructor
OperationSetFileTransferJabberImpl.FileTransferProgressThread - Class in net.java.sip.communicator.impl.protocol.jabber
Updates file transfer progress and status while sending or receiving a file.
OperationSetFileTransferJabberImpl.FileTransferProgressThread(FileTransfer, AbstractFileTransfer, long) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetFileTransferJabberImpl.FileTransferProgressThread
 
OperationSetFileTransferJabberImpl.FileTransferProgressThread(FileTransfer, AbstractFileTransfer) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetFileTransferJabberImpl.FileTransferProgressThread
 
OperationSetFileTransferMsnImpl - Class in net.java.sip.communicator.impl.protocol.msn
The Msn protocol filetransfer OperationSet.
OperationSetFileTransferMsnImpl(ProtocolProviderServiceMsnImpl) - Constructor for class net.java.sip.communicator.impl.protocol.msn.OperationSetFileTransferMsnImpl
Create a new FileTransfer OperationSet over the specified Msn provider
OperationSetFileTransferSSHImpl - Class in net.java.sip.communicator.impl.protocol.ssh
This class provides operations to upload/download files to remote machines
OperationSetFileTransferSSHImpl(ProtocolProviderServiceSSHImpl) - Constructor for class net.java.sip.communicator.impl.protocol.ssh.OperationSetFileTransferSSHImpl
Creates a new instance of OperationSetFileTransferSSHImpl
OperationSetFileTransferYahooImpl - Class in net.java.sip.communicator.impl.protocol.yahoo
The Yahoo protocol filetransfer OperationSet.
OperationSetFileTransferYahooImpl(ProtocolProviderServiceYahooImpl) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.OperationSetFileTransferYahooImpl
Constructor
OperationSetGeolocation - Interface in net.java.sip.communicator.service.protocol
This interface is an extension of the operation set, meant to be implemented by protocols that support exchange of geolocation details (like Jabber for example).
OperationSetGeolocationJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
The Jabber implementation of an OperationSetGeolocation done with the XEP-0080: User Geolocation.
OperationSetGeolocationJabberImpl(ProtocolProviderServiceJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetGeolocationJabberImpl
Constuctor
OperationSetInstantMessageFiltering - Interface in net.java.sip.communicator.service.protocol
 
OperationSetInstantMessageTransform - Interface in net.java.sip.communicator.service.protocol
The Instant Message Transform operation set allows, when \ supported to insert message transform layers that could change incoming messages before they are delivered to the user and outgoing ones before they reach the protocol stack and get sent.
OperationSetInstantMessageTransformImpl - Class in net.java.sip.communicator.service.protocol
 
OperationSetInstantMessageTransformImpl() - Constructor for class net.java.sip.communicator.service.protocol.OperationSetInstantMessageTransformImpl
 
OperationSetMultiUserChat - Interface in net.java.sip.communicator.service.protocol
Allows creating, configuring, joining and administering of individual text-based conference rooms.
OperationSetMultiUserChatIrcImpl - Class in net.java.sip.communicator.impl.protocol.irc
Allows creating, configuring, joining and administering of individual text-based conference rooms.
OperationSetMultiUserChatIrcImpl(ProtocolProviderServiceIrcImpl) - Constructor for class net.java.sip.communicator.impl.protocol.irc.OperationSetMultiUserChatIrcImpl
Instantiates the user operation set with a currently valid instance of the irc protocol provider.
OperationSetMultiUserChatJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
A jabber implementation of the multi user chat operation set.
OperationSetMultiUserChatJabberImpl(ProtocolProviderServiceJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetMultiUserChatJabberImpl
Instantiates the user operation set with a currently valid instance of the Jabber protocol provider.
OperationSetPersistentPresence - Interface in net.java.sip.communicator.service.protocol
This interface is an extension of the presence operation set, meant to be implemented by protocols that support server stored contact lists (like icq for example).
OperationSetPersistentPresenceDictImpl - Class in net.java.sip.communicator.impl.protocol.dict
A Dict implementation of a persistent presence operation set.
OperationSetPersistentPresenceDictImpl(ProtocolProviderServiceDictImpl) - Constructor for class net.java.sip.communicator.impl.protocol.dict.OperationSetPersistentPresenceDictImpl
Creates an instance of this operation set keeping a reference to the specified parent provider.
OperationSetPersistentPresenceGibberishImpl - Class in net.java.sip.communicator.impl.protocol.gibberish
A Gibberish implementation of a persistent presence operation set.
OperationSetPersistentPresenceGibberishImpl(ProtocolProviderServiceGibberishImpl) - Constructor for class net.java.sip.communicator.impl.protocol.gibberish.OperationSetPersistentPresenceGibberishImpl
Creates an instance of this operation set keeping a reference to the specified parent provider.
OperationSetPersistentPresenceIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
The ICQ implementation of a Persistent Presence Operation set.
OperationSetPersistentPresenceIcqImpl(ProtocolProviderServiceIcqImpl, String) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetPersistentPresenceIcqImpl
Creates a new Presence OperationSet over the specified icq provider.
OperationSetPersistentPresenceJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
The Jabber implementation of a Persistent Presence Operation set.
OperationSetPersistentPresenceJabberImpl(ProtocolProviderServiceJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetPersistentPresenceJabberImpl
Creates the OperationSet.
OperationSetPersistentPresenceMsnImpl - Class in net.java.sip.communicator.impl.protocol.msn
The Msn implementation of a Persistent Presence Operation set.
OperationSetPersistentPresenceMsnImpl(ProtocolProviderServiceMsnImpl) - Constructor for class net.java.sip.communicator.impl.protocol.msn.OperationSetPersistentPresenceMsnImpl
 
OperationSetPersistentPresenceRssImpl - Class in net.java.sip.communicator.impl.protocol.rss
A RSS implementation of a persistent presence operation set.
OperationSetPersistentPresenceRssImpl(ProtocolProviderServiceRssImpl) - Constructor for class net.java.sip.communicator.impl.protocol.rss.OperationSetPersistentPresenceRssImpl
Creates an instance of this operation set keeping a reference to the specified parent provider.
OperationSetPersistentPresenceSSHImpl - Class in net.java.sip.communicator.impl.protocol.ssh
A SSH implementation of a persistent presence operation set.
OperationSetPersistentPresenceSSHImpl(ProtocolProviderServiceSSHImpl) - Constructor for class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Creates an instance of this operation set keeping a reference to the specified parent provider.
OperationSetPersistentPresenceYahooImpl - Class in net.java.sip.communicator.impl.protocol.yahoo
The Yahoo implementation of a Persistent Presence Operation set.
OperationSetPersistentPresenceYahooImpl(ProtocolProviderServiceYahooImpl) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.OperationSetPersistentPresenceYahooImpl
 
OperationSetPersistentPresenceZeroconfImpl - Class in net.java.sip.communicator.impl.protocol.zeroconf
A Zeroconf implementation of a persistent presence operation set.
OperationSetPersistentPresenceZeroconfImpl(ProtocolProviderServiceZeroconfImpl) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetPersistentPresenceZeroconfImpl
Creates an instance of this operation set keeping a reference to the specified parent provider.
OperationSetPresence - Interface in net.java.sip.communicator.service.protocol
OperationSetPresence offers methods that allow managing the presence status of the provider, and subscribing to that of our buddies (i.e.
OperationSetPresenceSipImpl - Class in net.java.sip.communicator.impl.protocol.sip
Sip presence implementation (SIMPLE).
OperationSetPresenceSipImpl(ProtocolProviderServiceSipImpl, boolean, boolean, int, int) - Constructor for class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Creates an instance of this operation set keeping a reference to the specified parent provider.
OperationSetSecureTelephony - Interface in net.java.sip.communicator.service.protocol
An Operation Set defining the encryption operations for telephony.
OperationSetServerStoredAccountInfo - Interface in net.java.sip.communicator.service.protocol
The Account Info Operation set is a means of accessing and modifying detailed information on the user/account that is currently logged in through this provider.
OperationSetServerStoredAccountInfoIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
 
OperationSetServerStoredAccountInfoIcqImpl(InfoRetreiver, String, ProtocolProviderServiceIcqImpl) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
Creates instance of OperationSetServerStoredAccountInfo for icq protocol.
OperationSetServerStoredAccountInfoIcqImpl.InterestDetail - Class in net.java.sip.communicator.impl.protocol.icq
User interests
OperationSetServerStoredAccountInfoIcqImpl.InterestDetail(String, String) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl.InterestDetail
 
OperationSetServerStoredAccountInfoIcqImpl.NotesDetail - Class in net.java.sip.communicator.impl.protocol.icq
User notes
OperationSetServerStoredAccountInfoIcqImpl.NotesDetail(String) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl.NotesDetail
 
OperationSetServerStoredAccountInfoIcqImpl.OriginCityDetail - Class in net.java.sip.communicator.impl.protocol.icq
Origin City of user
OperationSetServerStoredAccountInfoIcqImpl.OriginCityDetail(String) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl.OriginCityDetail
 
OperationSetServerStoredAccountInfoIcqImpl.OriginCountryDetail - Class in net.java.sip.communicator.impl.protocol.icq
Origin country Code of user
OperationSetServerStoredAccountInfoIcqImpl.OriginCountryDetail(Locale) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl.OriginCountryDetail
 
OperationSetServerStoredAccountInfoIcqImpl.OriginPostalCodeDetail - Class in net.java.sip.communicator.impl.protocol.icq
Origin Postal Code of user
OperationSetServerStoredAccountInfoIcqImpl.OriginPostalCodeDetail(String) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl.OriginPostalCodeDetail
 
OperationSetServerStoredAccountInfoIcqImpl.OriginProvinceDetail - Class in net.java.sip.communicator.impl.protocol.icq
Origin Province of User
OperationSetServerStoredAccountInfoIcqImpl.OriginProvinceDetail(String) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl.OriginProvinceDetail
 
OperationSetServerStoredAccountInfoIcqImpl.WorkDepartmentNameDetail - Class in net.java.sip.communicator.impl.protocol.icq
Work department
OperationSetServerStoredAccountInfoIcqImpl.WorkDepartmentNameDetail(String) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl.WorkDepartmentNameDetail
 
OperationSetServerStoredAccountInfoIcqImpl.WorkFaxDetail - Class in net.java.sip.communicator.impl.protocol.icq
Fax at work
OperationSetServerStoredAccountInfoIcqImpl.WorkFaxDetail(String) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl.WorkFaxDetail
 
OperationSetServerStoredAccountInfoIcqImpl.WorkOcupationDetail - Class in net.java.sip.communicator.impl.protocol.icq
User ocupation at work
OperationSetServerStoredAccountInfoIcqImpl.WorkOcupationDetail(String) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl.WorkOcupationDetail
 
OperationSetServerStoredAccountInfoIcqImpl.WorkPositionNameDetail - Class in net.java.sip.communicator.impl.protocol.icq
User position name at work
OperationSetServerStoredAccountInfoIcqImpl.WorkPositionNameDetail(String) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl.WorkPositionNameDetail
 
OperationSetServerStoredAccountInfoJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
 
OperationSetServerStoredAccountInfoJabberImpl(ProtocolProviderServiceJabberImpl, InfoRetreiver, String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetServerStoredAccountInfoJabberImpl
 
OperationSetServerStoredContactInfo - Interface in net.java.sip.communicator.service.protocol
The User Info Operation set is a means of accessing detailed information of Contacts that have made it available on-line (on a protocol server, p2p net or others).
OperationSetServerStoredContactInfoIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
 
OperationSetServerStoredContactInfoIcqImpl(InfoRetreiver, ProtocolProviderServiceIcqImpl) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredContactInfoIcqImpl
 
OperationSetServerStoredContactInfoJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
 
OperationSetServerStoredContactInfoJabberImpl(InfoRetreiver) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetServerStoredContactInfoJabberImpl
 
OperationSetSmsMessaging - Interface in net.java.sip.communicator.service.protocol
Provides basic functionality for sending and receiving SMS Messages.
OperationSetTelephonyConferencing - Interface in net.java.sip.communicator.service.protocol
Provides operations necessary to create and handle conferencing calls.
OperationSetTelephonyConferencingGibberishImpl - Class in net.java.sip.communicator.impl.protocol.gibberish
A basic implementation of the OperationSetTelephonyConferencing for the Gibberish protocol (used for test purposes).
OperationSetTelephonyConferencingGibberishImpl(ProtocolProviderServiceGibberishImpl, OperationSetBasicTelephonyGibberishImpl) - Constructor for class net.java.sip.communicator.impl.protocol.gibberish.OperationSetTelephonyConferencingGibberishImpl
Creates an OperationSetTelephonyConferencingGibberishImpl by specifying the protocol provider and the according telephonyOpSet.
OperationSetTelephonyConferencingSipImpl - Class in net.java.sip.communicator.impl.protocol.sip
Implements OperationSetTelephonyConferencing for SIP.
OperationSetTelephonyConferencingSipImpl(ProtocolProviderServiceSipImpl) - Constructor for class net.java.sip.communicator.impl.protocol.sip.OperationSetTelephonyConferencingSipImpl
Initializes a new OperationSetTelephonyConferencingSipImpl instance which is to provide telephony conferencing services for the specified SIP ProtocolProviderService implementation.
OperationSetThumbnailedFileFactory - Interface in net.java.sip.communicator.service.protocol
The OperationSetThumbnailedFileFactory is meant to be used by bundles interested in making files with thumbnails.
OperationSetThumbnailedFileFactoryImpl - Class in net.java.sip.communicator.impl.protocol.jabber
The OperationSetThumbnailedFileFactory is meant to be used by bundles interested in making files with thumbnails.
OperationSetThumbnailedFileFactoryImpl() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetThumbnailedFileFactoryImpl
 
OperationSetTypingNotifications - Interface in net.java.sip.communicator.service.protocol
The operation set allows user bundles (e.g.
OperationSetTypingNotificationsGibberishImpl - Class in net.java.sip.communicator.impl.protocol.gibberish
Implements typing notifications for the Gibberish protocol.
OperationSetTypingNotificationsGibberishImpl(ProtocolProviderServiceGibberishImpl, OperationSetPersistentPresenceGibberishImpl) - Constructor for class net.java.sip.communicator.impl.protocol.gibberish.OperationSetTypingNotificationsGibberishImpl
Creates a new instance of this operation set and keeps the parent provider as a reference.
OperationSetTypingNotificationsIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
Maps SIP Communicator typing notifications to those going and coming from joust sim.
OperationSetTypingNotificationsIcqImpl(ProtocolProviderServiceIcqImpl) - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetTypingNotificationsIcqImpl
 
OperationSetTypingNotificationsJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
Maps SIP Communicator typing notifications to those going and coming from smack lib.
OperationSetTypingNotificationsJabberImpl(ProtocolProviderServiceJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetTypingNotificationsJabberImpl
 
OperationSetTypingNotificationsMsnImpl - Class in net.java.sip.communicator.impl.protocol.msn
Maps SIP Communicator typing notifications to those going and coming from smack lib.
OperationSetTypingNotificationsMsnImpl(ProtocolProviderServiceMsnImpl) - Constructor for class net.java.sip.communicator.impl.protocol.msn.OperationSetTypingNotificationsMsnImpl
 
OperationSetTypingNotificationsSipImpl - Class in net.java.sip.communicator.impl.protocol.sip
A implementation of the typing notification operation set.
OperationSetTypingNotificationsSipImpl(ProtocolProviderServiceSipImpl, OperationSetBasicInstantMessagingSipImpl) - Constructor for class net.java.sip.communicator.impl.protocol.sip.OperationSetTypingNotificationsSipImpl
Creates an instance of this operation set.
OperationSetTypingNotificationsYahooImpl - Class in net.java.sip.communicator.impl.protocol.yahoo
Maps SIP Communicator typing notifications to those going and coming from smack lib.
OperationSetTypingNotificationsYahooImpl(ProtocolProviderServiceYahooImpl) - Constructor for class net.java.sip.communicator.impl.protocol.yahoo.OperationSetTypingNotificationsYahooImpl
 
OperationSetTypingNotificationsZeroconfImpl - Class in net.java.sip.communicator.impl.protocol.zeroconf
Implements typing notifications for the Zeroconf protocol.
OperationSetTypingNotificationsZeroconfImpl(ProtocolProviderServiceZeroconfImpl) - Constructor for class net.java.sip.communicator.impl.protocol.zeroconf.OperationSetTypingNotificationsZeroconfImpl
Creates a new instance of this operation set and keeps the parent provider as a reference.
OperationSetVideoTelephony - Interface in net.java.sip.communicator.service.protocol
Represents an OperationSet giving access to video-specific functionality in telephony such as visual Components displaying video and listening to dynamic availability of such Components.
OperationSetVideoTelephonyJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
 
OperationSetVideoTelephonyJabberImpl() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetVideoTelephonyJabberImpl
 
OperationSetVideoTelephonySipImpl - Class in net.java.sip.communicator.impl.protocol.sip
Implements OperationSetVideoTelephony in order to give access to video-specific functionality in the SIP protocol implementation such as visual Components displaying video and listening to dynamic availability of such Components.
OperationSetVideoTelephonySipImpl(ProtocolProviderServiceSipImpl, OperationSetBasicTelephonySipImpl) - Constructor for class net.java.sip.communicator.impl.protocol.sip.OperationSetVideoTelephonySipImpl
Initializes a new OperationSetVideoTelephonySipImpl instance which builds upon the telephony-related functionality of a specific OperationSetBasicTelephonySipImpl.
OperationSetWebAccountRegistration - Interface in net.java.sip.communicator.service.protocol
The operation set is there to propose an extremely simple and light way of registering new accounts for a given protocol.
OperationSetWebAccountRegistrationIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
Returns the url which can be used to register new account fo the Icq server
OperationSetWebAccountRegistrationIcqImpl() - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetWebAccountRegistrationIcqImpl
 
OperationSetWebContactInfo - Interface in net.java.sip.communicator.service.protocol
The operation set is a very simplified version of the server stored info operation sets, allowing protocol providers to implement a quick way of showing user information, by simply returning a URL where the information of a specific user is to be found.
OperationSetWebContactInfoIcqImpl - Class in net.java.sip.communicator.impl.protocol.icq
 
OperationSetWebContactInfoIcqImpl() - Constructor for class net.java.sip.communicator.impl.protocol.icq.OperationSetWebContactInfoIcqImpl
 
OperationSetWhiteboarding - Interface in net.java.sip.communicator.service.protocol
Provides basic functionality for white-board.
OperationSetWhiteboardingJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
Provides basic functionality for white-board.
OperationSetWhiteboardingJabberImpl(ProtocolProviderServiceJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OperationSetWhiteboardingJabberImpl
Creates an instance of this operation set.
opSetPersPresence - Variable in class net.java.sip.communicator.impl.protocol.icq.OperationSetAdHocMultiUserChatIcqImpl
A reference to the persistent presence operation set that we use to match incoming messages to Contacts and vice versa.
opSetPersPresence - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.BonjourService
 
option - Variable in class net.java.sip.communicator.impl.gui.main.chat.FontChooser
 
OptionsMenu - Class in net.java.sip.communicator.impl.gui.main.chat.menus
The OptionMenu is a menu in the chat window menu bar.
OptionsMenu(ChatWindow) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.menus.OptionsMenu
Creates an instance of HelpMenu.
or(MediaDirection) - Method in enum net.java.sip.communicator.service.neomedia.MediaDirection
Reverses a direction constraint on this MediaDirection or in other words performs an or operation.
OrderedQueryResultSet<T> - Class in net.java.sip.communicator.impl.history
This implementation is the same as DefaultQueryResultSet but the container holding the records is LinkedList - so guarantees that values are ordered
OrderedQueryResultSet(Set<T>) - Constructor for class net.java.sip.communicator.impl.history.OrderedQueryResultSet
 
originator - Variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo.Sender
Indicates whether this sender originated this thread.
originToString(int) - Static method in class net.java.sip.communicator.service.neomedia.event.VideoEvent
Returns a human-readable representation of a specific VideoEvent origin constant in the form of a String value.
OsDependentActivator - Class in net.java.sip.communicator.impl.osdependent
Registers the Systray in the UI Service.
OsDependentActivator() - Constructor for class net.java.sip.communicator.impl.osdependent.OsDependentActivator
 
OSUtils - Class in net.java.sip.communicator.util
Utility fields for OS detection.
OSUtils() - Constructor for class net.java.sip.communicator.util.OSUtils
 
OtrActivator - Class in net.java.sip.communicator.plugin.otr
 
OtrActivator() - Constructor for class net.java.sip.communicator.plugin.otr.OtrActivator
 
OtrBuddyAuthenticationDialog - Class in net.java.sip.communicator.plugin.otr
 
OtrBuddyAuthenticationDialog(Contact) - Constructor for class net.java.sip.communicator.plugin.otr.OtrBuddyAuthenticationDialog
The OtrBuddyAuthenticationDialog ctor.
OtrBuddyAuthenticationDialog.ActionComboBoxItem - Class in net.java.sip.communicator.plugin.otr
A special JComboBox that is hosted in OtrBuddyAuthenticationDialog.cbAction.
OtrBuddyAuthenticationDialog.ActionComboBoxItem(OtrBuddyAuthenticationDialog.ActionComboBoxItemIndex) - Constructor for class net.java.sip.communicator.plugin.otr.OtrBuddyAuthenticationDialog.ActionComboBoxItem
 
OtrBuddyAuthenticationDialog.ActionComboBoxItemIndex - Enum in net.java.sip.communicator.plugin.otr
A simple enumeration that is meant to be used with OtrBuddyAuthenticationDialog.ActionComboBoxItem to distinguish them (like an ID).
OtrBuddyAuthenticationDialog.CustomTextArea - Class in net.java.sip.communicator.plugin.otr
A special JTextArea for use in the OtrBuddyAuthenticationDialog.
OtrBuddyAuthenticationDialog.CustomTextArea() - Constructor for class net.java.sip.communicator.plugin.otr.OtrBuddyAuthenticationDialog.CustomTextArea
 
OtrConfigurationPanel - Class in net.java.sip.communicator.plugin.otr
A special Panel that manages the OTR configuration.
OtrConfigurationPanel() - Constructor for class net.java.sip.communicator.plugin.otr.OtrConfigurationPanel
Creates the OtrConfigurationPanel
OtrConfigurator - Class in net.java.sip.communicator.plugin.otr
A class that gets/sets the OTR configuration values.
OtrConfigurator() - Constructor for class net.java.sip.communicator.plugin.otr.OtrConfigurator
 
OtrContactMenu - Class in net.java.sip.communicator.plugin.otr
A special JMenu that holds the menu items for controlling the Off-the-Record functionality for a specific contact.
OtrContactMenu(Contact, boolean) - Constructor for class net.java.sip.communicator.plugin.otr.OtrContactMenu
The OtrContactMenu constructor.
OtrMetaContactButton - Class in net.java.sip.communicator.plugin.otr
A AbstractPluginComponent that registers the Off-the-Record button in the main chat toolbar.
OtrMetaContactButton(Container) - Constructor for class net.java.sip.communicator.plugin.otr.OtrMetaContactButton
 
OtrMetaContactMenu - Class in net.java.sip.communicator.plugin.otr
 
OtrMetaContactMenu(Container) - Constructor for class net.java.sip.communicator.plugin.otr.OtrMetaContactMenu
 
OtrTransformLayer - Class in net.java.sip.communicator.plugin.otr
The Off-the-Record TransformLayer implementation.
OtrTransformLayer() - Constructor for class net.java.sip.communicator.plugin.otr.OtrTransformLayer
 
OUT - Static variable in class net.java.sip.communicator.service.callhistory.CallRecord
The outgoing call direction.
OUT - Static variable in class net.java.sip.communicator.service.filehistory.FileRecord
Possible directions of the transfer
OUT - Static variable in interface net.java.sip.communicator.service.protocol.FileTransfer
File transfer is outgoing.
OUT_TO_LUNCH - Static variable in class net.java.sip.communicator.service.protocol.msnconstants.MsnStatusEnum
The Out to lunch status.
OUT_TO_LUNCH - Static variable in class net.java.sip.communicator.service.protocol.yahooconstants.YahooStatusEnum
The Out to lunch status.
OUTGOING_CALL - Static variable in class net.java.sip.communicator.impl.gui.utils.NotificationManager
 
OUTGOING_CALL - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
 
OUTGOING_CALL_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The image used for decoration of outgoing calls in the call list panel.
OUTGOING_MESSAGE - Static variable in interface net.java.sip.communicator.service.gui.Chat
The message type representing outgoing messages.
outgoingCallCreated(CallEvent) - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl
CallListener implementation for outgoing calls
outgoingCallCreated(CallEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallManager.GuiCallListener
Creates and opens a call dialog.
outgoingCallCreated(CallEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.ReceivedCallDialog
Indicates that an outgoing call has been created.
outgoingCallCreated(CallEvent) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetTelephonyConferencingSipImpl
Notifies this CallListener that a specific outgoing Call has been created.
outgoingCallCreated(CallEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallListener
This method is called by a protocol provider upon initiation of an outgoing call.
OutgoingFileTransferJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
The Jabber protocol extension of the AbstractFileTransfer.
OutgoingFileTransferJabberImpl(Contact, File, OutgoingFileTransfer, ProtocolProviderServiceJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.OutgoingFileTransferJabberImpl
Creates an OutgoingFileTransferJabberImpl by specifying the receiver contact, the file, the jabberTransfer, that would be used to send the file through Jabber and the protocolProvider.
OUTPUT_DATA_SOURCE - Static variable in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
The name of the MediaDeviceSession instance property the value of which represents the output DataSource of the MediaDeviceSession instance which provides the captured (RTP) data to be sent by MediaStream to MediaStreamTarget.
outputDataSource - Variable in class net.java.sip.communicator.impl.neomedia.conference.InputDataSourceDesc
The AudioMixingPushBufferDataSource in which the mix contributions of InputDataSourceDesc.inputDataSource are to not be included.
outputVideoFrameWithSampleBuffer(CVImageBuffer, QTSampleBuffer) - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput.Delegate
Notifies this Delegate that the QTCaptureOutput to which it is set has output a specific CVImageBuffer representing a video frame with a specific QTSampleBuffer.
outputVideoFrameWithSampleBuffer(long, long) - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput.Delegate
 

P

Pa_AbortStream(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Terminates audio processing immediately without waiting for pending buffers to complete.
Pa_CloseStream(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Closes an audio stream.
Pa_GetDefaultInputDevice() - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Retrieve the index of the default input device.
Pa_GetDefaultOutputDevice() - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Retrieve the index of the default output device.
Pa_GetDeviceCount() - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Retrieve the number of available devices.
Pa_GetDeviceInfo(int) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Retrieve a pointer to a PaDeviceInfo structure containing information about the specified device.
Pa_GetHostApiInfo(int) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Retrieve a pointer to a structure containing information about a specific host Api.
Pa_GetSampleSize(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Retrieve the size of a given sample format in bytes.
Pa_GetStreamReadAvailable(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Retrieve the number of frames that can be read from the stream without waiting.
Pa_GetStreamWriteAvailable(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Retrieve the number of frames that can be written to the stream without waiting.
Pa_IsFormatSupported(long, long, double) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Determine whether it would be possible to open a stream with the specified parameters.
Pa_OpenStream(long, long, double, long, long, PortAudioStreamCallback) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Opens a stream for either input, output or both.
Pa_ReadStream(long, byte[], long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Read samples from an input stream.
Pa_StartStream(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Commences audio processing.
Pa_StopStream(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Terminates audio processing.
Pa_WriteStream(long, byte[], long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Write samples to an output stream.
Pa_WriteStream(long, byte[], int, long, int) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Writes samples to an output stream.
packcombine(int, int, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitstream
 
Packetizer - Class in net.java.sip.communicator.impl.neomedia.codec.audio.alaw
Packetizer for ALAW codec
Packetizer() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.Packetizer
 
Packetizer - Class in net.java.sip.communicator.impl.neomedia.codec.audio.ulaw
Overrides the ULaw Packetizer with a different packet size
Packetizer() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.ulaw.Packetizer
 
Packetizer - Class in net.java.sip.communicator.impl.neomedia.codec.video.h264
Packetizes H.264 encoded data/NAL units into RTP packets in accord with RFC 3984 "RTP Payload Format for H.264 Video".
Packetizer() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.h264.Packetizer
Initializes a new Packetizer instance which is to packetize H.264 encoded data/NAL units into RTP packets in accord with RFC 3984 "RTP Payload Format for H.264 Video".
PacketSizeAdapter - Class in net.java.sip.communicator.impl.neomedia.codec.audio.alaw
 
PacketSizeAdapter(Codec, int, boolean) - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.alaw.PacketSizeAdapter
 
PacketTransformer - Interface in net.java.sip.communicator.impl.neomedia.transform
Encapsulate the concept of packet transformation.
packsplit(int, int, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitstream
 
padding - Variable in class net.java.sip.communicator.util.Base64.Base64Encoder
 
PaDeviceInfo_getCharsetAwareName(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
 
PaDeviceInfo_getDefaultHighInputLatency(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Returns defaultHighInputLatency for the device.
PaDeviceInfo_getDefaultHighOutputLatency(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Returns defaultHighOutputLatency for the device.
PaDeviceInfo_getDefaultLowInputLatency(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Returns defaultLowInputLatency for the device.
PaDeviceInfo_getDefaultLowOutputLatency(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Returns defaultLowOutputLatency for the device.
PaDeviceInfo_getDefaultSampleRate(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
The default samplerate for the deviec.
PaDeviceInfo_getHostApi(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
The host api of the device.
PaDeviceInfo_getMaxInputChannels(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Maximum input channels for the device.
PaDeviceInfo_getMaxOutputChannels(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Maximum output channels for the device.
PaDeviceInfo_getName(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Deprecated. Replaced by #PaDeviceInfo_getCharsetAwareName() because PaDeviceInfo_getName presumes that the name of PaDeviceInfo is encoded in modified UTF-8
PAGE_IMAGE - Static variable in class net.java.sip.communicator.plugin.aimaccregwizz.Resources
A constant pointing to the Aim protocol wizard page image.
PAGE_IMAGE - Static variable in class net.java.sip.communicator.plugin.dictaccregwizz.Resources
 
PAGE_IMAGE - Static variable in class net.java.sip.communicator.plugin.facebookaccregwizz.Resources
A constant pointing to the Facebook protocol wizard page image.
PAGE_IMAGE - Static variable in class net.java.sip.communicator.plugin.gibberishaccregwizz.Resources
A constant pointing to the Gibberish protocol wizard page image.
PAGE_IMAGE - Static variable in class net.java.sip.communicator.plugin.googletalkaccregwizz.Resources
A constant pointing to the Aim protocol wizard page image.
PAGE_IMAGE - Static variable in class net.java.sip.communicator.plugin.icqaccregwizz.Resources
 
PAGE_IMAGE - Static variable in class net.java.sip.communicator.plugin.ircaccregwizz.Resources
A constant pointing to the IRC protocol wizard page image.
PAGE_IMAGE - Static variable in class net.java.sip.communicator.plugin.jabberaccregwizz.Resources
A constant pointing to the Aim protocol wizard page image.
PAGE_IMAGE - Static variable in class net.java.sip.communicator.plugin.msnaccregwizz.Resources
A constant pointing to the Aim protocol wizard page image.
PAGE_IMAGE - Static variable in class net.java.sip.communicator.plugin.rssaccregwizz.Resources
A constant pointing to the RSS protocol wizard page image.
PAGE_IMAGE - Static variable in class net.java.sip.communicator.plugin.sipaccregwizz.Resources
 
PAGE_IMAGE - Static variable in class net.java.sip.communicator.plugin.sshaccregwizz.Resources
 
PAGE_IMAGE - Static variable in class net.java.sip.communicator.plugin.yahooaccregwizz.Resources
 
PAGE_IMAGE - Static variable in class net.java.sip.communicator.plugin.zeroconfaccregwizz.Resources
 
pageBack() - Method in class net.java.sip.communicator.impl.gui.main.account.AccountRegSummaryPage
 
pageBack() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizardPage
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage
pageBack() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage1
 
pageBack() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage2
 
pageBack() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage1
 
pageBack() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage2
 
pageBack() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
 
pageBack() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Invoked when user clicks on the "Back" wizard button.
pageBack() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
 
pageBack() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
 
pageBack() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.FirstWizardPage
 
pageBack() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
 
pageBack() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
 
pageBack() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
 
pageBack() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberNewAccountDialog
 
pageBack() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
 
pageBack() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
 
pageBack() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
 
pageBack() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
 
pageBack() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
 
pageBack() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
Implemented from Wizard interface
pageBack() - Method in interface net.java.sip.communicator.service.gui.WizardPage
Invoked when user clicks on the "Back" wizard button.
pageHiding() - Method in class net.java.sip.communicator.impl.gui.main.account.AccountRegSummaryPage
 
pageHiding() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizardPage
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage
pageHiding() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage1
 
pageHiding() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage2
Before finishing the wizard sets the identifier entered by the user to the NewChatRoom object.
pageHiding() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage1
 
pageHiding() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage2
Before finishing the wizard sets the identifier entered by the user to the NewChatRoom object.
pageHiding() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
 
pageHiding() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Invoked when this WizardPage will be hidden eighter because the user has clicked "Back" or "Next".
pageHiding() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
 
pageHiding() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
 
pageHiding() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.FirstWizardPage
 
pageHiding() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
 
pageHiding() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
 
pageHiding() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
 
pageHiding() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberNewAccountDialog
 
pageHiding() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
 
pageHiding() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
 
pageHiding() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
 
pageHiding() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
 
pageHiding() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
 
pageHiding() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
Created to
pageHiding() - Method in interface net.java.sip.communicator.service.gui.WizardPage
Invoked when this WizardPage will be hidden eighter because the user has clicked "Back" or "Next".
pageShowing() - Method in class net.java.sip.communicator.impl.gui.main.account.AccountRegSummaryPage
Before the panel is displayed obtains the summary data from the current wizard.
pageShowing() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizardPage
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage
pageShowing() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage1
Before the panel is displayed checks the selections and enables the next button if a checkbox is already selected or disables it if nothing is selected.
pageShowing() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage2
 
pageShowing() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage1
Before the panel is displayed checks the selections and enables the next button if a check box is already selected or disables it if nothing is selected.
pageShowing() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage2
 
pageShowing() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
Before this page is displayed enables or disables the "Next" wizard button according to whether the UIN field is empty.
pageShowing() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Before this page is displayed enables or disables the "Next" wizard button according to whether the UIN field is empty.
pageShowing() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
Before this page is displayed enables or disables the "Next" wizard button according to whether the UserID field is empty.
pageShowing() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
Before this page is displayed enables or disables the "Next" wizard button according to whether the UserID field is empty.
pageShowing() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.FirstWizardPage
Before this page is displayed enables or disables the "Next" wizard button according to whether the User ID field is empty.
pageShowing() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
Before this page is displayed enables or disables the "Next" wizard button according to whether the UIN field is empty.
pageShowing() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
Before this page is displayed enables or disables the "Next" wizard button according to whether the UserID field is empty.
pageShowing() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
Before this page is displayed enables or disables the "Next" wizard button according to whether the User ID field is empty.
pageShowing() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
Before this page is displayed enables or disables the "Next" wizard button according to whether the UIN field is empty.
pageShowing() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
Before this page is displayed enables or disables the "Next" wizard button according to whether the UserID field is empty.
pageShowing() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
Before this page is displayed enables or disables the "Next" wizard button according to whether the UIN field is empty.
pageShowing() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
Before this page is displayed enables or disables the "Next" wizard button according to whether the UserID field is empty.
pageShowing() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
Before this page is displayed enables or disables the "Next" wizard button according to whether the UIN field is empty.
pageShowing() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
Before this page is displayed enables or disables the "Next" wizard button according to whether the UserID field is empty.
pageShowing() - Method in interface net.java.sip.communicator.service.gui.WizardPage
Invoked when this WizardPage will be shown eighter because the user has clicked "Back" on the next wizard page or "Next" on the previous one.
pageShown() - Method in class net.java.sip.communicator.impl.gui.main.account.AccountRegSummaryPage
 
pageShown() - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizardPage
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage
pageShown() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage1
 
pageShown() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizardPage2
 
pageShown() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage1
 
pageShown() - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizardPage2
Pre-configures some properties when showing the page.
pageShown() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
 
pageShown() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Invoked when this WizardPage will be shown eighter because the user has clicked "Back" on the next wizard page or "Next" on the previous one.
pageShown() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FirstWizardPage
 
pageShown() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
 
pageShown() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.FirstWizardPage
 
pageShown() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
 
pageShown() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
 
pageShown() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
 
pageShown() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberNewAccountDialog
 
pageShown() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
 
pageShown() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
 
pageShown() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
 
pageShown() - Method in class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage
 
pageShown() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
 
pageShown() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
Implemented from Wizard interface
pageShown() - Method in interface net.java.sip.communicator.service.gui.WizardPage
Invoked when this WizardPage is shown to the user and has become the current wizard page.
PaHostApiInfo_getDefaultInputDevice(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
The default input device for this host API.
PaHostApiInfo_getDefaultOutputDevice(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
The default output device for this host API.
PaHostApiInfo_getDeviceCount(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
The number of devices belonging to this host API.
PaHostApiInfo_getName(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Deprecated. Presumes that the name of PaHostApiInfo is encoded in modified UTF-8
PaHostApiInfo_getType(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
The well known unique identifier of this host API.
paint(Graphics, JComponent) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommButtonUI
 
paint(Graphics, JComponent) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommCheckBoxUI
 
paint(Graphics, JComponent) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI
Paints the UI for the given component through the given graphics object.
paint(Graphics, JComponent) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLabelUI
 
paint(Graphics, JComponent) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommListUI
 
paint(Graphics, JComponent) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommOpaquePanelUI
 
paint(Graphics, JComponent) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommOptionPaneUI
 
paint(Graphics) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
 
paint(Graphics, JComponent) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommToggleButtonUI
 
paint(Graphics, JComponent) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommToolBarSeparatorUI
 
paint(Graphics, JComponent) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommToolBarUI
 
paint(Graphics, JComponent) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommToolTipUI
 
paint(Graphics, AffineTransform) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShape
Code when shape is preselected
paint(Graphics) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI.ScrollableTabButton
 
paint(Graphics, JComponent) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
paintActionButton(Graphics, int, int, int, boolean, JButton, Image) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
paintBackground(Graphics, JMenuItem, Color) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommChatSelectorMenuUI
Draws the background of the menu item.
paintBackground(Graphics, JMenuItem, Color) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommCheckBoxMenuItemUI
Draws the background of the menu item.
paintBackground(Graphics, JMenuItem, Color) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommMenuUI
Draws the background of the menu.
paintBackground(Graphics) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommPasswordFieldUI
 
paintBackground(Graphics, JMenuItem, Color) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSelectorMenuUI
Draws the background of the menu item.
paintBackground(Graphics, JMenuItem, Color) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommStatusMenuUI
Draws the background of the menu.
paintBorder(Graphics) - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommToolBar
Overrides the paintBorder method of JToolBar to paint the drag icon in the beginning of the toolbar.
paintBorder(Component, Graphics, int, int, int, int) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.BoldRoundBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.RoundBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.TextFieldBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class net.java.sip.communicator.util.swing.border.ExtendedEtchedBorder
Paints the border for the specified component with the specified position and size.
paintBorderGlow(Graphics2D, int, Shape, Color, Color) - Static method in class net.java.sip.communicator.util.GraphicUtils
Paints border glow over the given clipShape with the given glow high and low colors and the given glowWidth.
paintButtonPressed(Graphics, AbstractButton) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommButtonUI
Overriden to do nothing.
paintCloseIcon(Graphics, int, int, boolean) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.customcontrols.ExtListCellRenderer
Paint a round background for all selected cells.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.customcontrols.TitlePanel
Overrides the paintComponent method of JPanel to paint a gradient background of this panel.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.customcontrols.TransparentBackground
Overrides the paintComponent method in JComponent to paint the screen capture image as a background of this component.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountListCellRenderer
Paint a background for all groups and a round blue border and background when a cell is selected.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.call.CallStatusPanel
Custom paint for the call status panel.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.call.CallTitlePanel
Customizes the background of this panel, by painting a round rectangle in the background color previously set.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.BasicConferenceParticipantPanel
Overrides JComponent.paintComponent(Graphics) in order to customize the background of this panel.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Paints a special background for conference focus peers.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.call.DialPanel
Paints the main background image to the background of this dial panel.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationComponent
Call a custom internal paint.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.DatesListRenderer
Paint a round background for all selected cells.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.ExtendedMainToolBar
 
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomsListCellRenderer
Paint a background for all groups and a round blue border and background when a cell is selected.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.configforms.ConfigFormListCellRenderer
Overrides the paintComponent method of JPanel to provide a custom look for this panel.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListCellRenderer
Paints a customized background.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
Paints a customized background.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.menus.SIPCommWindowMenuBar
Paints the MENU_BACKGROUND image on the background of this container.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.presence.AccountStatusPanel
Paints this component.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.presence.GlobalStatusSelectorBox
Overwrites the paintComponent(Graphics g) method in order to provide a new look and the mouse moves over this component.
paintComponent(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.presence.StatusSelectorMenu
Paints this component.
paintComponent(Graphics) - Method in class net.java.sip.communicator.plugin.pluginmanager.PluginListCellRenderer
Paint a background for all groups and a round blue border and background when a cell is selected.
paintComponent(Graphics) - Method in class net.java.sip.communicator.plugin.pluginmanager.TitlePanel
Overrides the paintComponent method of JPanel to paint a gradient background of this panel.
paintComponent(Graphics) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardPanel
Calls the UI delegate's paint method, if the UI delegate is non-null.
paintComponent(Graphics) - Method in class net.java.sip.communicator.util.swing.FramedImage
Paints the contained image in a frame.
paintComponent(Graphics) - Method in class net.java.sip.communicator.util.swing.ImageCanvas
 
paintComponent(Graphics) - Method in class net.java.sip.communicator.util.swing.SIPCommButton
Overrides the paintComponent method of JButton to paint the button background and icon, and all additional effects of this configurable button.
paintComponent(Graphics) - Method in class net.java.sip.communicator.util.swing.SIPCommFrame.MainContentPane
Paints this content pane.
paintComponent(Graphics) - Method in class net.java.sip.communicator.util.swing.SIPCommMenu
Paints this component.
paintComponent(Graphics) - Method in class net.java.sip.communicator.util.swing.SIPCommTextButton
Overrides the paintComponent method of JButton to paint the button background and icon, and all additional effects of this configurable button.
paintComponent(Graphics) - Method in class net.java.sip.communicator.util.swing.SIPCommToggleButton
Overrides the paintComponent method of JButton to paint the button background and icon, and all additional effects of this configurable button.
paintContentBorder(Graphics, int, int) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
We don't want to have a content border.
paintContentBorderBottomEdge(Graphics, int, int, int, int, int, int) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI
 
paintContentBorderLeftEdge(Graphics, int, int, int, int, int, int) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI
 
paintContentBorderRightEdge(Graphics, int, int, int, int, int, int) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI
 
paintContentBorderTopEdge(Graphics, int, int, int, int, int, int) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI
 
paintFocus(Graphics, AbstractButton, Rectangle, Rectangle, Rectangle) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommButtonUI
 
paintFocusIndicator(Graphics, int, Rectangle[], int, Rectangle, Rectangle, boolean) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI
 
paintIcon(Component, Graphics, int, int) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListCellRenderer
Draw the icon at the specified location.
paintIcon(Component, Graphics, int, int) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
Draw the icon at the specified location.
paintMaxIcon(Graphics, int, int, boolean) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
paintMenuItem(Graphics, JComponent, Icon, Icon, Color, Color, int) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommMenuItemUI
 
paintSafely(Graphics) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommEditorPaneUI
 
paintSafely(Graphics) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommPasswordFieldUI
 
paintSafely(Graphics) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommTextAreaUI
 
paintSafely(Graphics) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommTextPaneUI
 
paintSafely(Graphics) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.SearchFieldUI
Implements parent paintSafely method and enables antialiasing.
paintShape(Graphics2D, AffineTransform) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShape
Code to paint the specific shape
paintShape(Graphics2D, AffineTransform) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeCircle
Code to paint this WhiteboardShapeCircle
paintShape(Graphics2D, AffineTransform) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeImage
Code to paint this specific shape.
paintShape(Graphics2D, AffineTransform) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeLine
Code to paint the specific shape
paintShape(Graphics2D, AffineTransform) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePath
Code to paint the specific shape
paintShape(Graphics2D, AffineTransform) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePolygon
Code to paint the WhiteboardShapePolygon.
paintShape(Graphics2D, AffineTransform) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapePolyLine
Code to paint the WhiteboardShapePolyLine.
paintShape(Graphics2D, AffineTransform) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeRect
Code to paint the WhiteboardShapeRect.
paintShape(Graphics2D, AffineTransform) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShapeText
Code to paint the WhiteboardShapeText.
paintTab(Graphics, int, Rectangle[], int, Rectangle, Rectangle) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
paintTabBackground(Graphics, int, int, int, int, int, int, boolean) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI
 
paintTabBorder(Graphics, int, int, int, int, int, int, boolean) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI
Overriden to paint nothing.
paintText(Graphics, JMenuItem, Rectangle, String) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommMenuItemUI
 
paintText(Graphics, int, Font, FontMetrics, int, String, Rectangle, boolean) - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI
 
paintThumb(Graphics, JComponent, Rectangle) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommScrollBarUI
Paints the bar of the scroll bar.
paintTrack(Graphics, JComponent, Rectangle) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommScrollBarUI
 
paNoDevice - Static variable in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
 
ParameterPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
Represents the parameter elements described in XEP-0167.
ParameterPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ParameterPacketExtension
Creates a new ParameterPacketExtension instance.
parentProtoGroup - Variable in class net.java.sip.communicator.impl.contactlist.MclStorageManager.StoredProtoContactDescriptor
 
parentProvider - Variable in class net.java.sip.communicator.service.protocol.AbstractOperationSetContactCapabilities
The ProtocolProviderService which provides this OperationSetContactCapabilities.
parentProvider - Variable in class net.java.sip.communicator.service.protocol.AbstractOperationSetPersistentPresence
The provider that created us.
parentProvider - Variable in class net.java.sip.communicator.service.protocol.AbstractOperationSetTypingNotifications
The provider that created us.
parents - Variable in class net.java.sip.communicator.impl.gui.main.call.DTMFHandler
Parent windows we listen key entering on them.
parity_pitch(int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.PParity
Compute parity bit for first 6 MSBs
parse(File) - Method in class net.java.sip.communicator.impl.history.HistoryServiceImpl
Parse documents.
parse(ByteArrayInputStream) - Method in class net.java.sip.communicator.impl.history.HistoryServiceImpl
Parse documents.
parse(XmlPullParser) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Creates and initializes a MailThreadInfo instance according to the details that come with the parser.
parseAddressString(String) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Parses the the uriStr string and returns a JAIN SIP URI.
parseExtension(XmlPullParser) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.CapsProvider
Parses and returns an Entity Capabilities.
parseExtension(XmlPullParser) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.DefaultPacketExtensionProvider
Parse an extension sub-packet and create a C instance.
parseExtension(XmlPullParser) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtensionProvider
Parses a GeolocationPacketExtension packet (extension sub-packet).
parseExtension(XmlPullParser) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ReasonProvider
Parses a reason extension sub-packet and creates a ReasonPacketExtension instance.
parseExtension(XmlPullParser) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectJabberProvider
Parses a WhiteboardPacketExtension packet (extension sub-packet).
parseIQ(XmlPullParser) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQProvider
Parses a Jingle IQ sub-document and returns a JingleIQ instance.
parseIQ(XmlPullParser) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive.KeepAliveEventProvider
Parses a KeepAliveEvent packet .
parseIQ(XmlPullParser) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailboxIQProvider
Return an IQ (i.e.
parseIQ(XmlPullParser) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.NewMailNotificationProvider
Returns an NewMailNotification instance containing the result of the XMPP's packet parsing.
parseIQ(XmlPullParser) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.FileElement
Parses the given parser in order to create a FileElement from it.
parseIQ(XmlPullParser) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailIQ
Parses the given XmlPullParser into a ThumbnailIQ packet and returns it.
parseObject(String, ParsePosition) - Method in class net.java.sip.communicator.util.ByteFormat
In this implementation, returns null always.
parseSdpString(String) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Parses the specified sdp String into a SessionDescription and returns it;
parseSendRecvResolution(String) - Static method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Extracts and returns maximum resolution can receive from the image attribute.
parseString(String) - Static method in enum net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleAction
Returns a JingleAction value corresponding to the specified jingleActionStr or in other words JingleAction.SESSION_INITIATE for "session-initiate" or JingleAction.TRANSPORT_ACCEPT for "transport-accept").
parseString(String) - Static method in enum net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.Reason
Returns a Reason value corresponding to the specified reasonValueStr or in other words Reason.SUCCESS for "success" or Reason.TIMEOUT for "timeout").
parseString(String) - Static method in enum net.java.sip.communicator.service.neomedia.MediaDirection
Returns a MediaDirection value corresponding to the specified mediaDirectionStr or in other words SENDONLY for "sendonly", RECVONLY for "recvonly", SENDRECV for "sendrecv", and INACTIVE for "inactive".
parseString(String) - Static method in enum net.java.sip.communicator.service.neomedia.MediaType
Returns a MediaType value corresponding to the specified mediaTypeName or in other words MediaType.AUDIO for "audio" and MediaType.VIDEO for "video".
parseString(String) - Static method in enum net.java.sip.communicator.service.neomedia.MediaUseCase
Returns a MediaUseCase value corresponding to the specified mediaUseCase.
parseText(XmlPullParser) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ReasonProvider
Returns the content of the next XmlPullParser.TEXT element that we encounter in parser.
parseVersionString(String) - Method in interface net.java.sip.communicator.service.version.VersionService
Returns a Version instance corresponding to the version string.
participantAddressChanged(WhiteboardParticipantChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Indicates that a change has occurred in the address of the source WhiteboardParticipant.
participantDisplayNameChanged(WhiteboardParticipantChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Indicates that a change has occurred in the display name of the source WhiteboardParticipant.
participantDisplayNameChanged(WhiteboardParticipantChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.WhiteboardParticipantListener
Indicates that a change has occurred in the display name of the source WhiteboardParticipant.
participantImageChanged(WhiteboardParticipantChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Indicates that a change has occurred in the image of the source WhiteboardParticipant.
participantImageChanged(WhiteboardParticipantChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.WhiteboardParticipantListener
Indicates that a change has occurred in the image of the source WhiteboardParticipant.
participantPresenceChanged(AdHocChatRoomParticipantPresenceChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.conference.AdHocConferenceChatSession
Invoked when AdHocChatRoomParticipantPresenceChangeEvent are received.
participantPresenceChanged(AdHocChatRoomParticipantPresenceChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.AdHocChatRoomParticipantPresenceListener
Called to notify interested parties that a change in the presence of a participant in a particular ad-hoc chat room has occurred.
participantStateChanged(WhiteboardParticipantChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Verifies whether the whiteboard participant has entered a state.
participantStateChanged(WhiteboardParticipantChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.WhiteboardParticipantListener
Indicates that a change has occurred in the status of the source WhiteboardParticipant.
participantTransportAddressChanged(WhiteboardParticipantChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardSessionJabberImpl
Indicates that a change has occurred in the transport address that we use to communicate with the participant.
PARTICIPATION_NONE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Indicates that the local user has not participated in this thread.
PARTICIPATION_ONE_OF_MANY - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
Indicates that the user is one of many recipients listed in the thread.
PARTICIPATION_SOLE_RECIPIENT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo
PARTICIPATION_SOLE_RECIPIENT indicates that the user is the sole recipient for messages in this thread.
password - Variable in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberNewAccountDialog
 
PASSWORD - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Then name of a property which represents a password.
passwordField - Variable in class net.java.sip.communicator.impl.protocol.ssh.SSHUserInfo
Password field for requesting auth details from user
passwordInputMap - Variable in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
 
PasswordQualityMeter - Class in net.java.sip.communicator.plugin.securityconfig.masterpassword
Simple password quality meter.
PasswordQualityMeter() - Constructor for class net.java.sip.communicator.plugin.securityconfig.masterpassword.PasswordQualityMeter
 
paste() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Pastes the content of the clipboard to the write area.
PASTE_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Paste icon.
PaStreamParameters_free(long) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
 
PaStreamParameters_new(int, int, long, double) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Creates parameters used for opening streams.
PayloadTypePacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
Represents the payload-type elements described in XEP-0167.
PayloadTypePacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
Creates a new PayloadTypePacketExtension instance.
payloadTypeToMediaFormat(PayloadTypePacketExtension, DynamicPayloadTypeRegistry) - Static method in class net.java.sip.communicator.impl.protocol.jabber.jinglesdp.JingleUtils
Returns the MediaFormat described in the payloadType extension or null if we don't recognize the format.
peer - Variable in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
A reference to the CallPeer instance that this handler is managing media streams for.
peerAddress - Variable in class net.java.sip.communicator.service.callhistory.CallPeerRecord
 
peerAddressChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.CallPeerMenu
 
peerAddressChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallGibberishImpl
 
peerAddressChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.mock.MockCall
 
peerAddressChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.service.protocol.event.CallPeerAdapter
Indicates that a change has occurred in the address of the source CallPeer.
peerAddressChanged(CallPeerChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallPeerListener
Indicates that a change has occurred in the address of the source CallPeer.
peerAddressChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Dummy implementation of a method (inherited from CallPeerListener) that we don't need.
peerDisplayNameChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallPeerAdapter
Fired when peer's display name is changed
peerDisplayNameChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.CallPeerMenu
 
peerDisplayNameChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallGibberishImpl
 
peerDisplayNameChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.mock.MockCall
 
peerDisplayNameChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.service.protocol.event.CallPeerAdapter
Indicates that a change has occurred in the display name of the source CallPeer.
peerDisplayNameChanged(CallPeerChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallPeerListener
Indicates that a change has occurred in the display name of the source CallPeer.
peerDisplayNameChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Dummy implementation of a method (inherited from CallPeerListener) that we don't need.
peerImageChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallPeerAdapter
Fired when peer's image is changed
peerImageChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.CallPeerMenu
 
peerImageChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallGibberishImpl
 
peerImageChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.mock.MockCall
 
peerImageChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.service.protocol.event.CallPeerAdapter
Indicates that a change has occurred in the image of the source CallPeer.
peerImageChanged(CallPeerChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallPeerListener
Indicates that a change has occurred in the image of the source CallPeer.
peerImageChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Dummy implementation of a method (inherited from CallPeerListener) that we don't need.
peerRecords - Variable in class net.java.sip.communicator.service.callhistory.CallRecord
A list of all peer records corresponding to this call record.
peerStateChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallPeerAdapter
Fired when peer's state is changed
peerStateChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.CallPeerMenu
Implements (CallPeerChangeEvent) in order to update the "Put on/off hold" menu item to fit the current hold state of the call peer.
peerStateChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallGibberishImpl
 
peerStateChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.mock.MockCall
 
peerStateChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.service.protocol.event.CallPeerAdapter
Indicates that a change has occurred in the status of the source CallPeer.
peerStateChanged(CallPeerChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallPeerListener
Indicates that a change has occurred in the status of the source CallPeer.
peerStateChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Verifies whether the call peer has entered a state.
peerTransportAddressChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.CallPeerMenu
 
peerTransportAddressChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallGibberishImpl
 
peerTransportAddressChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.mock.MockCall
 
peerTransportAddressChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.service.protocol.event.CallPeerAdapter
Indicates that a change has occurred in the transport address that we use to communicate with the source CallPeer.
peerTransportAddressChanged(CallPeerChangeEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallPeerListener
Indicates that a change has occurred in the transport address that we use to communicate with the peer.
peerTransportAddressChanged(CallPeerChangeEvent) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Dummy implementation of a method (inherited from CallPeerListener) that we don't need.
PENDING - Static variable in class net.java.sip.communicator.impl.protocol.sip.ConferenceMemberSipImpl
Endpoint is not yet in the session, but it is anticipated that he/she will join in the near future.
per - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
perc_var(float[], float[], float[], float[], float[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Pwf
Adaptive bandwidth expansion for perceptual weighting filter
Persistence - Enum in net.java.sip.communicator.service.keybindings
Convenience methods providing a quick means of loading and saving keybindings.
persistentData - Variable in class net.java.sip.communicator.impl.contactlist.MclStorageManager.StoredProtoContactDescriptor
 
PI - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
 
PI - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
PI04 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
pi*0.04
PI2 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
PI92 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
pi*0.92
PIT_MAX - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Maximum pitch lag in samples
PIT_MIN - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Ld8k
Minimum pitch lag in samples
Pitch - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
Long Term Prediction Routines
Pitch() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Pitch
 
pitch_fr3(float[], int, float[], float[], int, int, int, int, IntReference) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Pitch
Find the pitch period with 1/3 subsample resolution
pitch_ol(float[], int, int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Pitch
Compute the open loop pitch lag.
PIX_FMT_ARGB - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
PIX_FMT_BGR32 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
BGR32 format handled in endian specific manner.
PIX_FMT_BGR32_1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
BGR32_1 format handled in endian specific manner.
PIX_FMT_NONE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
PIX_FMT_NV12 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
PIX_FMT_RGB24 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
RGB24 format handled in endian specific manner.
PIX_FMT_RGB32 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
RGB32 format handled in endian specific manner.
PIX_FMT_RGB32_1 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
RGB32_1 format handled in endian specific manner.
PIX_FMT_UYVY422 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
PIX_FMT_UYYVYY411 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
PIX_FMT_YUV420P - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
PIX_FMT_YUVJ422P - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
PIX_FMT_YUYV422 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.FFmpeg
 
pixelBufferAttributes() - Method in class net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
 
pkc - Variable in class net.java.sip.communicator.impl.neomedia.ZrtpConfigurePanel
 
pkt - Variable in class net.java.sip.communicator.impl.neomedia.RTPConnectorInputStream
The packet data to be read out of this instance through its RTPConnectorInputStream.read(byte[], int, int) method.
placeCall(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
 
PLAIN_MESSAGE - Static variable in interface net.java.sip.communicator.service.gui.PopupDialog
No icon is used.
play() - Method in class net.java.sip.communicator.impl.audionotifier.SCAudioClipImpl
Plays this audio.
play() - Method in class net.java.sip.communicator.impl.neomedia.notify.JMFAudioClipImpl
Plays this audio.
play() - Method in class net.java.sip.communicator.impl.neomedia.notify.PortAudioClipImpl
Plays this audio.
play() - Method in interface net.java.sip.communicator.service.audionotifier.SCAudioClip
Plays this audio.
playbackDataSourceChanged(DataSource, DataSource) - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Notifies this instance that the value of its playbackDataSource property has changed from a specific oldValue to a specific newValue.
playbackDevices - Static variable in class net.java.sip.communicator.impl.neomedia.device.PortAudioAuto
An array of the devices that can be used for playback.
playerConfigureComplete(Processor) - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMediaDeviceSession
Called by MediaDeviceSession.createPlayer(DataSource dataSource) when the player associated with this session's ReceiveStream moves enters the Configured state, so we use the occasion to add our audio level effect.
playerConfigureComplete(Processor) - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Notifies this instance that a specific Player of remote content has generated a ConfigureCompleteEvent.
playerConfigureComplete(Processor) - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Notifies this instance that a specific Player of remote content has generated a ConfigureCompleteEvent.
playerControllerUpdate(ControllerEvent) - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Gets notified about ControllerEvents generated by a specific Player of remote content.
playerControllerUpdate(ControllerEvent) - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Gets notified about ControllerEvents generated by a specific Player of remote content.
playerRealizeComplete(Processor) - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Notifies this instance that a specific Player of remote content has generated a RealizeCompleteEvent.
playerRealizeComplete(Processor) - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Notifies this instance that a specific Player of remote content has generated a RealizeCompleteEvent.
playerSizeChange(Controller, int, int) - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Notifies this instance that a specific Player of remote content has generated a SizeChangeEvent.
playInLoop(int) - Method in class net.java.sip.communicator.impl.audionotifier.SCAudioClipImpl
Plays this audio in loop.
playInLoop(int) - Method in class net.java.sip.communicator.impl.neomedia.notify.JMFAudioClipImpl
Plays this audio in loop.
playInLoop(int) - Method in class net.java.sip.communicator.impl.neomedia.notify.PortAudioClipImpl
Plays this audio in loop.
playInLoop(int) - Method in interface net.java.sip.communicator.service.audionotifier.SCAudioClip
Plays this audio in loop.
PLUGIN_COMPONENT_ADDED - Static variable in class net.java.sip.communicator.impl.gui.event.PluginComponentEvent
Indicates that the PluginComponentEvent instance was triggered by adding a plugin component.
PLUGIN_COMPONENT_REMOVED - Static variable in class net.java.sip.communicator.impl.gui.event.PluginComponentEvent
Indicates that the MetaContactEvent instance was triggered by the removal of an existing MetaContact.
PluginComponent - Interface in net.java.sip.communicator.service.gui
The PluginComponent is an interface meant to be implemented by all plugins that would like to add a user interface component to a particular container in the graphical user interface (GUI).
pluginComponentAdded(PluginComponentEvent) - Method in interface net.java.sip.communicator.impl.gui.event.PluginComponentListener
Indicates that a plugin component has been successfully added to the container.
pluginComponentAdded(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Adds a plugin component to this container.
pluginComponentAdded(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.menus.HelpMenu
 
pluginComponentAdded(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomCommonRightButtonMenu
Implements the PluginComponentListener.pluginComponentAdded method, in order to add the given plugin component in this container.
pluginComponentAdded(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
Adds the plugin component given by event to this panel if it's its container.
pluginComponentAdded(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.GroupRightButtonMenu
Indicates that a new plugin component has been added.
pluginComponentAdded(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.MetaContactRightButtonMenu
Adds the according plug-in component to this container.
pluginComponentAdded(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Adds the associated with this PluginComponentEvent component to the appropriate container.
pluginComponentAdded(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.menus.HelpMenu
 
pluginComponentAdded(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.menus.ToolsMenu
Adds the plugin component contained in the event to this container.
pluginComponentAdded(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.presence.AccountStatusPanel
Indicates that a plug-in component is registered to be added in a container.
pluginComponentAdded(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.utils.PluginContainer
 
PluginComponentEvent - Class in net.java.sip.communicator.impl.gui.event
The PluginComponentEvent
PluginComponentEvent(PluginComponent, int) - Constructor for class net.java.sip.communicator.impl.gui.event.PluginComponentEvent
Creates a new PluginComponentEvent according to the specified parameters.
PluginComponentListener - Interface in net.java.sip.communicator.impl.gui.event
Listens for all events caused by adding or removing of a plugin component.
pluginComponentRemoved(PluginComponentEvent) - Method in interface net.java.sip.communicator.impl.gui.event.PluginComponentListener
Indicates that a plugin component has been successfully removed from the container.
pluginComponentRemoved(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Removes a plugin component from this container.
pluginComponentRemoved(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.menus.HelpMenu
 
pluginComponentRemoved(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomCommonRightButtonMenu
Implements the PluginComponentListener.pluginComponentRemoved method, in order to remove the given component from this container.
pluginComponentRemoved(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane
Removes the plugin component given by event if previously added in this panel.
pluginComponentRemoved(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.GroupRightButtonMenu
Indicates that a new plugin component has been removed.
pluginComponentRemoved(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.MetaContactRightButtonMenu
Removes the according plug-in component from this container.
pluginComponentRemoved(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Removes the associated with this PluginComponentEvent component from this container.
pluginComponentRemoved(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.menus.HelpMenu
 
pluginComponentRemoved(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.menus.ToolsMenu
Indicates that a plugin component has been removed.
pluginComponentRemoved(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.main.presence.AccountStatusPanel
Indicates that a plug-in component is registered to be removed from a container.
pluginComponentRemoved(PluginComponentEvent) - Method in class net.java.sip.communicator.impl.gui.utils.PluginContainer
 
PluginContainer - Class in net.java.sip.communicator.impl.gui.utils
Provides capabilities to a specific JComponent to contain PluginComponents, track when they are added and removed.
PluginContainer(JComponent, Container) - Constructor for class net.java.sip.communicator.impl.gui.utils.PluginContainer
Initializes a new PluginContainer instance which is to provide capabilities to a specific JComponent container with a specific Container id to contain PluginComponent and track when they are added and removed.
PluginDialog - Class in net.java.sip.communicator.plugin.exampleplugin
A plugin dialog that is open through the right button menu over a contact and shows the contact name.
PluginDialog(MetaContact) - Constructor for class net.java.sip.communicator.plugin.exampleplugin.PluginDialog
Creates an instance of this PluginDialog by specifying the current MetaContact.
PluginListCellRenderer - Class in net.java.sip.communicator.plugin.pluginmanager
The ContactListCellRenderer is the custom cell renderer used in the SIP-Communicator's ContactList.
PluginListCellRenderer() - Constructor for class net.java.sip.communicator.plugin.pluginmanager.PluginListCellRenderer
Initialize the panel containing the node.
PluginManagerActivator - Class in net.java.sip.communicator.plugin.pluginmanager
The BundleActivator of the PluginManager plugin.
PluginManagerActivator() - Constructor for class net.java.sip.communicator.plugin.pluginmanager.PluginManagerActivator
 
PluginManagerPanel - Class in net.java.sip.communicator.plugin.pluginmanager
 
PluginManagerPanel() - Constructor for class net.java.sip.communicator.plugin.pluginmanager.PluginManagerPanel
Creates an instance of PluginManagerPanel.
PluginTableModel - Class in net.java.sip.communicator.plugin.pluginmanager
The TableModel of the table containing all plug-ins.
PluginTableModel() - Constructor for class net.java.sip.communicator.plugin.pluginmanager.PluginTableModel
Create an instance of PluginTableModel
PNAME_CONFIGURATION_FILE_NAME - Static variable in interface net.java.sip.communicator.service.configuration.ConfigurationService
The name of the system property that stores the name of the configuration file.
PNAME_LOCAL_SSRC - Static variable in interface net.java.sip.communicator.service.neomedia.MediaStream
The name of the property which indicates whether the remote SSRC is currently available.
PNAME_REMOTE_SSRC - Static variable in interface net.java.sip.communicator.service.neomedia.MediaStream
The name of the property which indicates whether the local SSRC is currently available.
PNAME_SC_HOME_DIR_LOCATION - Static variable in class net.java.sip.communicator.launcher.SIPCommunicator
 
PNAME_SC_HOME_DIR_LOCATION - Static variable in interface net.java.sip.communicator.service.configuration.ConfigurationService
The name of the property that indicates the location of the directory where SIP Communicator is to store user specific data such as configuration files, message and call history as well as is bundle repository.
PNAME_SC_HOME_DIR_NAME - Static variable in class net.java.sip.communicator.launcher.SIPCommunicator
 
PNAME_SC_HOME_DIR_NAME - Static variable in interface net.java.sip.communicator.service.configuration.ConfigurationService
The name of the property that indicates the name of the directory where SIP Communicator is to store user specific data such as configuration files, message and call history as well as is bundle repository.
poll(EventPackageSubscriber.Subscription) - Method in class net.java.sip.communicator.impl.protocol.sip.EventPackageSubscriber
Adds a specific Subscription to the list of subscriptions managed by this instance only if another Subscription with the same subscription Address/Request URI and id tag of its associated Event header does not exist in the list.
POLLING_PERIOD - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of the property under which we store the offline contact polling period for SIMPLE.
polyphaserTbl - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
popBranchID(String) - Method in class net.java.sip.communicator.impl.protocol.sip.security.CredentialsCacheEntry
Determines whether these credentials have been used for the specified transaction.
populateStrategies() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
Start the thread which will populate the Strategies List
PopupDialog - Interface in net.java.sip.communicator.service.gui
A configurable popup dialog, that could be used from other services for simple interactions with the user, throught the gui interface.
PopupDialogImpl - Class in net.java.sip.communicator.impl.gui
Implements PopupDialog interface.
PopupDialogImpl() - Constructor for class net.java.sip.communicator.impl.gui.PopupDialogImpl
Creates an instance of PopupDialogImpl.
popupMenuCanceled(PopupMenuEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.SmileysSelectorBox
Implements PopupMenuListener#popupMenuCanceled(PopupMenuEvent).
popupMenuCanceled(PopupMenuEvent) - Method in class net.java.sip.communicator.plugin.otr.OtrContactMenu
 
popupMenuCanceled(PopupMenuEvent) - Method in class net.java.sip.communicator.plugin.otr.OtrMetaContactMenu
 
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.SmileysSelectorBox
Implements PopupMenuListener#popupMenuWillBecomeInvisible(PopupMenuEvent).
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class net.java.sip.communicator.plugin.otr.OtrContactMenu
 
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class net.java.sip.communicator.plugin.otr.OtrMetaContactMenu
 
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.SmileysSelectorBox
Implements PopupMenuListener#popupMenuWillBecomeVisible(PopupMenuEvent).
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class net.java.sip.communicator.plugin.otr.OtrContactMenu
 
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class net.java.sip.communicator.plugin.otr.OtrMetaContactMenu
 
popupMessage(PopupMessage) - Method in class net.java.sip.communicator.impl.notification.PopupMessageNotificationHandlerImpl
Shows a popup message through the SystrayService.
popupMessage(PopupMessage) - Method in interface net.java.sip.communicator.service.notification.PopupMessageNotificationHandler
Shows the given PopupMessage
PopupMessage - Class in net.java.sip.communicator.service.systray
The PopupMessage class encloses informations to show in a popup.
PopupMessage(String, String) - Constructor for class net.java.sip.communicator.service.systray.PopupMessage
Creates a PopupMessage with the given title and message inside.
PopupMessage(String, String, int) - Constructor for class net.java.sip.communicator.service.systray.PopupMessage
Creates a system tray message with the given title and message content.
PopupMessage(String, String, byte[]) - Constructor for class net.java.sip.communicator.service.systray.PopupMessage
Creates a new PopupMessage with the given title, message and icon.
PopupMessage(JComponent, String, String) - Constructor for class net.java.sip.communicator.service.systray.PopupMessage
Creates a new PopupMessage with the given JComponent as its content.
PopupMessage(String, String, Object) - Constructor for class net.java.sip.communicator.service.systray.PopupMessage
Creates a new PopupMessage with the given JComponent as its content.
PopupMessage(String, String, byte[], Object) - Constructor for class net.java.sip.communicator.service.systray.PopupMessage
Creates a new PopupMessage with the given JComponent as its content.
popupMessageClicked(SystrayPopupMessageEvent) - Method in interface net.java.sip.communicator.service.systray.event.SystrayPopupMessageListener
Indicates that user has clicked on the systray popup message.
PopupMessageHandler - Interface in net.java.sip.communicator.service.systray
The PopupMessageHandler role is to give different methods to display PopupMessage and listen for events (user click) coming from that popup.
PopupMessageHandlerSwingImpl - Class in net.java.sip.communicator.impl.swingnotification
Implements PopupMessageHandler using Swing.
PopupMessageHandlerSwingImpl() - Constructor for class net.java.sip.communicator.impl.swingnotification.PopupMessageHandlerSwingImpl
 
PopupMessageHandlerTrayIconImpl - Class in net.java.sip.communicator.impl.osdependent
An implementation of the PopupMsystrayessageHandler using the tray icon.
PopupMessageHandlerTrayIconImpl(TrayIcon) - Constructor for class net.java.sip.communicator.impl.osdependent.PopupMessageHandlerTrayIconImpl
Creates a new PopupMessageHandlerTrayIconImpl which will uses the provided TrayIcon to show message.
PopupMessageNotificationHandler - Interface in net.java.sip.communicator.service.notification
The PopupMessageNotificationHandler interface is meant to be implemented by the notification bundle in order to provide handling of popup message actions.
PopupMessageNotificationHandlerImpl - Class in net.java.sip.communicator.impl.notification
An implementation of the PopupMessageNotificationHandler interface.
PopupMessageNotificationHandlerImpl(String) - Constructor for class net.java.sip.communicator.impl.notification.PopupMessageNotificationHandlerImpl
Creates an instance of PopupMessageNotificationHandlerImpl by specifying the default message to use if no message is specified.
PopupNotificationPanel - Class in net.java.sip.communicator.util.swing
A custom panel to handle systray popup notification
PopupNotificationPanel(JPanel, Object) - Constructor for class net.java.sip.communicator.util.swing.PopupNotificationPanel
Creates a new notification panel with notificationContent as the component to put in that panel
PopupOutsideListener - Interface in net.java.sip.communicator.util.swing.event
 
popupOutsideOperation(MouseEvent) - Method in interface net.java.sip.communicator.util.swing.event.PopupOutsideListener
 
port - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSRecord.Service
 
port - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
 
port - Variable in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberNewAccountDialog
 
PORT_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
The name of the "port" element.
PORT_RESTRICTED_CONE_NAT - Static variable in class net.java.sip.communicator.impl.netaddr.StunDiscoveryReport
NAT type is port restricted cone.
PortAudio - Class in net.java.sip.communicator.impl.neomedia.portaudio
Provides the interface to the native PortAudio library.
PortAudioAuto - Class in net.java.sip.communicator.impl.neomedia.device
Creates PortAudio capture devices by enumerating all host devices that have input channels.
PortAudioAuto() - Constructor for class net.java.sip.communicator.impl.neomedia.device.PortAudioAuto
Initializes a new PortAudioAuto instance which creates PortAudio capture devices by enumerating all host devices with input channels.
PortAudioClipImpl - Class in net.java.sip.communicator.impl.neomedia.notify
Implementation of SCAudioClip using PortAudio.
PortAudioClipImpl(URL, AudioNotifierServiceImpl) - Constructor for class net.java.sip.communicator.impl.neomedia.notify.PortAudioClipImpl
Creates the audio clip and initializes the listener used from the loop timer.
PortAudioException - Exception in net.java.sip.communicator.impl.neomedia.portaudio
 
PortAudioException(String) - Constructor for exception net.java.sip.communicator.impl.neomedia.portaudio.PortAudioException
Constructs a PortAudioException with message as description.
PortAudioManager - Class in net.java.sip.communicator.impl.neomedia.portaudio
Manages PortAudio stream creation and setting necessary properties when using them.
PortAudioManager() - Constructor for class net.java.sip.communicator.impl.neomedia.portaudio.PortAudioManager
 
PortAudioRenderer - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.audio
Implements an audio Renderer which uses PortAudio.
PortAudioRenderer() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Initializes a new PortAudioRenderer instance.
PortAudioStream - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio
Implements PullBufferStream for PortAudio.
PortAudioStream(FormatControl, boolean) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
Initializes a new PortAudioStream instance which is to have its Format-related information abstracted by a specific FormatControl.
PortAudioStreamCallback - Interface in net.java.sip.communicator.impl.neomedia.portaudio
 
pos - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitstream
 
post(int, float[], int, float[], int, float[], int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Postfil
Adaptive postfilter main function
post_process(float[], int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.PostPro
Post Process
POSTALCODE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
The name of the geolocation map key that we use for storing post codes (or any code used for postal delivery) (e.g.
POSTALCODE - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetGeolocation
The name of the geolocation map key that we use for storing post codes (or any code used for postal delivery) (e.g.
Postfil - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
Post - filtering : short term + long term.
Postfil() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.Postfil
 
PostPro - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
Post-processing of output speech.
PostPro() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.PostPro
 
PParity - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
PParity() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.PParity
 
pre_process(float[], int, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.PreProc
Pre Process
preAuthenticateRequest(Request) - Method in class net.java.sip.communicator.impl.protocol.sip.SipMessageFactory
Verifies wither we have already authenticated requests with the same Call-ID as request and attaches the corresponding credentials in an effort to avoid receiving an authentication challenge from the server and having to re-send the request.
pred - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
pred_lt_3(float[], int, int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.PredLt3
Compute the result of long term prediction with fractional interpolation of resolution 1/3.
PredLt3 - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
 
PredLt3() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.PredLt3
 
Preferences - Class in net.java.sip.communicator.plugin.generalconfig.autoaway
Preferences for the Status Update
Preferences() - Constructor for class net.java.sip.communicator.plugin.generalconfig.autoaway.Preferences
 
PREFERRED_CLEAR_PORT_PROPERTY_NAME - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The property indicating the preferred UDP and TCP port to bind to for clear communications.
PREFERRED_SECURE_PORT_PROPERTY_NAME - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The property indicating the preferred TLS (TCP) port to bind to for secure communications.
PREFERRED_TRANSPORT - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of the property under which we store the user preference for a transport protocol to use (i.e.
preferredLayoutSize(Container) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider.DividerLayout
 
preferredLayoutSize(Container) - Method in class net.java.sip.communicator.impl.gui.main.call.FullScreenLayout
 
preferredLayoutSize(Container) - Method in class net.java.sip.communicator.util.swing.FitLayout
 
preferredLayoutSize(Container) - Method in class net.java.sip.communicator.util.swing.VideoLayout
 
PREPARING - Static variable in class net.java.sip.communicator.service.protocol.event.FileTransferStatusChangeEvent
Indicates that the file transfer is in negotiation.
PreProc - Class in net.java.sip.communicator.impl.neomedia.codec.audio.g729
Preprocessing of input speech.
PreProc() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.g729.PreProc
 
preselect(Graphics, AffineTransform) - Method in class net.java.sip.communicator.plugin.whiteboard.gui.whiteboardshapes.WhiteboardShape
Draws selection points when a shape is preselected.
PresenceFilter - Class in net.java.sip.communicator.impl.gui.main.contactlist
The PresenceFilter is used to filter offline contacts from the contact list.
PresenceFilter() - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.PresenceFilter
Creates an instance of PresenceFilter.
presenceFilter - Static variable in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
The presence filter.
PresencePanel - Class in net.java.sip.communicator.plugin.sipaccregwizz
The PresencePanel is the one containing presence information.