Jitsi: 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
 
A20c_FLP - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_decimate2_coarse_FLP
 
A20cst_FLP - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_decimate2_coarsest_FLP
 
A21c_FLP - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_decimate2_coarse_FLP
 
A21cst_FLP - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_decimate2_coarsest_FLP
 
a2lsf(float[], int, float[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
A_fb1_20 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_ana_filt_bank_1
 
A_fb1_21 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_ana_filt_bank_1
 
A_LIMIT - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_LPC_inv_pred_gain
 
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
Implements an About menu item for the Help menu of the application in the form of a PluginComponent.
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
 
AbstractBufferCaptureDevice<AbstractBufferStreamT extends AbstractBufferStream> - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
Facilitates the implementations of the CaptureDevice and DataSource interfaces provided by AbstractPullBufferCaptureDevice and AbstractPushBufferCaptureDevice.
AbstractBufferCaptureDevice() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
 
AbstractBufferStream - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
Provides a base implementation of SourceStream in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractBufferStream(DataSource, FormatControl) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Initializes a new AbstractBufferStream instance which is to have its Format-related information abstracted by a specific FormatControl.
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
 
AbstractCallToggleButton - Class in net.java.sip.communicator.impl.gui.main.call
The base class for all toggle buttons which control the call from the UI.
AbstractCallToggleButton(Call, boolean, boolean, ImageID, String) - Constructor for class net.java.sip.communicator.impl.gui.main.call.AbstractCallToggleButton
Initializes a new AbstractCallToggleButton instance which is to control a toggle action for a specific Call.
AbstractCallToggleButton(Call, boolean, boolean, boolean, ImageID, ImageID, String) - Constructor for class net.java.sip.communicator.impl.gui.main.call.AbstractCallToggleButton
Initializes a new AbstractCallToggleButton instance which is to control a toggle action for a specific Call.
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
Initializes a new AbstractCodecExt instance with a specific PlugIn name, a specific Class of input and output Formats and a specific list of Formats supported as output.
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
 
AbstractContactQuery<T extends ContactSourceService> - Class in net.java.sip.communicator.service.contactsource
Provides an abstract implementation of the basic functionality of ContactQuery and allows extenders to focus on the specifics of their implementation.
AbstractContactQuery(T) - Constructor for class net.java.sip.communicator.service.contactsource.AbstractContactQuery
Initializes a new AbstractContactQuery which is to be performed by a specific ContactSourceService.
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.media
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.media.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 .
AbstractOperationSetServerStoredAccountInfo - Class in net.java.sip.communicator.service.protocol
Represents a default implementation of OperationSetServerStoredAccountInfo in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
AbstractOperationSetServerStoredAccountInfo() - Constructor for class net.java.sip.communicator.service.protocol.AbstractOperationSetServerStoredAccountInfo
 
AbstractOperationSetTelephonyConferencing<ProtocolProviderServiceT extends ProtocolProviderService,OperationSetBasicTelephonyT extends OperationSetBasicTelephony<ProtocolProviderServiceT>,MediaAwareCallT extends MediaAwareCall<MediaAwareCallPeerT,OperationSetBasicTelephonyT,ProtocolProviderServiceT>,MediaAwareCallPeerT extends MediaAwareCallPeer<MediaAwareCallT,?,ProtocolProviderServiceT>,CalleeAddressT> - Class in net.java.sip.communicator.service.protocol.media
Represents a default implementation of OperationSetTelephonyConferencing in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
AbstractOperationSetTelephonyConferencing(ProtocolProviderServiceT) - Constructor for class net.java.sip.communicator.service.protocol.media.AbstractOperationSetTelephonyConferencing
Initializes a new AbstractOperationSetTelephonyConferencing instance which is to provide telephony conferencing services for the specified ProtocolProviderService implementation.
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,V extends MediaAwareCall<W,T,U>,W extends MediaAwareCallPeer<V,?,U>> - 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 care of the implementation boilerplate and let implementers focus on the specifics of their plug-in.
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
 
AbstractProvisioningDiscoveryService - Class in net.java.sip.communicator.service.provdisc
Abstract base class of ProvisioningDiscoveryService that ease implementation
AbstractProvisioningDiscoveryService() - Constructor for class net.java.sip.communicator.service.provdisc.AbstractProvisioningDiscoveryService
 
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(PullBufferDataSource, 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(PushBufferDataSource, 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.
AbstractQualityControlWrapper<T extends MediaAwareCallPeer<?,?,?>> - Class in net.java.sip.communicator.service.protocol.media
A wrapper of media quality control.
AbstractQualityControlWrapper(T) - Constructor for class net.java.sip.communicator.service.protocol.media.AbstractQualityControlWrapper
Creates quality control for peer.
AbstractRenderer<InputFormatT extends javax.media.Format> - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.renderer
Provides an abstract base implementation of Renderer in order to facilitate extenders
AbstractRenderer() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.AbstractRenderer
 
AbstractRTPConnector - Class in net.java.sip.communicator.impl.neomedia
 
AbstractRTPConnector(StreamConnector) - Constructor for class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector
Initializes a new AbstractRTPConnector which is to use a given pair of datagram sockets for RTP and RTCP traffic specified in the form of a StreamConnector.
AbstractVideoPullBufferCaptureDevice - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
Provides a base implementation of PullBufferDataSource and CaptureDevice for the purposes of video in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractVideoPullBufferCaptureDevice() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferCaptureDevice
Initializes a new AbstractVideoPullBufferCaptureDevice instance.
AbstractVideoPullBufferCaptureDevice(MediaLocator) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferCaptureDevice
Initializes a new AbstractVideoPullBufferCaptureDevice instance from a specific MediaLocator.
AbstractVideoPullBufferStream - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
Provides a base implementation of PullBufferStream for video in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractVideoPullBufferStream(PullBufferDataSource, FormatControl) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferStream
Initializes a new AbstractVideoPullBufferStream instance which is to have its Format-related information abstracted by a specific FormatControl.
AbstractVideoPushBufferCaptureDevice - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol
Provides a base implementation of PushBufferDataSource and CaptureDevice for the purposes of video in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractVideoPushBufferCaptureDevice() - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractVideoPushBufferCaptureDevice
Initializes a new AbstractVideoPushBufferCaptureDevice instance.
AbstractVideoPushBufferCaptureDevice(MediaLocator) - Constructor for class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractVideoPushBufferCaptureDevice
Initializes a new AbstractVideoPushBufferCaptureDevice instance from a specific MediaLocator.
AbstractVolumeControl - Class in net.java.sip.communicator.impl.neomedia
Controls media service volume input or output.
AbstractVolumeControl(String) - Constructor for class net.java.sip.communicator.impl.neomedia.AbstractVolumeControl
Creates volume control instance and initializes initial level value if stored in the configuration service.
accept(Object) - Method in interface net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.Filter
 
accept(File) - Method in class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.ImagePickerDialog.ImageFileFilter
 
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(Packet) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopSharingServerJabberImpl
Tests whether or not the specified packet should be handled by this operation set.
accept(Packet) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetTelephonyConferencingJabberImpl
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
The accept button.
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 - Variable in class net.java.sip.communicator.impl.protocol.sip.net.ProxyConnection
 
ACCOUNT_DISPLAY_NAME - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name that should be displayed to the user on call via and chat via lists.
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_STATE_CHANGED - Static variable in class net.java.sip.communicator.impl.gui.main.account.AccountList
Property that is changed when an account is enabled/disabled.
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 - Class in net.java.sip.communicator.service.protocol
Represents an implementation of AccountManager which loads the accounts in a separate thread.
AccountManager(BundleContext) - Constructor for class net.java.sip.communicator.service.protocol.AccountManager
Initializes a new AccountManagerImpl instance loaded in a specific BundleContext (in which the caller will usually later register it).
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.
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.jabberaccregwizz
 
AccountPanel(JabberAccountRegistrationForm) - Constructor for class net.java.sip.communicator.plugin.jabberaccregwizz.AccountPanel
Creates an instance of AccountPanel by specifying the parent wizard page, where it's contained.
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 - Class 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.
AccountRegistrationWizard() - Constructor for class net.java.sip.communicator.service.gui.AccountRegistrationWizard
 
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
 
accountRemoved(ProtocolProviderService) - Method in class net.java.sip.communicator.service.gui.AccountRegistrationWizard
Indicates that the account corresponding to the given protocolProvider has been removed.
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.
AccountSettingsForm - Class in net.java.sip.communicator.impl.googlecontacts.configform
The page with hostname/port/encryption fields
AccountSettingsForm() - Constructor for class net.java.sip.communicator.impl.googlecontacts.configform.AccountSettingsForm
Constructor.
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.
ACCUM_BITS_DIFF_THRESHOLD - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
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.inputevt.InputEvtIQ
The name of the argument that contains the input action value.
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 class net.java.sip.communicator.service.notification.NotificationAction
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 class net.java.sip.communicator.service.notification.NotificationAction
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 class net.java.sip.communicator.service.notification.NotificationAction
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 class net.java.sip.communicator.service.notification.NotificationAction
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.googlecontacts.configform.AccountSettingsForm
Implementation of actionPerformed.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.googlecontacts.configform.GoogleContactsConfigForm
Processes buttons events (new, modify, remove)
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.CallPanel
Handles action events.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.PreCallDialog
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.ChatTransportSelectorBox
The listener of the chat transport selector box.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Performs actions when typing timer has expired.
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 occurred 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.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.avatar.imagepicker.EditPanel
Listens for button actions.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.ImagePickerDialog
Invoked for any button activity.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.WebcamDialog
Listens for actions for the buttons in this dialog.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.impl.gui.main.presence.avatar.SelectAvatarMenu
Action performed on various action links(buttons).
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.neomedia.CallRecordingConfigForm
Indicates that one of the contained in this panel components has performed an action.
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.certconfig.CertConfigEntryDialog
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.certconfig.CertConfigPanel
 
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.dnsconfig.DnssecPanel
Action has occurred in the config form.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.dnsconfig.ParallelDnsPanel
Action has occurred in the config form.
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.ldap.configform.DirectorySettingsForm
Implementation of actionPerformed.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.ldap.configform.LdapConfigForm
Processes buttons events (new, modify, remove)
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.loggingutils.LoggingConfigForm
Invoked when an action occurs.
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
Performs corresponding operations when a button is pressed.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.pluginmanager.NewBundleDialog
Performs corresponding actions, when a buttons is pressed.
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.sipaccregwizz.PresencePanel
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SecurityPanel
 
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.skinmanager.SkinSelectionListener
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.plugin.spellcheck.SpellCheckerConfigDialog
 
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.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.util.swing.AuthenticationWindow
Handles the ActionEvent triggered when one of the buttons is clicked.
actionPerformed(ActionEvent) - Method in class net.java.sip.communicator.util.swing.MasterPasswordInputDialog
OK button click event handler.
actionPerformedOnHangupButton(boolean) - Method in class net.java.sip.communicator.impl.gui.main.call.CallPanel
Executes the action associated with the "Hang up" button which may be invoked by clicking the button in question or closing this dialog.
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.
ACTIONS_ELEMENT - Static variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.CommonPolicyParser
 
actionsFromElement(Element) - Static method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.PresRulesParser
Creates actions object from the element.
ActionsType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy
The Authorization Rules actions element.
ActionsType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ActionsType
 
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 OperationSetBasicTelephony<? extends ProtocolProviderService>> - 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.
ActiveCallsRepositoryGTalkImpl - Class in net.java.sip.communicator.impl.protocol.jabber
Keeps a list of all calls currently active and maintained by this protocol provider.
ActiveCallsRepositoryGTalkImpl(OperationSetBasicTelephonyJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.ActiveCallsRepositoryGTalkImpl
It's where we store all active calls
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.
ActiveSpeech_ms - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_detect_SWB_state
 
activityChanged(SystemActivityEvent) - Method in class net.java.sip.communicator.impl.netaddr.NetworkConfigurationWatcher
This method gets called when a notification action for a particular event type has been changed.
activityChanged(SystemActivityEvent) - Method in class net.java.sip.communicator.plugin.generalconfig.autoaway.AutoAwayWatcher
Listens for activities and set corresponding statuses.
activityChanged(SystemActivityEvent) - Method in interface net.java.sip.communicator.service.sysactivity.SystemActivityChangeListener
This method gets called when a notification action for a particular event type has been changed (for example the corresponding descriptor has changed).
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
Adds the given component at the VideoLayout.CENTER_REMOTE position in the default video layout.
add(Component, int) - Method in class net.java.sip.communicator.util.swing.VideoContainer
 
add(Component, Object) - Method in class net.java.sip.communicator.util.swing.VideoContainer
 
add(Component, Object, int) - Method in class net.java.sip.communicator.util.swing.VideoContainer
Overrides the default behavior of add in order to be sure to remove the default "no video" component when a remote video component is added.
ADD_ACCOUNT_MENU_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The add account icon used in the file menu.
ADD_CONTACT_16x16_ICON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Add contact 16x16 image.
ADD_CONTACT_BUTTON_SMALL - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The add contact button small image, shown when an external source contact is selected.
ADD_CONTACT_BUTTON_SMALL_PRESSED - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The add contact button small pressed image, shown when an external source contact is selected and add contact button is pressed.
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_TEXT - Static variable in class net.java.sip.communicator.plugin.skinmanager.SkinSelector
Text for the add skin menu item.
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.
ADD_WORD_ICON - Static variable in class net.java.sip.communicator.plugin.spellcheck.Resources
The add word icon.
addAccount(GoogleContactsConnection, boolean, String) - Method in class net.java.sip.communicator.impl.googlecontacts.configform.GoogleContactsTableModel
Add account from table.
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.menus.AutoAnswerMenu
Adds a menu item for the account given by protocolProvider.
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(NotificationAction) - Method in class net.java.sip.communicator.service.notification.Notification
Adds the given actionType to the list of actions for this event notifications.
addActionHandler(NotificationHandler) - Method in interface net.java.sip.communicator.service.notification.NotificationService
Adds an object that executes the actual action of a notification action.
addActionHandler(NotificationHandler) - Method in class net.java.sip.communicator.service.notification.NotificationServiceImpl
Adds an object that executes the actual action of a notification action.
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.
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.
addCall(Call) - Method in class net.java.sip.communicator.service.protocol.CallGroup
Adds a call.
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.media.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.
addCallPanel(CallPanel) - Method in interface net.java.sip.communicator.impl.gui.main.call.CallContainer
Adds the given CallPanel to this call window.
addCallPanel(CallPanel) - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Adds a call panel.
addCallPanel(CallPanel) - Method in class net.java.sip.communicator.impl.gui.main.SingleWindowContainer
Adds the given CallPanel to this call window.
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, UIVideoHandler) - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPanel
Creates and adds a panel for a call 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.
addCallTitleListener(CallTitleListener) - Method in class net.java.sip.communicator.impl.gui.main.call.CallPanel
Adds the given CallTitleListener to the list of listeners, notified for call title 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.
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.
addCertificateToTrust(Certificate, String, int) - Method in class net.java.sip.communicator.impl.certificate.CertificateServiceImpl
 
addCertificateToTrust(Certificate, String, int) - Method in interface net.java.sip.communicator.service.certificate.CertificateService
Adds a certificate to the local trust store.
addChat(ChatPanel) - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatContainer
Adds a given ChatPanel to this chat window.
addChat(ChatPanel) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Adds a given ChatPanel to this chat window.
addChat(ChatPanel) - Method in class net.java.sip.communicator.impl.gui.main.SingleWindowContainer
Adds a given ChatPanel to this chat window.
addChatChangeListener(ChatChangeListener) - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatContainer
Adds the given ChatChangeListener.
addChatChangeListener(ChatChangeListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Adds the given ChatChangeListener.
addChatChangeListener(ChatChangeListener) - Method in class net.java.sip.communicator.impl.gui.main.SingleWindowContainer
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.
addChatEditorCaretListener(CaretListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Adds the given CaretListener to this Chat.
addChatEditorCaretListener(CaretListener) - Method in interface net.java.sip.communicator.service.gui.Chat
Adds the given CaretListener to this Chat.
addChatEditorDocumentListener(DocumentListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Adds the given DocumentListener to this Chat.
addChatEditorDocumentListener(DocumentListener) - Method in interface net.java.sip.communicator.service.gui.Chat
Adds the given DocumentListener to this Chat.
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.
addChatEditorMenuListener(ChatMenuListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Adds the given ChatMenuListener to this Chat.
addChatEditorMenuListener(ChatMenuListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Adds the given ChatMenuListener to this Chat.
addChatEditorMenuListener(ChatMenuListener) - Method in interface net.java.sip.communicator.service.gui.Chat
Adds the given ChatMenuListener 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.
addChatHistoryListener(ChatHistoryListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Adds the given ChatHistoryListener to the list of listeners notified when a change occurs in the history shown in this chat panel.
addChatListener(ChatListener) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Registers a NewChatListener to be informed when new Chats are created.
addChatListener(ChatListener) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Registers a NewChatListener to be informed when new Chats are created.
addChatListener(ChatListener) - Method in interface net.java.sip.communicator.service.gui.UIService
Registers a NewChatListener to be informed when new Chats are created.
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.
addChatTransport(ChatTransport) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel
Adds the given chatTransport to the given send via selector box.
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, int) - 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.
addConferenceMemberPanel(ConferenceMember) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceFocusPanel
Adds a ConferenceMemberPanel for a given ConferenceMember.
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(ProtocolProviderService, MetaContactGroup, String) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListUtils
 
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, boolean) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Adds the given contact to this list.
addContact(ContactQuery, 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 retrieve 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 class net.java.sip.communicator.service.contactsource.AbstractContactQuery
Adds a ContactQueryListener to the list of listeners interested in notifications about this ContactQuery changing its status, the receipt of new SourceContacts via this ContactQuery, etc.
addContactQueryListener(ContactQueryListener) - Method in interface net.java.sip.communicator.service.contactsource.ContactQuery
Adds the given ContactQueryListener to the list of registered listeners.
addContactSource(GoogleContactsConnection, boolean) - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsServiceImpl
Add a contact source service with the specified GoogleContactsConnection.
addContactSource(String, String) - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsServiceImpl
Add a contact source service with the specified GoogleContactsConnection.
addContactSource(String, String) - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsService
Add a contact source service with the specified GoogleContactsConnection.
addContactSource(GoogleContactsConnection, boolean) - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsService
Add a contact source service with the specified GoogleContactsConnection.
addContactToBlockList(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
Adds contact to the "block" rule.
addContactToList(ContactGroup, ContactSSH) - Method in class net.java.sip.communicator.impl.protocol.ssh.OperationSetPersistentPresenceSSHImpl
Add a contact to the specified group
addContactToPoliteBlockList(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
Adds contact to the "polite block" rule.
addContactToWhiteList(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
Adds contact to the "white" rule.
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
Adds a list of entries in the given defaults table.
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.
addDesktopSharingComponents() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPanel
Adds all desktop sharing related components to this container.
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(ServerStoredDetails.GenericDetail) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetServerStoredAccountInfoMsnImpl
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.sip.OperationSetServerStoredAccountInfoSipImpl
Adds the specified detail to the list of details registered on-line for this account.
addDetail(ServerStoredDetails.GenericDetail, boolean) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetServerStoredAccountInfoSipImpl
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.
addDeviceChangedCallback(PortAudioDeviceChangedCallback) - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Adds a device changed callback.
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.
addDiscoverInfoByCaps(EntityCapsManager.Caps, DiscoverInfo) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
Add DiscoverInfo to our caps database.
addDiscoveryListener(DiscoveryListener) - Method in class net.java.sip.communicator.impl.provdisc.dhcp.DHCPProvisioningDiscover
Add a listener that will be notified when the discoverProvisioningURL has finished.
addDiscoveryListener(DiscoveryListener) - Method in class net.java.sip.communicator.impl.provdisc.mdns.MDNSProvisioningDiscover
Add a listener that will be notified when the discoverProvisioningURL has finished.
addDiscoveryListener(DiscoveryListener) - Method in class net.java.sip.communicator.service.provdisc.AbstractProvisioningDiscoveryService
Add a listener that will be notified when the discoverProvisioningURL has finished.
addDiscoveryListener(DiscoveryListener) - Method in interface net.java.sip.communicator.service.provdisc.ProvisioningDiscoveryService
Add a listener that will be notified when the startDiscovery has finished.
addDockIconListener() - Static method in class net.java.sip.communicator.impl.osdependent.macosx.MacOSXDockIcon
Adds a dock icon listener in order to show the application each time user clicks on the dock icon.
addDoubleClickListener(DoubleClickListener) - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Adds a DoubleClickListener to the tabbedPane.
addDTMF(DTMFInbandTone) - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource
Adds a new inband DTMF tone to send.
addDTMF(DTMFInbandTone) - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Adds a new inband DTMF tone to send.
addDTMF(DTMFInbandTone) - Method in interface net.java.sip.communicator.impl.neomedia.protocol.InbandDTMFDataSource
Adds a new inband DTMF tone to send.
addDTMF(DTMFInbandTone) - Method in class net.java.sip.communicator.impl.neomedia.protocol.RewritablePullBufferDataSource
Adds a new inband DTMF tone to send.
addDTMF(DTMFInbandTone) - Method in class net.java.sip.communicator.impl.neomedia.protocol.RewritablePushBufferDataSource
Adds a new inband DTMF tone to send.
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 class net.java.sip.communicator.impl.protocol.sip.dtmf.DTMFInfo
Registers the specified DTMFListener with this provider so that it could be notified when incoming DTMF tone is received.
addDTMFListener(DTMFListener) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetIncomingDTMFSipImpl
Registers the specified DTMFListener with this provider so that it could be notified when incoming DTMF tone is received.
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.
addDTMFListener(DTMFListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetIncomingDTMF
Registers the specified DTMFListener with this provider so that it could be notified when incoming DTMF tone is received.
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.
addEarlyMessageProcessor(SipMessageProcessor) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Registers early message processor.
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.
addEntry(GlobalShortcutEntry) - Method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutTableModel
Adds an entry.
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.
addExtFeature(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Add feature to put in "ext" attribute.
addExtmap(RTPHdrExtPacketExtension) - 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.
addFocusPeerPanel() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceFocusPanel
Adds the focus peer panel.
addFormat(StreamRTPManager, Format, int) - Method in class net.java.sip.communicator.impl.neomedia.RTPTranslatorImpl
 
addFormat(Format, int) - Method in class net.java.sip.communicator.impl.neomedia.StreamRTPManager
 
addGainChangeListener(GainChangeListener) - Method in class net.java.sip.communicator.impl.neomedia.AbstractVolumeControl
Register for gain change update events.
addGenericEventListener(String, GenericEventListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetGenericNotificationsJabberImpl
Registers a GenericEventListener with this operation set so that it gets notifications for new event notifications.
addGenericEventListener(String, GenericEventListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetGenericNotifications
Registers a GenericEventListener with this operation set so that it gets notifications for new event notifications.
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.sip.ServerStoredContactList
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.
addHomeMail(String) - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Adds a home mail address.
addHomeMail(String) - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Adds a home mail address.
addHomePhone(String) - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Adds a home telephone numbers.
addHomePhone(String) - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Adds a home telephone number to this person
addHomePhone(String) - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Adds a home telephone numbers.
addHomePhone(String) - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Adds a home telephone number to this person
addIdleSystemChangeListener(long, SystemActivityChangeListener) - Method in class net.java.sip.communicator.impl.sysactivity.SystemActivityNotificationsServiceImpl
Registers a listener that would be notified for idle of the system for idleTime.
addIdleSystemChangeListener(long, SystemActivityChangeListener) - Method in interface net.java.sip.communicator.service.sysactivity.SystemActivityNotificationsService
Registers a listener that would be notified for idle of the system for idleTime.
addIMAddress(String, GoogleContactsEntry.IMProtocol) - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Adds an IM address.
addIMAddress(String, GoogleContactsEntry.IMProtocol) - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Adds an IM address.
addInbandDTMF(DTMFInbandTone) - Method in class net.java.sip.communicator.impl.neomedia.AudioMediaStreamImpl
Adds a new inband DTMF tone to send.
addInbandDTMF(AudioMediaStream, DTMFTone) - Method in class net.java.sip.communicator.impl.protocol.sip.dtmf.DTMFInband
Adds a new inband DTMF tone to send.
addInbandDTMF(DTMFInbandTone) - Method in interface net.java.sip.communicator.service.neomedia.AudioMediaStream
Adds a new inband DTMF tone to send.
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.
addJingleNodes(JingleNodeDescriptor) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.IceConfigPanel
Adds the given jingleNode to the list of additional JingleNodes
addJingleNodes(JingleNodeDescriptor) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Adds the given node to the list of additional JingleNodes.
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.
addKeyFrameRequestee(int, KeyFrameControl.KeyFrameRequestee) - Method in interface net.java.sip.communicator.service.neomedia.control.KeyFrameControl
Adds a KeyFrameRequestee to be made available through this KeyFrameControl.
addKeyFrameRequestee(int, KeyFrameControl.KeyFrameRequestee) - Method in class net.java.sip.communicator.service.neomedia.control.KeyFrameControlAdapter
Implements KeyFrameControl.addKeyFrameRequestee(int, KeyFrameRequestee).
addKeyFrameRequester(int, KeyFrameControl.KeyFrameRequester) - Method in interface net.java.sip.communicator.service.neomedia.control.KeyFrameControl
Adds a KeyFrameRequester to be made available through this KeyFrameControl.
addKeyFrameRequester(int, KeyFrameControl.KeyFrameRequester) - Method in class net.java.sip.communicator.service.neomedia.control.KeyFrameControlAdapter
Implements KeyFrameControl.addKeyFrameRequester(int, KeyFrameRequester).
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
Adds the given component in this layout on the specified by name position.
addLdapListener(LdapListener) - Method in class net.java.sip.communicator.service.ldap.event.DefaultLdapEventManager
Adds listener to our list of listeners
addLdapListener(LdapListener) - Method in interface net.java.sip.communicator.service.ldap.event.LdapEventManager
Adds listener to our list of listeners
addLdapListener(LdapListener) - Method in interface net.java.sip.communicator.service.ldap.LdapDirectory
Adds listener to our list of listeners
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.
addLine(JLabel[]) - Method in class net.java.sip.communicator.impl.gui.utils.ExtendedTooltip
Adds the given array of labels as one line in this tool tip.
addListDataListener(ListDataListener) - Method in class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel
 
addListener(Recorder.Listener) - Method in class net.java.sip.communicator.impl.neomedia.RecorderImpl
Adds a new Recorder.Listener to the list of listeners interested in notifications from this Recorder.
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(Recorder.Listener) - Method in interface net.java.sip.communicator.service.neomedia.Recorder
Adds a new Listener to the list of listeners interested in notifications from this Recorder.
addListener(AccountManagerListener) - Method in class net.java.sip.communicator.service.protocol.AccountManager
Implements AccountManager#addListener(AccountManagerListener).
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
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.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.
addMail(String) - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Adds a mail address to this person
addMail(String) - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Adds a mail address to this person
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, 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..
addMessageWaitingNotificationListener(OperationSetMessageWaiting.MessageType, MessageWaitingListener) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetMessageWaitingSipImpl
Registers a MessageWaitingListener with this operation set so that it gets notifications of new and old messages waiting.
addMessageWaitingNotificationListener(OperationSetMessageWaiting.MessageType, MessageWaitingListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetMessageWaiting
Registers a MessageWaitingListener with this operation set so that it gets notifications of new and old messages waiting.
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.
addMobilePhone(String) - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Adds a mobile telephone numbers.
addMobilePhone(String) - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Adds a mobile telephone number to this person
addMobilePhone(String) - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Adds a mobile telephone numbers.
addMobilePhone(String) - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Adds a mobile telephone number to this person
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
addMouseAndKeyListeners() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPeerPanel
Add KeyListener, MouseListener, MouseWheelListener and MouseMotionListener to remote video component.
addMouseAndKeyListeners() - Method in class net.java.sip.communicator.impl.gui.main.call.UIVideoHandler
Add KeyListener, MouseListener, MouseWheelListener and MouseMotionListener to remote video component.
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 class net.java.sip.communicator.impl.netaddr.NetworkEventDispatcher
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.
addNotification(UINotification) - Method in class net.java.sip.communicator.impl.gui.main.UINotificationGroup
Adds the given notification to the list of unread notifications and notifies interested listeners.
addNotification(UINotification) - Static method in class net.java.sip.communicator.impl.gui.main.UINotificationManager
Adds the given notification to the list of unread notifications and notifies interested 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.
addNotificationChangeListener(NotificationChangeListener) - Method in class net.java.sip.communicator.service.notification.NotificationServiceImpl
Adds the given listener to the list of change listeners.
addNotificationListener(UINotificationListener) - Static method in class net.java.sip.communicator.impl.gui.main.UINotificationManager
Adds the given UINotificationListener to the list of listeners that would be notified on any changes in missed calls count.
addNotify() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRendererSwingVideoComponent
 
addNotify() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
 
addNotifyLightweightComponent(long, Component, long) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
 
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.
addPlaybackDataSource(DataSource) - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Adds a specific DataSource to the list of playbacks of ReceiveStreams and/or DataSources performed by respective Players on the MediaDevice represented by this instance.
addPluginComponentListener(PluginComponentListener) - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Adds the given PluginComponentListener to the list of component listeners registered in this UIService implementation.
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(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 class net.java.sip.communicator.service.protocol.media.AbstractOperationSetVideoTelephony
Adds a specific PropertyChangeListener to the list of listeners which get notified when the properties (e.g.
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
Adds the given contactHandler to handle contact events for the given protocolProvider.
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.
addQueryResult(SourceContact) - Method in class net.java.sip.communicator.service.contactsource.AsyncContactQuery
Adds a specific SourceContact to the list of SourceContacts to be returned by this ContactQuery in response to AsyncContactQuery.getQueryResults().
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
 
AddrBookActivator - Class in net.java.sip.communicator.plugin.addrbook
Implements BundleActivator for the addrbook plug-in which provides support for OS-specific Address Book.
AddrBookActivator() - Constructor for class net.java.sip.communicator.plugin.addrbook.AddrBookActivator
 
addReceiveStream(ReceiveStream) - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Adds a specific ReceiveStream to the list of playbacks of ReceiveStreams and/or DataSources performed by respective Players on the MediaDevice represented by this instance.
addReceiveStreamListener(StreamRTPManager, ReceiveStreamListener) - Method in class net.java.sip.communicator.impl.neomedia.RTPTranslatorImpl
 
addReceiveStreamListener(ReceiveStreamListener) - Method in class net.java.sip.communicator.impl.neomedia.StreamRTPManager
 
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.
addRecorderListener(Recorder.Listener) - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Those interested in Recorder events add listener through MediaService.
addRecorderListener(Recorder.Listener) - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Those interested in Recorder events add listener through MediaService.
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.
addRemoteControl(RemoteControlExtension) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.InputEvtIQ
Add a remote-control extension.
addRemoteControlListener() - Method in class net.java.sip.communicator.impl.gui.main.call.UIVideoHandler
Sets up listening to remote-control notifications (granted or revoked).
addRemoteControlListener(RemoteControlListener) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopSharingClientJabberImpl
Add a RemoteControlListener to be notified when remote peer accept to give us full control.
addRemoteControlListener(RemoteControlListener) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopSharingClientSipImpl
Add a RemoteControlListener to be notified when remote peer accept to give us full control.
addRemoteControlListener(RemoteControlListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetDesktopSharingClient
Add a RemoteControlListener to be notified when remote peer accept/revoke to give us full control.
addRemoteListener(StreamRTPManager, RemoteListener) - Method in class net.java.sip.communicator.impl.neomedia.RTPTranslatorImpl
 
addRemoteListener(RemoteListener) - Method in class net.java.sip.communicator.impl.neomedia.StreamRTPManager
 
addRemoteVideoSpecificComponents(CallPeer) - Method in class net.java.sip.communicator.impl.gui.main.call.CallPanel
Adds remote video specific components.
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
 
ADDRESS_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkCandidatePacketExtension
Address attribute name.
ADDRESS_DOWN - Static variable in class net.java.sip.communicator.service.netaddr.event.ChangeEvent
Event type for address going down.
ADDRESS_UP - Static variable in class net.java.sip.communicator.service.netaddr.event.ChangeEvent
Event type for interface going down.
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.
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
 
addRoles(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.UserRolesPacketExtension
Add roles.
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
Adds 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.
addSendStreamListener(StreamRTPManager, SendStreamListener) - Method in class net.java.sip.communicator.impl.neomedia.RTPTranslatorImpl
 
addSendStreamListener(SendStreamListener) - Method in class net.java.sip.communicator.impl.neomedia.StreamRTPManager
 
addSeparator() - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommToolBar
Adds a separator to this toolbar.
addServer(LdapDirectory) - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySetImpl
Tries to add an LdapDirectory to the LdapDirectorySet
addServer(LdapDirectory) - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySet
Tries to add an LdapDirectory to the LdapDirectorySet
addServerStoredDetailsChangeListener(ServerStoredDetailsChangeListener) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetServerStoredAccountInfo
Registers a ServerStoredDetailsChangeListener with this operation set so that it gets notifications of details change.
addServerStoredDetailsChangeListener(ServerStoredDetailsChangeListener) - Method in interface net.java.sip.communicator.service.protocol.OperationSetServerStoredAccountInfo
Registers a ServerStoredDetailsChangeListener with this operation set so that it gets notifications of details change.
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.sip.OperationSetPresenceSipImpl
Registers a listener that would receive events upong 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.
addSessionListener(StreamRTPManager, SessionListener) - Method in class net.java.sip.communicator.impl.neomedia.RTPTranslatorImpl
 
addSessionListener(SessionListener) - Method in class net.java.sip.communicator.impl.neomedia.StreamRTPManager
 
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.
addStunServer(StunServerDescriptor) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.IceConfigPanel
Adds the given stunServer to the list of additional stun servers.
addStunServer(StunServerDescriptor) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Adds the given stunServer to the list of additional stun servers.
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.
addSystemActivityChangeListener(SystemActivityChangeListener) - Method in class net.java.sip.communicator.impl.sysactivity.SystemActivityEventDispatcher
Registers a listener that would be notified of changes that have occurred in the underlying system.
addSystemActivityChangeListener(SystemActivityChangeListener) - Method in class net.java.sip.communicator.impl.sysactivity.SystemActivityNotificationsServiceImpl
Registers a listener that would be notified of changes that have occurred in the underlying system.
addSystemActivityChangeListener(SystemActivityChangeListener) - Method in interface net.java.sip.communicator.service.sysactivity.SystemActivityNotificationsService
Registers a listener that would be notified of changes that have occurred in the underlying system.
addTarget(SessionAddress) - Method in class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector
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
 
addTrustAnchor(long, String) - Static method in class net.java.sip.communicator.util.dns.UnboundApi
Add a trust anchor to the given context.
addTrustAnchor(String) - Method in class net.java.sip.communicator.util.dns.UnboundResolver
Adds a DNSSEC trust anchor validation of the DNSKEYs.
addTypingNotification(String) - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatConversationContainer
Sets the given status message to this conversation container.
addTypingNotification(String) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Adds a typing notification message to the conversation panel.
addTypingNotification(String) - Method in class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindow
Implements ChatConversationContainer.setStatusMessage method.
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.
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.
addValidatingPanel(ValidatingPanel) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm
Adds panel to the list of panels with values which need validation.
addValidatingPanel(ValidatingPanel) - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Adds panel to the list of panels with values which need validation.
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() - Method in class net.java.sip.communicator.impl.gui.main.call.UIVideoHandler
Sets up listening to notifications about adding or removing video for the CallPeer this panel depicts and displays the video in question in the last-known of UIVideoHandler.videoContainers (because the video is represented by a Component and it cannot be displayed in multiple Containers at one and the same time) as soon as it arrives.
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(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(CallPeer, VideoListener) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetVideoTelephony
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.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.service.protocol.media.MediaAwareCall
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.
addVolumeChangeListener(VolumeChangeListener) - Method in class net.java.sip.communicator.impl.neomedia.AbstractVolumeControl
Adds a VolumeChangeListener to be informed for any change in the volume levels.
addVolumeChangeListener(VolumeChangeListener) - Method in interface net.java.sip.communicator.service.neomedia.VolumeControl
Adds a VolumeChangeListener to be informed for any change in the volume levels.
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
addWindow(Window) - Static method in class net.java.sip.communicator.util.GuiUtils
Adds a Window into window list
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
 
addWorkMails(String) - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Adds a work mail address.
addWorkMails(String) - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Adds a work mail address.
addWorkPhone(String) - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Adds a work telephone number.
addWorkPhone(String) - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Adds a work telephone number to this person
addWorkPhone(String) - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Adds a work telephone number.
addWorkPhone(String) - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Adds a work telephone number to this person
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.
advancedAttributesAreEqual(Map<String, String>, Map<String, String>) - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Determines whether a specific set of advanced attributes is equal to another set of advanced attributes in the sense that they define an equal number of parameters and assign them equal values.
AdvancedConfigActivator - Class in net.java.sip.communicator.plugin.advancedconfig
 
AdvancedConfigActivator() - Constructor for class net.java.sip.communicator.plugin.advancedconfig.AdvancedConfigActivator
 
AdvancedConfigForm - Class in net.java.sip.communicator.plugin.addrbook
Implementation of the advanced address book configuration form.
AdvancedConfigForm() - Constructor for class net.java.sip.communicator.plugin.addrbook.AdvancedConfigForm
Creates the form.
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 kAEGetURL AppleScript events.
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
aif - Static variable in class net.java.sip.communicator.util.SoundFileUtils
 
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.jabber.ConferenceMemberJabberImpl
A Public Switched Telephone Network (PSTN) ALERTING or SIP 180 Ringing was returned for the outbound call; endpoint is being alerted.
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
 
allocateIntArray(int) - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixerPushBufferStream
 
allowNonSecureBox - Variable in class net.java.sip.communicator.plugin.jabberaccregwizz.ConnectionPanel
 
allowNonSecureConnection() - Method in class net.java.sip.communicator.impl.protocol.jabber.JabberAccountID
Determines whether this account's provider allow non-secure connection
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.
altValue - Variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.UniquenessFailureType.ExistsType
The list of alt-value elements.
ALWAYS_UNDERLINE - Static variable in class net.java.sip.communicator.util.swing.SIPCommLinkButton
 
alwaysTrustCheckBox - Variable in class net.java.sip.communicator.impl.certificate.VerifyCertificateDialog
The check box if checked permanently stored the certificate which will be always trusted.
anaMem - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
AnaState - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
AnaState1 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
AnaState2 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
ancestor - Variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.NoParentType
The ancestor element.
anchor - Variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ExternalType
The danchor attribute.
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.CallPeerGTalkImpl
Indicates a user request to answer an incoming call from this CallPeer.
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.
answerPacket - Variable in class net.java.sip.communicator.util.dns.UnboundResult
The DNS answer packet.
answers - Variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSIncoming
 
answerVideoCall(Call) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Answers the given call with video.
answerVideoCallPeer(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetVideoTelephonyJabberImpl
Indicates a user request to answer an incoming call with video enabled from the specified CallPeer.
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
 
any - Variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps.XCapCapsType
The list of any elements.
API_fs_Hz - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
API_KEY - Static variable in class net.java.sip.communicator.impl.replacement.flickr.ReplacementServiceFlickrImpl
API Key required to access the Flickr api.
API_sampleRate - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_DecControlStruct
(Input) Output signal sampling rate in Hertz; 8000/12000/16000/24000.
API_sampleRate - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_EncControlStruct
(Input) Input signal sampling rate in Hertz; 8000/12000/16000/24000.
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, 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.plugin.branding.StyledHTMLEditorPane
 
appendToEnd(String) - Method in class net.java.sip.communicator.util.swing.StyledHTMLEditorPane
Appends text to end of the editor pane.
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.
applyGain(GainControl, byte[], int, int) - Static method in class net.java.sip.communicator.impl.neomedia.AbstractVolumeControl
Applies the gain specified by gainControl to the signal defined by the length number of samples given in buffer starting at offset.
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.
AR1 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
AR2 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
AR2_Q13 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
ar2_q13_file_offset - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_wrappers_FLP
 
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
The ARGB32 constant.
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 in little endian 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.OperationSetPersistentPresenceJabberImpl
Utility method throwing an exception if the stack is not properly initialized.
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.impl.protocol.sip.xcap.BaseHttpXCapClient
Utility method throwing an exception if the user is not connected.
assertConnected() - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetTypingNotifications
Utility method throwing an exception if the stack is not properly initialized.
assertPresContentSupported() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Utility method throwing an exception if the pres-content is not supported.
assertPresRulesSupported() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Utility method throwing an exception if the pres-rules is not supported.
assertResourceListsSupported() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Utility method throwing an exception if the resource-lists is not supported.
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.
AsymmetricSRTPTransformer - Class in net.java.sip.communicator.impl.neomedia.transform.srtp
SRTP/SRTCP TransformEngine that uses different keys for forward and reverse transformations.
AsymmetricSRTPTransformer(SRTPTransformEngine, SRTPTransformEngine) - Constructor for class net.java.sip.communicator.impl.neomedia.transform.srtp.AsymmetricSRTPTransformer
 
AsyncContactQuery<T extends ContactSourceService> - Class in net.java.sip.communicator.service.contactsource
Provides an abstract implementation of a ContactQuery which runs in a separate Thread.
AsyncContactQuery(T, Pattern) - Constructor for class net.java.sip.communicator.service.contactsource.AsyncContactQuery
Initializes a new AsyncContactQuery instance which is to perform a specific query on behalf of a specific contactSource.
AsyncContactSourceService - Class in net.java.sip.communicator.service.contactsource
Declares the interface of a ContactSourceService which performs ContactQuerys in a separate Thread.
AsyncContactSourceService() - Constructor for class net.java.sip.communicator.service.contactsource.AsyncContactSourceService
 
ATLEAST_ONE_CONNECTION_PROP - Static variable in class net.java.sip.communicator.plugin.reconnectplugin.ReconnectPluginActivator
 
attachListeners() - Method in class net.java.sip.communicator.plugin.spellcheck.ChatAttachments
Attaches spell checker capabilities the associated chat.
attributes - Variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
A map of all attributes that this extension is currently using.
ATTRIBUTES_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RTPHdrExtPacketExtension
The name of the attributes attribute in the extmap element.
au - Static variable in class net.java.sip.communicator.util.SoundFileUtils
 
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_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_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_RTCP_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkCandidatePacketExtension
Name for candidate audio RTCP.
AUDIO_RTP - Static variable in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerGTalkImpl
Google Talk name for the audio part.
AUDIO_RTP_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkCandidatePacketExtension
Name for candidate audio RTP.
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_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, SrtpControl) - 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.
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.neomedia.notify
The implementation of the AudioNotifierService.
AudioNotifierServiceImpl(DeviceConfiguration) - Constructor for class net.java.sip.communicator.impl.neomedia.notify.AudioNotifierServiceImpl
Creates audio notify service.
auids - Variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps.XCapCapsType
The auids elemet.
AuidsType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps
The XCAP-CAPS auids element.
AuidsType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps.AuidsType
 
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.
AuthenticationWindow - Class in net.java.sip.communicator.util.swing
The AuthenticationWindow is the window where the user should type his user identifier and password to login.
AuthenticationWindow(String, boolean, ImageIcon) - Constructor for class net.java.sip.communicator.util.swing.AuthenticationWindow
Creates an instance of the LoginWindow.
AuthenticationWindow(String, boolean, ImageIcon, String, String, String, String) - Constructor for class net.java.sip.communicator.util.swing.AuthenticationWindow
Creates an instance of the LoginWindow.
AuthenticationWindow(Dialog, String, boolean, ImageIcon) - Constructor for class net.java.sip.communicator.util.swing.AuthenticationWindow
Creates an instance of the LoginWindow.
AuthenticationWindow(String, char[], String, boolean, ImageIcon, String) - Constructor for class net.java.sip.communicator.util.swing.AuthenticationWindow
Creates an instance of the LoginWindow.
AuthenticationWindow(Dialog, String, char[], String, boolean, ImageIcon, String) - Constructor for class net.java.sip.communicator.util.swing.AuthenticationWindow
Creates an instance of the LoginWindow.
AuthenticationWindow(String, char[], String, boolean, boolean, ImageIcon, String) - Constructor for class net.java.sip.communicator.util.swing.AuthenticationWindow
Creates an instance of the LoginWindow.
AuthenticationWindow(Dialog, String, char[], String, boolean, boolean, ImageIcon, String) - Constructor for class net.java.sip.communicator.util.swing.AuthenticationWindow
Creates an instance of the LoginWindow.
AuthenticationWindow(String, char[], String, boolean, ImageIcon) - Constructor for class net.java.sip.communicator.util.swing.AuthenticationWindow
Creates an instance of the LoginWindow.
AuthenticationWindow(Dialog, String, char[], String, boolean, ImageIcon) - Constructor for class net.java.sip.communicator.util.swing.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.
authorizationAccepted(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
The user accepted authorization request for contact
authorizationAccepted(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
The user accepted authorization request for contact
authorizationAccepted(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListXivoImpl
The user accepted authorization request for contact
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
 
authorizationIgnored(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
The user ignored authorization request for contact
authorizationIgnored(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
The user ignored authorization request for contact
authorizationIgnored(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListXivoImpl
The user ignored authorization request for contact
authorizationRejected(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
The user rejected authorization request for contact
authorizationRejected(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
The user rejected authorization request for contact
authorizationRejected(ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListXivoImpl
The user rejected authorization request for contact
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
The AuthorizationResponseDialog is the dialog shown when we receive a reply for an authorization request.
AuthorizationResponseDialog(MainFrame, Contact, AuthorizationResponse) - Constructor for class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationResponseDialog
Constructs the RequestAuthorisationDialog.
AUTO_ANSWER_COND_NAME_PROP - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetAutoAnswer
Auto answer conditional account property - field name.
AUTO_ANSWER_COND_VALUE_PROP - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetAutoAnswer
Auto answer conditional account property - field value.
AUTO_ANSWER_FWD_NUM_PROP - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetAutoAnswer
Auto forward all calls account property.
AUTO_ANSWER_UNCOND_PROP - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetAutoAnswer
Auto answer unconditional account property.
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.
AUTO_DISCOVER_JINGLE_NODES - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Indicates if JingleNodes should be used with ICE.
AUTO_DISCOVER_STUN - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
Indicates if STUN server should be automatically discovered.
AUTO_GENERATE_RESOURCE - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of the property under which we store whether we generate resource values or we just use the stored one.
AutoAnswerMenu - Class in net.java.sip.communicator.impl.gui.main.menus
The auto answer menu dynamically adds/removes menu items for enabled/disabled protocol providers.
AutoAnswerMenu() - Constructor for class net.java.sip.communicator.impl.gui.main.menus.AutoAnswerMenu
Creates the menu and load already registered providers.
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
AutoAwayWatcher - Class in net.java.sip.communicator.plugin.generalconfig.autoaway
Listens for idle events from SystemActivityNotifications Service.
AutoAwayWatcher(ConfigurationService) - Constructor for class net.java.sip.communicator.plugin.generalconfig.autoaway.AutoAwayWatcher
Creates AutoAway handler.
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
 
AutoProxyConnection - Class in net.java.sip.communicator.impl.protocol.sip.net
Implementation of the autodetect proxy connection.
AutoProxyConnection(SipAccountID, String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.net.AutoProxyConnection
Creates a new instance of this class.
AutoProxyConnection(SipAccountID, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.net.AutoProxyConnection
Creates a new instance of this class.
AutoProxyConnection.LocalNetworkUtils - Class in net.java.sip.communicator.impl.protocol.sip.net
Wrapper around NetworkUtils to support Unit Tests.
AutoProxyConnection.LocalNetworkUtils() - Constructor for class net.java.sip.communicator.impl.protocol.sip.net.AutoProxyConnection.LocalNetworkUtils
 
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.FFmpeg
Free a native pointer allocated by av_malloc.
av_malloc(int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Allocate memory.
AV_NOPTS_VALUE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
No pts value.
av_register_all() - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Initialize libavformat and register all the muxers, demuxers and protocols.
AV_SAMPLE_FMT_S16 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.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
The height of the avatar icon.
AVATAR_ICON_WIDTH - Static variable in class net.java.sip.communicator.impl.gui.main.chat.ChatContact
The width of the avatar icon.
avatarChanged(AvatarEvent) - Method in class net.java.sip.communicator.impl.gui.main.presence.AccountStatusPanel
Called whenever a new avatar is defined for one of the protocols that we have subscribed for.
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.
AvatarStackManager - Class in net.java.sip.communicator.impl.gui.main.presence.avatar
Take cares of storing(deleting, moving) images with the given indexes.
AvatarStackManager() - Constructor for class net.java.sip.communicator.impl.gui.main.presence.avatar.AvatarStackManager
 
avcodec_alloc_context() - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Allocate a AVContext.
avcodec_alloc_frame() - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Allocate a AVFrame.
avcodec_close(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Close an AVCodecContext
avcodec_decode_video(long, long, boolean[], byte[], int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Decode a video frame.
avcodec_decode_video(long, long, long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Decode a video frame.
avcodec_encode_audio(long, byte[], int, int, byte[], int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Encodes an audio frame from samples into buf.
avcodec_encode_video(long, byte[], int, long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Encode a video frame.
avcodec_find_decoder(int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Find a registered decoder with a matching ID.
avcodec_find_encoder(int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Finds a registered encoder with a matching codec ID.
avcodec_init() - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Initializes FFmpeg's avcodec.
avcodec_open(long, long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Initializes the specified AVCodecContext to use the specified AVCodec.
avcodeccontext_add_flags(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Add specific flags to AVCodecContext's flags member.
avcodeccontext_add_flags2(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Add specific flags to AVCodecContext's flags2 member.
avcodeccontext_add_partitions(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_get_frame_size(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Gets the samples per packet of the specified AVCodecContext.
avcodeccontext_get_height(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Get height of the video.
avcodeccontext_get_pix_fmt(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Get pixel format.
avcodeccontext_get_width(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Get width of the video.
avcodeccontext_set_b_frame_strategy(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Set the B-Frame strategy.
avcodeccontext_set_bit_rate(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Sets the average bit rate of the specified AVCodecContext.
avcodeccontext_set_bit_rate_tolerance(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Set the bit rate tolerance
avcodeccontext_set_channels(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Sets the number of channels of the specified AVCodecContext.
avcodeccontext_set_chromaoffset(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_crf(long, float) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_deblockbeta(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_gop_size(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Set the gop size (key frame interval).
avcodeccontext_set_i_quant_factor(long, float) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_keyint_min(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Sets the minimum GOP size.
avcodeccontext_set_max_b_frames(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Set the maximum B frames.
avcodeccontext_set_mb_decision(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_me_cmp(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_me_method(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_me_range(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_me_subpel_quality(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_pix_fmt(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Set the pixel format.
avcodeccontext_set_profile(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_qcompress(long, float) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_quantizer(long, int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_rc_buffer_size(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_rc_eq(long, String) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_rc_max_rate(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_refs(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_rtp_payload_size(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Set the RTP payload size.
avcodeccontext_set_sample_aspect_ratio(long, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_sample_fmt(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_sample_rate(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Sets the samples per second of the specified AVCodecContext.
avcodeccontext_set_scenechange_threshold(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Set the scene change threshold (in percent).
avcodeccontext_set_size(long, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Set the size of the video.
avcodeccontext_set_thread_count(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Set the number of thread.
avcodeccontext_set_ticks_per_frame(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_time_base(long, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_trellis(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avcodeccontext_set_workaround_bugs(long, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avfilter_graph_alloc() - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Allocates a new AVFilterGraph instance.
avfilter_graph_config(long, long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Checks the validity and configures all the links and formats in a specific AVFilterGraph instance.
avfilter_graph_free(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Frees a specific AVFilterGraph instance and destroys its links.
avfilter_graph_get_filter(long, String) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Gets a pointer to an AVFilterContext instance with a specific name in a specific AVFilterGraph instance.
avfilter_graph_parse(long, String, long, long, long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Adds a filter graph described by a String to a specific AVFilterGraph instance.
avfilter_register_all() - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Initializes the libavfilter system and registers all built-in filters.
avfilter_unref_buffer(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Removes a reference to a buffer.
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.FFmpeg
 
avframe_set_data(long, long, long, long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avframe_set_key_frame(long, boolean) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avframe_set_linesize(long, int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.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) - 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(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.
avgGain - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
avpicture_fill(long, long, int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avpicture_get_data0(long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
avpicture_get_size(int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
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.
AWAY_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 but the person is away from the computer.
AWTUtilitiesWrapper - Class in net.java.sip.communicator.util.swing.transparent
 
AWTUtilitiesWrapper() - Constructor for class net.java.sip.communicator.util.swing.transparent.AWTUtilitiesWrapper
 
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
BAN_ICON_16x16 - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Ban icon.
BANDWIDTH_EXPANSION - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_perceptual_parameters_FLP
 
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.
base_Q32 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_range_coder_state
 
BaseHttpXCapClient - Class in net.java.sip.communicator.impl.protocol.sip.xcap
Base HTTP XCAP client implementation.
BaseHttpXCapClient() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
Creates an instance of this XCAP client.
BASELINE_PROFILE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIEncoder
The name of the baseline H.264 (encoding) profile.
BaseXCapError - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror
The base XCAP error.
BaseXCapError(String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.BaseXCapError
Creates the XCAP error with phrase attribute.
BasicConferenceParticipantPanel - Class in net.java.sip.communicator.impl.gui.main.call.conference
The basic panel used to render any conference participant.
BasicConferenceParticipantPanel(CallRenderer, boolean) - Constructor for class net.java.sip.communicator.impl.gui.main.call.conference.BasicConferenceParticipantPanel
Creates an instance of ConferenceParticipantPanel.
basicTelephony - Variable in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetVideoTelephony
The telephony-related functionality this extension builds upon.
basicTelephonyChanged(OperationSetBasicTelephonyJabberImpl, OperationSetBasicTelephonyJabberImpl) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetTelephonyConferencingJabberImpl
Notifies this OperationSetTelephonyConferencing that its basicTelephony property has changed its value from a specific oldValue to a specific newValue
basicTelephonyChanged(OperationSetBasicTelephonySipImpl, OperationSetBasicTelephonySipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetTelephonyConferencingSipImpl
Notifies this OperationSetTelephonyConferencing that its basicTelephony property has changed its value from a specific oldValue to a specific newValue
basicTelephonyChanged(OperationSetBasicTelephonyT, OperationSetBasicTelephonyT) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetTelephonyConferencing
Notifies this OperationSetTelephonyConferencing that its basicTelephony property has changed its value from a specific oldValue to a specific newValue
batchSize - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
batchSizePrePost - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
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
Implements ShutdownService#beginShutdown().
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
 
BG_SNR_DECR_dB - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_perceptual_parameters_FLP
 
bgImage - Variable in class net.java.sip.communicator.impl.gui.main.call.AbstractCallToggleButton
The background image.
bgRolloverImage - Variable in class net.java.sip.communicator.impl.gui.main.call.AbstractCallToggleButton
The rollover image
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.
BIN_DIV_STEPS_A2NLSF_FIX - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_A2NLSF_constants
 
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
 
bitRate - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_EncControlStruct
(Input) Bitrate during active speech in bits/second; internally limited.
bitrate_threshold_down - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
bitrate_threshold_up - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
bitrateDiff - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
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(byte[], int, int) - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitstream
 
BLIPTV_CONFIG_LABEL - Static variable in class net.java.sip.communicator.impl.replacement.bliptv.ReplacementServiceBliptvImpl
Configuration label shown in the config form.
BLIPTV_PATTERN - Static variable in class net.java.sip.communicator.impl.replacement.bliptv.ReplacementServiceBliptvImpl
The regex used to match the link in the message.
BliptvActivator - Class in net.java.sip.communicator.impl.replacement.bliptv
Activator for the Blip.tv source bundle.
BliptvActivator() - Constructor for class net.java.sip.communicator.impl.replacement.bliptv.BliptvActivator
 
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
 
bogus - Variable in class net.java.sip.communicator.util.dns.UnboundResult
If the result was not secure (UnboundResult.secure == false), and this result is due to a security failure, bogus is true.
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 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_range_coder_state
 
buffer_len - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitstream
The length in bitstream.buffer which is available to octets of this bitstream.
buffer_off - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.bitstream
The offset in bitstream.buffer of the first octet of this bitstream.
bufferCount - Variable in class net.java.sip.communicator.impl.protocol.ssh.SSHReaderDaemon
 
BufferedInChannel_ms - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
bufferIx - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_range_coder_state
 
bufferLength - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_range_coder_state
 
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.
bundleChanged(BundleEvent) - Method in class net.java.sip.communicator.plugin.skinmanager.SkinSelector
Bundle listener implementation.
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
 
BundleComparator - Class in net.java.sip.communicator.plugin.skinmanager
Comparator for bundle array sort
BundleComparator() - Constructor for class net.java.sip.communicator.plugin.skinmanager.BundleComparator
 
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.certificate.CertificateVerificationActivator
The bundle context for this bundle.
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
OSGi bundle context.
bundleContext - Static variable in class net.java.sip.communicator.impl.msghistory.MessageHistoryActivator
The BundleContext of the service.
bundleContext - Static variable in class net.java.sip.communicator.impl.notification.NotificationActivator
 
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.chatconfig.ChatConfigActivator
The currently valid bundle context.
bundleContext - Static variable in class net.java.sip.communicator.plugin.contactinfo.ContactInfoActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.contactsourceconfig.ContactSourceConfigActivator
The BundleContext of the SecurityConfigActivator.
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.dnsconfig.DnsConfigActivator
 
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.ippiaccregwizz.IppiAccRegWizzActivator
The bundle context.
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
The OSGi bundle context.
bundleContext - Static variable in class net.java.sip.communicator.plugin.loggingutils.LoggingUtilsActivator
The OSGI bundle context.
bundleContext - Static variable in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccRegWizzActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.nimbuzzavatars.NimbuzzAvatarsActivator
The context.
bundleContext - Static variable in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationConfigurationActivator
 
bundleContext - Static variable in class net.java.sip.communicator.plugin.notificationwiring.NotificationWiringActivator
 
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.skinmanager.SkinManagerActivator
The bundle context.
bundleContext - Static variable in class net.java.sip.communicator.plugin.spellcheck.SpellCheckActivator
 
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.update.UpdateActivator
The BundleContext in which the one and only UpdateActivator instance of the update plug-in has been started.
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.notification.NotificationServiceActivator
 
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.protocol.sip.SipStatusEnum
The busy status.
BUSY - Static variable in class net.java.sip.communicator.plugin.notificationwiring.SoundProperties
The busy sound id.
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.plugin.notificationwiring.NotificationManager
Default event type for a busy call.
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.
buttonPressed() - Method in class net.java.sip.communicator.impl.gui.main.call.AbstractCallToggleButton
Notifies this AbstractCallToggleButton that its associated action has been performed and that it should execute its very logic.
buttonPressed() - Method in class net.java.sip.communicator.impl.gui.main.call.DesktopSharingButton
Shares the desktop with the peers in the current call.
buttonPressed() - Method in class net.java.sip.communicator.impl.gui.main.call.HoldButton
Holds on or off the associated Call when this button is clicked.
buttonPressed() - Method in class net.java.sip.communicator.impl.gui.main.call.InputVolumeControlButton
Notifies this AbstractCallToggleButton that its associated action has been performed and that it should execute its very logic.
buttonPressed() - Method in class net.java.sip.communicator.impl.gui.main.call.LocalVideoButton
Enables or disables local video when the button is toggled/untoggled.
buttonPressed() - Method in class net.java.sip.communicator.impl.gui.main.call.RecordButton
Starts/stops the recording of the call when this button is pressed.
buttonPressed() - Method in class net.java.sip.communicator.impl.gui.main.call.ResizeVideoButton
Shares the desktop with the peers in the current call.
buttonPressed() - Method in class net.java.sip.communicator.impl.gui.main.call.ShowHideVideoButton
Enables or disables local video when the button is toggled/untoggled.
BUTTONSIZE - Static variable in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI
 
BWE_AFTER_LOSS_Q16 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
BWE_COEF_Q16 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_PLC
 
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
 

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.
calculateEntityCapsVersion(DiscoverInfo) - 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.util.swing.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.
calculateSignalPowerLevel(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.
calculateSoundPressureLevel(byte[], int, int, int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelCalculator
Calculates the sound pressure level of a signal with specific samples and makes sure that it is expressed as a value in the range between minLevel and maxLevel.
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 - Variable in class net.java.sip.communicator.impl.gui.main.call.AbstractCallToggleButton
The Call that this button controls.
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_PRESSED_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The call 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_DESKTOP_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The desktop sharing button in the call window.
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
Constants to identify ContactSource in call history.
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_HISTORY_EVEN_ROW_COLOR - Static variable in class net.java.sip.communicator.impl.gui.utils.Constants
Background color for even records in call history.
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_SAVED - Static variable in class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
Default event type for call been saved using a recorder.
CALL_SECURITY_ERROR - Static variable in class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
Default event type for security error on a call.
CALL_SECURITY_ERROR - Static variable in class net.java.sip.communicator.plugin.notificationwiring.SoundProperties
The sound id of the sound played when a call security error occurs.
CALL_SECURITY_ON - Static variable in class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
Default event type for activated security on a call.
CALL_SECURITY_ON - Static variable in class net.java.sip.communicator.plugin.notificationwiring.SoundProperties
The sound id of the sound played when call security is turned on.
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.
CALL_VIDEO_BUTTON_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The video call button image.
CALL_VIDEO_BUTTON_PRESSED_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The video call button pressed image.
CALL_VIDEO_BUTTON_SMALL - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The call button small image.
CALL_VIDEO_BUTTON_SMALL_PRESSED - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The call button small pressed image.
callAdded(CallGroupEvent) - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallGibberishImpl
Notified when a call are added to a CallGroup.
callAdded(CallGroupEvent) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallJabberImpl
Notified when a call are added to a CallGroup.
callAdded(CallGroupEvent) - Method in class net.java.sip.communicator.impl.protocol.mock.MockCall
Notified when a call are added to a CallGroup.
callAdded(CallGroupEvent) - Method in class net.java.sip.communicator.impl.protocol.sip.CallSipImpl
Notified when a call are added to a CallGroup.
callAdded(CallGroupEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallGroupListener
Notified when a call are added to a CallGroup.
callAdded(CallGroupEvent) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Notified when a call are added to a CallGroup.
callback(ByteBuffer, ByteBuffer) - Method in interface net.java.sip.communicator.impl.neomedia.portaudio.PortAudioStreamCallback
 
callback(long) - Method in interface net.java.sip.communicator.plugin.addrbook.PtrCallback
Notifies this PtrCallback about a specific pointer.
callback(GoogleContactsEntry) - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleEntryCallback
Notifies this GoogleEntryCallback when a new GoogleContactsEntry has been found.
callbacks - Static variable in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
List of device changed callbacks.
callBegun(CallEvent) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetTelephonyConferencing
Notifies this CallListener that a specific Call has been established.
CallButton - Class in net.java.sip.communicator.impl.gui.main.call
 
CallButton(MainFrame) - Constructor for class net.java.sip.communicator.impl.gui.main.call.CallButton
Creates the contact list call button.
callButtonPressed() - Method in class net.java.sip.communicator.impl.gui.main.call.ChooseCallAccountDialog
Calls through the selected account when the call button is pressed.
callButtonPressed() - Method in class net.java.sip.communicator.impl.gui.main.call.PreCallDialog
Indicates that the call button has been pressed.
callButtonPressed() - Method in class net.java.sip.communicator.impl.gui.main.call.ReceivedCallDialog
Answers the call when the call button has been pressed.
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.
CallChangeEvent(Call, String, Object, Object, CallPeerChangeEvent) - 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.
CallContainer - Interface in net.java.sip.communicator.impl.gui.main.call
The CallContainer interface is an abstraction of a window, containing one or many CallPanels.
CallDialog - Class in net.java.sip.communicator.impl.gui.main.call
The dialog created for a given call.
CallDialog() - 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.globalshortcut.CallShortcut
 
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.plugin.notificationwiring.NotificationManager
Implements CallListener.callEnded.
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.
callEnded(CallEvent) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetTelephonyConferencing
Notifies this CallListener that a specific Call has 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.
callGroup - Variable in class net.java.sip.communicator.service.protocol.AbstractCall
The CallGroup of this Call.
CallGroup - Class in net.java.sip.communicator.service.protocol
This class represents group of several calls.
CallGroup() - Constructor for class net.java.sip.communicator.service.protocol.CallGroup
 
CALLGROUP_CALL_ADDED - Static variable in class net.java.sip.communicator.service.protocol.event.CallGroupEvent
CALLGROUP_CALL_ADDED event name.
CALLGROUP_CALL_REMOVED - Static variable in class net.java.sip.communicator.service.protocol.event.CallGroupEvent
CALLGROUP_CALL_REMOVED event name.
CallGroupEvent - Class in net.java.sip.communicator.service.protocol.event
An event class representing that an Call or CallPeer is added/removed to/from a CallGroup.
CallGroupEvent(Call, int) - Constructor for class net.java.sip.communicator.service.protocol.event.CallGroupEvent
Constructor.
CallGroupListener - Interface in net.java.sip.communicator.service.protocol.event
Instances of this class are used for listening for notifications coming out of a CallGroup.
CallGTalkImpl - Class in net.java.sip.communicator.impl.protocol.jabber
A Google Talk implementation of the Call abstract class encapsulating Google Talk sessions.
CallGTalkImpl(OperationSetBasicTelephonyJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.CallGTalkImpl
Initializes a new CallGTalkImpl instance belonging to sourceProvider and associated with the jingle session with the specified sessionID.
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
CallInfoPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Call information packet extension.
CallInfoPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.CallInfoPacketExtension
Constructor.
CallInterfaceListener - Interface in net.java.sip.communicator.impl.gui.main.call
The CallInterfaceListener is notified when the call interface has been started after the call was created.
callInterfaceStarted() - Method in interface net.java.sip.communicator.impl.gui.main.call.CallInterfaceListener
Indicates that the call interface was started.
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
Initializes a new 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
 
CallPanel - Class in net.java.sip.communicator.impl.gui.main.call
The dialog created for a given call.
CallPanel() - Constructor for class net.java.sip.communicator.impl.gui.main.call.CallPanel
Creates an empty constructor allowing to extend this panel.
CallPanel(Call, CallContainer) - Constructor for class net.java.sip.communicator.impl.gui.main.call.CallPanel
Creates a CallDialog by specifying the underlying call panel.
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.CallPanel
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.plugin.notificationwiring.NotificationManager
Implements the CallChangeListener.callPeerAdded method.
callPeerAdded(CallPeerEvent) - Method in class net.java.sip.communicator.service.protocol.CallGroup
Indicates that a new call peer has joined the source 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.AbstractOperationSetTelephonyConferencing
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.media.MediaAwareCall
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.
CallPeerChangeEvent(CallPeer, String, Object, Object, String, int) - 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.
CallPeerGTalkImpl - Class in net.java.sip.communicator.impl.protocol.jabber
Implements a Google Talk CallPeer.
CallPeerGTalkImpl(String, CallGTalkImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.CallPeerGTalkImpl
Creates a new call peer with address peerAddress.
CallPeerJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
Implements a Jabber CallPeer.
CallPeerJabberImpl(String, CallJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Creates a new call peer with address peerAddress.
CallPeerJabberImpl(String, CallJabberImpl, JingleIQ) - 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, SrtpListener) - Constructor for class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Creates a new handler that will be managing media streams for peer.
CallPeerMediaHandlerGTalkImpl - Class in net.java.sip.communicator.impl.protocol.jabber
An Google Talk specific extension of the generic media handler.
CallPeerMediaHandlerGTalkImpl(CallPeerGTalkImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerGTalkImpl
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.CallPanel
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.plugin.notificationwiring.NotificationManager
Implements the CallChangeListener.callPeerRemoved method.
callPeerRemoved(CallPeerEvent) - Method in class net.java.sip.communicator.service.protocol.CallGroup
Indicates that a call peer has left the source 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.AbstractOperationSetTelephonyConferencing
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.media.MediaAwareCall
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
 
CallPeerRendererUtils.ExitFullScreenButton - Class in net.java.sip.communicator.impl.gui.main.call
Full screen exit button.
CallPeerRendererUtils.ExitFullScreenButton() - Constructor for class net.java.sip.communicator.impl.gui.main.call.CallPeerRendererUtils.ExitFullScreenButton
Creates an instance of SIPCommButton.
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, SrtpControl) - 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
Constructor.
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
CallRecordingConfigForm - Class in net.java.sip.communicator.impl.neomedia
The saved calls management and configuration form.
CallRecordingConfigForm() - Constructor for class net.java.sip.communicator.impl.neomedia.CallRecordingConfigForm
Creates an instance of the CallConfigurationPanel.
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.
callRemoved(CallGroupEvent) - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallGibberishImpl
Notified when a call are removed from a CallGroup.
callRemoved(CallGroupEvent) - Method in class net.java.sip.communicator.impl.protocol.mock.MockCall
Notified when a call are removed from a CallGroup.
callRemoved(CallGroupEvent) - Method in interface net.java.sip.communicator.service.protocol.event.CallGroupListener
Notified when a call are removed from a CallGroup.
callRemoved(CallGroupEvent) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Notified when a call are removed from a CallGroup.
CallRenderer - Interface in net.java.sip.communicator.impl.gui.main.call
The CallRenderer represents a renderer for a call.
CallShortcut - Class in net.java.sip.communicator.impl.globalshortcut
Shortcut for call (take the call, hang up, ...).
CallShortcut() - Constructor for class net.java.sip.communicator.impl.globalshortcut.CallShortcut
Constructor.
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.CallPanel
 
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.plugin.notificationwiring.NotificationManager
Call state changed.
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.CallGroup
Indicates that a change has occurred in the state of the source call.
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.
callStateChanged(CallChangeEvent) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetTelephonyConferencing
Notifies this CallChangeListener that a specific Call has changed its state.
callStateChanged(CallChangeEvent) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
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.
callTitleChanged(CallPanel) - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Called when the title of the given CallPanel changes.
callTitleChanged(CallPanel) - Method in interface net.java.sip.communicator.impl.gui.main.call.CallTitleListener
Called when the title of the given CallContainer changes.
callTitleChanged(CallPanel) - Method in class net.java.sip.communicator.impl.gui.main.SingleWindowContainer
Called when the title of the given CallPanel changes.
CallTitleListener - Interface in net.java.sip.communicator.impl.gui.main.call
A listener notified when the title of a call changes.
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() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsQuery
Cancels this ContactQuery.
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.ldap.LdapContactQuery
Cancels this ContactQuery.
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.impl.provdisc.dhcp.DHCPTransaction
Cancel the transaction (i.e stop retransmission).
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 class net.java.sip.communicator.service.contactsource.AbstractContactQuery
Cancels this ContactQuery.
cancel() - Method in interface net.java.sip.communicator.service.contactsource.ContactQuery
Cancels this query.
cancel() - Method in class net.java.sip.communicator.service.googlecontacts.GoogleQuery
Cancel the 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.
cancelAsync(long, int) - Static method in class net.java.sip.communicator.util.dns.UnboundApi
Cancel an async query in progress.
cancelButton - Variable in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
The cancel button.
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.
CandidatesSender - Interface in net.java.sip.communicator.impl.protocol.jabber
Represents functionality which allows a TransportManagerGTalkImpl implementation to send candidates SessionIQs for the purposes of expediting candidate negotiation.
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.
CannotDeleteType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror
The XCAP cannot-delete element.
CannotDeleteType(String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.CannotDeleteType
Creates the XCAP cannot-delete error with phrase attribute.
CannotInsertType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror
The XCAP cannot-insert element.
CannotInsertType(String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.CannotInsertType
Creates the XCAP cannot-insert error with phrase attribute.
canonname - Variable in class net.java.sip.communicator.util.dns.UnboundResult
canonical name for the result (the final cname).
canSendMessageChanged(Conversation, boolean) - Method in class net.java.sip.communicator.impl.protocol.icq.ProtocolProviderServiceIcqImpl.AimConversationListener
 
CANVAS - Static variable in class net.java.sip.communicator.util.swing.VideoLayout
The video canvas constraint.
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.
CAPS_GTALK_WEB_CAMERA - Static variable in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Capabilities name for video call (sender side) in Google Talk web version.
CAPS_GTALK_WEB_VIDEO - Static variable in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Capabilities name for video call (receive side) in Google Talk web version.
CAPS_GTALK_WEB_VOICE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Capabilities name for audio call in Google Talk web version.
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.
CAPTURE_VOLUME_LEVEL_PROPERTY_NAME - Static variable in interface net.java.sip.communicator.service.neomedia.VolumeControl
The name of the configuration property which specifies the volume level of audio input.
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.
CATEGORY_EMAIL - Static variable in class net.java.sip.communicator.service.contactsource.ContactDetail
The standard/well-known category of a ContactDetail representing an e-mail address.
CATEGORY_INSTANT_MESSAGING - Static variable in class net.java.sip.communicator.service.contactsource.ContactDetail
The standard/well-known category of a ContactDetail representing a contact address for instant messaging.
CATEGORY_PHONE - Static variable in class net.java.sip.communicator.service.contactsource.ContactDetail
The standard/well-known category of a ContactDetail representing a phone number.
CB - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CBS_FLP
 
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_NLSF_Q15 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CBS
 
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
 
CBStages - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_FLP
 
CBStages - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_struct
 
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
 
CDF - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_FLP
 
CDF - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_struct
 
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
The center remote video constraint.
cert - Variable in class net.java.sip.communicator.impl.certificate.VerifyCertificateDialog
The certificate to show.
certButton - Variable in class net.java.sip.communicator.impl.certificate.VerifyCertificateDialog
The button to show certificate description.
CertConfigActivator - Class in net.java.sip.communicator.plugin.certconfig
OSGi Activator for the Certificate Configuration Advanced Form.
CertConfigActivator() - Constructor for class net.java.sip.communicator.plugin.certconfig.CertConfigActivator
 
CertConfigEntryDialog - Class in net.java.sip.communicator.plugin.certconfig
Dialog window to add/edit client certificate configuration entries.
CertConfigEntryDialog(CertificateConfigEntry) - Constructor for class net.java.sip.communicator.plugin.certconfig.CertConfigEntryDialog
 
CertConfigPanel - Class in net.java.sip.communicator.plugin.certconfig
Advanced configuration form to define client TLS certificate templates.
CertConfigPanel() - Constructor for class net.java.sip.communicator.plugin.certconfig.CertConfigPanel
Creates a new instance of this class.
CertConfigTableModel - Class in net.java.sip.communicator.plugin.certconfig
Backing data model for a JTable that displays the client certificate configuration entries.
CertConfigTableModel() - Constructor for class net.java.sip.communicator.plugin.certconfig.CertConfigTableModel
 
CertificateConfigEntry - Class in net.java.sip.communicator.service.certificate
Data object for client certificate configuration entries.
CertificateConfigEntry() - Constructor for class net.java.sip.communicator.service.certificate.CertificateConfigEntry
 
CertificateMatcher - Interface in net.java.sip.communicator.service.certificate
 
CertificateService - Interface in net.java.sip.communicator.service.certificate
A service which implementors will ask the user for permission for the certificates which are for some reason not valid and not globally trusted.
CertificateServiceImpl - Class in net.java.sip.communicator.impl.certificate
Implementation of the CertificateService.
CertificateServiceImpl() - Constructor for class net.java.sip.communicator.impl.certificate.CertificateServiceImpl
Initializes a new CertificateServiceImpl instance.
CertificateServiceImpl.BrowserLikeHostnameMatcher - Class in net.java.sip.communicator.impl.certificate
 
CertificateServiceImpl.BrowserLikeHostnameMatcher() - Constructor for class net.java.sip.communicator.impl.certificate.CertificateServiceImpl.BrowserLikeHostnameMatcher
 
CertificateServiceImpl.EMailAddressMatcher - Class in net.java.sip.communicator.impl.certificate
 
CertificateServiceImpl.EMailAddressMatcher() - Constructor for class net.java.sip.communicator.impl.certificate.CertificateServiceImpl.EMailAddressMatcher
 
CertificateVerificationActivator - Class in net.java.sip.communicator.impl.certificate
The certificate verification bundle activator.
CertificateVerificationActivator() - Constructor for class net.java.sip.communicator.impl.certificate.CertificateVerificationActivator
 
certOpened - Variable in class net.java.sip.communicator.impl.certificate.VerifyCertificateDialog
Whether certificate description is shown.
certPanel - Variable in class net.java.sip.communicator.impl.certificate.VerifyCertificateDialog
The certificate panel.
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.ChatWritePanel
 
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.impl.neomedia.CallRecordingConfigForm
Not used.
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.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.AccountPanel
 
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.loggingutils.LoggingConfigForm
Not used.
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.sipaccregwizz.ConnectionPanel
Not used.
changedUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.spellcheck.DocUnderliner
 
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, InetAddress, boolean, boolean) - Constructor for class net.java.sip.communicator.service.netaddr.event.ChangeEvent
Creates event.
ChangeEvent(Object, int, InetAddress) - Constructor for class net.java.sip.communicator.service.netaddr.event.ChangeEvent
Creates event.
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
Initializes new frame that will ask the user to install the newest java version if she's using an old and incompatible one.
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_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_BUTTON_SMALL_WHITE - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The chat button small image white on transparent version.
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_DESKTOP_SHARING - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The chat call button image.
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
 
ChatAttachments - Class in net.java.sip.communicator.plugin.spellcheck
Wrapper for handling the multiple listeners associated with chats for the spell checker.
ChatAttachments(Chat, SpellDictionary) - Constructor for class net.java.sip.communicator.plugin.spellcheck.ChatAttachments
 
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.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.
ChatConfigActivator - Class in net.java.sip.communicator.plugin.chatconfig
The chat configuration form activator.
ChatConfigActivator() - Constructor for class net.java.sip.communicator.plugin.chatconfig.ChatConfigActivator
 
ChatConfigPanel - Class in net.java.sip.communicator.plugin.chatconfig
The chat configuration panel.
ChatConfigPanel() - Constructor for class net.java.sip.communicator.plugin.chatconfig.ChatConfigPanel
Creates the ChatConfigPanel.
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
 
ChatContainer - Interface in net.java.sip.communicator.impl.gui.main.chat
 
chatContainer - Variable in class net.java.sip.communicator.impl.gui.main.chat.toolBars.MainToolBar
The chat container, where this tool bar is added.
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
Initializes the 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.
chatCreated(Chat) - Method in class net.java.sip.communicator.plugin.spellcheck.SpellChecker
 
chatCreated(Chat) - Method in interface net.java.sip.communicator.service.gui.event.ChatListener
Indicates how newly instantiated chats should be handled.
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.
chatHistoryChanged(ChatPanel) - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatHistoryListener
Notified when the history of the given ChatPanel changes.
chatHistoryFilter - Variable in class net.java.sip.communicator.impl.gui.main.chat.ChatSession
The chat history filter.
ChatHistoryListener - Interface in net.java.sip.communicator.impl.gui.main.chat
The ChatHistoryListener is notified each time the chat history of a ChatPanel changes.
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.
ChatListener - Interface in net.java.sip.communicator.service.gui.event
Listens for the instantiation of new chats.
ChatMenuListener - Interface in net.java.sip.communicator.service.gui.event
Listens for the chat's right click menu becoming visible so menu items can be offered.
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.
ChatMessage(String, 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, 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(Frame, 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(ChatContainer) - 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, String, 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(ChatRoomMemberPropertyChangeEvent) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Notifies the user if any member of the chatroom changes nickname
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.
chatRoomProviderWrapperAdded(ChatRoomProviderWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableModel
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.
chatRoomProviderWrapperRemoved(ChatRoomProviderWrapper) - Method in class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableModel
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 Jitsi'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(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.
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.
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
Creates an instance of 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
 
CheckerToggleButton - Class in net.java.sip.communicator.plugin.spellcheck
Toggle-able button that sets the spell checker to be either enabled or disabled.
CheckerToggleButton(SpellChecker) - Constructor for class net.java.sip.communicator.plugin.spellcheck.CheckerToggleButton
 
checkFormat(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h263p.JNIDecoder
Check Format.
checkFormat(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIDecoder
Check Format.
checkForUpdates(boolean) - Method in class net.java.sip.communicator.plugin.update.Update
Invokes "Check for Updates".
checkForUpdates(boolean) - Method in interface net.java.sip.communicator.service.update.UpdateService
Checks for updates.
CheckForUpdatesMenuItemComponent - Class in net.java.sip.communicator.plugin.update
Implements PluginComponent for the "Check for Updates" menu item.
CheckForUpdatesMenuItemComponent(Container) - Constructor for class net.java.sip.communicator.plugin.update.CheckForUpdatesMenuItemComponent
Initializes a new "Check for Updates" menu item.
checkReplay(int) - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTCPCryptoContext
Checks if a packet is a replayed on based on its sequence number.
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.contactsource.MetaContactListSource
Reorders contact list nodes, when MetaContact-s in a MetaContactGroup has been reordered.
childContactsReordered(MetaContactGroupEvent) - Method in class net.java.sip.communicator.service.contactlist.event.MetaContactListAdapter
Indicates that the order under which the child contacts were ordered inside the source group has changed.
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.
ChooseCallAccountDialog - Class in net.java.sip.communicator.impl.gui.main.call
A dialog allowing the user to choose a specific account from a given list.
ChooseCallAccountDialog(String, Class<? extends OperationSet>, List<ProtocolProviderService>) - Constructor for class net.java.sip.communicator.impl.gui.main.call.ChooseCallAccountDialog
Creates an instance of ChooseCallAccountDialog.
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, String, List<ProtocolProviderService>, CallInterfaceListener) - Constructor for class net.java.sip.communicator.impl.gui.main.call.ChooseCallAccountPopupMenu
Creates this dialog.
ChooseCallAccountPopupMenu(JComponent, String, List<ProtocolProviderService>, Class<? extends OperationSet>) - 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.
ChooseCallAccountPopupMenu(JComponent, List<?>, Class<? extends OperationSet>) - 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
 
ClassType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules
The Presence Rules class element.
ClassType(String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ClassType
Creates class element with value.
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.sdes.SDesControlImpl
 
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.SrtpControl
Cleans up the current SRTP 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.gui.main.GeneralDialPadDialog
Clears the call field.
clear() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetAutoAnswerSipImpl
Clear any previous settings.
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.ippiaccregwizz.CreateIppiAccountForm
Clears all the data previously entered in the form.
clear() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountCreationForm
Clears all fields contained in this form.
clear() - Method in interface net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountCreationFormService
Clears all the data previously entered in the form.
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.SIPAccountCreationFormService
Clears all the data previously entered in the form.
clear() - Method in interface net.java.sip.communicator.service.protocol.OperationSetAutoAnswer
Clear any previous settings.
clear() - Method in class net.java.sip.communicator.util.Entities.IntHashMap
Clears this hashtable so that it contains no keys.
clear() - Method in class net.java.sip.communicator.util.OrderedProperties
Clear the entries.
clearBindings() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingPanel
Removes all bindings from the panel.
clearCache() - Static method in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Clears the images cache.
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.
clearRegistrationStateChangeListener() - Method in class net.java.sip.communicator.service.protocol.AbstractProtocolProviderService
Clear all registration state change listeners.
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.
CLIENT_TLS_CERTIFICATE - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of the property which defines the ID of the client TLS certificate configuration entry.
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.
CLOCK_RATE_PNAME - Static variable in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
The name of the clockRate property of MediaFormatImpl.
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.ldap.LdapDirectorySettingsImpl
 
clone() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.NSQ_sample_struct
 
clone() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
override clone mthod.
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.impl.neomedia.format.ParameterizedVideoFormat
Initializes a new ParameterizedVideoFormat instance which has the same properties as this instance.
clone() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
Clone this object.
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.certificate.VerifyCertificateDialog
Called when dialog closed or escape pressed.
close(boolean) - Method in class net.java.sip.communicator.impl.googlecontacts.configform.AccountSettingsForm
All functions implemented in this method will be invoked when user presses the Escape key.
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
Visually clicks the cancel button on close.
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
Invoked when the window is closed.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationResponseDialog
Invoked when the window is closed.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.authorization.RequestAuthorizationDialog
Invoked when the window is closed.
close(CallPanel) - Method in interface net.java.sip.communicator.impl.gui.main.call.CallContainer
Closes the given CallPanel.
close(CallPanel) - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Closes the given call panel.
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.SelectScreenDialog
Automatically press the cancel button when this dialog has been escaped.
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
Disposes this dialog when it's closed.
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
Indicates the window is about to be closed.
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
Automatically clicks the cancel button when the dialog is closed.
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.MainFrame
Overwrites the SIPCommFrame close method.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.ImagePickerDialog
Closes the dialog.
close(boolean) - Method in class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.WebcamDialog
Invoked when a window is closed.
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(CallPanel) - Method in class net.java.sip.communicator.impl.gui.main.SingleWindowContainer
Closes the given CallPanel.
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.OneChoiceInviteDialog
Closes this dialog by clicking on the "Cancel" button.
close() - Method in class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector
Closes all sockets, stream, and the StreamConnector that this RTPConnector is using.
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.gsm.Decoder
 
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.DePacketizer
 
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.Encoder
 
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.Packetizer
 
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.h263p.JNIDecoder
Close Codec.
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h263p.JNIEncoder
Closes this Codec.
close() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h263p.Packetizer
Close this Packetizer.
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
Closes this 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.AbstractMediaDevice
Closes this MediaDevice.
close() - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMixerMediaDevice
Closes this MediaDevice and removes all of the MediaDeviceSession of its AudioMixerMediaDeviceSession.
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.AbstractBufferStream
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(long, Component) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Closes the native counterpart of a JAWTRenderer specified by its handle as returned by JAWTRenderer.open(Component) and rendering into a specific AWT Component.
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.RTPConnectorInputStream
Close this stream, stops the worker thread.
close() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorOutputStream
Close this output stream.
close() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorTCPInputStream
Close this stream, stops the worker thread.
close() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorUDPInputStream
Close this stream, stops the worker thread.
close(boolean) - Method in class net.java.sip.communicator.impl.osdependent.NewStatusMessageDialog
 
close() - Method in class net.java.sip.communicator.impl.protocol.jabber.IceUdpTransportManager
Close this transport manager and release resources.
close() - Method in class net.java.sip.communicator.impl.protocol.jabber.TransportManagerGTalkImpl
Close this transport manager and release resources.
close() - Method in class net.java.sip.communicator.impl.protocol.jabber.TransportManagerJabberImpl
Close this transport manager and release resources.
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(boolean) - Method in class net.java.sip.communicator.plugin.branding.JitsiWarningWindow
 
close() - Method in class net.java.sip.communicator.plugin.branding.WelcomeWindow
Disposes this window.
close(boolean) - Method in class net.java.sip.communicator.plugin.certconfig.CertConfigEntryDialog
 
close(boolean) - Method in class net.java.sip.communicator.plugin.contactinfo.ContactInfoDialog
 
close(boolean) - Method in class net.java.sip.communicator.plugin.exampleplugin.PluginDialog
Implements SIPCommDialog.close(boolean) and does not perform any special operations when the dialog is closed.
close(boolean) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberServerChooserDialog
 
close(boolean) - Method in class net.java.sip.communicator.plugin.ldap.configform.DirectorySettingsForm
All functions implemented in this method will be invoked when user presses the Escape key.
close(boolean) - Method in class net.java.sip.communicator.plugin.pluginmanager.NewBundleDialog
Presses programatically the cancel button, when Esc key is pressed.
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.spellcheck.SpellCheckerConfigDialog
 
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 class net.java.sip.communicator.service.neomedia.DefaultTCPStreamConnector
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.AuthenticationWindow
Automatically clicks the cancel button, when this window is closed.
close(boolean) - Method in class net.java.sip.communicator.util.swing.MasterPasswordInputDialog
Closes the dialog.
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.
CLOSE_LOCAL_BUTTON - Static variable in class net.java.sip.communicator.util.swing.VideoLayout
The close local video constraint.
CLOSE_VIDEO - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The icon shown in the invite dialog.
closeActionPerformed() - Method in class net.java.sip.communicator.impl.gui.main.menus.FileMenu
Indicates that the close menu has been selected.
closeAllChats(ChatContainer, boolean) - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Closes all chats in the specified ChatContainer and makes them available for garbage collection.
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.neomedia.RTPConnectorInputStream
Whether this stream is closed.
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
 
closeWait(CallPanel) - Method in interface net.java.sip.communicator.impl.gui.main.call.CallContainer
Closes the given CallPanel.
closeWait(CallPanel) - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Closes the given call panel.
closeWait(CallPanel) - Method in class net.java.sip.communicator.impl.gui.main.SingleWindowContainer
Closes the given CallPanel.
CNG_BUF_MASK_MAX - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
CNG_exc_buf_Q10 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_CNG_struct
 
CNG_GAIN_SMTH_Q16 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
CNG_NLSF_SMTH_Q16 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
CNG_smth_Gain_Q16 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_CNG_struct
 
CNG_smth_NLSF_Q15 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_CNG_struct
 
CNG_synth_state - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_CNG_struct
 
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_NOT_SUPPORTED_OPERATION - Static variable in exception net.java.sip.communicator.service.contactlist.MetaContactListException
Indicates that the last operation is not supported from underling protocol.
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_FLAG2_CHUNKS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Allow to pass incomplete frame to decoder.
CODEC_FLAG2_INTRA_REFRESH - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Intra refresh flag2.
CODEC_FLAG_AC_PRED - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
AC pred flag.
CODEC_FLAG_H263P_SLICE_STRUCT - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
H263+ slice struct flag.
CODEC_FLAG_H263P_UMV - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
H263+ UMV flag.
CODEC_FLAG_LOOP_FILTER - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Loop filter flag.
CODEC_ID_H263 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
H263 codec ID.
CODEC_ID_H263P - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
H263+ codec ID.
CODEC_ID_H264 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
H264 codec ID.
CODEC_ID_MJPEG - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
MJPEG codec ID.
CODEC_ID_MP3 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
MP3 codec ID.
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 ).
coding_quality - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
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
 
Coefs - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
CoinIQ - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Coin (Conference Info) IQ.
CoinIQ() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.CoinIQ
 
CoinIQProvider - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.coin
An implementation of a Coin IQ provider that parses incoming Coin IQs.
CoinIQProvider() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.CoinIQProvider
Constructor.
CoinPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
Represents the conference information.
CoinPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CoinPacketExtension
Constructs a new coin extension.
CoinPacketExtension(boolean) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CoinPacketExtension
Constructs a new coin extension.
collectLogs(File, File) - Static method in class net.java.sip.communicator.plugin.loggingutils.LogsCollector
Save the log files in archived file.
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
combine_and_check(int[], int[], int, int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_encode_pulses
 
combine_pulses(int[], int, int[], int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_shell_coder
 
CommandNotificationAction - Class in net.java.sip.communicator.service.notification
An implementation of the CommandNotificationHandler interface.
CommandNotificationAction(String) - Constructor for class net.java.sip.communicator.service.notification.CommandNotificationAction
Creates an instance of CommandNotification by specifying the commandDescriptor, which will point us to the command to execute.
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() - Constructor for class net.java.sip.communicator.impl.notification.CommandNotificationHandlerImpl
 
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.gibberishaccregwizz.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(JabberAccountRegistration) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm
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.
commitPanel(SIPAccountRegistration) - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SecurityPanel
Saves the user input when the "Next" wizard buttons is clicked.
CommonPolicyParser - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy
Utility class that helps to converts common-policy xml to the object model and object model to the common-policy xml.
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.
compare(Bundle, Bundle) - Method in class net.java.sip.communicator.plugin.skinmanager.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.
compareDnsNames(String, String) - Static method in class net.java.sip.communicator.util.NetworkUtils
Compares two DNS names against each other.
compareTo(MetaContact) - Method in class net.java.sip.communicator.impl.contactlist.MetaContactImpl
Compares this meta contact with the specified object for order.
compareTo(LdapDirectory) - Method in class net.java.sip.communicator.impl.ldap.LdapDirectoryImpl
An LdapDirectory is comparable in order to display LdapDirectory(s) in alphabetic order in the UI.
compareTo(LdapPersonFound) - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Compare this object with another ones.
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(MediaTypeSrtpControl) - Method in class net.java.sip.communicator.service.neomedia.MediaTypeSrtpControl
 
compareTo(QualityPreset) - Method in class net.java.sip.communicator.service.neomedia.QualityPreset
Compares to presets and its dimensions.
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.
Complexity - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
complexity - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_EncControlStruct
(Input) Complexity mode; 0 is lowest; 1 is medium and 2 is highest complexity.
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
 
ComponentMover - Class in net.java.sip.communicator.util.swing
 
ComponentMover() - Constructor for class net.java.sip.communicator.util.swing.ComponentMover
 
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
 
conc_energy - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
conc_energy_shift - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
concatenateWords(String) - Static method in class net.java.sip.communicator.util.StringUtils
Removes all spaces from the given string and returns a concatenated result string.
CONCEC_SWB_SMPLS_THRES - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
CONDITIONS_ELEMENT - Static variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.CommonPolicyParser
 
ConditionsType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy
The Authorization Rules conditions element.
ConditionsType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ConditionsType
 
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(CallPanel, Call) - Constructor for class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceCallPanel
Creates an instance of ConferenceCallPanel.
ConferenceCallPeerRenderer - Interface in net.java.sip.communicator.impl.gui.main.call
The conference peer renderer.
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.CallPanel
Updates CallPeer related components to fit the new focus state.
conferenceFocusChanged(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallPeerAdapter
Enables or disables the conference focus UI depending on the change.
conferenceFocusChanged(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
Call peer has changed.
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).
ConferenceFocusPanel - Class in net.java.sip.communicator.impl.gui.main.call.conference
 
ConferenceFocusPanel(ConferenceCallPanel, CallPanel, CallPeer, UIVideoHandler) - Constructor for class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceFocusPanel
Creates an instance of ConferenceFocusPanel by specifying the parent call renderer, the call panel and the peer represented by this conference focus panel.
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.
ConferenceMediaPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Conference media packet extension.
ConferenceMediaPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ConferenceMediaPacketExtension
Constructor.
ConferenceMediumPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Conference medium packet extension.
ConferenceMediumPacketExtension(String, String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ConferenceMediumPacketExtension
Constructor.
ConferenceMediumProvider - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Parser for ConferenceMediumProvider.
ConferenceMediumProvider() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ConferenceMediumProvider
 
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.CallPanel
 
conferenceMemberAdded(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallPeerAdapter
Adds a ConferenceMemberPanel to this container when a ConferenceMember has been added to the corresponding conference.
conferenceMemberAdded(CallPeer, ConferenceMember) - Method in interface net.java.sip.communicator.impl.gui.main.call.CallRenderer
Indicates that the given conference member has been added to the given peer.
conferenceMemberAdded(CallPeer, ConferenceMember) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceCallPanel
Indicates that the given conference member has been added to the given peer.
conferenceMemberAdded(CallPeer, ConferenceMember) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceFocusPanel
Indicates that the given conference member has been added to the given peer.
conferenceMemberAdded(CallPeer, ConferenceMember) - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPanel
Indicates that the given conference member has been added to the given peer.
conferenceMemberAdded(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
Indicates that the given conference member has been added to the given peer.
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.
ConferenceMemberJabberImpl - Class in net.java.sip.communicator.impl.protocol.jabber
Represents a member and its details in a Jabber telephony conference managed by a CallPeer in its role as a conference focus.
ConferenceMemberJabberImpl(CallPeerJabberImpl, String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.ConferenceMemberJabberImpl
Constructor.
ConferenceMemberPanel - Class in net.java.sip.communicator.impl.gui.main.call.conference
The ConferenceMemberPanel renders ConferenceMember details.
ConferenceMemberPanel(CallRenderer, 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.CallPanel
 
conferenceMemberRemoved(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.CallPeerAdapter
Removes the corresponding ConferenceMemberPanel from this container when a ConferenceMember has been removed from the corresponding conference.
conferenceMemberRemoved(CallPeer, ConferenceMember) - Method in interface net.java.sip.communicator.impl.gui.main.call.CallRenderer
Indicates that the given conference member has been removed from the given peer.
conferenceMemberRemoved(CallPeer, ConferenceMember) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceCallPanel
Indicates that the given conference member has been removed from the given peer.
conferenceMemberRemoved(CallPeer, ConferenceMember) - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceFocusPanel
Indicates that the given conference member has been removed from the given peer.
conferenceMemberRemoved(CallPeer, ConferenceMember) - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPanel
Indicates that the given conference member has been removed from the given peer.
conferenceMemberRemoved(CallPeerConferenceEvent) - Method in class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
Indicates that the given conference member has been removed from the given peer.
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(ConferenceCallPanel, CallPanel, 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(ConferenceCallPanel, CallPanel, CallPeer, UIVideoHandler) - 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 Jitsi's ConfigFormList.
ConfigFormListCellRenderer() - Constructor for class net.java.sip.communicator.impl.gui.main.configforms.ConfigFormListCellRenderer
Initialize the panel containing the node.
configMenuItem - Variable in class net.java.sip.communicator.impl.gui.main.menus.ToolsMenu
Preferences menu item.
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.
ConfigurableDnssecResolver - Class in net.java.sip.communicator.util.dns
Resolver that wraps a DNSSEC capable resolver and handles validation failures according to the user's settings.
ConfigurableDnssecResolver() - Constructor for class net.java.sip.communicator.util.dns.ConfigurableDnssecResolver
Creates a new instance of this class.
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.impl.protocol.sip.SipStackSharing
Listens for network changes and if we have a down interface and we have a tcp/tls provider which is staying for 20 seconds in unregistering state, it cannot unregister cause its using the old address which is currently down, and we must recreate its listening points so it can further reconnect.
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.
ConfigurationContainer - Interface in net.java.sip.communicator.service.gui
 
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.impl.neomedia.codec.video.h264
Implements the H.264 configuration form (panel).
ConfigurationPanel() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.h264.ConfigurationPanel
Initializer a new ConfigurationPanel instance.
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(StreamRTPManager, 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(StreamRTPManager, 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(StreamRTPManager, 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.service.protocol.media.CallPeerMediaHandler
Configures stream to use the specified format, target, target, and direction.
ConfigVetoableChangeListener - Interface in net.java.sip.communicator.service.configuration
This interface uses SC's own ProperteyVetoException.
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.googlecontacts.GoogleContactsConnectionImpl
Initialize connection.
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.AbstractBufferCaptureDevice
Opens a connection to the media source of this AbstractBufferCaptureDevice.
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.
connect(URI, Address, String, String) - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
Connects user to XCap server.
connect(URI, Address, String, String) - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.HttpXCapClient
Connects user to XCAP server.
connect(URI, Address, String, String) - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Connects user to XCap server.
connect() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsConnection
Initialize connection.
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.jabber.ConferenceMemberJabberImpl
The endpoint is a participant in the conference.
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.jabberaccregwizz
 
ConnectionPanel(JabberAccountRegistrationForm) - Constructor for class net.java.sip.communicator.plugin.jabberaccregwizz.ConnectionPanel
Creates an instance of ConnectionPanel by specifying the parent wizard, where it's contained.
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.
connector - Variable in class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector
The pair of datagram sockets for RTP and RTCP traffic that this instance uses in the form of a StreamConnector.
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
ConsecSmplsAboveThres - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_detect_SWB_state
 
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
 
ConstraintFailureType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror
The XCAP constraint-failure element.
ConstraintFailureType(String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.ConstraintFailureType
Creates the XCAP constraint-failure with phrase attribute.
constraints - Variable in class net.java.sip.communicator.impl.gui.main.chat.ChatConversationComponent
The constraints used to layout this component.
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_DIAL_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The dial button shown in contact list.
CONTACT_LIST_DIAL_BUTTON_PRESSED - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The dial button shown in contact list.
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.
CONTACT_SOURCE_TYPE - Static variable in interface net.java.sip.communicator.service.gui.ConfigurationForm
The advanced contact source form type.
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, Map<String, ? extends OperationSet>) - 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.contactsource.ShowMoreContact
Indicates that a contact has been clicked in the contact list.
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.
ContactDetail(String, String[]) - Constructor for class net.java.sip.communicator.service.contactsource.ContactDetail
Initializes a new ContactDetail instance which is to represent a specific contact address and which is to be optionally labeled with a specific set of labels.
ContactDetail(String, String, String[]) - Constructor for class net.java.sip.communicator.service.contactsource.ContactDetail
Initializes a new ContactDetail instance which is to represent a specific contact address and which is to be optionally labeled with a specific category and a specific set of labels.
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, 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, 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 Jitsi'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 Jitsi'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(JTree) - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeModel
Creates an instance of ContactListTreeModel.
ContactListUtils - Class in net.java.sip.communicator.impl.gui.main.contactlist
 
ContactListUtils() - Constructor for class net.java.sip.communicator.impl.gui.main.contactlist.ContactListUtils
 
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.
ContactPhotoPanel - Class in net.java.sip.communicator.impl.gui.main.chat
The photo label corresponding to the current chat.
ContactPhotoPanel(Window) - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ContactPhotoPanel
Creates an instance of ContactPhotoPanel by specifying the parent window where the photo panel will be added.
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.contactsource.MetaContactListSource
 
contactPresenceStatusChanged(ContactPresenceStatusChangeEvent) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetContactCapabilitiesJabberImpl
Removes the capabilities when the user goes offline.
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
Indicates that a contact has been received as a result of a query.
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.
ContactSourceConfigActivator - Class in net.java.sip.communicator.plugin.contactsourceconfig
 
ContactSourceConfigActivator() - Constructor for class net.java.sip.communicator.plugin.contactsourceconfig.ContactSourceConfigActivator
 
ContactSourceConfigForm - Class in net.java.sip.communicator.plugin.contactsourceconfig
 
ContactSourceConfigForm() - Constructor for class net.java.sip.communicator.plugin.contactsourceconfig.ContactSourceConfigForm
Creates the ContactSourceConfigForm.
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
The ContainerEvent indicates that a change in a container such a Comonent added or removed.
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.
containsAttribute(MediaDescription, String) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Returns the media type (e.g.
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.
containsFocus() - Method in class net.java.sip.communicator.impl.gui.main.SingleWindowContainer
Indicates if one of the contained components is currently the owner of the keyboard focus.
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.
containsLabel(String) - Method in class net.java.sip.communicator.service.contactsource.ContactDetail
Determines whether the set of labels of this ContactDetail contains a specific label.
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
 
containsLetters(String) - Static method in class net.java.sip.communicator.util.StringUtils
Indicates if the given string contains any letters.
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.
containsPoint(Point) - Method in class net.java.sip.communicator.impl.neomedia.device.ScreenDeviceImpl
If the screen contains specified point.
containsPoint(Point) - Method in interface net.java.sip.communicator.service.neomedia.device.ScreenDevice
If the screen contains specified point.
containsQuery(Object) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.FilterQuery
Verifies if the given query is contained in this filter query.
containsServerWithName(String) - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySetImpl
 
containsServerWithName(String) - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySet
 
containsSessionID(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallGTalkImpl
Determines if this call contains a peer whose corresponding session has the specified sid.
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.
CONTENT_SUB_TYPE - Static variable in class net.java.sip.communicator.impl.protocol.sip.DesktopSharingProtocolSipImpl
The content sub-type of the content supported in NOTIFY requests handled by OperationSetDesktopSharingSipImpl.
CONTENT_TYPE - Static variable in interface net.java.sip.communicator.impl.protocol.sip.xcap.PresContentClient
Pres-content content type
CONTENT_TYPE - Static variable in interface net.java.sip.communicator.impl.protocol.sip.xcap.PresRulesClient
Pres-rules content type
CONTENT_TYPE - Static variable in interface net.java.sip.communicator.impl.protocol.sip.xcap.XCapCapsClient
Xcap-caps content type
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.
contentPane - Variable in class net.java.sip.communicator.impl.certificate.VerifyCertificateDialog
This dialog content pane.
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 - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent
The XCAP content element.
ContentType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.ContentType
 
contentType - Static variable in class net.java.sip.communicator.impl.protocol.ssh.MessageSSHImpl
The content type of the message.
contourIndex - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
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.
controlSocket - Variable in class net.java.sip.communicator.service.neomedia.DefaultTCPStreamConnector
The Socket 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
 
ConversationTabbedPane - Class in net.java.sip.communicator.impl.gui.main.chat
The ConversationTabbedPane is a SIPCommTabbedPane that takes into account the number of unread messages received in a certain tab and shows this information to the user.
ConversationTabbedPane() - Constructor for class net.java.sip.communicator.impl.gui.main.chat.ConversationTabbedPane
Creates a ChatTabbedPane with a close tab function.
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
convertCamelCaseToDisplayString(String) - Static method in class net.java.sip.communicator.util.StringUtils
Gets a String which represents the conversion of a specific camel-case formatted String to a more human-readable form (i.e.
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(Format) - Method in class net.java.sip.communicator.impl.neomedia.format.ParameterizedVideoFormat
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.
copyOfRange(int[], int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_tables
Copies the specified range of the specified array into a new array.
copyPlayback(MediaDeviceSession) - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMediaDeviceSession
Copies the playback part of a specific MediaDeviceSession into this instance.
copyPlayback(MediaDeviceSession) - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Copies the playback part of a specific MediaDeviceSession into this instance.
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.
corrupt - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_TOC_struct
 
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.
countAvailableOptions() - Method in class net.java.sip.communicator.impl.gui.main.call.ResizeVideoButton
Check the available options that will be shown when button is pressed.
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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationGroup
Returns the child contacts count.
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.
counter - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationGroup
Returns the count of online child contacts.
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.
cpeList - Variable in class net.java.sip.communicator.impl.protocol.jabber.IceUdpTransportManager
This is where we keep our answer between the time we get the offer and are ready with the answer.
create(SrtpControl) - Static method in class net.java.sip.communicator.impl.gui.main.call.SecurityPanel
Creates the security panel depending on the concrete implementation of the passed security controller.
create(ProtocolProviderServiceSipImpl) - Static method in class net.java.sip.communicator.impl.protocol.sip.net.ProxyConnection
Factory method to create a proxy connection based on the account settings of the protocol provider.
create(String) - Static method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapResourceId
Creates XCAP resource identifier object from single string.
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.ippiaccregwizz.CreateIppiAccountForm
Creates this account on the server.
createAccount() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountCreationForm
Creates an account.
createAccount() - Method in interface net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountCreationFormService
Creates an account for a specific server.
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.SIPAccountCreationFormService
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.ippiaccregwizz.IppiAccountRegistrationWizard
The create account form.
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
Create an account.
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.
CreateAccountWindow - Interface in net.java.sip.communicator.service.gui
 
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.
createAddContactMenu(SourceContact) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Create an the add contact menu, taking into account the number of contact details available in the given sourceContact.
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 .
createAgent(ProtocolProviderServiceJabberImpl, boolean) - Static method in class net.java.sip.communicator.impl.protocol.jabber.TransportManagerGTalkImpl
Creates the ICE agent that we would be using in this transport manager for all negotiation.
createAttribute(String, String) - Static method in class net.java.sip.communicator.impl.protocol.sip.sdp.SdpUtils
Creates an Attribute object with the specified values.
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.
createBasicControls(int) - Static method in class net.java.sip.communicator.impl.neomedia.MediaConfiguration
Creates basic controls for a type(AUDIO or VIDEO)
createBasicControls(int, boolean) - Static method in class net.java.sip.communicator.impl.neomedia.MediaConfiguration
Creates basic controls for a type(AUDIO or VIDEO)
createBundleFromZip(File, ResourcePack) - Static method in class net.java.sip.communicator.impl.resources.util.SkinJarBuilder
Creates bundle from zip file.
createBusy(String, String, String) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkPacketFactory
Creates a SessionIQ terminate packet carrying a Reason.BUSY payload.
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.gtalk.GTalkPacketFactory
Creates a SessionIQ session-terminate packet that is meant to terminate an on-going, well established session (similar to a SIP BYE request).
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, JComponent) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Creates a call to the given call string.
createCall(String, JComponent, CallInterfaceListener) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Creates a call to the given call string.
createCall(String) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicTelephonyGibberishImpl
Creates a new Call and invites a specific CallPeer to it given by her String URI.
createCall(Contact) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicTelephonyGibberishImpl
Creates a new Call and invites a specific CallPeer to it given by her Contact.
createCall(String, CallGroup) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicTelephonyGibberishImpl
Creates a new Call and invites a specific CallPeer to it given by her String URI.
createCall(Contact, CallGroup) - Method in class net.java.sip.communicator.impl.protocol.gibberish.OperationSetBasicTelephonyGibberishImpl
Creates a new Call and invites a specific CallPeer to it given by her Contact.
createCall(String, CallGroup) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Creates a new Call and invites a specific CallPeer to it given by her String URI.
createCall(Contact, CallGroup) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Creates a new Call and invites a specific CallPeer to it given by her Contact.
createCall(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Creates a new Call and invites a specific CallPeer to it given by her String URI.
createCall(Contact) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Creates a new Call and invites a specific CallPeer to it given by her Contact.
createCall(String) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
Creates a new Call and invites a specific CallPeer to it given by her String URI.
createCall(Contact) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
Creates a new Call and invites a specific CallPeer to it given by her Contact.
createCall(String, CallGroup) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
Creates a new Call and invites a specific CallPeer to it given by her String URI.
createCall(Contact, CallGroup) - Method in class net.java.sip.communicator.impl.protocol.mock.MockOperationSetBasicTelephony
Creates a new Call and invites a specific CallPeer to it given by her Contact.
createCall(String) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Creates a new Call and invites a specific CallPeer to it given by her String URI.
createCall(Contact) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Creates a new Call and invites a specific CallPeer to it given by her Contact.
createCall(String, CallGroup) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Creates a new Call and invites a specific CallPeer to it given by her String URI.
createCall(Contact, CallGroup) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Creates a new Call and invites a specific CallPeer to it given by her Contact.
createCall(String) - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony
Creates a new Call and invites a specific CallPeer to it given by her String URI.
createCall(Contact) - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony
Creates a new Call and invites a specific CallPeer to it given by her Contact.
createCall(String, CallGroup) - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony
Creates a new Call and invites a specific CallPeer to it given by her String URI.
createCall(Contact, CallGroup) - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony
Creates a new Call and invites a specific CallPeer to it given by her Contact.
createCancel(String, String, String) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkPacketFactory
Creates a SessionIQ terminate packet that is meant to terminate a not yet established session.
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.
createCandidate(Candidate, String) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkPacketFactory
Creates a GTalkCandidatePacketExtension and initializes it so that it would describe the state of candidate
createCandidates(String, IceMediaStream) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkPacketFactory
Converts the ICE media stream and its local candidates into a list of Google Talk candidates.
createCanvas() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRendererSwingVideoComponent
Creates a new AWT Component in which SwingVideoComponents can be rendered.
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(List<Container>) - 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.
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.service.protocol.media.AbstractOperationSetTelephonyConferencing
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.chatconfig.ChatConfigActivator
Creates a config section label from the given text.
createConfigSectionComponent(String) - Static method in class net.java.sip.communicator.plugin.generalconfig.GeneralConfigPluginActivator
Creates a config section label from the given text.
createContact(ContactGroupSipImpl, String, boolean, String) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
Creates contact for the specified address and inside the specified group .
createContact(ContactGroupSipImpl, String, String, boolean, String) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
Creates contact for the specified address and inside the specified group .
createContact(ContactGroupSipImpl, String, String, boolean, String) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
Creates contact for the specified address and inside the specified group .
createContact(ContactGroupSipImpl, String, String, boolean, String) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListXivoImpl
Creates contact for the specified address and inside the specified group .
createContactSource(LdapDirectory) - Method in class net.java.sip.communicator.impl.ldap.LdapServiceImpl
Creates a contact source corresponding to the given ldap directory.
createContactSource(LdapDirectory) - Method in interface net.java.sip.communicator.service.ldap.LdapService
Creates a contact source corresponding to the given ldap directory.
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.
createContentAccept(String, String, String, Iterable<ContentPacketExtension>) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JinglePacketFactory
Creates a new JingleIQ with the content-accept action.
createContentAdd(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 content-add action.
createContentForMedia(MediaType) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerJabberImpl
Creates a ContentPacketExtension for a particular stream.
createContentList(MediaType) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerJabberImpl
Creates a List containing the ContentPacketExtensions of the streams of a specific MediaType that this handler is prepared to initiate depending on available MediaDevices and local on-hold and video transmission preferences.
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.
createContentModify(String, String, String, ContentPacketExtension) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JinglePacketFactory
Creates a new JingleIQ with the content-modify action.
createContentReject(String, String, String, Iterable<ContentPacketExtension>) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JinglePacketFactory
Creates a new JingleIQ with the content-reject action.
createContentRemove(String, String, String, Iterable<ContentPacketExtension>) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JinglePacketFactory
Creates a new JingleIQ with the content-remove action.
createContext() - Static method in class net.java.sip.communicator.util.dns.UnboundApi
Create a resolving and validation context.
createControlInputStream() - Method in class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector
Creates the RTCP packet input stream to be used by RTPManager.
createControlInputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorTCPImpl
Creates the RTCP packet input stream to be used by RTPManager.
createControlInputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorUDPImpl
Creates the RTCP packet input stream to be used by RTPManager.
createControlInputStream() - Method in class net.java.sip.communicator.impl.neomedia.transform.RTPTransformTCPConnector
Overrides RTPConnectorImpl#createControlInputStream() to use TransformInputStream.
createControlInputStream() - Method in class net.java.sip.communicator.impl.neomedia.transform.RTPTransformUDPConnector
Overrides RTPConnectorImpl#createControlInputStream() to use TransformInputStream.
createControlOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector
Creates the RTCP packet output stream to be used by RTPManager.
createControlOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorTCPImpl
Creates the RTCP packet output stream to be used by RTPManager.
createControlOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorUDPImpl
Creates the RTCP packet output stream to be used by RTPManager.
createControlOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.transform.RTPTransformTCPConnector
Overrides RTPConnectorImpl#createControlOutputStream() to use TransformOutputStream.
createControlOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.transform.RTPTransformUDPConnector
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.AbstractRTPConnector
Creates the RTP packet input stream to be used by RTPManager.
createDataInputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorTCPImpl
Creates the RTP packet input stream to be used by RTPManager.
createDataInputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorUDPImpl
Creates the RTP packet input stream to be used by RTPManager.
createDataInputStream() - Method in class net.java.sip.communicator.impl.neomedia.transform.RTPTransformTCPConnector
Overrides RTPConnectorImpl#createDataInputStream() to use TransformInputStream.
createDataInputStream() - Method in class net.java.sip.communicator.impl.neomedia.transform.RTPTransformUDPConnector
Overrides RTPConnectorImpl#createDataInputStream() to use TransformInputStream.
createDataOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector
Creates the RTP packet output stream to be used by RTPManager.
createDataOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorTCPImpl
Creates the RTP packet output stream to be used by RTPManager.
createDataOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorUDPImpl
Creates the RTP packet output stream to be used by RTPManager.
createDataOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.transform.RTPTransformTCPConnector
Overrides RTPConnectorImpl#createDataOutputStream() to use TransformOutputStream.
createDataOutputStream() - Method in class net.java.sip.communicator.impl.neomedia.transform.RTPTransformUDPConnector
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() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerGTalkImpl
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.
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.
createDesktopSharing(ProtocolProviderService, String) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Creates a desktop sharing call to the contact represented by the given string.
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.
createDocument() - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Creates W3C Document.
createDocument(String) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Creates W3C Document from the xml.
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.AbstractBufferCaptureDevice
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.AbstractBufferCaptureDevice
Creates the FormatControls of this CaptureDevice.
createFrameRateControl() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Creates a new FrameRateControl instance which is to allow the getting and setting of the frame rate of this AbstractBufferCaptureDevice.
createFrameRateControl() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Creates a new FrameRateControl instance which is to allow the getting and setting of the frame rate of this AbstractPullBufferCaptureDevice.
createFrameRateControl() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Creates a new FrameRateControl instance which is to allow the getting and setting of the frame rate of this AbstractPushBufferCaptureDevice.
createFrameRateControl() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferCaptureDevice
Creates a new FrameRateControl instance which is to allow the getting and setting of the frame rate of this AbstractVideoPullBufferCaptureDevice.
createFrameRateControl() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractVideoPushBufferCaptureDevice
Creates a new FrameRateControl instance which is to allow the getting and setting of the frame rate of this AbstractVideoPushBufferCaptureDevice.
createFrameRateControl() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Creates a new FrameRateControl instance which is to allow the getting and setting of the frame rate of this AbstractVideoPushBufferCaptureDevice.
createFrameRateControl() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Overrides AbstractVideoPushBufferCaptureDevice.createFrameRateControl() to provide a FrameRateControl which gets and sets the frame rate of the QTCaptureDecompressedVideoOutput represented by the QuickTimeStream made available by this DataSource.
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(ContactGroupSipImpl, String, boolean) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
Creates a group with the specified name and parent in the server stored contact list.
createGroup(ContactGroupSipImpl, String, boolean) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
Creates a group with the specified name and parent in the server stored contact list.
createGroup(ContactGroupSipImpl, String, boolean) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListXivoImpl
Creates a group with the specified name and parent in 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.
createGroupCombo(Dialog) - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.AddContactDialog
Initializes groups combo box.
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.
createIceAgent() - Method in class net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl
Creates and returns an ICE agent that a protocol could use for the negotiation of media transport addresses.
createIceAgent() - Method in class net.java.sip.communicator.impl.protocol.jabber.IceUdpTransportManager
Creates the ICE agent that we would be using in this transport manager for all negotiation.
createIceAgent() - Method in class net.java.sip.communicator.impl.protocol.jabber.P2PTransportManager
Creates the ICE agent that we would be using in this transport manager for all negotiation.
createIceAgent() - Method in interface net.java.sip.communicator.service.netaddr.NetworkAddressManagerService
Creates and returns an ICE agent that a protocol could use for the negotiation of media transport addresses.
createIceStream(int, String, Agent) - Method in class net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl
Creates an IceMediaStrean and adds to it an RTP and and RTCP component, which also implies running the currently installed harvesters so that they would.
createIceStream(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.IceUdpTransportManager
Creates an IceMediaStream with the specified media name.
createIceStream(int, String, Agent) - Method in interface net.java.sip.communicator.service.netaddr.NetworkAddressManagerService
Creates an IceMediaStrean and adds to it an RTP and and RTCP component, which also implies running the currently installed harvesters so that they would.
createImageAttr(Dimension, Dimension) - Static method in class net.java.sip.communicator.impl.neomedia.MediaUtils
Creates value of an imgattr.
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.
CreateIppiAccountForm - Class in net.java.sip.communicator.plugin.ippiaccregwizz
 
CreateIppiAccountForm() - Constructor for class net.java.sip.communicator.plugin.ippiaccregwizz.CreateIppiAccountForm
Creates an instance of RegisterIppiAccountForm.
createJingleNodesCandidate(TransportAddress, Component, TransportAddress) - Method in class net.java.sip.communicator.impl.protocol.jabber.JingleNodesHarvester
Creates a new JingleNodesRelayedCandidate instance which is to represent a specific TransportAddress.
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 returns an instance of JButton that can be used to collapse the left component in the metal split pane.
createLocalPlayer(DataSource) - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Initializes a new Player instance which is to provide the local visual/video Component.
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() - Method in interface net.java.sip.communicator.service.neomedia.VideoMediaStream
Gets local visual Component of the local peer.
createLocalVisualComponent(CallPeer, VideoListener) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetVideoTelephony
Implements OperationSetVideoTelephony.createLocalVisualComponent(CallPeer, VideoListener).
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.
createMediaDescription(String, 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, float, 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, float, 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, float, 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, float, 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(MediaDevice) - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Create a MediaStream which will use a specific MediaDevice for capture and playback of media.
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, SrtpControl) - 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(MediaDevice) - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Create a MediaStream which will use a specific MediaDevice for capture and playback of media.
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, SrtpControl) - 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(CallJabberImpl, String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Init and establish the specified call.
createOutgoingCall(CallJabberImpl, String, Iterable<PacketExtension>) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Init and establish the specified call.
createOutgoingCall() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetTelephonyConferencingJabberImpl
Creates a new outgoing Call into which conference callees are to be invited by this OperationSetTelephonyConferencing.
createOutgoingCall() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl
Initializes a new outgoing Call with no peers in it.
createOutgoingCall() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetTelephonyConferencingSipImpl
Creates a new outgoing Call into which conference callees are to be invited by this OperationSetTelephonyConferencing.
createOutgoingCall() - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetTelephonyConferencing
Creates a new outgoing Call into which conference callees are to be invited by this OperationSetTelephonyConferencing.
createOutgoingVideoCall(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopSharingServerJabberImpl
Check if the remote part supports Jingle video.
createOutgoingVideoCall(String, MediaDevice) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopSharingServerJabberImpl
Check if the remote part supports Jingle video.
createOutgoingVideoCall(String, MediaDevice) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopStreamingJabberImpl
Check if the remote part supports Jingle video.
createOutgoingVideoCall(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetVideoTelephonyJabberImpl
Check if the remote part supports Jingle video.
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.
createOutputDataSource() - Method in class net.java.sip.communicator.impl.neomedia.device.VideoTranslatorMediaDevice
Creates a DataSource instance for this MediaDevice which gives access to the captured media.
createPlayer(DataSource) - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Creates a new Player for a specific DataSource so that it is played back on the MediaDevice represented by this instance.
createPopup() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommCallComboBoxUI
Creates the popup portion of the combo box.
createPortAudioControls(JPanel) - Static method in class net.java.sip.communicator.impl.neomedia.MediaConfiguration
Creates the ui controls for portaudio.
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.
createProcessor() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Initializes a new FMJ Processor which is to transcode MediaDeviceSession.captureDevice into the format of this instance.
createProcessorContentDescriptor(Processor) - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Creates a ContentDescriptor to be set on a specific Processor of captured media to be sent to the remote peer.
createProtocolProviderFactory() - Method in class net.java.sip.communicator.impl.protocol.sip.SipActivator
Creates the ProtocolProviderFactory for this protocol.
createQuery(String) - Method in class net.java.sip.communicator.impl.ldap.LdapFactoryImpl
Required by LdapFactory interface.
createQuery(String) - Method in interface net.java.sip.communicator.service.ldap.LdapFactory
Returns an LDAP query, ready to be sent to an LdapDirectory
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.TransformTCPInputStream
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.TransformTCPOutputStream
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.TransformUDPInputStream
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.TransformUDPOutputStream
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.
createRecorder(MediaDevice) - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Creates a new Recorder instance that can be used to record a call which captures and plays back media using a specific MediaDevice.
createRecorder(MediaDevice) - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Creates a new Recorder instance that can be used to record a call which captures and plays back media using a specific MediaDevice.
createRecorder(Call) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetBasicTelephony
Creates a new Recorder which is to record the specified Call (into a file which is to be specified when starting the returned Recorder).
createRecorder() - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Creates a new Recorder which is to record this Call (into a file which is to be specified when starting the returned Recorder).
createRecorder(Call) - Method in interface net.java.sip.communicator.service.protocol.OperationSetBasicTelephony
Creates a new Recorder which is to record the specified Call (into a file which is to be specified when starting the returned Recorder).
createRegionDesktopSharing(ProtocolProviderService, String) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Creates a region desktop sharing through the given protocolProvider with the given contact.
createRegionDesktopSharing(ProtocolProviderService, String, int, int, int, int) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Creates a desktop sharing call to the contact represented by the given string.
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.
createReject(String, String, String) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkPacketFactory
Creates a SessionIQ reject packet.
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.
createRTPInfo() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Creates a new RTPInfo instance of this AbstractBufferCaptureDevice.
createRTPTranslator() - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Initializes a new RTPTranslator which is to forward RTP and RTCP traffic between multiple MediaStreams.
createRTPTranslator() - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Initializes a new RTPTranslator which is to forward RTP and RTCP traffic between multiple MediaStreams.
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
 
createSDesControl() - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Creates SDesControl used to control all SDes options.
createSDesControl() - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Creates SDesControl used to control all SDes options.
createSearchSettings() - Method in class net.java.sip.communicator.impl.ldap.LdapFactoryImpl
Returns an LdapSearchSettings, to use when performing a search
createSearchSettings() - Method in interface net.java.sip.communicator.service.ldap.LdapFactory
Returns an LdapSearchSettings, to use when performing a search
createSendStream(StreamRTPManager, DataSource, int) - Method in class net.java.sip.communicator.impl.neomedia.RTPTranslatorImpl
 
createSendStream(DataSource, int) - Method in class net.java.sip.communicator.impl.neomedia.StreamRTPManager
 
createServer(LdapDirectorySettings) - Method in class net.java.sip.communicator.impl.ldap.LdapFactoryImpl
Required by LdapFactory interface.
createServer(LdapDirectorySettings) - Method in interface net.java.sip.communicator.service.ldap.LdapFactory
Creates an LdapDirectory based on the provided settings This method will not modify the settings or save a reference to it, but may save a clone.
createServerSettings() - Method in class net.java.sip.communicator.impl.ldap.LdapFactoryImpl
Required by LdapFactory interface.
createServerSettings() - Method in interface net.java.sip.communicator.service.ldap.LdapFactory
Return a new instance of LdapDirectorySettings, a wrapper around a directory settings
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.
createSession() - Method in class net.java.sip.communicator.impl.neomedia.device.VideoTranslatorMediaDevice
Creates a new MediaDeviceSession instance which is to represent the use of this MediaDevice by a MediaStream.
createSessionAccept(String, String, String, RtpDescriptionPacketExtension) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkPacketFactory
Creates a SessionIQ accept packet with the specified from, to, sid, and content.
createSessionAccept(String, String, String, Iterable<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.
createSessionCandidates(String, String, String, GTalkCandidatePacketExtension) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkPacketFactory
Creates a new SessionIQ with the candidates type.
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) - 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.
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, RtpDescriptionPacketExtension) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkPacketFactory
Creates a new SessionIQ with the initiate 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.gtalk.GTalkPacketFactory
Creates a SessionIQ terminate packet with the specified src, dst, sid, and reason.
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(String, int) - Method in class net.java.sip.communicator.impl.ldap.LdapSSLSocketFactoryDelegate
Creates a socket for the specified destination host and port.
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.
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.AbstractBufferCaptureDevice
Create a new AbstractBufferStream which is to be at a specific zero-based index in the list of streams of this AbstractBufferCaptureDevice.
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(MediaType) - Method in class net.java.sip.communicator.impl.protocol.jabber.IceUdpTransportManager
Initializes a new StreamConnector to be used as the connector of the MediaStream with a specific MediaType.
createStreamConnector(MediaType) - Method in class net.java.sip.communicator.impl.protocol.jabber.TransportManagerGTalkImpl
Initializes a new StreamConnector to be used as the connector of the MediaStream with a specific MediaType.
createStreamConnector(MediaType) - 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.chat.ContactPhotoPanel
Creates a tooltip.
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.
createTransparentFrame(ProtocolProviderService, String, boolean) - Static method in class net.java.sip.communicator.impl.gui.main.call.DesktopSharingFrame
Creates the transparent desktop sharing frame.
createTransparentFrame(Call, boolean) - Static method in class net.java.sip.communicator.impl.gui.main.call.DesktopSharingFrame
Creates the transparent desktop sharing frame.
createTransparentFrame() - Static method in class net.java.sip.communicator.util.swing.transparent.TransparentFrame
Creates a transparent undecorated frame.
createTransport(IceMediaStream) - Method in class net.java.sip.communicator.impl.protocol.jabber.IceUdpTransportManager
Converts the ICE media stream and its local candidates into a IceUdpTransportPacketExtension.
createTransport(IceMediaStream) - Method in class net.java.sip.communicator.impl.protocol.jabber.P2PTransportManager
Converts the ICE media stream and its local candidates into a GTalkTransportPacketExtension.
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
Creates the UI for the given JComponent.
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
Creates the UI for the given JComponent.
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
Creates the UI for the given JComponent.
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.SIPCommLinkButtonUI
 
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.
createUnknownMediaFormat(MediaType) - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatFactoryImpl
Creates an unknown MediaFormat.
createUnknownMediaFormat(MediaType) - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormatFactory
Creates an unknown MediaFormat.
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(ContactGroupSipImpl, String, String) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
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.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(ContactGroupSipImpl, String) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
Creates a non resolved contact group for the specified name.
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(ProtocolProviderService, String) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Creates a video call to the contact represented by the given string.
createVideoCall(ProtocolProviderService, Contact) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Creates a video call to the contact represented by the given string.
createVideoCall(String, MediaDevice) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopSharingServerJabberImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(Contact, MediaDevice) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopSharingServerJabberImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(String, MediaDevice) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopStreamingJabberImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(Contact, MediaDevice) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopStreamingJabberImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopStreamingJabberImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(Contact) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopStreamingJabberImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetVideoTelephonyJabberImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(Contact) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetVideoTelephonyJabberImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(String, MediaDevice) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopSharingServerSipImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(Contact, MediaDevice) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopSharingServerSipImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(String, MediaDevice) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopStreamingSipImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(Contact, MediaDevice) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopStreamingSipImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(String) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopStreamingSipImpl
Create a new video call and invite the specified CallPeer to it.
createVideoCall(Contact) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopStreamingSipImpl
Create a new video call and invite the specified CallPeer to it.
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, QualityPreset) - 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, QualityPreset) - 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, QualityPreset) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetVideoTelephony
Create a new video call and invite the specified CallPeer to it with initial video setting.
createVideoCall(Contact, QualityPreset) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetVideoTelephony
Create a new video call and invite the specified CallPeer to it with initial video setting.
createVideoCall(String, MediaDevice) - Method in interface net.java.sip.communicator.service.protocol.OperationSetDesktopStreaming
Create a new video call and invite the specified CallPeer to it.
createVideoCall(Contact, MediaDevice) - Method in interface net.java.sip.communicator.service.protocol.OperationSetDesktopStreaming
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.
createVideoCall(String, QualityPreset) - Method in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
Create a new video call and invite the specified CallPeer to it.
createVideoCall(Contact, QualityPreset) - 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(String, String) - 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.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<Object, Object>) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetWhiteboardingJabberImpl
Creates a WhiteboardSession.
createWhiteboardSession(String, Hashtable<Object, Object>) - 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.service.gui.AbstractExportedWindow
Creates the Window instance to be wrapped by this instance and to which ExportedWindow capabilities are provided.
createXml(Document) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Creates XML from W3C Document from the xml.
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.
current_SNR_dB - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
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).
currentDnsRedemption - Static variable in class net.java.sip.communicator.util.dns.ParallelResolver
The currently configured number of times that the primary DNS would have to provide a faster response than the backup resolver before we consider it safe enough to exit redundant mode.
currentStateStartDate - Variable in class net.java.sip.communicator.impl.protocol.jabber.WhiteboardParticipantJabberImpl
Indicates the date when is whiteboard participant passed into its current state.
CustomAvatarService - Interface in net.java.sip.communicator.service.customavatar
Service implementers can give a custom way of retrieving avatars for given contact address.
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.impl.gui.main.DialPadFieldUI
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
DAILYMOTION_CONFIG_LABEL - Static variable in class net.java.sip.communicator.impl.replacement.dailymotion.ReplacementServiceDailymotionImpl
Configuration label shown in the config form.
DAILYMOTION_PATTERN - Static variable in class net.java.sip.communicator.impl.replacement.dailymotion.ReplacementServiceDailymotionImpl
The regex used to match the link in the message.
DailymotionActivator - Class in net.java.sip.communicator.impl.replacement.dailymotion
Activator for the Dailymotion source bundle.
DailymotionActivator() - Constructor for class net.java.sip.communicator.impl.replacement.dailymotion.DailymotionActivator
 
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 - Variable in class net.java.sip.communicator.util.dns.UnboundResult
a list of network order DNS rdata items, terminated with a NULL pointer, so that data[0] is the first result entry, data[1] the second, and the last entry is NULL.
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
 
DatabaseConfigurationStore - Class in net.java.sip.communicator.impl.configuration
 
DatabaseConfigurationStore() - Constructor for class net.java.sip.communicator.impl.configuration.DatabaseConfigurationStore
Initializes a new DatabaseConfigurationStore instance.
DatabaseConfigurationStore(Hashtable) - Constructor for class net.java.sip.communicator.impl.configuration.DatabaseConfigurationStore
Initializes a new DatabaseConfigurationStore instance with a specific runtime Hashtable storage.
dataSocket - Variable in class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
The DatagramSocket that a stream should use for data (e.g.
dataSocket - Variable in class net.java.sip.communicator.service.neomedia.DefaultTCPStreamConnector
The Socket that a stream should use for data (e.g.
dataSource - Variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
The DataSource which has created this instance and which contains it as one of its streams.
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
Constructs a new ALSA DataSource.
DataSource - Class in net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.directshow
Implements a CaptureDevice and a DataSource using DirectShow.
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.
DataType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent
The PRES-CONTENT data element.
DataType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.DataType
 
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.
DBusNetworkManager - Interface in net.java.sip.communicator.impl.sysactivity
NetworkManager D-Bus Interface
DBusNetworkManager.StateChange - Class in net.java.sip.communicator.impl.sysactivity
State change signal.
DBusNetworkManager.StateChange(String, UInt32) - Constructor for class net.java.sip.communicator.impl.sysactivity.DBusNetworkManager.StateChange
Creates status change.
DBusNetworkManager.StateChanged - Class in net.java.sip.communicator.impl.sysactivity
State changed signal.
DBusNetworkManager.StateChanged(String, UInt32) - Constructor for class net.java.sip.communicator.impl.sysactivity.DBusNetworkManager.StateChanged
Creates status changed.
DE_ESSER_COEF_SWB_dB - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_perceptual_parameters_FLP
 
DE_ESSER_COEF_WB_dB - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_perceptual_parameters_FLP
 
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.
deallocateIntArray(int[]) - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixerPushBufferStream
 
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_HP_ORDER - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
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
 
DECISION_DELAY - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
DECISION_DELAY_MASK - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
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(byte[], int, byte[], int, 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.
decode_split(int[], int, int[], int, SKP_Silk_range_coder_state, int, int[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_shell_coder
 
decodeMessage(String) - Method in class net.java.sip.communicator.impl.protocol.yahoo.OperationSetBasicInstantMessagingYahooImpl
Decode the received chat message.
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
Decoder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.gsm
GSM to PCM java decoder.
Decoder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.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_BACKGROUND_COLOR - Static variable in class net.java.sip.communicator.util.swing.VideoContainer
 
DEFAULT_BACKUP_RESOLVER - Static variable in class net.java.sip.communicator.util.NetworkUtils
The address of the backup resolver we would use by default.
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_CALL_RECORDING_FORMAT - Static variable in class net.java.sip.communicator.util.SoundFileUtils
The file extension and the format of call recording to be used by default.
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_DEFAULT_PROFILE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIEncoder
The default value of the JNIEncoder.DEFAULT_PROFILE_PNAME ConfigurationService property.
DEFAULT_DESCRIPTION_TEXT - Static variable in class net.java.sip.communicator.plugin.skinmanager.SkinSelector
Text for the default skin menu item description section.
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_FRAME_RATE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIEncoder
The frame rate to be assumed by JNIEncoder instance in the absence of any other frame rate indication.
DEFAULT_FRAME_RATE - Static variable in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
The default frame rate, -1 unlimited.
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.jabberaccregwizz.JabberAccountRegistration
The default value of server port for jabber accounts.
DEFAULT_PORT - Static variable in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
 
DEFAULT_PREFERRED - Static variable in interface net.java.sip.communicator.service.neomedia.control.KeyFrameControl.KeyFrameRequester
The default value of the KeyFrameControl.KeyFrameRequester.PREFERRED_PNAME ConfigurationService property.
DEFAULT_PRIORITY - Static variable in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
The default value of the priority property.
DEFAULT_PROFILE_PNAME - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIEncoder
The name of the ConfigurationService property which specifies the H.264 (encoding) profile to be used in the absence of negotiation.
DEFAULT_RESOURCE - Static variable in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
The default value of the resource property.
DEFAULT_RESOURCE_AUTOGEN - Static variable in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Default value for resource auto generating.
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_PORT - Static variable in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
The default value of stun server port for jabber accounts.
DEFAULT_STUN_SERVER_ADDRESS - Static variable in class net.java.sip.communicator.impl.protocol.jabber.IceUdpTransportManager
Default STUN server address.
DEFAULT_STUN_SERVER_PORT - Static variable in class net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl
Default STUN server port.
DEFAULT_STUN_SERVER_PORT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.IceUdpTransportManager
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_TEXT - Static variable in class net.java.sip.communicator.plugin.skinmanager.SkinSelector
Text for the default skin menu item.
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_USER_PHOTO - Static variable in class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
The image used, when a contact has no photo specified.
DEFAULT_VIDEO_HEIGHT - Static variable in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
The default video height.
DEFAULT_VIDEO_MAX_BANDWIDTH - Static variable in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
The default value for video maximum bandwidth.
DEFAULT_VIDEO_WIDTH - Static variable in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
The default video width.
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.
defaultDoStart() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Provides the default implementation of AbstractBufferCaptureDevice for AbstractBufferCaptureDevice.doStart().
defaultDoStop() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Provides the default implementation of AbstractBufferCaptureDevice for AbstractBufferCaptureDevice.doStop().
defaultGetControls() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Provides the default implementation of AbstractBufferCaptureDevice for AbstractBufferCaptureDevice.getControls().
defaultGetFormat(int, Format) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Provides the default implementation of AbstractBufferCaptureDevice for AbstractBufferCaptureDevice.getFormat(int, Format).
defaultGetSupportedFormats(int) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Provides the default implementation of AbstractBufferCaptureDevice for AbstractBufferCaptureDevice.getSupportedFormats(int).
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
 
DefaultLdapEventManager - Class in net.java.sip.communicator.service.ldap.event
Implementation of LdapEventManager.
DefaultLdapEventManager() - Constructor for class net.java.sip.communicator.service.ldap.event.DefaultLdapEventManager
 
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.
defaultPort() - Method in enum net.java.sip.communicator.service.ldap.LdapConstants.Encryption
Returns the default port for this security method.
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 an instance of SecurityAuthorityImpl.
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.
DefaultTCPStreamConnector - 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 Sockets and which closes them (if they exist) when its DefaultTCPStreamConnector.close() is invoked.
DefaultTCPStreamConnector() - Constructor for class net.java.sip.communicator.service.neomedia.DefaultTCPStreamConnector
Initializes a new DefaultTCPStreamConnector instance with no control and data Sockets.
DefaultTCPStreamConnector(Socket, Socket) - Constructor for class net.java.sip.communicator.service.neomedia.DefaultTCPStreamConnector
Initializes a new DefaultTCPStreamConnector instance which is to represent a specific pair of control and data Sockets.
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.
defaultValue() - Static method in enum net.java.sip.communicator.service.ldap.LdapConstants.Auth
Returns default value for authentication.
defaultValue() - Static method in enum net.java.sip.communicator.service.ldap.LdapConstants.Encryption
Returns default value for encryption.
defaultValue() - Static method in enum net.java.sip.communicator.service.ldap.LdapConstants.Scope
Returns default value for scope.
DEL_DEC_STATES_MAX - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
DELAY_DS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
delete(XCapResourceId) - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
Deletes the resource from the server.
delete(XCapResourceId) - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.HttpXCapClient
Deletes the resource from the server.
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.
deleteAccountImage() - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
Deletes current account image from server.
deleteAccountImage() - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
Deletes current account image from server.
deleteAccountImage() - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListXivoImpl
Deletes current account image from server.
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.
deleteContext(long) - Static method in class net.java.sip.communicator.util.dns.UnboundApi
Destroy a validation context and free all its resources.
deleteImage(int) - Static method in class net.java.sip.communicator.impl.gui.main.presence.avatar.AvatarStackManager
Deletes the stored image.
deletePresContent(String) - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.PresContentClient
Deletes the pres-content from the server.
deletePresContent(String) - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Deletes the pres-content from the server.
deletePresRules() - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.PresRulesClient
Deletes the pres-rules from the server.
deletePresRules() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Deletes the pres-rules from the server.
deleteResourceLists() - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.ResourceListsClient
Deletes the resource-lists from the server.
deleteResourceLists() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Deletes the resource-lists from the server.
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.audio.gsm
DePacketizer for GSM/RTP.
DePacketizer() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.DePacketizer
 
DePacketizer - Class in net.java.sip.communicator.impl.neomedia.codec.video.h263p
Depacketizes H.263+ RTP packets in in accord with RFC 4529 "RTP Payload Format for ITU-T Rec.
DePacketizer() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.h263p.DePacketizer
Initializes a new DePacketizer instance which is to depacketize H.263+ RTP packet.
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) - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTCPCryptoContext
Derive a new SRTPCryptoContext for use with a new SSRC This method returns a new SRTPCryptoContext initialized with the data of this SRTPCryptoContext.
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.
deriveSrtcpKeys() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTCPCryptoContext
Derives the srtcp session keys from the master key.
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.
DescriptionPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Description packet extension.
DescriptionPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.DescriptionPacketExtension
Constructor.
DescriptionProvider - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Parser for DescriptionPacketExtension.
DescriptionProvider() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.DescriptionProvider
 
DescriptionType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent
The PRES-CONTENT description element.
DescriptionType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.DescriptionType
Creates description.
DescriptionType(String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.DescriptionType
Creates description with value.
DescriptionType(String, String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.DescriptionType
Creates description with value and lang properties.
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.
DESKTOP_BUTTON_SMALL - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The desktop sharing button small image.
DESKTOP_BUTTON_SMALL_PRESSED - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The desktop sharing button small pressed image.
DESKTOP_SHARING - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The desktop sharing menu item icon.
DesktopInteract - Interface in net.java.sip.communicator.impl.neomedia.imgstreaming
Interface to capture desktop screen.
DesktopInteractImpl - Class in net.java.sip.communicator.impl.neomedia.imgstreaming
Capture desktop screen either via native code (JNI) if available or by using java.awt.Robot.
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.
DesktopSharingButton - Class in net.java.sip.communicator.impl.gui.main.call
The button responsible to start(the Call of) an associated CallPariticant.
DesktopSharingButton(Call) - Constructor for class net.java.sip.communicator.impl.gui.main.call.DesktopSharingButton
Initializes a new DesktopSharingButton instance which is meant to be used to initiate a desktop sharing during a call.
DesktopSharingButton(Call, boolean, boolean) - Constructor for class net.java.sip.communicator.impl.gui.main.call.DesktopSharingButton
Initializes a new HoldButton instance which is to put a specific CallPeer on/off hold.
DesktopSharingFrame - Class in net.java.sip.communicator.impl.gui.main.call
 
DesktopSharingFrame() - Constructor for class net.java.sip.communicator.impl.gui.main.call.DesktopSharingFrame
 
DesktopSharingProtocolSipImpl - Class in net.java.sip.communicator.impl.protocol.sip
Utility class to provide XML definition for the desktop sharing SIP event package.
DesktopSharingProtocolSipImpl() - Constructor for class net.java.sip.communicator.impl.protocol.sip.DesktopSharingProtocolSipImpl
 
destroy() - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
Destroys the server stored list.
destroy() - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
Destroys the server stored list.
destroy() - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListXivoImpl
Destroys the server stored list.
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.
detachListeners() - Method in class net.java.sip.communicator.plugin.spellcheck.ChatAttachments
Removes spell checker listeners from the associated chat.
detachTab(int) - Method in class net.java.sip.communicator.util.swing.SIPCommTabbedPane
Detaches the index tab in a separate frame.
DETAIL_ADDED - Static variable in class net.java.sip.communicator.service.protocol.event.ServerStoredDetailsChangeEvent
Indicates that the ServerStoredDetailsChangeEvent instance was triggered by adding a new detail.
DETAIL_REMOVED - Static variable in class net.java.sip.communicator.service.protocol.event.ServerStoredDetailsChangeEvent
Indicates that the ServerStoredDetailsChangeEvent instance was triggered by the removal of an existing detail.
DETAIL_REPLACED - Static variable in class net.java.sip.communicator.service.protocol.event.ServerStoredDetailsChangeEvent
Indicates that the ServerStoredDetailsChangeEvent instance was triggered by the fact a detail was replaced with new value.
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.
detailsRetrieved(Iterator<ServerStoredDetails.GenericDetail>) - Method in interface net.java.sip.communicator.service.protocol.OperationSetServerStoredContactInfo.DetailsResponseListener
Informs for details retrieved.
detectAndConfigureCaptureDevices() - Static method in class net.java.sip.communicator.impl.neomedia.device.JmfDeviceDetector
Detect all devices and complete
deviceChanged() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Callback when PortAudio device changed.
deviceChanged() - Method in class net.java.sip.communicator.impl.neomedia.device.PortAudioAuto
PortAudio device changed callback.
deviceChanged() - Method in class net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel
Callback when PortAudio device changed.
deviceChanged() - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Callback called from native PortAudio side that notify device changed.
deviceChanged() - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Callback called from native PortAudio side that notify device changed.
deviceChanged() - Method in interface net.java.sip.communicator.impl.neomedia.portaudio.PortAudioDeviceChangedCallback
Callback when PortAudio device changed.
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
 
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.
DHCPProvisioningDiscover - Class in net.java.sip.communicator.impl.provdisc.dhcp
Class that will perform DHCP provisioning discovery.
DHCPProvisioningDiscover(int, byte) - Constructor for class net.java.sip.communicator.impl.provdisc.dhcp.DHCPProvisioningDiscover
Constructor.
DHCPTransaction - Class in net.java.sip.communicator.impl.provdisc.dhcp
DHCP transaction class.
DHCPTransaction(DatagramSocket, DatagramPacket) - Constructor for class net.java.sip.communicator.impl.provdisc.dhcp.DHCPTransaction
Constructor.
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
The diez tone sound id.
DIAL_EIGHT - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
The eight tone sound id.
DIAL_FIVE - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
The five tone sound id.
DIAL_FOUR - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
The four tone sound id.
DIAL_NINE - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
The nine tone sound id.
DIAL_ONE - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
The one tone sound id.
DIAL_PAD_CALL_BUTTON_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The dial pad call button background.
DIAL_PAD_CALL_BUTTON_ROLLOVER_BG - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The dial pad call button rollover background.
DIAL_SEVEN - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
The seven tone sound id.
DIAL_SIX - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
The six tone sound id.
DIAL_STAR - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
The star tone sound id.
DIAL_THREE - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
The three tone sound id.
DIAL_TWO - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
The two tone sound id.
DIAL_ZERO - Static variable in class net.java.sip.communicator.impl.gui.utils.SoundProperties
The zero tone sound id.
dialButtonPressed(String) - Method in class net.java.sip.communicator.impl.gui.main.GeneralDialPadDialog
Indicates that a dial button was pressed.
DIALING - Static variable in class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
Default event type for dialing.
DIALING - Static variable in class net.java.sip.communicator.plugin.notificationwiring.SoundProperties
The dialing sound id.
DIALING_IN - Static variable in class net.java.sip.communicator.impl.protocol.jabber.ConferenceMemberJabberImpl
Endpoint is dialing into the conference, not yet in the roster (probably being authenticated).
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.jabber.ConferenceMemberJabberImpl
Focus has dialed out to connect the endpoint to the conference, but the endpoint is 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).
dialPad - Variable in class net.java.sip.communicator.impl.gui.main.DialPadButton
The dial pad dialog that this button opens.
DialPadButton - Class in net.java.sip.communicator.impl.gui.main
The dial pad button in the contact list.
DialPadButton() - Constructor for class net.java.sip.communicator.impl.gui.main.DialPadButton
Creates an instance of DialPadButton.
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.
DialPadFieldUI - Class in net.java.sip.communicator.impl.gui.main
The SearchTextFieldUI is the one responsible for the search field look & feel.
DialPadFieldUI() - Constructor for class net.java.sip.communicator.impl.gui.main.DialPadFieldUI
Creates a SIPCommTextFieldUI.
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.
DIEZ_DIAL_BUTTON_MAC - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A dial button icon.
DIEZ_DIAL_BUTTON_MAC_ROLLOVER - 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
DIRECT_IMAGE_CONFIG_LABEL - Static variable in class net.java.sip.communicator.impl.replacement.directimage.ReplacementServiceDirectImageImpl
Configuration label shown in the config form.
DirectImageActivator - Class in net.java.sip.communicator.impl.replacement.directimage
Activator for the direct image links source bundle.
DirectImageActivator() - Constructor for class net.java.sip.communicator.impl.replacement.directimage.DirectImageActivator
 
direction - Variable in class net.java.sip.communicator.service.callhistory.CallRecord
Indicates the direction of the call - IN or OUT.
DIRECTORIES_ONLY - Static variable in interface net.java.sip.communicator.util.swing.SipCommFileChooser
Instruction to display only directories in file chooser dialog.
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.
DirectorySettingsForm - Class in net.java.sip.communicator.plugin.ldap.configform
The page with hostname/port/encryption fields
DirectorySettingsForm() - Constructor for class net.java.sip.communicator.plugin.ldap.configform.DirectorySettingsForm
Constructor.
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(DataSource, 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).
disableContactSource(String) - Static method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsActivator
Disable contact source service with specified GoogleContactsConnection.
disableContactSource(GoogleContactsConnection) - Static method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsActivator
Disable contact source service with specified GoogleContactsConnection.
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.
disableRemoteControl(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopSharingServerJabberImpl
Disable desktop remote control.
disableRemoteControl(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopSharingServerSipImpl
Disable desktop remote control.
disableRemoteControl(CallPeer) - Method in interface net.java.sip.communicator.service.protocol.OperationSetDesktopSharingServer
Disables desktop remote control.
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.AbstractBufferCaptureDevice
Closes the connection to the media source specified of this AbstractBufferCaptureDevice.
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().
disconnect() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
Disconnects user from the XCAP server.
disconnect() - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.HttpXCapClient
Disconnects user from the XCAP server.
disconnect() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Disconnects user from the XCAP server.
DISCONNECTED - Static variable in class net.java.sip.communicator.impl.protocol.jabber.ConferenceMemberJabberImpl
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.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.
DisconnectionType - Enum in net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Disconnection type.
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.
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.
discoverProvisioningURL() - Method in class net.java.sip.communicator.impl.provdisc.dhcp.DHCPProvisioningDiscover
It sends a DHCPINFORM message from all interfaces and wait for a response.
discoverProvisioningURL() - Method in class net.java.sip.communicator.impl.provdisc.mdns.MDNSProvisioningDiscover
It sends a mDNS to retrieve provisioning URL and wait for a response.
discoverStunServer(String, byte[], byte[]) - Method in class net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl
Tries to discover a TURN or a STUN server for the specified domainName.
discoverStunServer(String, byte[], byte[]) - Method in interface net.java.sip.communicator.service.netaddr.NetworkAddressManagerService
Tries to discover a TURN or a STUN server for the specified domainName.
discoverURL() - Method in class net.java.sip.communicator.impl.provdisc.dhcp.ProvisioningDiscoveryServiceDHCPImpl
Launch a discovery for a provisioning URL.
discoverURL() - Method in class net.java.sip.communicator.impl.provdisc.mdns.ProvisioningDiscoveryServiceMDNSImpl
Launch a discovery for a provisioning URL.
discoverURL() - Method in class net.java.sip.communicator.service.provdisc.AbstractProvisioningDiscoveryService
Launch a discovery for a provisioning URL.
discoverURL() - Method in interface net.java.sip.communicator.service.provdisc.ProvisioningDiscoveryService
Launch a discovery for a provisioning URL.
DiscoveryEvent - Class in net.java.sip.communicator.service.provdisc.event
Event representing that a provisioning URL has been retrieved.
DiscoveryEvent(Object, String) - Constructor for class net.java.sip.communicator.service.provdisc.event.DiscoveryEvent
Constructor.
DiscoveryListener - Interface in net.java.sip.communicator.service.provdisc.event
Listener that will be notified when a provisioning URL is retrieved by the ProvisioningDiscoveryService.
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
 
displayName - Variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ListType
The display-name element.
displayName - Variable in class net.java.sip.communicator.service.callhistory.CallPeerRecord
The display name.
DisplayNameType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists
The XCAP display-name element.
DisplayNameType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.DisplayNameType
Creates display-name.
DisplayNameType(String, String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.DisplayNameType
Creates display-name with value and lang properties.
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.call.PreCallDialog
Disposes this window.
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.neomedia.RTPTranslatorImpl
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
dispose(StreamRTPManager) - Method in class net.java.sip.communicator.impl.neomedia.RTPTranslatorImpl
 
dispose() - Method in class net.java.sip.communicator.impl.neomedia.StreamRTPManager
 
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.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 interface net.java.sip.communicator.service.neomedia.RTPTranslator
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
dispose() - Method in class net.java.sip.communicator.service.protocol.SingleCallInProgressPolicy
Performs end-of-life cleanup associated with this instance e.g.
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.
disposeLocalVisualComponent(Component) - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Disposes of the local visual Component of the local peer.
disposeLocalVisualComponent(Component) - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Disposes of the visual Component of the local peer.
disposeLocalVisualComponent(Component) - Method in interface net.java.sip.communicator.service.neomedia.VideoMediaStream
Disposes of a specific local visual Component of the local peer.
disposeLocalVisualComponent(CallPeer, Component) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetVideoTelephony
Implements OperationSetVideoTelephony.disposeLocalVisualComponent(CallPeer, Component).
disposeLocalVisualComponent(Component) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Disposes of a specific 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.
disposeWait() - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Removes the given call panel tab.
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_CHANGE - Static variable in class net.java.sip.communicator.service.netaddr.event.ChangeEvent
Event type for dns change.
DNS_PATIENCE - Static variable in class net.java.sip.communicator.util.dns.ParallelResolver
The default number of milliseconds it takes us to get into redundant mode while waiting for a DNS query response.
DNS_PORT - Static variable in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSConstants
 
DNS_REDEMPTION - Static variable in class net.java.sip.communicator.util.dns.ParallelResolver
The default number of times that the primary DNS would have to provide a faster response than the backup resolver before we consider it safe enough to exit redundant mode.
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
 
DnsConfigActivator - Class in net.java.sip.communicator.plugin.dnsconfig
OSGi bundle activator for the parallel DNS configuration form.
DnsConfigActivator() - Constructor for class net.java.sip.communicator.plugin.dnsconfig.DnsConfigActivator
 
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
 
DnsContainerPanel - Class in net.java.sip.communicator.plugin.dnsconfig
Container for all DNS configuration panels.
DnsContainerPanel() - Constructor for class net.java.sip.communicator.plugin.dnsconfig.DnsContainerPanel
Creates a new instance of this class.
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
 
DnssecException - Exception in net.java.sip.communicator.util.dns
Checked DNSSEC exception for code that knows how to deal with it.
DnssecException(DnssecRuntimeException) - Constructor for exception net.java.sip.communicator.util.dns.DnssecException
Creates a new instance of this class.
DnssecPanel - Class in net.java.sip.communicator.plugin.dnsconfig
Configuration of the DNSSEC validating resolver.
DnssecPanel(ParallelDnsPanel) - Constructor for class net.java.sip.communicator.plugin.dnsconfig.DnssecPanel
Create a new instance of this class.
DnssecRuntimeException - Exception in net.java.sip.communicator.util.dns
Runtime exception that is thrown when a DNSSEC validation failure occurred.
DnssecRuntimeException(String) - Constructor for exception net.java.sip.communicator.util.dns.DnssecRuntimeException
Creates a new instance of this class.
DnssecTableModel - Class in net.java.sip.communicator.plugin.dnsconfig
TableModel for selectively managing DNSSEC behavior for zones ever requested by Jitsi.
DnssecTableModel() - Constructor for class net.java.sip.communicator.plugin.dnsconfig.DnssecTableModel
Creates a new instance of this class.
DNSState - Class in net.java.sip.communicator.impl.protocol.zeroconf.jmdns
DNSState defines the possible states for services registered with JmDNS.
DnsUtilActivator - Class in net.java.sip.communicator.util.dns
The DNS Util activator registers the DNSSEC resolver if enabled.
DnsUtilActivator() - Constructor for class net.java.sip.communicator.util.dns.DnsUtilActivator
 
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.certificate.CertificateService
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.g722.JNIDecoder
 
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g722.JNIEncoder
 
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.ilbc.JavaDecoder
Implements AbstractCodecExt.doClose().
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaEncoder
Implements AbstractCodecExt.doClose().
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.mp3.JNIEncoder
Implements AbstractCodecExt.doClose().
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.JavaDecoder
 
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.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.h263p.DePacketizer
Close the Codec.
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.DePacketizer
Close the Codec.
doClose() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.HFlip
Closes this Effect.
doConnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Opens a connection to the media source of this AbstractBufferCaptureDevice.
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.
DOCUMENT_FORMAT - Static variable in interface net.java.sip.communicator.impl.protocol.sip.xcap.PresContentClient
Pres-content uri format
DOCUMENT_FORMAT - Static variable in interface net.java.sip.communicator.impl.protocol.sip.xcap.PresRulesClient
Pres-rules uri format
DOCUMENT_FORMAT - Static variable in interface net.java.sip.communicator.impl.protocol.sip.xcap.ResourceListsClient
Resource-lists uri format.
DOCUMENT_FORMAT - Static variable in interface net.java.sip.communicator.impl.protocol.sip.xcap.XCapCapsClient
Xcap-caps uri format
DocUnderliner - Class in net.java.sip.communicator.plugin.spellcheck
Notifies subclasses when words are changed and lets them decide if text should be underlined with a red squiggle.
DocUnderliner(Highlighter) - Constructor for class net.java.sip.communicator.plugin.spellcheck.DocUnderliner
 
doDisconnect() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Closes the connection to the media source of this AbstractBufferCaptureDevice.
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.
doFireVideoEvent(VideoEvent) - Method in class net.java.sip.communicator.service.neomedia.event.VideoNotifierSupport
 
doGetFormat() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Gets the Format of this AbstractBufferStream 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.
doLogPacket(DatagramPacket) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorInputStream
Log the packet.
doLogPacket(RawPacket, InetSocketAddress) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorOutputStream
Logs a specific RawPacket associated with a specific remote address.
doLogPacket(DatagramPacket) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorTCPInputStream
Log the packet.
doLogPacket(RawPacket, InetSocketAddress) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorTCPOutputStream
Log the packet.
doLogPacket(DatagramPacket) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorUDPInputStream
Log the packet.
doLogPacket(RawPacket, InetSocketAddress) - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorUDPOutputStream
Log the packet.
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
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g722.JNIDecoder
 
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g722.JNIEncoder
 
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.JavaDecoder
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.JavaEncoder
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaDecoder
Implements AbstractCodecExt.doOpen().
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaEncoder
Implements AbstractCodecExt.doOpen().
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.mp3.JNIEncoder
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.JavaDecoder
 
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.JavaEncoder
 
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JavaEncoder
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIDecoder
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIEncoder
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.SpeexResampler
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h263p.DePacketizer
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.DePacketizer
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.HFlip
Opens this Effect.
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.g722.JNIDecoder
 
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g722.JNIEncoder
 
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.ilbc.JavaDecoder
Implements AbstractCodecExt.doProcess(Buffer, Buffer).
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaEncoder
Implements AbstractCodecExt.doProcess(Buffer, Buffer).
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.mp3.JNIEncoder
Implements AbstractCodecExt.doProcess(Buffer, Buffer).
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.JavaDecoder
 
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.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
Decodes Speex media from a specific input Buffer
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIEncoder
Processes (encode) a specific input Buffer.
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.SpeexResampler
Resamples audio from a specific input Buffer into a specific output Buffer.
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h263p.DePacketizer
Processes (depacketizes) a buffer.
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.DePacketizer
Processes (depacketizes) a buffer.
doProcess(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.HFlip
Performs the media processing defined by this Effect.
doRead(Buffer) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferStream
Blocks and reads into a Buffer from this PullBufferStream.
doRead(Buffer) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
Blocks and reads into a Buffer from this PullBufferStream.
doRead(Buffer) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
Reads media data from this PullBufferStream into a specific Buffer with blocking.
doSetFormat(Format) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Attempts to set the Format of this AbstractBufferStream.
doStart() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Starts the transfer of media data from this AbstractBufferCaptureDevice.
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.AbstractBufferCaptureDevice
Stops the transfer of media data from this AbstractBufferCaptureDevice.
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.
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.
down_pre_function(int[], short[], int, short[], int, int) - Method in interface net.java.sip.communicator.impl.neomedia.codec.audio.silk.DownPreFP
 
down_pre_function(int[], short[], int, short[], int, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.DownPreImplDown2
 
down_pre_function(int[], short[], int, short[], int, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.DownPreImplDown4
 
down_pre_function - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
down_pre_function(int[], short[], int, short[], int, int) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
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
downloadPhoto(ILink, ContactsService) - Static method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsServiceImpl
Retrieve photo of a contact.
downPreCB - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
DownPreFP - Interface in net.java.sip.communicator.impl.neomedia.codec.audio.silk
 
DownPreImplDown2 - Class in net.java.sip.communicator.impl.neomedia.codec.audio.silk
 
DownPreImplDown2() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.silk.DownPreImplDown2
 
DownPreImplDown4 - Class in net.java.sip.communicator.impl.neomedia.codec.audio.silk
 
DownPreImplDown4() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.silk.DownPreImplDown4
 
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_INBAND_0 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "0" DTMF Inband Tone.
DTMF_INBAND_1 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "1" DTMF Inband Tone.
DTMF_INBAND_2 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "2" DTMF Inband Tone.
DTMF_INBAND_3 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "3" DTMF Inband Tone.
DTMF_INBAND_4 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "4" DTMF Inband Tone.
DTMF_INBAND_5 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "5" DTMF Inband Tone.
DTMF_INBAND_6 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "6" DTMF Inband Tone.
DTMF_INBAND_7 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "7" DTMF Inband Tone.
DTMF_INBAND_8 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "8" DTMF Inband Tone.
DTMF_INBAND_9 - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "9" DTMF Inband Tone.
DTMF_INBAND_A - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "A" DTMF Inband Tone.
DTMF_INBAND_B - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "B" DTMF Inband Tone.
DTMF_INBAND_C - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "C" DTMF Inband Tone.
DTMF_INBAND_D - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "D" DTMF Inband Tone.
DTMF_INBAND_SHARP - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "#" DTMF Inband Tone.
DTMF_INBAND_STAR - Static variable in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
The "*" DTMF Inband 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(CallPanel) - Constructor for class net.java.sip.communicator.impl.gui.main.call.DTMFHandler
Creates DTMF handler for a call.
DTMFHandler() - 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, ImageID, ImageID, String) - Constructor for class net.java.sip.communicator.impl.gui.main.call.DTMFHandler.DTMFToneInfo
Creates DTMF extended info.
DTMFInband - Class in net.java.sip.communicator.impl.protocol.sip.dtmf
Sending DTMFs inband into the audio stream.
DTMFInband() - Constructor for class net.java.sip.communicator.impl.protocol.sip.dtmf.DTMFInband
 
DTMFInbandTone - Class in net.java.sip.communicator.service.neomedia
Manages the geneation of the inband DMTF signal.
DTMFInbandTone(String, double, double) - Constructor for class net.java.sip.communicator.service.neomedia.DTMFInbandTone
Creates a new instance of an inband tone.
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.
DTMFListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that would notify for incoming DTMF tones.
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.
DTMFReceivedEvent - Class in net.java.sip.communicator.service.protocol.event
DTMFReceivedEvents indicate reception of a DTMF tone.
DTMFReceivedEvent(ProtocolProviderService, DTMFTone, long) - Constructor for class net.java.sip.communicator.service.protocol.event.DTMFReceivedEvent
Creates a MessageReceivedEvent representing reception of the source message received from the specified from contact.
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.
dummy_int32AR2_Q13 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
dummy_int32PredCoef_Q12 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
dummy_int32PredCoef_Q12 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
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
earlyProcessMessage(EventObject) - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Early process an incoming message from interested listeners.
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
The east remote video constraint.
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
The editor border insets.
EditPanel - Class in net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker
The EditPanel manage the image size and the clipper component
EditPanel(int, int) - Constructor for class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.EditPanel
Create a new EditPanel
EIGHT_DIAL_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A dial button icon.
EIGHT_DIAL_BUTTON_MAC - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A dial button icon.
EIGHT_DIAL_BUTTON_MAC_ROLLOVER - 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_ACTIVE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.StatePacketExtension
Active element name.
ELEMENT_BY - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ExecutionPacketExtension
"By" element name.
ELEMENT_CALLID - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.SIPDialogIDPacketExtension
Call ID element name.
ELEMENT_CONTENT_TYPE - Static variable in interface net.java.sip.communicator.impl.protocol.sip.xcap.ResourceListsClient
Resource-lists content type.
ELEMENT_DISCONNECTION - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.EndpointPacketExtension
Disconnection element name.
ELEMENT_DISCONNECTION_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ExecutionPacketExtension
The name of the element that contains the media data.
ELEMENT_DISPLAY_TEXT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ConferenceMediumPacketExtension
Display text element name.
ELEMENT_DISPLAY_TEXT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.DescriptionPacketExtension
Display text element name.
ELEMENT_DISPLAY_TEXT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.EndpointPacketExtension
Display text element name.
ELEMENT_DISPLAY_TEXT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.HostInfoPacketExtension
Display text element name.
ELEMENT_DISPLAY_TEXT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.MediaPacketExtension
Display text element name.
ELEMENT_DISPLAY_TEXT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.SIPDialogIDPacketExtension
Display text element name.
ELEMENT_DISPLAY_TEXT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.URIPacketExtension
Display text element name.
ELEMENT_DISPLAY_TEXT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.UserPacketExtension
Display text element name.
ELEMENT_FREE_TEXT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.DescriptionPacketExtension
Free text element name.
ELEMENT_FROMTAG - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.SIPDialogIDPacketExtension
From tag element name.
ELEMENT_JOINING - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.EndpointPacketExtension
Joining element name.
ELEMENT_JOINING_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ExecutionPacketExtension
The name of the element that contains the media data.
ELEMENT_KEY_PRESS - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
The name of the remote-info XML element key-press.
ELEMENT_KEY_RELEASE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
The name of the remote-info XML element key-release.
ELEMENT_KEY_TYPE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
The name of the remote-info XML element key-type.
ELEMENT_LABEL - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.MediaPacketExtension
Label element name.
ELEMENT_LANGUAGES - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.UserLanguagesPacketExtension
The name of the element that contains the media data.
ELEMENT_LOCKED - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.StatePacketExtension
Locked element name.
ELEMENT_MAX_USER_COUNT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.DescriptionPacketExtension
Max user count element name.
ELEMENT_MODIFIED_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ExecutionPacketExtension
The name of the element that contains the media data.
ELEMENT_MOUSE_MOVE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
The name of the remote-info XML element mouse-move.
ELEMENT_MOUSE_PRESS - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
The name of the remote-info XML element mouse-press.
ELEMENT_MOUSE_RELEASE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
The name of the remote-info XML element mouse-release.
ELEMENT_MOUSE_WHEEL - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
The name of the remote-info XML element mouse-wheel.
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.coin.CallInfoPacketExtension
The name of the element that contains the call info.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.CoinIQ
The name of the element that contains the coin data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ConferenceMediaPacketExtension
The name of the element that contains the conference media.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ConferenceMediumPacketExtension
The name of the element that contains the conference medium.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.DescriptionPacketExtension
The name of the element that contains the description data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.EndpointPacketExtension
The name of the element that contains the endpoint data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.HostInfoPacketExtension
The name of the element that contains the media data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.MediaPacketExtension
The name of the element that contains the media data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.SidebarsByValPacketExtension
The name of the element that contains the sidebars by val.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.SIPDialogIDPacketExtension
The name of the element that contains the SIP Dialog ID data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.StatePacketExtension
The name of the element that contains the state data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.URIPacketExtension
The name of the element that contains the URI data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.URIsPacketExtension
The name of the element that contains the URIs data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.UserLanguagesPacketExtension
The name of the element that contains the user languages data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.UserPacketExtension
The name of the element that contains the user data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.UserRolesPacketExtension
The name of the element that contains the user roles data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.UsersPacketExtension
The name of the element that contains the users data.
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.gtalk.GTalkTransportPacketExtension
The name of the "transport" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.SessionIQ
The name of the element that contains the session data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.SrcIdPacketExtension
The name of the element that contains the URIs data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.UsagePacketExtension
The name of the element that contains the URIs data.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.InputEvtIQ
The name of the element that contains the input event data.
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.CoinPacketExtension
Name of the XML element representing the extension.
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.IceUdpTransportPacketExtension
The name of the "transport" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.InputEvtPacketExtension
Name of the XML element representing the extension.
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.RedirectPacketExtension
The name of the "redirect" 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.RTPHdrExtPacketExtension
The name of the "candidate" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.TransferPacketExtension
The name of the "transfer" element.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.TransferredPacketExtension
The name of the "transfer" 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.jingleinfo.JingleInfoQueryIQ
The element name.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingleinfo.RelayPacketExtension
The element name.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingleinfo.ServerPacketExtension
The element name.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingleinfo.StunPacketExtension
The element name.
ELEMENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive.KeepAliveEvent
Element name for ping.
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.notification.NotificationEventIQ
The name of the element that contains the notification event data.
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.
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.
ELEMENT_PURPOSE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.URIPacketExtension
Purpose element name.
ELEMENT_REASON - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ExecutionPacketExtension
"Reason" element name.
ELEMENT_REFERRED_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ExecutionPacketExtension
The name of the element that contains the media data.
ELEMENT_REMOTE_CONTROL - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
The name of the remote-info XML element remote-control.
ELEMENT_ROLE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.UserRolesPacketExtension
Subject element name.
ELEMENT_SRC_ID - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.MediaPacketExtension
Source ID element name.
ELEMENT_STATUS - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ConferenceMediumPacketExtension
Status element name.
ELEMENT_STATUS - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.EndpointPacketExtension
Status element name.
ELEMENT_STATUS - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.MediaPacketExtension
Status element name.
ELEMENT_SUBJECT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.DescriptionPacketExtension
Subject element name.
ELEMENT_TOTAG - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.SIPDialogIDPacketExtension
From tag element name.
ELEMENT_TYPE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ConferenceMediumPacketExtension
Type element name.
ELEMENT_TYPE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.MediaPacketExtension
Type element name.
ELEMENT_USER_COUNT - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.StatePacketExtension
Users count element name.
ELEMENT_WEB_PAGE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.HostInfoPacketExtension
Web page element name.
ELEMENT_WHEN - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ExecutionPacketExtension
"When" element name.
elementFromActions(Document, ActionsType) - Static method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.PresRulesParser
Creates actions element from the object.
elementFromDevicePermission(Document, ProvideDevicePermissionType) - Static method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.PresRulesParser
Creates devicePermission element from the object.
elementFromPersonPermission(Document, ProvidePersonPermissionType) - Static method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.PresRulesParser
Creates personPermission element from the object.
elementFromServicePermission(Document, ProvideServicePermissionType) - Static method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.PresRulesParser
Creates serviceService element from the object.
elementFromTransfomations(Document, TransformationsType) - Static method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.PresRulesParser
Creates transformations element from the object.
elements() - Method in class net.java.sip.communicator.util.OrderedProperties
Get the elements of the LinkedHashMap.
EMPHASIZED_FOCUSED_FONT_COLOR - Static variable in class net.java.sip.communicator.util.swing.EmphasizedLabel
The color used to paint focused view.
EMPHASIZED_FONT_COLOR - Static variable in class net.java.sip.communicator.util.swing.EmphasizedLabel
The color used to paint the shadow.
EMPHASIZED_UNFOCUSED_FONT_COLOR - Static variable in class net.java.sip.communicator.util.swing.EmphasizedLabel
The color used to paint unfocused view.
EmphasizedLabel - Class in net.java.sip.communicator.util.swing
A label with white shadow.
EmphasizedLabel(String) - Constructor for class net.java.sip.communicator.util.swing.EmphasizedLabel
Creates an instance of EmphasizedLabel.
EMPTY_CODEC_SETTINGS - Static variable in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
The value of the codecSettings property of MediaFormatImpl when no codec-specific settings.
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_PARAMETERS - Static variable in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
The value of the formatParameters property of MediaFormatImpl when no codec-specific parameters have been received via SIP/SDP or XMPP/Jingle.
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.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(boolean) - Method in class net.java.sip.communicator.impl.gui.main.call.CallPanel
Enables or disable all setting buttons.
enableButtonsWhileOnHold(boolean) - Method in class net.java.sip.communicator.impl.gui.main.call.CallPanel
Enables or disable some setting buttons when we get on/off hold.
enableContactSource(String, String, boolean) - Static method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsActivator
Enable contact source service with specified GoogleContactsConnection.
enableContactSource(GoogleContactsConnection, boolean) - Static method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsActivator
Enable contact source service with specified GoogleContactsConnection.
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.
enableDesktopRemoteControl(CallPeer, boolean) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Enables/disables remote control when in a desktop sharing session with the given callPeer.
enableDesktopSharing(Call, boolean) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Enables the desktop sharing in an existing call.
enableLocalVideo(Call, boolean) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Enables/disables local video for the given call.
enableLogging() - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Enable logging (globally).
enableRegionDesktopSharing(Call, boolean) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Enables the region desktop sharing for the given call.
enableRegionDesktopSharing(Call, int, int, int, int) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Creates a desktop sharing call to the contact represented by the given string.
enableRemoteControl(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopSharingServerJabberImpl
Enable desktop remote control.
enableRemoteControl(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopSharingServerSipImpl
Enable desktop remote control.
enableRemoteControl(CallPeer) - Method in interface net.java.sip.communicator.service.protocol.OperationSetDesktopSharingServer
Enables desktop remote control.
enablesProxyAutoConfigure(boolean) - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Enables/disables the proxy auto-configuration.
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(byte[], int, byte[], int) - 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.
encode_split(SKP_Silk_range_coder_state, int, int, int[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_shell_coder
 
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.
Encoder - Class in net.java.sip.communicator.impl.neomedia.codec.audio.gsm
GSM encoder Codec.
Encoder() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.Encoder
 
ENCODING_PNAME - Static variable in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
The name of the encoding property of MediaFormatImpl.
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
Implements TableModel for EncodingConfiguration.
EncodingConfigurationTableModel(EncodingConfiguration, int) - Constructor for class net.java.sip.communicator.impl.neomedia.EncodingConfigurationTableModel
 
encodingTable - Variable in class net.java.sip.communicator.util.Base64.Base64Encoder
 
EncodingType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent
The PRES-CONTENT encoding element.
EncodingType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.EncodingType
 
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.AbstractBufferStream
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
Implements SourceStream#endOfStream().
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.
EndpointPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Endpoint packet extension.
EndpointPacketExtension(String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.EndpointPacketExtension
Constructor.
EndpointProvider - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Parser for EndpointPacketExtension.
EndpointProvider() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.EndpointProvider
 
EndpointStatusType - Enum in net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Endpoint status type.
endReason - Variable in class net.java.sip.communicator.service.callhistory.CallRecord
This is the end reason of the call if any.
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
The end time of the record.
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.
entity - Variable in class net.java.sip.communicator.service.httputil.HttpUtils.HTTPResponseResult
The httpclient entity.
ENTITY_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.CoinIQ
Entity attribute name.
ENTITY_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.EndpointPacketExtension
Entity attribute name.
ENTITY_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.UserPacketExtension
Entity attribute name.
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
 
EntityCapsManager.Caps - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.caps
Implements an immutable value which stands for a specific node, a specific hash (algorithm) and a specific ver.
EntityCapsManager.Caps(String, String, String, String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager.Caps
Initializes a new Caps instance which is to represent a specific node, a specific hash (algorithm) and a specific ver.
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.
entries - Variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ListType
The list of entry elements.
entryRefs - Variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ListType
The list of entry-ref elements.
EntryRefType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists
The XCAP entry-ref element.
EntryRefType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.EntryRefType
Creates the entry-ref element
EntryRefType(String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.EntryRefType
Creates the entry-ref element with the ref attribute.
entrySet() - Method in class net.java.sip.communicator.util.OrderedProperties
Return the entry Set.
EntryType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists
The XCAP entry element.
EntryType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.EntryType
Create the entry element.
EntryType(String) - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.EntryType
Create the entry element with the uri attribute.
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
 
eps - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_pitch_analysis_core_FLP
 
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.ldap.LdapDirectoryImpl
Two LdapDirectory(s) with the same displayed name should not exist in the same LdapDirectorySet, thus this function
equals(LdapDirectorySettings) - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySettingsImpl
Checks if both LdapDirectorySettings instance have the same content
equals(Object) - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Test equality between this object and another ones.
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.ParameterizedVideoFormat
Determines whether a specific Object represents a value that is equal to the value represented by this instance.
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.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.sip.SipAccountID
Indicates whether some other object is "equal to" this account id.
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.keybindingchooser.globalchooser.GlobalShortcutEntry
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(LdapDirectorySettings) - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
Checks if both LdapDirectorySettings instance have the same content
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 i.e.
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.MediaTypeSrtpControl
 
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 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_range_coder_state
 
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 class net.java.sip.communicator.service.notification.LogMessageNotificationAction
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
errorCodeToString(int) - Static method in class net.java.sip.communicator.util.dns.UnboundApi
Convert error value to a human readable string.
ErrorDialog - Class in net.java.sip.communicator.impl.gui.customcontrols
Implements a JDialog which displays an error message and, optionally, a Throwable stack trace.
ErrorDialog(Frame, String, String) - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.ErrorDialog
Initializes a new ErrorDialog with a specific owner Frame, title and message to be displayed.
ErrorDialog(Frame, String, String, Throwable) - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.ErrorDialog
Initializes a new ErrorDialog with a specific owner Frame, title, error message to be displayed and the Throwable associated with the error.
ErrorDialog(Frame, String, String, int) - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.ErrorDialog
Initializes a new ErrorDialog with a specific owner Frame, title and message to be displayed and of a specific type.
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_DISPLAY_SLEEP - Static variable in class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent
Computer display has stand by.
EVENT_DISPLAY_WAKE - Static variable in class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent
Computer display wakes up after stand by.
EVENT_DNS_CHANGE - Static variable in class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent
A change in dns configuration has occurred.
EVENT_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.notification.NotificationEventIQ
The name of the argument that contains the event name.
EVENT_NETWORK_CHANGE - Static variable in class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent
A change in network configuration has occurred.
EVENT_PACKAGE - Static variable in class net.java.sip.communicator.impl.protocol.sip.DesktopSharingProtocolSipImpl
The name of the event package supported by OperationSetDesktopSharingServerSipImpl in SUBSCRIBE and NOTIFY requests.
EVENT_PACKAGE - Static variable in class net.java.sip.communicator.impl.protocol.sip.OperationSetMessageWaitingSipImpl
The name of the event package supported by OperationSetMessageWaitingSipImpl in SUBSCRIBE and NOTIFY requests.
EVENT_SCREEN_LOCKED - Static variable in class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent
Screen has been locked.
EVENT_SCREEN_UNLOCKED - Static variable in class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent
Screen has been unlocked.
EVENT_SCREENSAVER_START - Static variable in class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent
Screensaver has been started.
EVENT_SCREENSAVER_STOP - Static variable in class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent
Screensaver has been stopped.
EVENT_SCREENSAVER_WILL_STOP - Static variable in class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent
Screensaver will stop.
EVENT_SLEEP - Static variable in class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent
Notify that computers is going to sleep.
EVENT_SOURCE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.notification.NotificationEventIQ
The name of the argument that contains the event source.
EVENT_SYSTEM_IDLE - Static variable in class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent
A system idle event has occurred.
EVENT_SYSTEM_IDLE_END - Static variable in class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent
A system was in idle state and now exits.
EVENT_TYPE - Static variable in class net.java.sip.communicator.util.dns.ConfigurableDnssecResolver
 
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.
EVENT_VALUE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.notification.NotificationEventIQ
The name of the argument that contains the event value.
EVENT_WAKE - Static variable in class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent
Notify that computer is wakeing up after stand by.
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.
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.
exc_Q10 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
EXCEPT_DOMAIN_ATTR - Static variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.CommonPolicyParser
 
EXCEPT_ELEMENT - Static variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.CommonPolicyParser
 
EXCEPT_ID_ATTR - Static variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.CommonPolicyParser
 
ExceptType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy
The Authorization Rules except element.
ExceptType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ExceptType
 
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(CommandNotificationAction) - Method in class net.java.sip.communicator.impl.notification.CommandNotificationHandlerImpl
Executes the command, given by the commandDescriptor of the action.
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(CommandNotificationAction) - Method in interface net.java.sip.communicator.service.notification.CommandNotificationHandler
Executes the program pointed by the descriptor.
ExecutionPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Execution packet extension.
ExecutionPacketExtension(String) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ExecutionPacketExtension
Constructor.
exists - Variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.UniquenessFailureType
The list of exists elements.
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 class net.java.sip.communicator.impl.protocol.jabber.OperationSetExtendedAuthorizationsJabberImpl
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 - Variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager.Caps
The ext info of this Caps value.
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.
ExtendedAccountRegistrationWizard - Class in net.java.sip.communicator.service.gui
The ExtendedAccountRegistrationWizard allows to specify if a sign up form is supported.
ExtendedAccountRegistrationWizard() - Constructor for class net.java.sip.communicator.service.gui.ExtendedAccountRegistrationWizard
 
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.
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(Window, 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.
extensions - Variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps.XCapCapsType
The extensions elemet.
ExtensionsType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps
The XCAP-CAPS extensions element.
ExtensionsType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps.ExtensionsType
 
ExtensionType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror
The XCAP extension element.
ExtensionType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.ExtensionType
Creates the XCAP extension error.
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.
externals - Variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ListType
The list of external elements.
ExternalType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists
The XCAP external element.
ExternalType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ExternalType
 
ExtListCellRenderer - Class in net.java.sip.communicator.impl.gui.customcontrols
 
ExtListCellRenderer() - Constructor for class net.java.sip.communicator.impl.gui.customcontrols.ExtListCellRenderer
 
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 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.
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.
FAILOVER_CHECK_INTERVAL_PROP - Static variable in class net.java.sip.communicator.impl.protocol.jabber.FailoverConnectionMonitor
Property to specify the interval between checks when in failover state.
FailoverConnectionMonitor - Class in net.java.sip.communicator.impl.protocol.jabber
When provider registers, check whether we are connected to the first server in the dns records, if its not - considers in failover state and start a task that will periodically checks to see if server has come back and when this happens, re-register to it.
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
 
fetchPhoto() - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Tries to fetch the photo in the the directory for this person
fetchPhoto() - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Tries to fetch the photo in the the directory for this person
fetchPhotoForPerson(String) - Method in class net.java.sip.communicator.impl.ldap.LdapDirectoryImpl
Tries to fetch the photo of the person with the given distinguished name in the directory
FF_BUG_AUTODETECT - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Work around bugs in encoders which sometimes cannot be detected automatically.
FF_CMP_CHROMA - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
FF_INPUT_BUFFER_PADDING_SIZE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
Padding size for FFmpeg input buffer.
FF_MB_DECISION_SIMPLE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
FF_MIN_BUFFER_SIZE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
The minimum encoding buffer size defined by libavcodec.
FF_PROFILE_H264_BASELINE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
FF_PROFILE_H264_MAIN - Static variable in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
FFmpeg - Class in net.java.sip.communicator.impl.neomedia.codec
Provides the interface to the native FFmpeg library.
FFmpeg() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.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
 
field - Variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.UniquenessFailureType.ExistsType
The field attribute.
fieldInputMap - Variable in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
Default input map for this theme.
FieldsInit() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.NSQ_del_dec_struct
 
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 underlying 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(Window, 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(Window) - Constructor for class net.java.sip.communicator.impl.gui.utils.FileImageLabel
Creates an instance of FileImageLabel by specifying the parent window where this label would be added.
fileLabel - Variable in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
The file label.
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
FILES_ONLY - Static variable in interface net.java.sip.communicator.util.swing.SipCommFileChooser
Instruction to display only files.
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(Window) - 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 class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
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 class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
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 class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
When a request has been received we show a notification.
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 class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
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, long, 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.
FIND_LPC_COND_FAC - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define_FLP
 
FIND_LTP_COND_FAC - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define_FLP
 
FIND_PITCH_BANDWITH_EXPANSION - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define_FLP
 
FIND_PITCH_CORRELATION_THRESHOLD_HC_MODE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define_FLP
 
FIND_PITCH_CORRELATION_THRESHOLD_LC_MODE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define_FLP
 
FIND_PITCH_CORRELATION_THRESHOLD_MC_MODE - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define_FLP
 
FIND_PITCH_LPC_ORDER_MAX - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
FIND_PITCH_LPC_WIN_MAX - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
FIND_PITCH_LPC_WIN_MS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
FIND_PITCH_WHITE_NOISE_FRACTION - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define_FLP
 
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.
findAwayStatus(OperationSetPresence) - Static method in class net.java.sip.communicator.plugin.generalconfig.autoaway.StatusUpdateThread
Finds the Away-Status of the protocols
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.ActiveCallsRepositoryGTalkImpl
Returns the CallPeerGTalkImpl whose jingle session has the specified jingle sid.
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.
findCallPeerBySessInitPacketID(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ActiveCallsRepositoryGTalkImpl
Returns the CallPeerGTalkImpl whose session-init's ID has the specified IQ id.
findCallPeerBySessInitPacketID(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ActiveCallsRepositoryJabberImpl
Returns the CallPeerJabberImpl whose session-init's ID has the specified IQ id.
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.
findContentByName(Iterable<ContentPacketExtension>, String) - Static method in class net.java.sip.communicator.impl.protocol.jabber.TransportManagerJabberImpl
Looks through the cpExtList and returns the ContentPacketExtension with the specified name.
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
findMediaFormat(List<MediaFormat>, MediaFormat) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Finds a MediaFormat in a specific list of MediaFormats which matches a specific MediaFormat.
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.
findResourcePaths(String, String) - Static method in class net.java.sip.communicator.plugin.skinresourcepack.SkinResourcePack
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.
findSessionID(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ActiveCallsRepositoryGTalkImpl
Returns the CallGTalkImpl containing a CallPeerGTalkImpl whose corresponding jingle session has the specified jingle sid.
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_Fracs - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
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.
fireCallChangeEvent(String, Object, Object, CallPeerChangeEvent) - 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.impl.protocol.jabber.ActiveCallsRepositoryGTalkImpl
Creates and dispatches a CallEvent notifying registered listeners that an event with id eventID has occurred on sourceCall.
fireCallEvent(int, Call) - Method in class net.java.sip.communicator.impl.protocol.jabber.ActiveCallsRepositoryJabberImpl
Creates and dispatches a CallEvent notifying registered listeners that an event with id eventID has occurred on sourceCall.
fireCallEvent(int, Call) - Method in class net.java.sip.communicator.impl.protocol.sip.ActiveCallsRepositorySipImpl
Creates and dispatches a CallEvent notifying registered listeners that an event with id eventID has occurred on sourceCall.
fireCallEvent(int, Call) - Method in class net.java.sip.communicator.service.protocol.ActiveCallsRepository
Creates and dispatches a CallEvent notifying registered listeners that an event with id eventID has occurred on sourceCall.
fireCallEvent(int, Call) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetBasicTelephony
Creates and dispatches a CallEvent notifying registered listeners that an event with id eventID has occurred on sourceCall.
fireCallEvent(int, Call, Map<MediaType, MediaDirection>) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetBasicTelephony
Creates and dispatches a CallEvent notifying registered listeners that an event with id eventID has occurred on sourceCall.
fireCallGroupEvent(Call, int) - Method in class net.java.sip.communicator.service.protocol.CallGroup
Fires CallGroupEvent.
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.
fireCallPeerChangeEvent(String, Object, Object, String, int) - 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(CallPeerSecurityOffEvent) - 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(CallPeerSecurityOnEvent) - 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.
fireChangeEvent(ChangeEvent) - Method in class net.java.sip.communicator.impl.netaddr.NetworkEventDispatcher
Fire ChangeEvent.
fireChangeEvent(ChangeEvent, int) - Method in class net.java.sip.communicator.impl.netaddr.NetworkEventDispatcher
Fire ChangeEvent.
fireChangeEvent(ChangeEvent, NetworkConfigurationChangeListener) - Static method in class net.java.sip.communicator.impl.netaddr.NetworkEventDispatcher
Fire ChangeEvent.
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.plugin.notificationwiring.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(ContactGroupSipImpl, ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
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, Map<String, ? extends OperationSet>) - 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.
fireContactMoved(ContactGroupSipImpl, ContactGroupSipImpl, ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
Make the parent persistent presence operation set dispatch a subscription moved event.
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.
fireContactReceived(SourceContact) - Method in class net.java.sip.communicator.service.contactsource.AbstractContactQuery
Notifies the ContactQueryListeners registered with this ContactQuery that a new SourceContact has been received.
fireContactRemoved(ContactGroup, ContactJabberImpl) - Method in class net.java.sip.communicator.impl.protocol.jabber.ServerStoredContactListJabberImpl
Make the parent persistent presence operation set dispatch a contact removed event.
fireContactRemoved(ContactGroupSipImpl, ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
Make the parent persistent presence operation set dispatch a contact removed 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(ContactGroupSipImpl, ContactSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
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.
fireDiscoveryEvent(DiscoveryEvent) - Method in class net.java.sip.communicator.service.provdisc.AbstractProvisioningDiscoveryService
Notify all listeners about a DiscoveryEvent.
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.
fireGroupEvent(ContactGroup, int) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
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.
fireLdapEvent(LdapEvent) - Method in class net.java.sip.communicator.service.ldap.event.DefaultLdapEventManager
Fires an existing LdapEvent to any registered listeners.
fireLdapEvent(LdapEvent, LdapListener) - Method in class net.java.sip.communicator.service.ldap.event.DefaultLdapEventManager
Fires an existing LdapEvent to a single listener.
fireLdapEvent(LdapEvent) - Method in interface net.java.sip.communicator.service.ldap.event.LdapEventManager
Fires an existing LdapEvent to any registered listeners.
fireLdapEvent(LdapEvent, LdapListener) - Method in interface net.java.sip.communicator.service.ldap.event.LdapEventManager
Fires an existing LdapEvent to a single listener.
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.plugin.notificationwiring.NotificationManager
Fires a message notification for the given event type through the NotificationService.
fireNotification(String) - Static method in class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
Fires a notification for the given event type through the NotificationService.
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.
fireNotification(String, String, String, byte[], Object) - Method in class net.java.sip.communicator.service.notification.NotificationServiceImpl
If there is a registered event notification of the given eventType and the event notification is currently activated, the list of registered actions is executed.
fireNotification(String) - Method in class net.java.sip.communicator.service.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.
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
Fires provider status change.
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.
fireQueryStatusChanged(int) - Method in class net.java.sip.communicator.service.contactsource.AbstractContactQuery
Notifies the ContactQueryListeners registered with this ContactQuery that its state has changed.
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.
fireRemoteControlGranted() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopSharingClientJabberImpl
Fire a RemoteControlGrantedEvent to all registered listeners.
fireRemoteControlGranted() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopSharingClientSipImpl
Fire a RemoteControlGrantedEvent to all registered listeners.
fireRemoteControlRevoked() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopSharingClientJabberImpl
Fire a RemoteControlGrantedEvent to all registered listeners.
fireRemoteControlRevoked() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopSharingClientSipImpl
Fire a RemoteControlGrantedEvent to all 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.
fireServerStoredDetailsChangeEvent(ProtocolProviderService, int, Object, Object) - Method in class net.java.sip.communicator.service.protocol.AbstractOperationSetServerStoredAccountInfo
Notify all listeners of the corresponding account detail change event.
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.
fireSystemActivityEvent(SystemActivityEvent) - Method in class net.java.sip.communicator.impl.sysactivity.SystemActivityEventDispatcher
Delivers the specified event to all registered listeners.
fireSystemActivityEvent(SystemActivityEvent, int) - Method in class net.java.sip.communicator.impl.sysactivity.SystemActivityEventDispatcher
Delivers the specified event to all registered listeners.
fireSystemActivityEvent(SystemActivityEvent) - Method in class net.java.sip.communicator.impl.sysactivity.SystemActivityNotificationsServiceImpl
Delivers the specified event to all registered listeners.
fireSystemIdleEndEvent(SystemActivityChangeListener) - Method in class net.java.sip.communicator.impl.sysactivity.SystemActivityNotificationsServiceImpl
Delivers the specified event to listener.
fireSystemIdleEvent(SystemActivityChangeListener) - Method in class net.java.sip.communicator.impl.sysactivity.SystemActivityNotificationsServiceImpl
Delivers the specified event to all registered listeners.
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, boolean) - 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, boolean) - 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, boolean) - 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, boolean) - 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, boolean) - 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, boolean) - 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.
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_frame_after_reset - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
first_frame_after_reset - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
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.gibberishaccregwizz.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
Identifier of the first page.
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.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.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.
FIVE_DIAL_BUTTON_MAC - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A dial button icon.
FIVE_DIAL_BUTTON_MAC_ROLLOVER - 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
 
FLICKR_CONFIG_LABEL - Static variable in class net.java.sip.communicator.impl.replacement.flickr.ReplacementServiceFlickrImpl
Configuration label shown in the config form.
FLICKR_PATTERN - Static variable in class net.java.sip.communicator.impl.replacement.flickr.ReplacementServiceFlickrImpl
The regex used to match the link in the message.
FlickrActivator - Class in net.java.sip.communicator.impl.replacement.flickr
Activator for the Flickr source bundle.
FlickrActivator() - Constructor for class net.java.sip.communicator.impl.replacement.flickr.FlickrActivator
 
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.plugin.dnsconfig.DnssecPanel
 
focusGained(FocusEvent) - Method in class net.java.sip.communicator.plugin.dnsconfig.ParallelDnsPanel
Action has occurred in the config form.
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.plugin.dnsconfig.DnssecPanel
A text field has lost the focus in the config form.
focusLost(FocusEvent) - Method in class net.java.sip.communicator.plugin.dnsconfig.ParallelDnsPanel
Action has occurred in the config form.
focusLost(FocusEvent) - Method in class net.java.sip.communicator.util.swing.SIPCommTextField
Sets the default text when the field looses focus.
followCallCheck(Request, CallSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetAutoAnswerSipImpl
Makes a check after creating call locally, should we answer it.
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.
FORCE_PROXY_BYPASS - Static variable in class net.java.sip.communicator.service.protocol.ProtocolProviderFactory
The name of the property that indicates whether loose routing should be forced for all traffic in an account, rather than routing through an outbound proxy which is the default for Jitsi.
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.format.MediaFormatImpl
The JMF Format this instance wraps and provides an implementation of MediaFormat for.
format(Word) - Method in class net.java.sip.communicator.plugin.spellcheck.DocUnderliner
Formats the word with the appropriate underlining (or lack thereof).
FORMAT - Static variable in interface net.java.sip.communicator.service.neomedia.Recorder
The name of the configuration property the value of which specifies the format in which media is to be recorded by Recorder (e.g.
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.
FORMAT_PARAMETERS_PNAME - Static variable in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
The name of the formatParameters property of MediaFormatImpl.
formatControl - Variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
The FormatControl which gives access to the Format of the media data provided by this SourceStream and which, optionally, allows setting it.
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>) - 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.
formatParametersAreEqual(String, 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.
formatParametersAreEqual(Map<String, String>, Map<String, String>) - Method in class net.java.sip.communicator.impl.neomedia.format.VideoMediaFormatImpl
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.
formatParametersAreEqual(String, Map<String, String>, Map<String, String>) - Static method in class net.java.sip.communicator.impl.neomedia.format.VideoMediaFormatImpl
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.
formatParametersMatch(Map<String, String>) - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Determines whether the format parameters of this MediaFormat match a specific set of format parameters.
formatParametersMatch(Format) - Method in class net.java.sip.communicator.impl.neomedia.format.ParameterizedVideoFormat
Returns whether or not the format parameters match.
formatParametersMatch(Map<String, String>) - Method in class net.java.sip.communicator.impl.neomedia.format.VideoMediaFormatImpl
Determines whether the format parameters of this MediaFormat match a specific set of format parameters.
formatParametersMatch(String, Map<String, String>, Map<String, String>) - Static method in class net.java.sip.communicator.impl.neomedia.format.VideoMediaFormatImpl
Determines whether two sets of format parameters match in the context of a specific encoding.
formatParametersMatch(Map<String, String>) - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormat
Determines whether the format parameters of this MediaFormat match a specific set of format parameters.
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.
FOUR_DIAL_BUTTON_MAC - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A dial button icon.
FOUR_DIAL_BUTTON_MAC_ROLLOVER - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
A dial button icon.
frame_cnt - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_enc_API
TODO: TEST
frame_cnt - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_encode_frame_FLP
TODO: TEST
frame_cnt - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_find_pred_coefs_FLP
TEST for nlsf
frame_cnt - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_HP_variable_cutoff_FLP
TODO: TEST
frame_cnt - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_wrappers_FLP
 
FRAME_DURATION - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.JavaDecoder
The duration of a frame in milliseconds as defined by the SILK standard.
frame_length - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
frame_length - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
FRAME_LENGTH_MS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
FrameClassify(float[]) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
frameCounter - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
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.
FramedImageWithMenu - Class in net.java.sip.communicator.util.swing
A custom component, used to show images in a frame.
FramedImageWithMenu(JFrame, ImageIcon, int, int) - Constructor for class net.java.sip.communicator.util.swing.FramedImageWithMenu
Creates the component.
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
 
FrameRateControlAdapter - Class in net.java.sip.communicator.impl.neomedia.control
Provides a default implementation of FrameRateControl.
FrameRateControlAdapter() - Constructor for class net.java.sip.communicator.impl.neomedia.control.FrameRateControlAdapter
 
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.
frames_since_onset - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
framesInPacket - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_TOC_struct
 
frameSize - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_DecControlStruct
(Output) Number of samples per frame.
framesPerPacket - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_DecControlStruct
(Output) Frames per packet 1, 2, 3, 4, 5.
FrameTermination - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
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.
FROM_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.TransferPacketExtension
The name of the "from" attribute of the "transfer" element.
fromString(String) - Static method in enum net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.SubHandlingType
Creates enum from its value.
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.plugin.spellcheck.Parameters.Default
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.
fromString(String) - Static method in class net.java.sip.communicator.util.StringUtils
Creates InputStream from the string in UTF8 encoding.
fromString(String, String) - Static method in class net.java.sip.communicator.util.StringUtils
Creates InputStream from the string in the specified encoding.
fromXml(String) - Static method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.CommonPolicyParser
Creates ruleset object from the element.
fromXml(String) - Static method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.PresContentParser
Creates xcap-caps object from the element.
fromXml(String) - Static method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ResourceListsParser
Creates resource-lists object from the element.
fromXml(String) - Static method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps.XCapCapsParser
Creates xcap-caps object from the element.
fromXml(String) - Static method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.XCapErrorParser
Creates xcap-error object from the element.
FS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
fs_kHz - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_CNG_struct
 
fs_kHz - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
fs_kHz - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
fs_kHz - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
fs_kHz - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_TOC_struct
 
fs_kHz_changed - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
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(CallPanel) - 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

G722 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.Constants
 
G722_RTP - Static variable in class net.java.sip.communicator.impl.neomedia.codec.Constants
 
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_Q16 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.NSQ_del_dec_struct
 
GAIN_SMOOTHING_COEF - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_perceptual_parameters_FLP
 
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
 
Gains - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
Gains_Q16 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
Gains_Q16 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
GainsIndices - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
GainsPre - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
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
Constructor.
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
 
gcd(int, int) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_resampler
Greatest common divisor.
genders - Static variable in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
 
GENERAL_ERROR - Static variable in exception net.java.sip.communicator.service.neomedia.MediaException
The error code value which specifies that the MediaException carrying it does not give more information about its specifics.
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.
GeneralDialPadDialog - Class in net.java.sip.communicator.impl.gui.main
The DialpadDialog is a popup dialog containing a dialpad.
GeneralDialPadDialog() - Constructor for class net.java.sip.communicator.impl.gui.main.GeneralDialPadDialog
Creates an instance of GeneralDialPadDialog.
GeneralDialPanel - Class in net.java.sip.communicator.impl.gui.main
The DialPanel is the panel that contains the buttons to dial a phone number.
GeneralDialPanel(GeneralDialPadDialog, DTMFHandler) - Constructor for class net.java.sip.communicator.impl.gui.main.GeneralDialPanel
Creates an instance of DialPanel for a specific call, by specifying the parent CallManager and the CallPeer.
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(boolean) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerGTalkImpl
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 accept.
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.gtalk.SessionIQ
Generates a random String usable as a session ID.
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 buffer any kind of information.
GenericBuffer(int) - Constructor for class net.java.sip.communicator.util.GenericBuffer
Sole constructor.
GenericEvent - Class in net.java.sip.communicator.service.protocol.event
GenericEvents indicate reception of an new generic event.
GenericEvent(ProtocolProviderService, Contact, String, String, Contact) - Constructor for class net.java.sip.communicator.service.protocol.event.GenericEvent
Constructs a GenericEvent.
GenericEventListener - Interface in net.java.sip.communicator.service.protocol.event
A listener that would gather and notify for incoming generic events.
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
 
GenericSourceContact - Class in net.java.sip.communicator.service.contactsource
Implements a generic SourceContact for the purposes of the support for the OS-specific Address Book.
GenericSourceContact(ContactSourceService, String, List<ContactDetail>) - Constructor for class net.java.sip.communicator.service.contactsource.GenericSourceContact
Initializes a new AddrBookSourceContact instance.
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<String, String>, 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 including 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(XCapResourceId) - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
Gets the resource from the server.
get(URI) - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
Gets resource from the server.
get(XCapResourceId) - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.HttpXCapClient
Gets the resource from the server.
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(Object) - Method in class net.java.sip.communicator.util.OrderedProperties
Get the object pointed by key.
get() - Method in class net.java.sip.communicator.util.swing.SwingWorker
Return the value created by the construct method.
get_filtered_video_frame(long, int, int, int, long, long, long) - Static method in class net.java.sip.communicator.impl.neomedia.codec.FFmpeg
 
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
 
getAAAARecord(String, int) - Static method in class net.java.sip.communicator.util.NetworkUtils
Returns array of hosts from the AAAA record of the specified domain.
getAandAAAARecords(String, int) - Method in class net.java.sip.communicator.impl.protocol.sip.net.AutoProxyConnection.LocalNetworkUtils
 
getAandAAAARecords(String, int) - Static method in class net.java.sip.communicator.util.NetworkUtils
Returns array of hosts from the A and AAAA records of the specified domain.
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() - Method in class net.java.sip.communicator.service.protocol.event.MessageWaitingEvent
The URI we can use to reach messages from provider that is firing the event.
getAccountAddress(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.
getAccountAt(int) - Method in class net.java.sip.communicator.impl.googlecontacts.configform.GoogleContactsTableModel
Returns the account credentials at the row 'row'
getAccountDisplayName(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Returns the account user display name for the given protocol provider.
getAccountDisplayName() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Returns the account display name.
getAccountIconPath() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns the account icon path.
getAccountIconPath() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns the account icon path.
getAccountIconPath() - Method in class net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccountRegistrationWizard
Returns the account icon path.
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.jabberaccregwizz.JabberAccountRegistrationWizard
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.
getAccountImage() - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
Get current account image from server if any.
getAccountImage() - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
Get current account image from server if any.
getAccountImage() - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListXivoImpl
Get current account image from server if any.
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.impl.protocol.sip.SipAccountID
Returns the account property string corresponding to the given key.
getAccountPropertyString(Object) - Method in class net.java.sip.communicator.service.protocol.AccountID
Returns the account property string corresponding to the given key.
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.
getAccounts() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsServiceImpl
Get list of stored connections.
getAccounts(List<ProtocolProviderService>) - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the list of wrapped protocol providers.
getAccountsCombo() - Method in class net.java.sip.communicator.impl.gui.main.call.PreCallDialog
Returns the accounts combo box contained in this dialog.
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() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.InputEvtIQ
Returns the value of this element's action attribute.
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
 
getAction() - Method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutEntry
Returns action string.
getAction(String) - Method in class net.java.sip.communicator.service.notification.Notification
Returns the Action corresponding to the given actionType.
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.
getActionHandlers(String) - Method in interface net.java.sip.communicator.service.notification.NotificationService
Gets at list of handler for the specified action type.
getActionHandlers(String) - Method in class net.java.sip.communicator.service.notification.NotificationServiceImpl
Gets a list of handler for the specified action type.
getActions() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.RuleType
Gets the value of the actions property.
getActions() - Method in class net.java.sip.communicator.service.notification.Notification
Returns the set of actions registered for this event notification.
getActionType() - Method in class net.java.sip.communicator.impl.notification.CommandNotificationHandlerImpl
Gets the type of this handler.
getActionType() - Method in class net.java.sip.communicator.impl.notification.LogMessageNotificationHandlerImpl
Gets the type of this handler.
getActionType() - Method in class net.java.sip.communicator.impl.notification.PopupMessageNotificationHandlerImpl
Gets the type of this handler.
getActionType() - Method in class net.java.sip.communicator.impl.notification.SoundNotificationHandlerImpl
Gets the type of this handler.
getActionType() - Method in class net.java.sip.communicator.service.notification.NotificationAction
Return the action type name.
getActionType() - Method in interface net.java.sip.communicator.service.notification.NotificationHandler
Gets the type of this handler.
getActive() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.StatePacketExtension
Get the active state.
getActiveCallContainer(Call) - Static method in class net.java.sip.communicator.impl.gui.main.call.CallManager
Returns the CallContainer corresponding to the given call.
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 a collection 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.
getActiveLinkColor() - Method in class net.java.sip.communicator.util.swing.SIPCommLinkButton
Returns the active link color.
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.
getAddContactButton() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
Returns the add contact button contained in the current cell.
getAdditionalCodecSettings() - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Returns additional codec settings.
getAdditionalCodecSettings() - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormat
Returns additional codec settings.
getAdditionalJingleNodes() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.IceConfigPanel
Returns the list of additional Jingle Nodes entered by the user.
getAdditionalJingleNodes() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Returns the List of all additional stun servers entered by the user.
getAdditionalStunServers() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.IceConfigPanel
Returns the list of additional stun servers entered by the user.
getAdditionalStunServers() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Returns the List of all additional stun servers entered by the user.
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.CallPeerGTalkImpl
Returns a String locator for that peer.
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.extensions.gtalk.GTalkCandidatePacketExtension
Returns this candidate's Internet Protocol (IP) address; this can be either an IPv4 address or an IPv6 address.
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.sip.net.ProxyConnection
Gets the address to use for the next connection attempt.
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.netaddr.event.ChangeEvent
The address that changed.
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
 
getAddress() - Method in class net.java.sip.communicator.service.protocol.StunServerDescriptor
Returns the IP address or FQDN of this server.
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.
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.
getAdvancedConfigForm() - Static method in class net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator
Returns the first available advanced configuration form.
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
 
getAlias() - Method in class net.java.sip.communicator.service.certificate.CertificateConfigEntry
Gets the alias.
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 class net.java.sip.communicator.impl.protocol.msn.OperationSetServerStoredAccountInfoMsnImpl
Returns all details currently available and set for our account.
getAllAvailableDetails() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetServerStoredAccountInfoSipImpl
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.
getAllChats() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindowManager
Returns all currently instantiated ChatPanels.
getAllChats() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Provides all currently instantiated Chats.
getAllChats() - Method in interface net.java.sip.communicator.service.gui.UIService
Provides all currently instantiated Chats.
getAllContacts(ContactGroupSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
Returns all avaliable contacts from group and all subgroups.
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.
getAllDevices() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideDevicePermissionType
Gets the value of the allDevices property.
getAllGroups() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactList
Returns the list of all groups.
getAllGroups(ContactGroupSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
Returns all avaliable groups from group and all subgroups.
getAllInstances() - Static method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns all running instances of ProtocolProviderServiceSipImpl
getAllMails() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Returns mails.
getAllMails() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Returns mails.
getAllPages() - Method in class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardModel
 
getAllPersons() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvidePersonPermissionType
Gets the value of the allPersons property.
getAllPhone() - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Returns telephone numbers from this person
getAllPhone() - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Returns telephone numbers from this person
getAllPhones() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Returns telephone numbers.
getAllPhones() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Returns telephone numbers.
getAllPropertyNames() - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
Returns a java.util.List of Strings containing all property names.
getAllPropertyNames() - Method in interface net.java.sip.communicator.service.configuration.ConfigurationService
Returns a java.util.List of Strings containing all property names.
getAllServices() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideServicePermissionType
Gets the value of the allServices property.
getAlt() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation.GeolocationPacketExtension
Returns altitude in meters above or below sea level.
getAltValue() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.UniquenessFailureType.ExistsType
Gets the altValue attribute.
getAncestor() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.NoParentType
Gets the phrase attribute.
getAnchor() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ExternalType
Gets the value of the anchor property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Gets the entry custom elements.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ActionsType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ConditionsType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.IdentityType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ManyType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.OneType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.TransformationsType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.ContentType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideDevicePermissionType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvidePersonPermissionType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideServicePermissionType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.EntryRefType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.EntryType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ExternalType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ListType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps.XCapCapsType
Gets the value of the any property.
getAny() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.ExtensionType
Gets the value of the any property.
getAnyAttributes() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.ContentType
Gets the value of the anyAttributes property.
getAnyAttributes() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.DataType
Gets the value of the anyAttributes property.
getAnyAttributes() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.DescriptionType
Gets the value of the anyAttributes property.
getAnyAttributes() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.EncodingType
Gets the value of the anyAttributes property.
getAnyAttributes() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.MimeType
Gets the value of the anyAttributes property.
getAnyAttributes() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.EntryRefType
Gets the value of the anyAttributes property.
getAnyAttributes() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.EntryType
Gets the value of the anyAttributes property.
getAnyAttributes() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ExternalType
Gets the value of the anyAttributes property.
getAnyAttributes() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ListType
Gets the value of the anyAttributes property.
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.
getARecord(String, int) - Static method in class net.java.sip.communicator.util.NetworkUtils
Returns array of hosts from the A record of the specified domain.
getARGBPixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Get the ARGB32 native pixel format
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.
getAttributeAsInt(String, int) - 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.
getAttributeNames() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
Gets the names of the attributes which currently have associated values in this extension.
getAttributes() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RTPHdrExtPacketExtension
Get "attributes" value.
getAudioCaptureDevice() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Returns a device that we could use for audio capture.
getAudioLevelListener() - Method in class net.java.sip.communicator.impl.neomedia.audiolevel.AudioLevelEffect
Returns audio level listener.
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.
getAudioSampleContinuous(double, int) - Method in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
Generates a sample for the current tone signal.
getAudioSampleDiscrete(double, int, int) - Method in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
Generates a sample for the current tone signal converted into a discrete signal.
getAudioSamples(double, int) - Method in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
Generates a signal sample for the current tone signal and stores it into the byte data array.
getAudioSystem() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
The current selected audio system.
getAuid() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps.AuidsType
Gets the value of the auid property.
getAuids() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps.XCapCapsType
Gets the value of the auids property.
getAuth() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySettingsImpl
simple getter for auth
getAuth() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
simple getter for auth
getAuthenticationName() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Returns the authentication name.
getAuthenticationWindowIcon(ProtocolProviderService) - Static method in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Returns the icon corresponding to the given protocolProvider.
getAuthKeyLength() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPPolicy
Get the authentication key length
getAuthority() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Used when we need to re-register or someone needs to obtain credentials.
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.SRTCPCryptoContext
Get the authentication tag length of this SRTP cryptographic context
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
getAutoAnswerHeaderName() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetAutoAnswerSipImpl
Returns the name of the header if conditional auto answer is set.
getAutoAnswerHeaderName() - Method in interface net.java.sip.communicator.service.protocol.OperationSetAutoAnswer
Returns the name of the header if conditional auto answer is set.
getAutoAnswerHeaderValue() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetAutoAnswerSipImpl
Returns the value of the header for the conditional auto answer.
getAutoAnswerHeaderValue() - Method in interface net.java.sip.communicator.service.protocol.OperationSetAutoAnswer
Returns the value of the header for the conditional auto answer.
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
Get the available encodings for a specific MediaType.
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.ShowMoreContact
Returns null to indicate that this contact has no avatar.
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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContact
Returns the icon indicating that this is a notification contact.
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(String) - Method in class net.java.sip.communicator.plugin.nimbuzzavatars.NimbuzzAvatarsActivator
Returns the avatar bytes for the given contact address.
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(String) - Method in interface net.java.sip.communicator.service.customavatar.CustomAvatarService
Returns the avatar bytes for the given contact address.
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.
getAvatar() - Method in class net.java.sip.communicator.util.swing.FramedImageWithMenu
Returns the current image with no rounded corners.
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
Get the AYUV native pixel format
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.gibberishaccregwizz.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.
getBaseDN() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySettingsImpl
simple getter for baseDN
getBaseDN() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
simple getter for baseDN
getBasicInstantMessaging() - Method in class net.java.sip.communicator.impl.protocol.rss.ProtocolProviderServiceRssImpl
Returns the IM set
getBasicTelephony() - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetTelephonyConferencing
Gets the OperationSetBasicTelephony implementation which this instance uses to carry out tasks such as establishing Calls.
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.
getBindDN() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySettingsImpl
simple getter for bindDN
getBindDN() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
simple getter for bindDN
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.GlobalKeybindingSetImpl
Provides current keybinding mappings.
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 interface net.java.sip.communicator.service.keybindings.GlobalKeybindingSet
Provides current keybinding mappings.
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.
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
Returns the control text color resource.
getBogusReason() - Method in class net.java.sip.communicator.util.dns.SecureMessage
If the result is bogus this contains a string that describes the failure.
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.device.ScreenDeviceImpl
Get bounds of the screen.
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.ippiaccregwizz.IppiAccRegWizzActivator
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.update.UpdateActivator
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(boolean) - Method in class net.java.sip.communicator.impl.neomedia.conference.InputStreamDesc
Gets the Buffer into which media data is to be read from the SourceStream described by this instance.
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.
getBufferedImage(Image) - Static method in class net.java.sip.communicator.util.ImageUtils
Returns the buffered image corresponding to the given image
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.configuration.ConfigurationActivator
Gets the BundleContext in which the configuration bundle has been started and has not been stopped yet.
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.netaddr.NetaddrActivator
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.impl.sysactivity.SysActivityActivator
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() - Static method in class net.java.sip.communicator.plugin.certconfig.CertConfigActivator
 
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
Returns the BundleContext.
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.impl.protocol.jabber.extensions.coin.ExecutionPacketExtension
Get "by" field.
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.
getBypassGtalkCaps() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Returns the alwaysCallWithGtalk value.
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.util.ImageUtils
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.
getCachedContactDetails(String) - Method in class net.java.sip.communicator.impl.protocol.icq.InfoRetreiver
Request the full info for the given uin if available in cache, if missing return null.
getCachedContactDetails(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.InfoRetreiver
request the full info for the given contactAddress if available in cache.
getCalendar() - Method in class net.java.sip.communicator.service.protocol.ServerStoredDetails.CalendarDetail
 
getCall() - Method in class net.java.sip.communicator.impl.gui.main.call.CallPanel
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
Returns the received call.
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.
getCallContainer() - Method in interface net.java.sip.communicator.impl.gui.main.call.CallRenderer
Returns the parent call container, where this renderer is contained.
getCallContainer() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceCallPanel
Returns the parent call container, where this renderer is contained.
getCallContainer() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPanel
Returns the parent call container, where this renderer is contained.
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.
getCaller() - Method in class net.java.sip.communicator.impl.ldap.LdapPendingSearch
Returns the initiator of the search
getCallForward() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetAutoAnswerSipImpl
Get the value for automatically forward all calls to the specified number using the same provider..
getCallForward() - Method in interface net.java.sip.communicator.service.protocol.OperationSetAutoAnswer
Get the value for automatically forward all calls to the specified number using the same provider..
getCallGroup() - Method in class net.java.sip.communicator.service.protocol.AbstractCall
Returns the CallGroup from which this Call belongs.
getCallGroup() - Method in class net.java.sip.communicator.service.protocol.Call
Returns the CallGroup from which this Call belongs.
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.
getCallLabels() - Method in class net.java.sip.communicator.impl.gui.main.call.PreCallDialog
Returns the labels contained in this dialog.
getCallPanel() - Method in interface net.java.sip.communicator.impl.gui.main.call.CallPeerRenderer
Returns the parent CallPanel containing this renderer.
getCallPanel() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceFocusPanel
Returns the parent CallPanel containing this renderer.
getCallPanel() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Returns the parent CallPanel containing this renderer.
getCallPanel() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPeerPanel
Returns the parent CallPanel containing this renderer.
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.ConferenceFocusPanel
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.
getCallPeerContactAddress() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Returns CallPeer contact address.
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.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.
getCallRenderer() - Method in interface net.java.sip.communicator.impl.gui.main.call.CallPeerRenderer
Returns the parent call renderer.
getCallRenderer() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceFocusPanel
Returns the parent call renderer.
getCallRenderer() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Returns the parent call renderer.
getCallRenderer() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPeerPanel
Returns the parent call renderer.
getCalls() - Method in class net.java.sip.communicator.service.protocol.CallGroup
Returns list of existing Calls in this CallGroup.
getCallShortcut() - Method in class net.java.sip.communicator.impl.globalshortcut.GlobalShortcutServiceImpl
Returns CallShortcut object.
getCallState() - Method in class net.java.sip.communicator.service.protocol.Call
Returns the state that this call is currently in.
getCallTitle() - Method in class net.java.sip.communicator.impl.gui.main.call.CallPanel
Returns the initial call title.
getCallVideoButton() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
Returns the call video button contained in the current cell.
getCallWindow() - Method in class net.java.sip.communicator.impl.gui.main.call.CallPanel
Returns the parent call window.
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.
getCanvas() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRendererSwingVideoComponent
Gets the SwingVideoComponentCanvas in which this SwingVideoComponent is being painted.
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.
getCapsByUser(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager
Gets the Caps i.e.
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.AbstractBufferCaptureDevice
Gets the CaptureDeviceInfo of this CaptureDevice which describes it.
getCaptureDeviceInfo(DataSource) - Static method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
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.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() - 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.
getCaretPosition() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Gets the caret position in the chat editor.
getCaretPosition() - Method in class net.java.sip.communicator.plugin.spellcheck.DocUnderliner
Provides the index of the character the cursor is in front of.
getCaretPosition() - Method in interface net.java.sip.communicator.service.gui.Chat
Gets the caret position in the chat editor.
getCategory() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.UIContactDetail
Returns the category of the underlying detail.
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.contactsource.ContactDetail
Gets the category, if any, of this ContactQuery.
getCategory() - Method in class net.java.sip.communicator.service.keybindings.KeybindingSet
Provides the portion of the UI to which the bindings belong.
getCause() - Method in class net.java.sip.communicator.service.ldap.event.LdapEvent
 
getCause() - Method in class net.java.sip.communicator.service.protocol.event.CallChangeEvent
The event which was the cause for current event, like last peer removed from call will hangup current call, if any, otherwise is null.
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
 
getCertificateId() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Gets the ID of the selected client TLS certificate or null if no certificate is selected.
getCertificateService() - Static method in class net.java.sip.communicator.impl.ldap.LdapServiceImpl
Gets the CertificateService to be used by the functionality of the addrbook plug-in.
getCertificateService() - Static method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccRegWizzActivator
Returns the CertificateService obtained from the bundle context.
getCertificateVerificationService() - Static method in class net.java.sip.communicator.impl.protocol.sip.SipActivator
Return the certificate verification service impl.
getCertificateVerificationService() - Static method in class net.java.sip.communicator.service.httputil.HttpUtilActivator
Return the certificate verification service impl.
getCertService() - Static method in class net.java.sip.communicator.plugin.certconfig.CertConfigActivator
Returns a reference to a CertificateService implementation currently registered in the bundle context or null if no such implementation was found.
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.
getChatContainer() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the chat window, where this chat panel is added.
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 interface net.java.sip.communicator.impl.gui.main.chat.ChatContainer
Returns the number of all open chats.
getChatCount() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Returns the number of all open chats.
getChatCount() - Method in class net.java.sip.communicator.impl.gui.main.SingleWindowContainer
Returns the number of all open chats.
getChatDefaultFontColor() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns the default chat font color.
getChatDefaultFontFamily() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns the default chat font family.
getChatDefaultFontSize() - Static method in class net.java.sip.communicator.impl.gui.utils.ConfigurationManager
Returns the default chat font size.
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.
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 interface net.java.sip.communicator.impl.gui.main.chat.ChatContainer
Returns all chats this ChatContainer contains.
getChats() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Returns the currently available chat panels.
getChats() - Method in class net.java.sip.communicator.impl.gui.main.SingleWindowContainer
Returns the currently available chat panels.
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
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.
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.
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.coin.CoinIQ
Returns the XML string of this Jingle IQ's "section" sub-element.
getChildElementXML() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.SessionIQ
Returns the XML string of this GTalk session IQ's "section" sub-element.
getChildElementXML() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.InputEvtIQ
Get the XML representation of the IQ.
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.jingleinfo.JingleInfoQueryIQ
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.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.notification.NotificationEventIQ
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.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.gtalk.GTalkTransportPacketExtension
Returns this element's child (local or remote) candidate elements.
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<T>) - 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(BlockCipher, 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
 
getClasses() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideDevicePermissionType
Gets the value of the classes property.
getClasses() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvidePersonPermissionType
Gets the value of the classes property.
getClasses() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideServicePermissionType
Gets the value of the classes property.
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.
getClientAuthCertificateConfigs() - Method in class net.java.sip.communicator.impl.certificate.CertificateServiceImpl
 
getClientAuthCertificateConfigs() - Method in interface net.java.sip.communicator.service.certificate.CertificateService
Returns all saved CertificateConfigEntrys.
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
getClippedImage() - Method in class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.EditPanel
Returns the clipped image.
getClistOptionPassword() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel
Gets the contact list password.
getClistOptionPassword() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
Gets the contact list password.
getClistOptionServerUri() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel
Gets the contact list server uri.
getClistOptionServerUri() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
Gets the contact list server uri.
getClistOptionUser() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel
Gets the contact list user.
getClistOptionUser() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
Gets the contact list user.
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(String) - Static method in class net.java.sip.communicator.plugin.skinmanager.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.
getColorResources() - Method in class net.java.sip.communicator.plugin.skinresourcepack.SkinResourcePack
Returns a Map, containing all [key, value] pairs for color resource pack.
getColorResources() - Method in interface net.java.sip.communicator.service.resources.SkinPack
Returns a Map, containing all [key, value] pairs for color resource pack.
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.googlecontacts.configform.GoogleContactsTableModel
Overrides a method that always returned Object.class Now it will return Boolean.class for the first method, letting the DefaultTableCellRenderer create checkboxes.
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
 
getColumnClass(int) - Method in class net.java.sip.communicator.plugin.chatconfig.replacement.ReplacementConfigurationTableModel
 
getColumnClass(int) - Method in class net.java.sip.communicator.plugin.dnsconfig.DnssecTableModel
getColumnClass(int) - Method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutTableModel
Overrides a method that always returned Object.class Now it will return Boolean.class for the first method, letting the DefaultTableCellRenderer create checkboxes.
getColumnClass(int) - Method in class net.java.sip.communicator.plugin.ldap.configform.LdapTableModel
Overrides a method that always returned Object.class Now it will return Boolean.class for the first method, letting the DefaultTableCellRenderer create checkboxes.
getColumnCount() - Method in class net.java.sip.communicator.impl.googlecontacts.configform.GoogleContactsTableModel
Returns the number of column in the table
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.certconfig.CertConfigTableModel
 
getColumnCount() - Method in class net.java.sip.communicator.plugin.chatconfig.replacement.ReplacementConfigurationTableModel
getColumnCount() - Method in class net.java.sip.communicator.plugin.dnsconfig.DnssecTableModel
getColumnCount() - Method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutTableModel
Returns the number of column in the table
getColumnCount() - Method in class net.java.sip.communicator.plugin.ldap.configform.LdapTableModel
Returns the number of column in the table
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.googlecontacts.configform.GoogleContactsTableModel
Returns the title for this column
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.certconfig.CertConfigTableModel
 
getColumnName(int) - Method in class net.java.sip.communicator.plugin.dnsconfig.DnssecTableModel
getColumnName(int) - Method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutTableModel
Returns the title for this column
getColumnName(int) - Method in class net.java.sip.communicator.plugin.ldap.configform.LdapTableModel
Returns the title for this column
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 interface net.java.sip.communicator.impl.gui.main.call.CallPeerRenderer
Returns the component associated with this renderer.
getComponent() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceFocusPanel
Returns the component associated with this renderer.
getComponent() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Returns the component associated with this renderer.
getComponent() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPeerPanel
Returns the component associated with this renderer.
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.spellcheck.CheckerToggleButton
 
getComponent() - Method in class net.java.sip.communicator.plugin.update.CheckForUpdatesMenuItemComponent
Gets the UI Component of this PluginComponent.
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
Returns the remote video component.
getComponentConstraints(Component) - Method in class net.java.sip.communicator.util.swing.VideoLayout
Returns the constraints for the given component.
getComponentCount(JComponent) - Method in class net.java.sip.communicator.impl.gui.utils.PluginContainer
Gets the number of Components in a specific JComponent container.
getComponentIndex(Component, Container) - Static method in class net.java.sip.communicator.util.GuiUtils
Returns the index of the given component in the given container.
getConditions() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.RuleType
Gets the value of the conditions property.
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.ConferenceFocusPanel
Returns the listener instance and created if needed.
getConferenceMembersSoundLevelListener() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Returns null to indicate that there's no stream sound level listener registered with this focus panel.
getConferenceMembersSoundLevelListener() - Method in interface net.java.sip.communicator.impl.gui.main.call.ConferenceCallPeerRenderer
Returns the associated sound level listener.
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.
getConfigService() - Static method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsActivator
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigService() - Static method in class net.java.sip.communicator.impl.keybindings.KeybindingsActivator
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigService() - Static method in class net.java.sip.communicator.impl.ldap.LdapServiceImpl
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigService() - Static method in class net.java.sip.communicator.plugin.addrbook.AddrBookActivator
Gets the ConfigurationService to be used by the functionality of the addrbook plug-in.
getConfigService() - Static method in class net.java.sip.communicator.plugin.certconfig.CertConfigActivator
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigService() - Static method in class net.java.sip.communicator.plugin.keybindingchooser.KeybindingChooserActivator
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getConfigService() - Static method in class net.java.sip.communicator.plugin.spellcheck.SpellCheckActivator
Returns the ConfigurationService.
getConfiguration() - Method in class net.java.sip.communicator.impl.packetlogging.PacketLoggingServiceImpl
Returns the current Packet Logging Configuration.
getConfiguration() - Static method in class net.java.sip.communicator.plugin.update.UpdateActivator
Returns the ConfigurationService obtained from the bundle context.
getConfiguration() - Method in interface net.java.sip.communicator.service.packetlogging.PacketLoggingService
Returns the current Packet Logging Configuration.
getConfigurationContainer() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns the ConfigurationContainer associated with this UIService.
getConfigurationContainer() - Method in interface net.java.sip.communicator.service.gui.UIService
Returns the ConfigurationContainer associated with this UIService.
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.certificate.CertificateVerificationActivator
Returns the ConfigurationService obtained from the bundle context.
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.osdependent.OsDependentActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.impl.packetlogging.PacketLoggingActivator
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.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() - 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.sparkle.SparkleActivator
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.swingnotification.SwingNotificationActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.plugin.advancedconfig.AdvancedConfigActivator
Returns a reference to the 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.chatconfig.ChatConfigActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.plugin.contactsourceconfig.ContactSourceConfigActivator
Returns a reference to the 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.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.jabberaccregwizz.JabberAccRegWizzActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.plugin.loggingutils.LoggingUtilsActivator
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.notificationconfiguration.NotificationConfigurationActivator
Returns a reference to the 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.pluginmanager.PluginManagerActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.plugin.provisioning.ProvisioningActivator
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.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.sipaccregwizz.SIPAccRegWizzActivator
Returns the ConfigurationService obtained from the bundle context.
getConfigurationService() - Static method in class net.java.sip.communicator.service.httputil.HttpUtilActivator
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.service.notification.NotificationServiceActivator
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.service.protocol.ProtocolProviderActivator
Gets the ConfigurationService to be used by the classes in the bundle represented by ProtocolProviderActivator.
getConfigurationService() - Static method in class net.java.sip.communicator.util.dns.DnsUtilActivator
Returns the ConfigurationService obtained from the bundle context.
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.
getConnectedCaptureDevice() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Gets MediaDeviceSession.captureDevice in a connected state.
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.googlecontacts.configform.AccountSettingsForm
Get the connection.
getConnection(String, String) - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsServiceImpl
Get a GoogleContactsConnection.
getConnection() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsSourceService
Returns the Google Contacts connection.
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
getConnection() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
 
getConnection(String, String) - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsService
Get a GoogleContactsConnection.
getConnector() - Method in class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector
Gets the StreamConnector which represents the pair of datagram sockets for RTP and RTCP traffic used by this instance.
getConstant() - Method in enum net.java.sip.communicator.service.ldap.LdapConstants.Scope
Returns the matching constant field from SearchControls
getConstraints() - Method in class net.java.sip.communicator.plugin.spellcheck.CheckerToggleButton
 
getConstraints() - Method in class net.java.sip.communicator.plugin.spellcheck.LanguageMenuBar
Clears any cached data used by the field so it reflects the current state of its associated spell checker.
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.CallPeerGTalkImpl
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.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.callhistory.CallHistorySourceContact
Returns a list of all ContactDetails corresponding to the given category.
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(String) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetServerStoredAccountInfoMsnImpl
request the full info for the given contactAddress waits and return this details
getContactDetails() - Method in class net.java.sip.communicator.service.contactsource.GenericSourceContact
Gets the ContactDetails of this SourceContact.
getContactDetails(Class<? extends OperationSet>) - Method in class net.java.sip.communicator.service.contactsource.GenericSourceContact
Gets the ContactDetails of this SourceContact which support a specific OperationSet.
getContactDetails(String) - Method in class net.java.sip.communicator.service.contactsource.GenericSourceContact
Returns a list of all ContactDetails corresponding to the given category.
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.
getContactDetails(String) - Method in interface net.java.sip.communicator.service.contactsource.SourceContact
Returns a list of all ContactDetails corresponding to the given category.
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.ShowMoreContact
Returns null to indicate that this contact has no contact details.
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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContact
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.
getContactDisplayName() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatMessage
Returns the display name of the contact sending the message.
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.ShowMoreContact
Returns the corresponding contact node.
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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContact
Returns the corresponding ContactNode.
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.googlecontacts.GoogleContactsServiceImpl
Get the full contacts list.
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.
getContacts() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsService
Get the full contacts list.
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 class net.java.sip.communicator.service.contactsource.AbstractContactQuery
Gets the ContactSourceService which is performing this ContactQuery.
getContactSource() - Method in interface net.java.sip.communicator.service.contactsource.ContactQuery
Returns the ContactSourceService, where this query was first initiated.
getContactSource() - Method in class net.java.sip.communicator.service.contactsource.GenericSourceContact
Gets the ContactSourceService which has created this SourceContact.
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.
getContactType(Contact) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetContactTypeInfoImpl
Access the contact type.
getContactType(Contact) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
Access the contact type.
getContactType(Contact) - Method in interface net.java.sip.communicator.service.protocol.OperationSetContactTypeInfo
Access the contact type.
getContainer() - Method in class net.java.sip.communicator.plugin.spellcheck.CheckerToggleButton
 
getContainer() - Method in class net.java.sip.communicator.plugin.spellcheck.LanguageMenuBar
 
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.impl.protocol.sip.xcap.XCapHttpResponse
Gets HTTP response content.
getContent() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapResource
Gets XCAP resource content.
getContent() - Method in class net.java.sip.communicator.service.httputil.HttpUtils.HTTPResponseResult
Returns a content stream of the entity.
getContent() - Method in class net.java.sip.communicator.service.ldap.event.LdapEvent
 
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.AbstractBufferStream
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
Implements SourceStream#getContentDescriptor().
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.AbstractBufferStream
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
Implements SourceStream#getContentLength().
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.
getContentLength() - Method in class net.java.sip.communicator.service.httputil.HttpUtils.HTTPResponseResult
Tells the length of the content, if known.
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.
getContentPanel() - Method in class net.java.sip.communicator.impl.googlecontacts.configform.AccountSettingsForm
the panel to display in the card layout of the wizard
getContentPanel() - Method in class net.java.sip.communicator.plugin.ldap.configform.DirectorySettingsForm
the panel to display in the card layout of the wizard
getContentString() - Method in class net.java.sip.communicator.service.httputil.HttpUtils.HTTPResponseResult
Returns a content string of the entity.
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
Gets the type of the content made available by this DataSource (i.e.
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.sip.xcap.XCapHttpResponse
Gets HTTP Content-Type.
getContentType() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapResource
Gets XCAP resource content type.
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
Returns the desktop background color resource.
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.AbstractBufferCaptureDevice
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.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
Implements Controls#getControl(String).
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.
getControl(StreamRTPManager, String) - Method in class net.java.sip.communicator.impl.neomedia.RTPTranslatorImpl
 
getControl(String) - Method in class net.java.sip.communicator.impl.neomedia.StreamRTPManager
 
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.AbstractVolumeControl
Not used.
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 UI Component associated with this Control object.
getControlComponent() - Method in class net.java.sip.communicator.impl.neomedia.control.FrameRateControlAdapter
Gets the UI 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.AbstractRTPConnector
Returns the input stream that is handling incoming RTCP packets.
getControlInputStream(boolean) - Method in class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector
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.AbstractRTPConnector
Returns the input stream that is handling outgoing RTCP packets.
getControlOutputStream(boolean) - Method in class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector
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.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.AbstractBufferCaptureDevice
Implements Controls.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
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.AbstractPushBufferCaptureDevice
Implements DataSource.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.jmfext.media.renderer.audio.PortAudioRenderer
Implements Controls.getControls().
getControls() - Method in class net.java.sip.communicator.impl.neomedia.protocol.BufferStreamAdapter
Implements Controls#getControls().
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.RTPConnectorTCPImpl
Gets the TCP Socket this instance uses to send and receive RTCP packets.
getControlSocket() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorUDPImpl
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 class net.java.sip.communicator.service.neomedia.DefaultTCPStreamConnector
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.
getControlTCPSocket() - Method in class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
Returns a reference to the Socket that a stream should use for control data (e.g.
getControlTCPSocket() - Method in class net.java.sip.communicator.service.neomedia.DefaultTCPStreamConnector
Returns a reference to the Socket that a stream should use for control data (e.g.
getControlTCPSocket() - Method in interface net.java.sip.communicator.service.neomedia.StreamConnector
Returns a reference to the Socket that a stream should use for control data (e.g.
getControlTextFont() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
Returns the control text font color resource.
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
getCorrection() - Method in class net.java.sip.communicator.plugin.spellcheck.SpellCheckerConfigDialog
Returns the selected correction value
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
getCreateAccountButtonLabel() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Return the string for add existing account button.
getCreateAccountButtonLabel() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Return the string for add existing account button.
getCreateAccountButtonLabel() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm
Return the string for add existing account button.
getCreateAccountButtonLabel() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Return the string for add existing account button.
getCreateAccountLabel() - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Return the string for create new account button.
getCreateAccountLabel() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Return the string for create new account button.
getCreateAccountLabel() - Method in class net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccountRegistrationWizard
Return the string for create new account button.
getCreateAccountLabel() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm
Return the string for create new account button.
getCreateAccountLabel() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Return the string for create new account button.
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.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns an instance of CreateAccountService through which the user could create an account.
getCreateAccountService() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns an instance of CreateAccountService through which the user could create an account.
getCreateAccountService() - Method in class net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccountRegistrationWizard
Returns an instance of CreateAccountService through which the user could create an account.
getCreateAccountService() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm
Returns an instance of CreateAccountService through which the user could create an account.
getCreateAccountService() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Returns an instance of CreateAccountService through which the user could create an account.
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.
getCreateAccountWindow() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns the create account window.
getCreateAccountWindow() - Method in interface net.java.sip.communicator.service.gui.UIService
Returns the create account window.
getCreator() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.ContentPacketExtension
Returns the value of the creator argument.
getCredentials() - Method in class net.java.sip.communicator.service.httputil.HttpUtils.HTTPResponseResult
Get the credentials used by the request.
getCredentialsService() - Static method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsActivator
Returns a reference to a CredentialsStorageConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getCredentialsService() - Static method in class net.java.sip.communicator.impl.ldap.LdapServiceImpl
Returns a reference to a CredentialsStorageConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getCredentialsService() - Static method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccRegWizzActivator
Returns the CredentialsStorageService obtained from the bundle context.
getCredentialsService() - Static method in class net.java.sip.communicator.service.httputil.HttpUtilActivator
Returns a reference to a CredentialsStorageConfigurationService implementation currently registered in the bundle context or null if no such implementation was found.
getCredentialsStorageService() - Static method in class net.java.sip.communicator.impl.protocol.jabber.JabberActivator
Returns a reference to a CredentialsStorageService implementation currently registered in the bundle context or null if no such implementation was found.
getCredentialsStorageService() - Static method in class net.java.sip.communicator.plugin.provisioning.ProvisioningActivator
Returns a reference to a CredentialsStorageService implementation currently registered in the bundle context or null if no such implementation was found.
getCredentialsStorageService() - Static method in class net.java.sip.communicator.plugin.securityconfig.SecurityConfigActivator
Returns the CredentialsStorageService obtained from the bundle context.
getCredService() - Static method in class net.java.sip.communicator.impl.certificate.CertificateVerificationActivator
Returns the CredentialsStorageService, through which we will access all passwords.
getCredService() - Static method in class net.java.sip.communicator.plugin.certconfig.CertConfigActivator
Returns a reference to a CredentialsStorageService implementation currently registered in the bundle context or null if no such implementation was found.
getCroppedArea() - Method in class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.ImageClipper
Returns the cropped area of the image
getCrossProtocolCallPeerCount() - Method in class net.java.sip.communicator.service.protocol.AbstractCall
Returns the number of cross-protocol peers currently associated with this call.
getCrossProtocolCallPeerCount() - Method in class net.java.sip.communicator.service.protocol.Call
Returns the number of cross-protocol peers currently associated with this call.
getCrossProtocolCallPeers() - Method in class net.java.sip.communicator.service.protocol.AbstractCall
Returns an iterator over all cross-protocol call peers.
getCrossProtocolCallPeers() - Method in class net.java.sip.communicator.service.protocol.Call
Returns an iterator over all cross-protocol call peers.
getCrossProtocolCallPeersVector() - Method in class net.java.sip.communicator.service.protocol.AbstractCall
Returns the Vector containing cross-protocol CallPeers currently part of this call.
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.CallPanel
Returns the currently used CallRenderer.
getCurrentChat() - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatContainer
Returns the currently selected chat panel.
getCurrentChat() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Returns the currently selected chat panel.
getCurrentChat() - Method in class net.java.sip.communicator.impl.gui.main.SingleWindowContainer
Returns the currently selected chat panel.
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.
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.TransportManagerGTalkImpl
Returns the generation that our current candidates belong to.
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.
getCurrentSecuritySettings() - Method in class net.java.sip.communicator.service.protocol.AbstractCallPeer
Returns the currently used security settings of this CallPeer.
getCurrentSecuritySettings() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Returns the currently used security settings of this CallPeer.
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
Implements MetaContact.getData(Object).
getData() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailIQ
Returns the data of the thumbnail.
getData() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.ContentType
Gets the value of the data property.
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.AbstractRTPConnector
Returns the input stream that is handling incoming RTP packets.
getDataInputStream(boolean) - Method in class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector
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.AbstractRTPConnector
Returns the input stream that is handling outgoing RTP packets.
getDataOutputStream(boolean) - Method in class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector
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.RTPConnectorTCPImpl
Gets the TCP socket this instance uses to send and receive RTP packets.
getDataSocket() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorUDPImpl
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 class net.java.sip.communicator.service.neomedia.DefaultTCPStreamConnector
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.
getDataTCPSocket() - Method in class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
Returns a reference to the Socket that a stream should use for data (e.g.
getDataTCPSocket() - Method in class net.java.sip.communicator.service.neomedia.DefaultTCPStreamConnector
Returns a reference to the Socket that a stream should use for data (e.g.
getDataTCPSocket() - Method in interface net.java.sip.communicator.service.neomedia.StreamConnector
Returns a reference to the Socket that a stream should use for data (e.g.
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.
getDB() - Method in class net.java.sip.communicator.impl.neomedia.AbstractVolumeControl
Get the current gain set for this object in dB.
getDefault() - Static method in class net.java.sip.communicator.impl.ldap.LdapSSLSocketFactoryDelegate
Get default SSL socket factory delegate.
getDefault(Parameters.Default) - Static method in class net.java.sip.communicator.plugin.spellcheck.Parameters
Provides the value of a particular default field, null if undefined.
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.ShowMoreContact
Returns null to indicate that this contact has no contact details.
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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContact
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
getDefaultContextControl() - 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.
getDefaultDnsPort() - Static method in class net.java.sip.communicator.util.NetworkUtils
Gets the default port used by DNS servers obtained through SimpleResolver.DEFAULT_PORT.
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.
getDefaultDTMFMethod() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
 
getDefaultFileName() - Static method in class net.java.sip.communicator.plugin.loggingutils.LogsCollector
The default filename to use.
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
 
getDefaultMessage() - Method in class net.java.sip.communicator.service.notification.PopupMessageNotificationAction
Return the default message to use if no message is specified.
getDefaultResolver() - Static method in class net.java.sip.communicator.util.dns.ParallelResolver
Returns the default resolver used by this class.
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.replacement.smiley.Resources
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.replacement.smiley.SmileyImpl
Returns the default String corresponding for this smiley.
getDefaultString() - Method in interface net.java.sip.communicator.service.replacement.smilies.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
 
getDefaultUserSufix() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Returns the user sufix.
getDelay() - Method in class net.java.sip.communicator.impl.ldap.LdapSearchSettingsImpl
 
getDelay() - Method in interface net.java.sip.communicator.service.ldap.LdapSearchSettings
Returns the delay before the search.
getDeleteButtonRect() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI
Calculates the delete button rectangle.
getDepartment() - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Returns the department found in the the directory for this person
getDepartment() - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Returns the department found in the the directory for this person
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
Returns the description of this look&feel.
getDescription() - Method in class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.ImagePickerDialog.ImageFileFilter
 
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.impl.protocol.sip.xcap.model.prescontent.ContentType
Gets the value of the description property.
getDescription() - Method in class net.java.sip.communicator.impl.replacement.smiley.SmileyImpl
Returns the description of this smiley.
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.skinresourcepack.SkinResourcePack
Returns the description of this resource pack.
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.replacement.smilies.Smiley
Returns the description of this smiley.
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.ShowMoreContact
Returns the descriptor of this contact.
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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContact
Returns the descriptor of this contact.
getDescriptor() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationGroup
Returns the descriptor of the group.
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.service.notification.CommandNotificationAction
Returns the command descriptor.
getDescriptor() - Method in class net.java.sip.communicator.service.notification.SoundNotificationAction
Returns the descriptor pointing to the sound to be played.
getDesktopColor() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
Returns the desktop color resource.
getDesktopService() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the DesktopService obtained from the bundle context.
getDesktopSharingButton() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
Returns the desktop sharing button contained in the current cell.
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
Gets all details with a 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(Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.msn.OperationSetServerStoredAccountInfoMsnImpl
Returns an iterator over all details that are instances of exactly the same class as the one specified.
getDetails(Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetServerStoredAccountInfoSipImpl
Returns an iterator over all details that are instances of exactly the same class as the one specified.
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 class net.java.sip.communicator.impl.protocol.msn.OperationSetServerStoredAccountInfoMsnImpl
Returns an iterator over all details that are instances or descendants of the specified class.
getDetailsAndDescendants(Class<? extends ServerStoredDetails.GenericDetail>) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetServerStoredAccountInfoSipImpl
Returns an iterator over all details of the specified class.
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.
getDevicePermission() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.TransformationsType
Gets the value of the devicePermission property.
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() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideDevicePermissionType
Gets the value of the devices property.
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.
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.
getDictUrl() - Method in class net.java.sip.communicator.plugin.spellcheck.Parameters.Locale
Provides the url where the dictionary resource can be found for this language.
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.device.VideoTranslatorMediaDevice
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.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.SendersEnum, 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() - 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
Returns the disabled icon for the given component, based on the given icon.
getDisabledLinkColor() - Method in class net.java.sip.communicator.util.swing.SIPCommLinkButton
Returns the disabled link color.
getDisabledServers() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySetImpl
Required by LdapDirectorySet interface.
getDisabledServers() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySet
Returns a set of the marked disabled LdapDirectory(s) alphabetically sorted
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.
getDisconnectionType() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.EndpointPacketExtension
Get disconnection type.
getDiscoverInfo() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Returns the service discovery information that we have for this peer.
getDiscoverInfoByCaps(EntityCapsManager.Caps) - 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.ShowMoreContact
Returns null to indicate that there are no display details.
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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContact
Returns the display details of this contact.
getDisplayDetails() - Method in interface net.java.sip.communicator.impl.gui.main.contactlist.UIContact
Returns the display details of this contact.
getDisplayDetails() - Method in class net.java.sip.communicator.service.contactsource.GenericSourceContact
Gets the display details of this SourceContact.
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 class net.java.sip.communicator.impl.googlecontacts.GoogleContactsSourceService
Returns a user-friendly string that identifies this contact source.
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.ShowMoreContact
Returns an empty string to indicate that this contact has no display name.
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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContact
Returns the display name of this contact.
getDisplayName() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationGroup
The display name of the group.
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.gui.main.UINotification
Returns the name associated with this notification.
getDisplayName() - Method in class net.java.sip.communicator.impl.ldap.LdapContactSourceService
Returns a user-friendly string that identifies this contact source.
getDisplayName() - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Returns the name/pseudo found in the the directory for this person
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.CallPeerGTalkImpl
Returns a human readable name representing this peer.
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.ConferenceMemberJabberImpl
Overrides CallPeer.getDisplayName() in order to return the Jabber address of this ConferenceMember if the display name is empty.
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.sip.xcap.model.resourcelists.EntryRefType
Gets the value of the displayName property.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.EntryType
Gets the value of the displayName property.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ExternalType
Gets the value of the displayName property.
getDisplayName() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ListType
Gets the value of the displayName property.
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.addrbook.macosx.MacOSXAddrBookContactSourceService
Gets a human-readable String which names this ContactSourceService implementation.
getDisplayName() - Method in class net.java.sip.communicator.plugin.addrbook.msoutlook.MsOutlookAddrBookContactSourceService
Gets a human-readable String which names this ContactSourceService implementation.
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 class net.java.sip.communicator.service.callhistory.CallPeerRecord
Returns the display name of the call peer in this record.
getDisplayName() - Method in class net.java.sip.communicator.service.certificate.CertificateConfigEntry
Gets 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 class net.java.sip.communicator.service.contactsource.GenericSourceContact
Gets the display name of this SourceContact.
getDisplayName() - Method in interface net.java.sip.communicator.service.contactsource.SourceContact
Returns the display name of this search contact.
getDisplayName() - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Returns the name/pseudo found in the the directory for this person
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.
getDisplayText() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ConferenceMediumPacketExtension
Get display text.
getDisplayText() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.DescriptionPacketExtension
Get display text.
getDisplayText() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.EndpointPacketExtension
Get display text.
getDisplayText() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.HostInfoPacketExtension
Get display text.
getDisplayText() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.MediaPacketExtension
Get display text.
getDisplayText() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.URIPacketExtension
Get display text.
getDisplayText() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.UserPacketExtension
Get display text.
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.
getDividerLocation() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the contained divider location.
getDividerSize() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Returns the contained divider size.
getDN() - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Returns the distinguished name for this person
getDN() - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Returns the distinguished name for this person
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
 
getDocument() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapResourceId
Gets document selector.
getDocumentBuilder() - Method in class net.java.sip.communicator.impl.history.HistoryServiceImpl
 
getDocumentForFile(String) - Method in class net.java.sip.communicator.impl.history.HistoryImpl
 
getDomain() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ExceptType
Gets the value of the domain property.
getDomain() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ManyType
Gets the value of the domain property.
getDragIcon(JTree, Object, int) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer
Returns the drag icon used to represent a cell in all drag operations.
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.
getDTMFMethod() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Returns the DTMF method.
getDTMFMethod() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
Returns the DTMF method.
getDtmfModeInfo() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDTMFSipImpl
Returns DTMFInfo mode implementation.
getDtmfTone() - Method in class net.java.sip.communicator.service.neomedia.event.DTMFToneEvent
Returns the DTMFTone instance that this event pertains to.
getDTMFTone(String) - Static method in class net.java.sip.communicator.service.protocol.DTMFTone
Parses input value and return the corresponding tone.
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.
getDuration() - Method in class net.java.sip.communicator.service.protocol.event.DTMFReceivedEvent
Returns the tone duration for this event.
getDynamicPayloadTypePreferences() - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Returns a Map that binds indicates whatever preferences this media service implementation may have for the RTP payload type numbers that get dynamically assigned to MediaFormats with no static payload type.
getDynamicPayloadTypePreferences() - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Returns a Map that binds indicates whatever preferences the media service implementation may have for the RTP payload type numbers that get dynamically assigned to MediaFormats with no static payload type.
getDynamicPayloadTypes() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerGTalkImpl
Returns the DynamicPayloadTypeRegistry instance we are currently using.
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.
getEchoCancelFilterLengthInMillis() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Get the echo cancellation filter length (in milliseconds).
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.
getEditShortcut1() - Method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutEntry
Get editable for primary shortcut.
getEditShortcut2() - Method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutEntry
Get editable for secondary shortcut.
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.inputevt.RemoteControlExtension
Get the element name of the PacketExtension.
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.
getEnabledServers() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySetImpl
Required by LdapDirectorySet interface.
getEnabledServers() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySet
Returns a set of the marked enabled LdapDirectory(s) alphabetically sorted
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 class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.ContentType
Gets the value of the encoding property.
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.ldap.LdapDirectorySettingsImpl
simple getter for encryption
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.
getEncryption() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
simple getter for encryption
getEncType() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPPolicy
Get the encryption type
getEnd() - Method in class net.java.sip.communicator.plugin.spellcheck.Word
 
getEndChecker() - Method in class net.java.sip.communicator.plugin.spellcheck.DocUnderliner
Provides a listener that prompts the last word to be checked when the cursor moves away from it.
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.
getEndReason() - Method in class net.java.sip.communicator.service.callhistory.CallRecord
This is the end reason of the call if any.
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.RTPTransformTCPConnector
Gets the customized TransformEngine which contains the concrete transform logic.
getEngine() - Method in class net.java.sip.communicator.impl.neomedia.transform.RTPTransformUDPConnector
Gets the customized TransformEngine which contains the concrete transform logic.
getEntity() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.CoinIQ
Get entity.
getEntries() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ListType
Gets the value of the entries property.
getEntries() - Method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutTableModel
Returns all shortcuts.
getEntry() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Gets the entry.
getEntryAt(int) - Method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutTableModel
Returns the LdapDirectory at the row 'row'
getEntryRefs() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ListType
Gets the value of the entryRefs property.
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.
getError() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.XCapErrorType
Gets the value of the error property.
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 exception net.java.sip.communicator.service.neomedia.MediaException
Gets the error code carried by this MediaException which gives more information about the specifics of this MediaException.
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
getETag() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapHttpResponse
Gets HTTP ETag.
getEvent() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtension
Get ComponentEvent that represents our InputExtensionItem.
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.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.CallGroupEvent
Returns one of the CALLGROUP_XXX member ints indicating the type of this event.
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.ServerStoredDetailsChangeEvent
The event type id.
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.
getEventID() - Method in class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent
Returns the type of the event.
getEventName() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.notification.NotificationEventIQ
Current notification event name.
getEventName() - Method in class net.java.sip.communicator.service.protocol.event.GenericEvent
The event name.
getEventNotificationAction(String, String) - Method in interface net.java.sip.communicator.service.notification.NotificationService
Returns the NotificationAction corresponding to the given event and action type.
getEventNotificationAction(String, String) - Method in class net.java.sip.communicator.service.notification.NotificationServiceImpl
Returns the notification action corresponding to the given eventType and actionType.
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.
getEventSource() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.notification.NotificationEventIQ
Current notification event source.
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.notification.NotificationData
Gets the type of the event that we'd like to fire a notification for
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.
getEventValue() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.notification.NotificationEventIQ
Current notification event value.
getEventValue() - Method in class net.java.sip.communicator.service.protocol.event.GenericEvent
The event value.
getExcepts() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ManyType
Gets the value of the excepts property.
getExistingAccountLabel() - Method in class net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccountRegistrationWizard
Return the string for add existing account button.
getExistingAccountLabel() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm
Return the string for add existing account button.
getExistingAccountLabel() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Return the string for add existing account button.
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.
getExists() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.UniquenessFailureType
Gets the exists attribute.
getExitOnMainWindowClose() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Implements 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() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps.ExtensionsType
Gets the value of the extension property.
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"
getExtension(File) - Static method in class net.java.sip.communicator.util.SoundFileUtils
Gets the file extension.
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.
getExtensions() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps.XCapCapsType
Gets the value of the extensions property.
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.
getExternals() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ListType
Gets the value of the externals property.
getExtFeatures() - Method in class net.java.sip.communicator.impl.protocol.jabber.ScServiceDiscoveryManager
Get "ext" value.
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.impl.ldap.LdapServiceImpl
Required by interface LdapService.
getFactory() - Method in interface net.java.sip.communicator.service.ldap.LdapService
Returns the LdapFactory, used to create LdapDirectoryS, LdapDirectorySettings, LdapQuery, ...
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.
getFameRate() - Method in class net.java.sip.communicator.service.neomedia.QualityPreset
Returns this preset frame rate.
getFamilyName() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Get the family name.
getFamilyName() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Get the family name.
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() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.UniquenessFailureType.ExistsType
Gets the field attribute.
getField(BindingEntry.Field) - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingEntry
Provides the label associated with a field.
getFieldsPanel() - Method in class net.java.sip.communicator.plugin.ldap.configform.DirectorySettingsForm
the field panel to display.
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.
getFileAccessService() - Static method in class net.java.sip.communicator.impl.packetlogging.PacketLoggingActivator
Returns the FileAccessService obtained from the bundle context.
getFileAccessService() - Static method in class net.java.sip.communicator.impl.protocol.msn.MsnActivator
Returns the FileAccessService obtained from the bundle context.
getFileAccessService() - Static method in class net.java.sip.communicator.impl.protocol.sip.SipActivator
Return the file access service impl.
getFileAccessService() - Static method in class net.java.sip.communicator.plugin.dnsconfig.DnsConfigActivator
Returns the FileAccessService obtained from the bundle context.
getFileAccessService() - Static method in class net.java.sip.communicator.plugin.loggingutils.LoggingUtilsActivator
Returns the FileAccessService obtained from the bundle context.
getFileAccessService() - Static method in class net.java.sip.communicator.plugin.spellcheck.SpellCheckActivator
Returns the FileAccessService.
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.
getFileExtensions() - Method in class net.java.sip.communicator.service.certificate.KeyStoreType
Gets the known file name extensions.
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.neomedia.RecorderImpl
Returns the filename we are last started or stopped recording to, null if not started.
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.neomedia.Recorder
Returns the filename we are last started or stopped recording to, null if not started.
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.
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<T>) - 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.ldap.LdapPersonFoundImpl
Returns the first name found in the the directory for this person
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() - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Returns the first name found in the the directory for this person
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.gibberishaccregwizz.GibberishAccountRegistrationWizard
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 class 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
getFlagImage(String) - Static method in class net.java.sip.communicator.plugin.spellcheck.Resources
Loads a flag image from a given image identifier.
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.
getForeground() - Method in class net.java.sip.communicator.util.swing.EmphasizedLabel
Overrides the getForeground() method in order to provide different foreground color, depending on whether the label is focused.
getForgotPasswordLink() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Returns the forgot password link.
getForgotPasswordLink() - Method in class net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns the forgot password link if one exists.
getForgotPasswordLinkName() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm
Returns the forgot password link name.
getForgotPasswordLinkName() - Method in class net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns the forgot password link name.
getForm() - Method in class net.java.sip.communicator.impl.googlecontacts.configform.GoogleContactsConfigForm
 
getForm() - Method in class net.java.sip.communicator.plugin.advancedconfig.AdvancedConfigurationPanel
Returns the form component.
getForm() - Method in class net.java.sip.communicator.plugin.certconfig.CertConfigPanel
 
getForm() - Method in class net.java.sip.communicator.plugin.ippiaccregwizz.CreateIppiAccountForm
Returns the form, which would be used by the user to create a new account.
getForm() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountCreationForm
Returns the create account form.
getForm() - Method in interface net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountCreationFormService
Returns the form, which would be used by the user to create a new account.
getForm() - Method in class net.java.sip.communicator.plugin.ldap.configform.LdapConfigForm
 
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.SIPAccountCreationFormService
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.device.VideoTranslatorMediaDevice
Returns the MediaFormat that this device is currently set to use when capturing data.
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.AbstractBufferCaptureDevice
Gets the Format to be reported by the FormatControl of an AbstractBufferStream at a specific zero-based index in the list of streams of this AbstractBufferCaptureDevice.
getFormat() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Gets the Format of the media data made available by this AbstractBufferStream.
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(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.alsa.AlsaStream
Tell whoever has interest how we are going to send the data
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.AbstractBufferCaptureDevice
Gets an array of FormatControl instances each one of which can be used before AbstractBufferCaptureDevice.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.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.
getFormatParameter(String) - Method in class net.java.sip.communicator.impl.neomedia.format.ParameterizedVideoFormat
Returns the format parameters value for the specified name.
getFormatParameters() - Method in class net.java.sip.communicator.impl.neomedia.format.MediaFormatImpl
Implements MediaFormat#getFormatParameters().
getFormatParameters() - Method in class net.java.sip.communicator.impl.neomedia.format.ParameterizedVideoFormat
Returns the format parameters Map.
getFormatParameters() - Method in interface net.java.sip.communicator.service.neomedia.format.MediaFormat
Returns a Map containing parameters specific to this particular MediaFormat.
getFormatting(String) - Method in class net.java.sip.communicator.plugin.spellcheck.DocUnderliner
Queries to see if a word should be underlined.
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() - Method in interface net.java.sip.communicator.impl.gui.main.call.CallContainer
Returns the frame of this call window.
getFrame() - Method in class net.java.sip.communicator.impl.gui.main.call.CallDialog
Returns the frame of the call window.
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.
getFrame() - Method in interface net.java.sip.communicator.impl.gui.main.chat.ChatContainer
Returns the frame to which this container belongs.
getFrame() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatWindow
Returns the frame to which this container belongs.
getFrame() - Method in class net.java.sip.communicator.impl.gui.main.SingleWindowContainer
Returns the frame to which this container belongs.
getFrameForCall(Call) - Static method in class net.java.sip.communicator.impl.gui.main.call.DesktopSharingFrame
Get the frame for a Call.
getFrameRate() - Method in class net.java.sip.communicator.impl.neomedia.control.FrameRateControlAdapter
Gets the current output frame rate.
getFrameRate() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Gets the frame rate set on this DeviceConfiguration.
getFrameRate() - Method in class net.java.sip.communicator.impl.neomedia.format.VideoMediaFormatImpl
Gets the frame rate associated with this MediaFormat.
getFrameRate() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
Gets the output frame rate of the QTCaptureDecompressedVideoOutput represented by this QuickTimeStream.
getFrameRate() - Method in interface net.java.sip.communicator.service.neomedia.format.VideoMediaFormat
Returns the frame rate associated with this MediaFormat.
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.
getFreeText() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.DescriptionPacketExtension
Get free text.
getFriendlyName() - Method in class net.java.sip.communicator.impl.protocol.msn.VolatileContact
 
getFrom() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.TransferPacketExtension
Gets the value of the "from" attribute of this "transfer" element.
getFrom() - Method in class net.java.sip.communicator.service.protocol.event.GenericEvent
The contact which is the source of this event.
getFromList() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ValidityType
Gets the value of the fromList property.
getFullCalleeURI(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Gets the full callee URI for a specific callee address.
getFullJid(Contact) - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Returns the full jabber id (jid) corresponding to the given contact.
getFullJid(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Returns the full jabber id (jid) corresponding to the given bare jid.
getFullName() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Get the full name.
getFullName() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Get the full name.
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
Get the Geolocation presence message.
getGibberishProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccRegWizzActivator
Returns the ProtocolProviderFactory for the Gibberish protocol.
getGivenName() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Get the given name.
getGivenName() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Get the given name.
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.
getGlobalBindings() - Method in class net.java.sip.communicator.impl.keybindings.KeybindingsServiceImpl
Provides the bindings associated with the global category.
getGlobalBindings() - Method in interface net.java.sip.communicator.service.keybindings.KeybindingsService
Provides the bindings associated with the global category.
getGlobalPhonePrefix() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySettingsImpl
Returns the global prefix to be used when calling phones from this ldap source.
getGlobalPhonePrefix() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
Returns the global prefix to be used when calling phones from this ldap source.
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
 
getGlobalReceptionStats(StreamRTPManager) - Method in class net.java.sip.communicator.impl.neomedia.RTPTranslatorImpl
 
getGlobalReceptionStats() - Method in class net.java.sip.communicator.impl.neomedia.StreamRTPManager
 
getGlobalShortcutFromConfiguration() - Method in class net.java.sip.communicator.impl.keybindings.KeybindingsServiceImpl
Returns list of global shortcuts from the configuration file.
getGlobalShortcutFromConfiguration() - Method in interface net.java.sip.communicator.service.keybindings.KeybindingsService
Returns list of global shortcuts from the configuration file.
getGlobalShortcutService() - Static method in class net.java.sip.communicator.plugin.keybindingchooser.KeybindingChooserActivator
Returns a reference to a GlobalShortcutService implementation currently registered in the bundle context or null if no such implementation was found.
getGlobalTransmissionStats(StreamRTPManager) - Method in class net.java.sip.communicator.impl.neomedia.RTPTranslatorImpl
 
getGlobalTransmissionStats() - Method in class net.java.sip.communicator.impl.neomedia.StreamRTPManager
 
getGoogleContactsService() - Static method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsActivator
Returns a reference to a GoogleContactsService implementation currently registered in the bundle context or null if no such implementation was found.
getGoogleService() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsConnectionImpl
Returns the Google service.
getGoogleService() - Static method in class net.java.sip.communicator.impl.protocol.jabber.JabberActivator
Returns a reference to the GoogleContactsService implementation currently registered in the bundle context or null if no such implementation was found.
getGoogleTalkProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccRegWizzActivator
Returns the ProtocolProviderFactory for the Google Talk protocol.
getGrabbedImage() - Method in class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.WebcamDialog
Return the grabbed snapshot as a byte array
getGroup() - Method in class net.java.sip.communicator.impl.gui.main.UINotification
Returns the parent notification group.
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.
getGroupDisplayName() - Method in class net.java.sip.communicator.impl.gui.main.UINotificationGroup
Returns the display name of the group, to which this notification belongs.
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.gui.main.UINotificationGroup
Returns the name of the group, to which this notification belongs.
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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationGroup
Returns the GroupNode corresponding to this UIGroup.
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.
getGTalkActiveCalls() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Returns an iterator over all currently Google Talk active calls.
getGTalkActiveCallsRepository() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetBasicTelephonyJabberImpl
Returns a reference to the ActiveCallsRepositoryGTalkImpl that we are currently using.
getGTalkType() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.SessionIQ
Returns the value of this element's action attribute.
getHandle() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
 
getHandle() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
Gets the handle of the native counterpart of the JAWTRenderer which paints in this AWTVideoComponent.
getHandleLock() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
 
getHandleLock() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
Gets the synchronization lock which protects the access to the handle property of this AWTVideoComponent.
getHardwareAddress(String) - Static method in class net.java.sip.communicator.impl.netaddr.HardwareAddressRetriever
Returns the hardware address of a particular interface.
getHardwareAddress(NetworkInterface) - Method in class net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl
Returns the hardware address (i.e.
getHardwareAddress(NetworkInterface) - Method in interface net.java.sip.communicator.service.netaddr.NetworkAddressManagerService
Returns the hardware address (i.e.
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.
getHelloHashSep() - Method in class net.java.sip.communicator.impl.neomedia.ZrtpControlImpl
Get the ZRTP Hello Hash data - separate strings.
getHelloHashSep() - Method in interface net.java.sip.communicator.service.neomedia.ZrtpControl
Get the ZRTP Hello Hash data - separate strings.
getHIDService() - Static method in class net.java.sip.communicator.impl.protocol.jabber.JabberActivator
Returns a reference to HIDService implementation currently registered in the bundle context or null if no such implementation was found
getHIDService() - Static method in class net.java.sip.communicator.impl.protocol.sip.SipActivator
Returns a reference to HIDService implementation currently registered in the bundle context or null if no such implementation was found
getHighlighter() - Method in class net.java.sip.communicator.impl.gui.main.chat.ChatPanel
Provides the Highlighter used in rendering the chat editor.
getHighlighter() - Method in interface net.java.sip.communicator.service.gui.Chat
Provides the Highlighter used in rendering the chat editor.
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.
getHomeLinkLabel() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm
Return the string for home page link label.
getHomeLinkLabel() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Return the string for home page link label.
getHomeMails() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Returns home mail addresses.
getHomeMails() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Returns home mail addresses.
getHomePhone() - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Returns home telephone numbers from this person
getHomePhone() - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Returns home telephone numbers from this person
getHomePhones() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Returns home telephone numbers.
getHomePhones() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Returns home telephone numbers.
getHomePhoneSearchFields() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySettingsImpl
Returns home phone fields that we will lookup.
getHomePhoneSearchFields() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
Returns home phone fields that we will lookup.
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.impl.protocol.jabber.extensions.jingleinfo.ServerPacketExtension
Returns the host address.
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.ldap.LdapDirectorySettingsImpl
simple getter for hostname
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.
getHostname() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
simple getter for hostname
getHResult() - Method in exception net.java.sip.communicator.plugin.addrbook.msoutlook.MsOutlookMAPIHResultException
Gets the HRESULT which is represented by this Exception.
getHttpCode() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapHttpResponse
Gets HTTP code.
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
Get the I420 native pixel format
getIceSocketWrapper() - Method in class net.java.sip.communicator.impl.protocol.jabber.JingleNodesCandidate
Gets the DatagramSocket associated with this Candidate.
getIcon() - Method in class net.java.sip.communicator.impl.googlecontacts.configform.GoogleContactsConfigForm
 
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.advancedconfig.AdvancedConfigurationPanel
Returns the icon of the form.
getIcon() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
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 class net.java.sip.communicator.plugin.certconfig.CertConfigPanel
 
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
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 class net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccountRegistrationWizard
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.ldap.configform.LdapConfigForm
 
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 class 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() - Method in class net.java.sip.communicator.service.notification.NotificationData
Gets the icon to show in the notification if and where appropriate.
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
Returns the identifier of this look&feel.
getId() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaUIGroup
Returns the identifier of the underlying MetaContactGroup.
getId() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationGroup
Returns the identifier of this group.
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.gtalk.SessionIQ
Returns this element's session ID value.
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.jingle.RTPHdrExtPacketExtension
Get the ID.
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.sip.xcap.model.commonpolicy.ExceptType
Gets the value of the id property.
getId() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.OneType
Gets the value of the id property.
getId() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.RuleType
Gets the value of the id property.
getId() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapResource
Gets XCAP resource identifier.
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.certificate.CertificateConfigEntry
Gets the id.
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.googlecontacts.GoogleContactsSourceService
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.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.ldap.LdapContactSourceService
Returns the identifier of this contact source.
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.addrbook.macosx.MacOSXAddrBookContactSourceService
Gets a String which uniquely identifies the instances of the MacOSXAddrBookContactSourceService implementation.
getIdentifier() - Method in class net.java.sip.communicator.plugin.addrbook.msoutlook.MsOutlookAddrBookContactSourceService
Gets a String which uniquely identifies the instances of the MsOutlookAddrBookContactSourceService implementation.
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.gibberishaccregwizz.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.
getIdentities() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ConditionsType
Gets the value of the identities property.
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
Get the IF09 native pixel format
getIMAddresses() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Returns IM addresses.
getIMAddresses() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Returns IM addresses.
getImage() - Method in class net.java.sip.communicator.impl.callhistory.CallHistorySourceContact
An image (or avatar) corresponding to this search contact.
getImage(String) - Static method in class net.java.sip.communicator.impl.googlecontacts.configform.Resources
Loads an image from a given image identifier.
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
Gets a byte array containing an image (most often a photo or an avatar) that the contact uses as a representation.
getImage(URI) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
Gets image from the specified uri.
getImage(URI) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
Gets image from the specified uri.
getImage(URI) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListXivoImpl
Gets image from the specified uri.
getImage(URI) - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.PresContentClient
Gets image from the specified uri.
getImage(URI) - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Gets image from the specified uri.
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(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.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(String) - Static method in class net.java.sip.communicator.plugin.ldap.configform.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.notificationwiring.NotificationManager
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(String) - Static method in class net.java.sip.communicator.plugin.spellcheck.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 class net.java.sip.communicator.service.contactsource.GenericSourceContact
Gets the image/avatar of this SourceContact.
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() - Method in class net.java.sip.communicator.util.swing.FramedImage
Returns the image that is shown.
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.replacement.smiley.SmileyImpl
Returns the identifier of the image corresponding to this smiley.
getImageID() - Method in interface net.java.sip.communicator.service.replacement.smilies.Smiley
Returns the identifier of the image corresponding to this smiley.
getImageInBytes(String) - Static method in class net.java.sip.communicator.impl.googlecontacts.configform.Resources
Loads an image from a given image identifier.
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.ldap.configform.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) - Static method in class net.java.sip.communicator.plugin.spellcheck.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.replacement.smiley.SmileyImpl
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() - Method in interface net.java.sip.communicator.service.replacement.smilies.Smiley
Returns the path of the image corresponding to this smiley.
getImagePath(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns the image path corresponding to the given key.
getImageResources() - Method in class net.java.sip.communicator.plugin.skinresourcepack.SkinResourcePack
Returns a Map, containing all [key, value] pairs for image resource pack.
getImageResources() - Method in interface net.java.sip.communicator.service.resources.SkinPack
Returns a Map, containing all [key, value] pairs for image resource pack.
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.
getImageUri() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Gets the image uri.
getImageUri() - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
Gets the pres-content image uri.
getImageUri() - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
Gets the pres-content image uri.
getImageUri() - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListXivoImpl
Gets the pres-content image uri.
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
Get the IMC1 native pixel format
getIMC2PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Get the IMC2 native pixel format
getIMC3PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Get the IMC3 native pixel format
getIMC4PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Get the IMC4 native pixel format
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
Returns the inactive control text color resource.
getInAttribute() - Method in class net.java.sip.communicator.impl.neomedia.transform.sdes.SDesControlImpl
 
getInAttribute() - Method in interface net.java.sip.communicator.service.neomedia.SDesControl
Gets the crypto attribute of the incoming MediaStream.
getIndentStyle() - Method in class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingChooser
Provides the indent style used by the chooser.
getIndex() - Method in class net.java.sip.communicator.impl.googlecontacts.configform.GoogleContactsConfigForm
Required by ConfirgurationForm interface Returns the index of this configuration form in the configuration window.
getIndex() - Method in class net.java.sip.communicator.impl.neomedia.device.ScreenDeviceImpl
Get the screen index.
getIndex() - Method in class net.java.sip.communicator.plugin.advancedconfig.AdvancedConfigurationPanel
Returns the index of the form in its parent container.
getIndex() - Method in class net.java.sip.communicator.plugin.certconfig.CertConfigPanel
 
getIndex() - Method in class net.java.sip.communicator.plugin.ldap.configform.LdapConfigForm
Required by ConfirgurationForm interface Returns the index of this configuration form in the configuration window.
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.
getIndex() - Method in interface net.java.sip.communicator.service.neomedia.device.ScreenDevice
Get the screen index.
getIndexedProtocolIcon(Image, ProtocolProviderService) - Static method in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Returns an icon for the given protocol image with an index allowing to distinguish different accounts from the same protocol.
getIndexedProtocolImage(Image, ProtocolProviderService) - Static method in class net.java.sip.communicator.impl.gui.utils.ImageLoader
Returns the given protocol image with an index allowing to distinguish different accounts from the same protocol.
getInetAddress(String) - Method in class net.java.sip.communicator.impl.protocol.sip.net.AutoProxyConnection.LocalNetworkUtils
 
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.gtalk.SessionIQ
Returns the full JID of the entity that has initiated the session flow.
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.
getInitiatorCryptoAttributes() - Method in class net.java.sip.communicator.impl.neomedia.transform.sdes.SDesControlImpl
 
getInitiatorCryptoAttributes() - Method in interface net.java.sip.communicator.service.neomedia.SDesControl
Gets the encoded SDES crypto-attributes for all enabled ciphers when the control is used as the initiator.
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.
getInputVolumeControl() - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Gets the VolumeControl which controls the volume level of audio input/capture.
getInputVolumeControl() - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Gets the VolumeControl which controls the volume level of audio input/capture.
getInstance() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSManager
Get the instance.
getInstance(ProtocolProviderServiceJabberImpl) - Static method in class net.java.sip.communicator.impl.protocol.jabber.FailoverConnectionMonitor
Returns instance of the monitor for provider, if missing create it.
getInstance() - Static method in class net.java.sip.communicator.impl.sysactivity.NetworkManagerListenerImpl
Gets the instance of NetworkManagerListenerImpl.
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(CallPeerGTalkImpl) - Method in class net.java.sip.communicator.impl.protocol.jabber.TransportManagerGTalkImpl
Returns the InetAddress that is most likely to be to be used as a next hop when contacting the specified destination.
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.
getIsoCode() - Method in class net.java.sip.communicator.plugin.spellcheck.Parameters.Locale
Provides ISO code as defined by:
http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
getItem() - Method in class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.CallComboEditor
 
getItem(int) - Method in class net.java.sip.communicator.plugin.certconfig.CertConfigTableModel
 
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
Get the IYUV native pixel format
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.
getJID() - Method in class net.java.sip.communicator.service.protocol.JingleNodeDescriptor
Returns the address of the JingleNodes
getJingleNodes() - Method in class net.java.sip.communicator.impl.protocol.jabber.JabberAccountID
Returns the list of JingleNodes trackers/relays that this account is currently configured to use.
getJingleNodes(String) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.IceConfigPanel
Indicates if a JingleNodes with the given address already exists in the additional stun servers table.
getJingleNodesServiceNode() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Get the Jingle Nodes service.
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.
getJoiningType() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.EndpointPacketExtension
Get joining type.
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.globalshortcut.GlobalShortcutActivator
Returns the KeybindingsService obtained from the bundle context.
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.plugin.keybindingchooser.KeybindingChooserActivator
Returns a reference to a KeybindingsService implementation currently registered in the bundle context or null if no such implementation was found.
getKeybindingsService() - Static method in class net.java.sip.communicator.util.UtilActivator
 
getKeyFrameControl() - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Implements VideoMediaStream.getKeyFrameControl().
getKeyFrameControl() - Method in interface net.java.sip.communicator.service.neomedia.VideoMediaStream
Gets the KeyFrameControl of this VideoMediaStream.
getKeyFrameRequestees() - Method in interface net.java.sip.communicator.service.neomedia.control.KeyFrameControl
Gets the KeyFrameRequestees made available through this KeyFrameControl.
getKeyFrameRequestees() - Method in class net.java.sip.communicator.service.neomedia.control.KeyFrameControlAdapter
Implements KeyFrameControl.getKeyFrameRequestees().
getKeyFrameRequesters() - Method in interface net.java.sip.communicator.service.neomedia.control.KeyFrameControl
Gets the KeyFrameRequesters made available through this KeyFrameControl.
getKeyFrameRequesters() - Method in class net.java.sip.communicator.service.neomedia.control.KeyFrameControlAdapter
Implements KeyFrameControl.getKeyFrameRequesters().
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
 
getKeyPressedXML(int) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
Build a key-press remote-control XML element.
getKeyPressedXML(int) - Static method in class net.java.sip.communicator.impl.protocol.sip.DesktopSharingProtocolSipImpl
Build a remote-info key-press SIP NOTIFY message.
getKeyReleasedXML(int) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
Build a key-release remote-control XML element.
getKeyReleasedXML(int) - Static method in class net.java.sip.communicator.impl.protocol.sip.DesktopSharingProtocolSipImpl
Build a remote-info key-release SIP NOTIFY message.
getKeyStore() - Method in class net.java.sip.communicator.service.certificate.CertificateConfigEntry
Gets the key store.
getKeyStorePassword() - Method in class net.java.sip.communicator.service.certificate.CertificateConfigEntry
Gets the key store password.
getKeyStoreType() - Method in class net.java.sip.communicator.service.certificate.CertificateConfigEntry
Gets the key store type.
getKeyStroke() - Method in class net.java.sip.communicator.service.globalshortcut.GlobalShortcutEvent
Returns keyStroke.
getKeyTypedXML(int) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
Build a key-typed remote-control XML element.
getKeyTypedXML(int) - Static method in class net.java.sip.communicator.impl.protocol.sip.DesktopSharingProtocolSipImpl
Build a remote-info key-typed SIP NOTIFY message.
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 class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.MediaPacketExtension
Get label.
getLabel() - Method in class net.java.sip.communicator.plugin.spellcheck.Parameters.Locale
Provides user readable name of language.
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.gui.main.contactlist.UIContactDetail
Returns an iterator over the collection of labels associated with this detail.
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.
getLabels() - Method in class net.java.sip.communicator.service.contactsource.ContactDetail
Gets the set of labels of this ContactDetail.
getLang() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.DescriptionType
Gets the value of the lang property.
getLang() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.DisplayNameType
Gets the value of the lang property.
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
getLanguages() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.UserLanguagesPacketExtension
Get languages.
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.
getLastInput() - Static method in class net.java.sip.communicator.impl.sysactivity.SystemActivityNotifications
Returns the when was last input in milliseconds.
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.gibberishaccregwizz.GibberishAccountRegistrationWizard
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 class 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.
getLdapDirectory() - Method in class net.java.sip.communicator.impl.ldap.LdapContactSourceService
Get LDAP directory.
getLdapService() - Static method in class net.java.sip.communicator.impl.ldap.LdapActivator
Get LDAP service.
getLdapService() - Static method in class net.java.sip.communicator.plugin.ldap.LdapActivator
Get LDAP service.
getLeftButtonFromSuper() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
Returns the left button.
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() - Method in class net.java.sip.communicator.impl.neomedia.AbstractVolumeControl
Get the current gain set for this object as a value between 0.0 and 1.0
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.neomedia.event.VolumeChangeEvent
Gets the volume level notified about by this VolumeChangeEvent.
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.
getLimit() - Method in class net.java.sip.communicator.service.packetlogging.PacketLoggingConfiguration
The limit for the file size.
getLineCount() - Method in class net.java.sip.communicator.impl.protocol.sip.SipLogger
Get the line count in the log stream.
getLinkBehavior() - Method in class net.java.sip.communicator.util.swing.SIPCommLinkButton
Returns the link behaviour.
getLinkColor() - Method in class net.java.sip.communicator.util.swing.SIPCommLinkButton
Return the link color.
getLinkURL() - Method in class net.java.sip.communicator.util.swing.SIPCommLinkButton
Returns the url.
getList() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactGroupSipImpl
Gets the list.
getList() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ResourceListsType
Gets the value of the list property.
getList(String) - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.ResourceListsClient
Gets the resource-lists from the server.
getList(String) - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Gets the resource-lists from the server.
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
Returns the cell renderer component for the given list and value.
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
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.java.sip.communicator.plugin.skinmanager.SkinSelectorRenderer
Return a component that has been configured to display the specified value.
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(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.
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.
getLists() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ListType
Gets the value of the lists property.
getLocal() - Method in class net.java.sip.communicator.util.swing.VideoLayout
Returns the local video component.
getLocalAddress() - Method in class net.java.sip.communicator.impl.protocol.jabber.JingleNodesCandidateDatagramSocket
Gets the local address to which the socket is bound.
getLocalAddressForDestination(InetAddress, int, InetAddress, String) - Method in class net.java.sip.communicator.impl.protocol.sip.SipStackSharing
Returns a local address to use with the specified TCP destination.
getLocalCloseButton() - Method in class net.java.sip.communicator.util.swing.VideoLayout
Returns the local video close button.
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.
getLocalContent(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerJabberImpl
Get the local content of a specific content type (like audio or video).
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(String) - Static method in class net.java.sip.communicator.plugin.spellcheck.Parameters
Provides locale with a given iso code.
getLocale() - Method in class net.java.sip.communicator.plugin.spellcheck.SpellChecker
Provides the locale of the dictionary currently being used by the spell checker.
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>.
getLocales() - Static method in class net.java.sip.communicator.plugin.spellcheck.Parameters
Provides locales in which dictionary resources are available.
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.
getLocalInputEvtAware() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallJabberImpl
Returns if the call support inputevt (remote control).
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.
getLocalizedStateString() - Method in class net.java.sip.communicator.service.protocol.CallPeerState
Returns a localized String representation of the CallPeerState.
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.
getLocalPort() - Method in class net.java.sip.communicator.impl.protocol.jabber.JingleNodesCandidateDatagramSocket
Returns the port number on the local host to which this socket is bound.
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.
getLocalSocketAddress() - Method in class net.java.sip.communicator.impl.protocol.jabber.JingleNodesCandidateDatagramSocket
Returns the address of the endpoint this socket is bound to, or null if it is not bound yet.
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.
getLocalSSRC(StreamRTPManager) - Method in class net.java.sip.communicator.impl.neomedia.RTPTranslatorImpl
 
getLocalSSRC() - Method in class net.java.sip.communicator.impl.neomedia.StreamRTPManager
 
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.
getLocalVideoComponent() - Method in class net.java.sip.communicator.impl.gui.main.call.UIVideoHandler
 
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().
getLocked() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.StatePacketExtension
Get the locked state.
getLogfileCount() - Method in class net.java.sip.communicator.service.packetlogging.PacketLoggingConfiguration
The counter for number of files.
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.googlecontacts.GoogleContactsConnectionImpl
Get login.
getLogin() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsSourceService
Returns login.
getLogin() - Method in class net.java.sip.communicator.impl.protocol.irc.UserInfo
Returns the login of this user.
getLogin() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsConnection
Get login.
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.service.notification.LogMessageNotificationAction
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.neomedia.notify.SCAudioClipImpl
Returns the loop interval if this audio is looping.
getLoopInterval() - Method in class net.java.sip.communicator.service.notification.SoundNotificationAction
Returns the loop interval.
getLost() - Method in class net.java.sip.communicator.impl.neomedia.transform.rtcp.StatisticsEngine
Number of lost packets reported.
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.ldap.LdapPersonFoundImpl
Returns mail addresss from this person
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
getMail() - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Returns mail addresses from this person
getMailSearchFields() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySettingsImpl
Returns mail fields that we will lookup.
getMailSearchFields() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
Returns mail fields that we will lookup.
getMailSuffix() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySettingsImpl
Returns mail suffix.
getMailSuffix() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
Returns mail suffix.
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.
getManyList() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.IdentityType
Gets the value of the manyList property.
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
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
Get the output formats matching a specific input format.
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.silk.JavaDecoder
Get the output formats matching a specific input format.
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.JavaEncoder
Get the output formats matching a specific input format.
getMatchingOutputFormats(Format, Format[], Format[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.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
Get all supported output Formats.
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIEncoder
Get the output formats matching a specific input format.
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.SpeexResampler
Get the output formats matching a specific input format.
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h263p.JNIDecoder
Get matching outputs for a specified input Format.
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 class net.java.sip.communicator.impl.protocol.msn.OperationSetServerStoredAccountInfoMsnImpl
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.sip.OperationSetServerStoredAccountInfoSipImpl
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.
getMaxInterArrivalJitter() - Method in class net.java.sip.communicator.impl.neomedia.transform.rtcp.StatisticsEngine
The minimum inter arrival jitter value we have reported.
getMaxptime() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.PayloadTypePacketExtension
Returns maximum packet time as specified in RFC 4566.
getMaxResults() - Method in class net.java.sip.communicator.impl.ldap.LdapSearchSettingsImpl
Returns the maximum number of results to fetch from the directory when performing the search query.
getMaxResults() - Method in interface net.java.sip.communicator.service.ldap.LdapSearchSettings
Returns the maximum number of results to fetch from the directory when performing the search query.
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.
getMaxSupportedFrameRate() - Method in class net.java.sip.communicator.impl.neomedia.control.FrameRateControlAdapter
Gets the maximum supported output frame rate.
getMaxValue() - Method in class net.java.sip.communicator.impl.neomedia.AbstractVolumeControl
Returns the maximum allowed volume value.
getMaxValue() - Method in interface net.java.sip.communicator.service.neomedia.VolumeControl
Returns the maximum allowed volume value.
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".
getMediaDeviceForPartialDesktopStreaming(int, int, int, int) - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Get a MediaDevice for a part of desktop streaming/sharing.
getMediaDeviceForPartialDesktopStreaming(int, int, int, int) - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Get a MediaDevice for a part of desktop streaming/sharing.
getMediaDirections() - Method in class net.java.sip.communicator.service.protocol.event.CallEvent
Return the media directions map
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.
getMediaFormat(String, double, Map<String, String>) - 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), clockRate and matching format parameters.
getMediaFormatIndex(MediaFormat) - Static method in class net.java.sip.communicator.impl.neomedia.MediaUtils
Gets the index of a specific MediaFormat instance within the internal storage of MediaUtils.
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.
getMediaQualityControl() - Method in class net.java.sip.communicator.service.protocol.media.AbstractQualityControlWrapper
Checks and obtains quality control from media stream.
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.plugin.notificationwiring.NotificationWiringActivator
Returns an instance of the MediaService obtained from the bundle context.
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.device.VideoTranslatorMediaDevice
Returns 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.
getMediaTypes() - Method in class net.java.sip.communicator.service.protocol.event.CallEvent
Return the media types supported by this call, if information is available.
getMediaUseCase() - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopStreamingJabberImpl
Get the MediaUseCase of a desktop streaming operation set.
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.service.protocol.media.AbstractOperationSetVideoTelephony
Get the MediaUseCase of a video telephony operation set.
getMediaUseCase() - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Get the media use case.
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
Returns the window background color resource.
getMenuDisabledForeground() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
Returns the menu disabled foreground color resource.
getMenuElements(Chat, MouseEvent) - Method in interface net.java.sip.communicator.service.gui.event.ChatMenuListener
Provides menu items that should be contributed.
getMenuTextFont() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
Returns the menu text font color resource.
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.notification.NotificationData
Gets the message to use if and where appropriate (e.g.
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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationGroup
Returns the message type indicating the identity of this group.
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.protocol.event.MessageWaitingEvent
The message type for this event.
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.
getMetaContactListSource() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
 
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
getMethodName() - Method in class net.java.sip.communicator.impl.provdisc.dhcp.ProvisioningDiscoveryServiceDHCPImpl
Get the name of the method name used to retrieve provisioning URL.
getMethodName() - Method in class net.java.sip.communicator.impl.provdisc.mdns.ProvisioningDiscoveryServiceMDNSImpl
Get the name of the method name used to retrieve provisioning URL.
getMethodName() - Method in class net.java.sip.communicator.service.provdisc.AbstractProvisioningDiscoveryService
Get the name of the method name used to retrieve provisioning URL.
getMethodName() - Method in interface net.java.sip.communicator.service.provdisc.ProvisioningDiscoveryService
Get the name of the method name used to retrieve provisioning URL.
getMimeType() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.thumbnail.ThumbnailElement
Returns the mime type of this ThumbnailElement.
getMimeType() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.ContentType
Gets the value of the mimeType property.
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
Returns the minimum scroll thumb size.
getMinimumTransferSize() - Method in class net.java.sip.communicator.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation to RTPConnectorInputStream.getMinimumTransferSize() that always returns 2 * 1024.
getMinInterArrivalJitter() - Method in class net.java.sip.communicator.impl.neomedia.transform.rtcp.StatisticsEngine
The maximum inter arrival jitter value we have reported.
getMinValue() - Method in class net.java.sip.communicator.impl.neomedia.AbstractVolumeControl
Returns the minimum allowed volume value.
getMinValue() - Method in interface net.java.sip.communicator.service.neomedia.VolumeControl
Returns the minimum allowed volume value.
getMKILength() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTCPCryptoContext
Get the MKI length of this SRTP cryptographic context
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.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.
getMobilePhone() - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Returns mobile telephone numbers from this person
getMobilePhone() - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Returns mobile telephone numbers from this person
getMobilePhones() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Returns mobile telephone numbers.
getMobilePhones() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Returns mobile telephone numbers.
getMobilePhoneSearchFields() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySettingsImpl
Returns mobile phone fields that we will lookup.
getMobilePhoneSearchFields() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
Returns mobile phone fields that we will lookup.
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
 
getMouseMovedXML(double, double) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
Build a remote-info mouse-move remote-control XML element.
getMouseMovedXML(double, double) - Static method in class net.java.sip.communicator.impl.protocol.sip.DesktopSharingProtocolSipImpl
Build a remote-info mouse-move SIP NOTIFY message.
getMousePressedXML(int) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
Build a mouse-press remote-control XML element.
getMousePressedXML(int) - Static method in class net.java.sip.communicator.impl.protocol.sip.DesktopSharingProtocolSipImpl
Build a remote-info mouse-press SIP NOTIFY message.
getMouseReleasedXML(int) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
Build a remote-info mouse-release remote-control XML element.
getMouseReleasedXML(int) - Static method in class net.java.sip.communicator.impl.protocol.sip.DesktopSharingProtocolSipImpl
Build a remote-info mouse-release SIP NOTIFY message.
getMouseWheelXML(int) - Static method in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.RemoteControlExtensionProvider
Build a remote-info mouse-wheel remote-control XML element.
getMouseWheelXML(int) - Static method in class net.java.sip.communicator.impl.protocol.sip.DesktopSharingProtocolSipImpl
Build a remote-info mouse-wheel SIP NOTIFY message.
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.
getMute() - Method in class net.java.sip.communicator.impl.neomedia.AbstractVolumeControl
Get mute state of sound.
getMute() - Method in class net.java.sip.communicator.service.neomedia.event.VolumeChangeEvent
Gets the indicator which determines whether the volume is muted.
getMute() - Method in interface net.java.sip.communicator.service.neomedia.VolumeControl
Get mute state of sound playback.
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
Returns the name of this theme.
getName() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLookAndFeel
Returns the name of this look&feel.
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.ldap.LdapDirectorySettingsImpl
simple getter for name
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.gsm.Decoder
 
getName() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.DePacketizer
 
getName() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.Encoder
 
getName() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.Packetizer
 
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.h263p.JNIDecoder
Get plugin name.
getName() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h263p.JNIEncoder
Gets the name of this Codec.
getName() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h263p.Packetizer
Get codec name.
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
Gets the name of this Codec.
getName() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h264.Packetizer
Gets the name of this PlugIn.
getName() - Method in class net.java.sip.communicator.impl.neomedia.device.ScreenDeviceImpl
Get the identifier of the screen.
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.gtalk.GTalkCandidatePacketExtension
Returns this candidate's name.
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.sip.xcap.model.resourcelists.ListType
Gets the value of the name property.
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.skinresourcepack.SkinResourcePack
Returns the name of this resource pack.
getName() - Method in class net.java.sip.communicator.plugin.spellcheck.CheckerToggleButton
 
getName() - Method in class net.java.sip.communicator.plugin.spellcheck.LanguageMenuBar
 
getName() - Method in class net.java.sip.communicator.plugin.update.CheckForUpdatesMenuItemComponent
Gets the name of this PluginComponent.
getName() - Method in class net.java.sip.communicator.plugin.whiteboard.WhiteboardMenuItem
 
getName() - Method in class net.java.sip.communicator.service.certificate.KeyStoreType
Gets the display name.
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.ldap.LdapDirectorySettings
simple getter for name
getName() - Method in class net.java.sip.communicator.service.neomedia.AbstractMediaStream
Returns the name of this stream or null if no name has been set.
getName() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
Returns the name of this stream or null if no name has been set.
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.
getName() - Method in class net.java.sip.communicator.util.SRVRecord
Get domain name.
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.inputevt.RemoteControlExtension
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.
getNamespace() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps.NamespacesType
Gets the value of the auid property.
getNamespaces() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcapcaps.XCapCapsType
Gets the value of the namespaces property.
getNamespaceUri(Node) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Gets the node namespace.
getNAPTRRecords(String) - Method in class net.java.sip.communicator.impl.protocol.sip.net.AutoProxyConnection.LocalNetworkUtils
 
getNAPTRRecords(String) - Static method in class net.java.sip.communicator.util.NetworkUtils
Makes a NAPTR query and returns the result.
getNativeRGBFormat(RGBFormat) - Static method in class net.java.sip.communicator.impl.neomedia.codec.video.SwScaler
Gets native (FFmpeg) RGB format.
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.impl.provdisc.dhcp.ProvisioningDiscoveryDHCPActivator
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.plugin.provisioning.ProvisioningActivator
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.
getNetworkAddressManagerService() - Static method in class net.java.sip.communicator.util.UtilActivator
Returns the service giving access to current network configuration.
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.
getNewValue() - Method in class net.java.sip.communicator.service.protocol.event.ServerStoredDetailsChangeEvent
Gets the new value for the event, expressed as an Object.
getNextAddress() - Method in class net.java.sip.communicator.impl.protocol.sip.net.ProxyConnection
Retrieves the next address to use from DNS.
getNextAddressFromDns() - Method in class net.java.sip.communicator.impl.protocol.sip.net.AutoProxyConnection
 
getNextAddressFromDns() - Method in class net.java.sip.communicator.impl.protocol.sip.net.ManualProxyConnection
 
getNextAddressFromDns() - Method in class net.java.sip.communicator.impl.protocol.sip.net.ProxyConnection
Implementations must use this method to get the next address, but do not have to care about duplicate addresses.
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.TransportManagerGTalkImpl
Returns the ID that we will be assigning to the next candidate we create.
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.
getNextMediaPortToTry() - Static method in class net.java.sip.communicator.service.protocol.media.TransportManager
Gets the port that we should try to bind our next media stream's RTP socket to.
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.gibberishaccregwizz.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.
getNextToneSignal(double, int) - Method in class net.java.sip.communicator.impl.neomedia.conference.AudioMixingPushBufferDataSource
Gets the next inband DTMF tone signal.
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.
getNode() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapResourceId
Gets node selector.
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.
getNodeVer() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager.Caps
Gets a String which represents the concatenation of the node property of this instance, the character '#' and the ver property of this instance.
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.
getNotificationContactSource() - Static method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
Returns the notification contact source.
getNotificationEntry(int) - Method in class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable
Returns the notification entry at the given row.
getNotificationGroups() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContactSource
Returns an Iterator over a list of all notification groups contained in this source.
getNotificationGroups() - Static method in class net.java.sip.communicator.impl.gui.main.UINotificationManager
Returns a list of all notification groups.
getNotifications(UIGroup) - Method in class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContactSource
Returns an Iterator over a list of all notification contacts contained in the given group.
getNotifications() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationGroup
Returns an Iterator over a list of all notification contacts contained in this group.
getNotificationService() - Static method in class net.java.sip.communicator.plugin.loggingutils.LoggingUtilsActivator
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.notificationwiring.NotificationWiringActivator
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.
getNotificationService() - Static method in class net.java.sip.communicator.util.dns.DnsUtilActivator
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
Get the NV12 native pixel format
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
 
getOccurrences() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideDevicePermissionType
Gets the value of the occurrences property.
getOccurrences() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvidePersonPermissionType
Gets the value of the occurrences property.
getOccurrences() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideServicePermissionType
Gets the value of the occurrences property.
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.
getOldValue() - Method in class net.java.sip.communicator.service.protocol.event.ServerStoredDetailsChangeEvent
Gets the old value for the event, expressed as an Object.
getOneList() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.IdentityType
Gets the value of the oneList property.
getOneTouchOffsetFromSuper() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
Returns the one touch offset.
getOneTouchSizeFromSuper() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
Returns the one touch size.
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>, boolean) - 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(Contact, Class<U>, boolean) - 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.
getOperationSets() - Method in class net.java.sip.communicator.service.protocol.event.ContactCapabilitiesEvent
Returns the new set of OperationSet-s this event is about
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.
getOpSetRegisteredProviders(Class<? extends OperationSet>, ProtocolProviderService, String) - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns a list of all registered protocol providers that could be used for the operation given by the operation set.
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.
getOrganization() - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Returns the organization found in the the directory for this person
getOrganization() - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Returns the organization found in the the directory for this person
getOrientationFromSuper() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
Returns the orientation.
getOrigin() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopStreamingSipImpl
Get origin of streamed zone.
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.
getOriginForDesktopStreamingDevice(MediaDevice) - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Gets the origin of a specific desktop streaming device.
getOriginForDesktopStreamingDevice(MediaDevice) - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Get origin for desktop streaming device.
getOriginForMediaDevice(MediaDevice) - Static method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetDesktopStreamingJabberImpl
Get origin of the screen.
getOriginForMediaDevice(MediaDevice) - Static method in class net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopStreamingSipImpl
Get origin of the screen.
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.
getOutAttribute() - Method in class net.java.sip.communicator.impl.neomedia.transform.sdes.SDesControlImpl
 
getOutAttribute() - Method in interface net.java.sip.communicator.service.neomedia.SDesControl
Gets the crypto attribute of the outgoing MediaStream.
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.net.ProxyConnection
In case we are using an outbound proxy this method returns a suitable string for use with Router.
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.g722.JNIEncoder
Get the output Format.
getOutputFormat() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.JavaEncoder
Get the output format.
getOutputFormat() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.ilbc.JavaEncoder
Get the output format.
getOutputFormat() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.JavaEncoder
Get the output format.
getOutputFormat() - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.speex.JNIEncoder
Get the output format.
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.
getOutputVolumeControl() - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Gets the VolumeControl which controls the volume level of audio output/playback.
getOutputVolumeControl() - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Gets the VolumeControl which controls the volume level of audio output/playback.
getOverridePhoneSuffix() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Returns the override phone suffix.
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.
getPacketLogging() - Static method in class net.java.sip.communicator.impl.neomedia.NeomediaActivator
Returns a reference to the PacketLoggingService implementation currently registered in the bundle context or null if no such implementation was found.
getPacketLogging() - Static method in class net.java.sip.communicator.impl.netaddr.NetaddrActivator
Returns a reference to the PacketLoggingService implementation currently registered in the bundle context or null if no such implementation was found.
getPacketLogging() - Static method in class net.java.sip.communicator.impl.protocol.jabber.JabberActivator
Returns a reference to the PacketLoggingService implementation currently registered in the bundle context or null if no such implementation was found.
getPacketLogging() - Static method in class net.java.sip.communicator.impl.protocol.sip.SipActivator
Returns a reference to the PacketLoggingService implementation currently registered in the bundle context or null if no such implementation was found.
getPacketLoggingService() - Static method in class net.java.sip.communicator.plugin.loggingutils.LoggingUtilsActivator
Returns a reference to a PacketLoggingService implementation currently registered in the bundle context or null if no such implementation was found.
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.ippiaccregwizz.IppiAccountRegistrationWizard
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 class 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 WizardPage-s for 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 WizardPage-s for this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccountRegistrationWizard
Returns the set of pages contained in this wizard.
getPages() - Method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccountRegistrationWizard
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(JabberAccountRegistration) - 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.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
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(SIPAccountRegistration) - 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 class 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 support 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.ShowMoreContact
Returns the parent group of this contact.
getParentGroup() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.SourceUIContact
Returns the parent UIGroup.
getParentGroup() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContact
Returns the parent group.
getParentGroup() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationGroup
Returns null to indicate that the parent group is the root group.
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.
getParentTree() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeModel
Returns the parent tree.
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.googlecontacts.GoogleContactsConnectionImpl
get password.
getPassword() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySettingsImpl
simple getter for password
getPassword() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkCandidatePacketExtension
Returns this candidate's password.
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.gibberishaccregwizz.GibberishAccountRegistration
Returns the password of the Gibberish 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.AccountPanel
Returns the password entered in this panel.
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.jabberaccregwizz.NewAccount
Returns the account password.
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 interface net.java.sip.communicator.service.googlecontacts.GoogleContactsConnection
Get password.
getPassword() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
simple getter for password
getPassword() - Method in class net.java.sip.communicator.service.protocol.StunServerDescriptor
Returns the password associated to this server username.
getPassword() - Method in class net.java.sip.communicator.service.protocol.UserCredentials
Returns a password associated with this set of credentials.
getPassword() - Method in class net.java.sip.communicator.util.swing.AuthenticationWindow
Returns the password entered by the user.
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.
getPattern() - Method in class net.java.sip.communicator.impl.replacement.bliptv.ReplacementServiceBliptvImpl
Returns the pattern of the source
getPattern() - Method in class net.java.sip.communicator.impl.replacement.dailymotion.ReplacementServiceDailymotionImpl
Returns the pattern of the source
getPattern() - Method in class net.java.sip.communicator.impl.replacement.directimage.ReplacementServiceDirectImageImpl
Returns the pattern of the source
getPattern() - Method in class net.java.sip.communicator.impl.replacement.flickr.ReplacementServiceFlickrImpl
Returns the pattern of the source
getPattern() - Method in class net.java.sip.communicator.impl.replacement.hulu.ReplacementServiceHuluImpl
Returns the pattern of the source
getPattern() - Method in class net.java.sip.communicator.impl.replacement.metacafe.ReplacementServiceMetacafeImpl
Returns the pattern of the source
getPattern() - Method in class net.java.sip.communicator.impl.replacement.smiley.ReplacementServiceSmileyImpl
Returns the pattern of the source
getPattern() - Method in class net.java.sip.communicator.impl.replacement.twitpic.ReplacementServiceTwitpicImpl
Returns the pattern of the source
getPattern() - Method in class net.java.sip.communicator.impl.replacement.vbox7.ReplacementServiceVbox7Impl
Returns the pattern of the source
getPattern() - Method in class net.java.sip.communicator.impl.replacement.viddler.ReplacementServiceViddlerImpl
Returns the pattern of the source
getPattern() - Method in class net.java.sip.communicator.impl.replacement.vimeo.ReplacementServiceVimeoImpl
Returns the pattern of the source
getPattern() - Method in class net.java.sip.communicator.impl.replacement.youtube.ReplacementServiceYoutubeImpl
Returns the pattern of the source
getPattern() - Method in interface net.java.sip.communicator.service.replacement.ReplacementService
Returns the pattern used to match the source URL.
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.CallGTalkImpl
Returns the peer whose corresponding session has the specified sid.
getPeer(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallJabberImpl
Returns the peer whose corresponding session has the specified sid.
getPeer() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Returns the peer that is this media handler's "raison d'etre".
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
getPeerBySessInitPacketID(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallGTalkImpl
Returns the peer whose corresponding session-init ID has the specified id.
getPeerBySessInitPacketID(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallJabberImpl
Returns the peer whose corresponding session-init ID has the specified id.
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
getPeerZid() - 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.
getPendingServers() - Method in class net.java.sip.communicator.impl.ldap.LdapPendingSearch
Returns the LdapDirectory-s not finished searching
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
Gets the persistent data - for now only the XCAP resolved is needed for restoring the contact data.
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
 
getPersonalWords() - Method in class net.java.sip.communicator.plugin.spellcheck.SpellChecker
Provides the user's list of words to be ignored by the spell checker.
getPersonPermission() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.TransformationsType
Gets the value of the personPermission property.
getPhoneNumberI18nService() - Static method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsActivator
Gets the PhoneNumberI18nService to be used by the functionality of the addrbook plug-in.
getPhoneNumberI18nService() - Static method in class net.java.sip.communicator.impl.ldap.LdapActivator
Gets the PhoneNumberI18nService to be used by the functionality of the addrbook plug-in.
getPhoneNumberI18nService() - Static method in class net.java.sip.communicator.plugin.addrbook.AddrBookActivator
Gets the PhoneNumberI18nService to be used by the functionality of the addrbook plug-in.
getPhoneNumberPrefix() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsSourceService
Returns the phoneNumber prefix for all phone numbers.
getPhoneNumberPrefix() - Method in class net.java.sip.communicator.impl.ldap.LdapContactSourceService
Returns the phoneNumber prefix for all phone numbers.
getPhoneNumberPrefix() - Method in class net.java.sip.communicator.plugin.addrbook.macosx.MacOSXAddrBookContactSourceService
Returns the global phone number prefix to be used when calling contacts from this contact source.
getPhoneNumberPrefix() - Method in class net.java.sip.communicator.plugin.addrbook.msoutlook.MsOutlookAddrBookContactSourceService
Returns the global phone number prefix to be used when calling contacts from this contact source.
getPhoneNumberPrefix() - Method in interface net.java.sip.communicator.service.contactsource.ExtendedContactSourceService
Returns the global phone number prefix to be used when calling contacts from this contact source.
getPhoneNumberQuery() - Method in class net.java.sip.communicator.service.contactsource.AsyncContactQuery
Gets the AsyncContactQuery.query of this AsyncContactQuery as a String which represents a phone number (if possible).
getPhoneNumberService() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the PhoneNumberI18nService obtained from the bundle context.
getPhoto() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Get the photo full URI.
getPhoto() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Get the photo full URI.
getPhotoLink() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Get the Google photo full URI.
getPhrase() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.BaseXCapError
Gets the phrase attribute.
getPhrase() - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.XCapError
Gets the phrase attribute.
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.
getPlayers() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Gets the Players rendering the ReceiveStreams 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
Gets the PluginComponents of this 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.ldap.LdapDirectorySettingsImpl
simple getter for port
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.ircaccregwizz.IrcAccountRegistration
Returns the port to use.
getPort() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
The port on the specified server
getPort() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
simple getter for port
getPort() - Method in class net.java.sip.communicator.service.protocol.StunServerDescriptor
Returns the port of this server.
getPort() - Method in class net.java.sip.communicator.util.SRVRecord
Get port.
getPositionIndex() - Method in class net.java.sip.communicator.plugin.branding.AboutWindowPluginComponent
Implements PluginComponent.getPositionIndex().
getPositionIndex() - Method in class net.java.sip.communicator.plugin.spellcheck.CheckerToggleButton
 
getPositionIndex() - Method in class net.java.sip.communicator.plugin.spellcheck.LanguageMenuBar
 
getPositionIndex() - Method in class net.java.sip.communicator.service.gui.AbstractPluginComponent
Implements PluginComponent.getPositionIndex().
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.protocol.jabber.extensions.gtalk.GTalkCandidatePacketExtension
Returns this candidate's preference.
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.
getPreferredAccount() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the preferred account if there's one.
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 class net.java.sip.communicator.service.contactsource.GenericSourceContact
Gets the preferred ContactDetail for a specific OperationSet.
getPreferredContactDetail(Class<? extends OperationSet>) - Method in interface net.java.sip.communicator.service.contactsource.SourceContact
Returns the preferred ContactDetail for a given OperationSet class.
getPreferredFrameRate() - Method in class net.java.sip.communicator.impl.neomedia.control.FrameRateControlAdapter
Gets the default/preferred output frame rate.
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.EmphasizedLabel
Overrides the getPreferredSize() method in order to enlarge the height of this label, which should welcome the lightening shadow.
getPreferredSize() - Method in class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI.ScrollableTabButton
 
getPreferredTransport() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
 
getPrefix() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsConnectionImpl
Returns the google contacts phone number prefix.
getPrefix() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.UIContactDetail
Returns the prefix to be used when calling this contact detail.
getPrefix() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsConnection
Returns the google contacts prefix.
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.
getPresContent(String) - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.PresContentClient
Gets the pres-content from the server.
getPresContent(String) - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Gets the pres-content from the server.
getPresContentImageUri(String) - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.PresContentClient
Gets the pres-content image uri.
getPresContentImageUri(String) - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Gets the pres-content image uri.
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.
getPresRules() - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.PresRulesClient
Gets the pres-rules from the server.
getPresRules() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Gets the pres-rules from the server.
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
Returns the primary control dark shadow color resource.
getPrimary2() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
Returns the primary control shadow color resource.
getPrimary3() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
Returns the primary control color resource.
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
Set the priority for a MediaFormat.
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.jabberaccregwizz.ConnectionPanel
Returns the priority field value.
getPriority() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Returns the priority property.
getPriority() - Method in class net.java.sip.communicator.util.SRVRecord
Get priority.
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.HashtableConfigurationStore
Implements ConfigurationStore.getProperty(String).
getProperty(String) - Method in class net.java.sip.communicator.impl.configuration.xml.XMLConfigurationStore
Implements ConfigurationStore.getProperty(String).
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.
getPropertyName(String) - Static method in class net.java.sip.communicator.service.replacement.ReplacementProperty
Returns the property name of individual replacement sources
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.HashtableConfigurationStore
Implements ConfigurationStore.getPropertyNames().
getPropertyNames() - Method in class net.java.sip.communicator.impl.configuration.xml.XMLConfigurationStore
Implements {ConfigurationStore#getPropertyNames()}.
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.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns the protocol name as listed in "ProtocolNames" or just the name of the service.
getProtocol() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns the protocol name as listed in "ProtocolNames" or just the name of the service.
getProtocol() - Method in class net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccountRegistrationWizard
Returns the protocol name as listed in "ProtocolNames" or just the name of the service.
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.jabberaccregwizz.JabberAccountRegistrationWizard
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.
getProtocol() - Method in class net.java.sip.communicator.service.neomedia.DefaultStreamConnector
Returns the protocol of this StreamConnector.
getProtocol() - Method in class net.java.sip.communicator.service.neomedia.DefaultTCPStreamConnector
Returns the protocol of this StreamConnector.
getProtocol() - Method in interface net.java.sip.communicator.service.neomedia.StreamConnector
Returns the protocol of this StreamConnector.
getProtocol() - Method in class net.java.sip.communicator.service.protocol.StunServerDescriptor
Returns the protocol associated to this server.
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
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 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
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 class net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccountRegistrationWizard
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 class 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.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns the protocol icon path.
getProtocolIconPath() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns the protocol icon path.
getProtocolIconPath() - Method in class net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccountRegistrationWizard
Returns the protocol icon path.
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.jabberaccregwizz.JabberAccountRegistrationWizard
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
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.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
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.plugin.ippiaccregwizz.IppiAccountRegistrationWizard
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 class net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns the protocol display 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.
getProtocolProviderFactories() - Static method in class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
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() - 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.
getProtocolProviderFactory(String) - Static method in class net.java.sip.communicator.service.protocol.ProtocolProviderActivator
Returns a ProtocolProviderFactory for a given protocol provider.
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.
getProtocolProviders() - Static method in class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
Returns all protocol providers currently registered.
getProtocolsPanel() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.ContactInfoDialog
Returns the panel containing all contact protocols' information.
getProtocolWizard(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.account.AccountRegWizardContainerImpl
Returns the wizard corresponding to the given protocol provider.
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 generated this event
getProvider() - Method in class net.java.sip.communicator.service.protocol.event.RegistrationStateChangeEvent
Returns the provider that has generated this event
getProvider() - Method in class net.java.sip.communicator.service.protocol.event.ServerStoredDetailsChangeEvent
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
 
getProvisioningConfigForm() - Static method in class net.java.sip.communicator.plugin.simpleaccreg.SimpleAccountRegistrationActivator
Returns the first available provisioning configuration form.
getProvisioningMethod() - Method in class net.java.sip.communicator.plugin.provisioning.ProvisioningServiceImpl
Indicates if the provisioning has been enabled.
getProvisioningMethod() - Method in interface net.java.sip.communicator.service.provisioning.ProvisioningService
Indicates if the provisioning has been enabled.
getProvisioningPassword() - Method in class net.java.sip.communicator.plugin.provisioning.ProvisioningServiceImpl
Returns provisioning password.
getProvisioningPassword() - Method in interface net.java.sip.communicator.service.provisioning.ProvisioningService
Returns provisioning password if any.
getProvisioningService() - Static method in class net.java.sip.communicator.plugin.provisioning.ProvisioningActivator
Returns a reference to a ProvisioningService implementation.
getProvisioningUri() - Method in class net.java.sip.communicator.plugin.provisioning.ProvisioningServiceImpl
Returns the provisioning URI.
getProvisioningUri() - Method in interface net.java.sip.communicator.service.provisioning.ProvisioningService
Returns the provisioning URI.
getProvisioningURL() - Method in class net.java.sip.communicator.service.provdisc.event.DiscoveryEvent
Get the provisioning URL.
getProvisioningUsername() - Method in class net.java.sip.communicator.plugin.provisioning.ProvisioningServiceImpl
Returns provisioning username.
getProvisioningUsername() - Method in interface net.java.sip.communicator.service.provisioning.ProvisioningService
Returns provisioning username if any.
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.
getPublicAddressFor(InetAddress, int) - Method in class net.java.sip.communicator.impl.netaddr.NetworkAddressManagerServiceImpl
Tries to obtain an for the specified port.
getPublicAddressFor(InetAddress, int) - Method in interface net.java.sip.communicator.service.netaddr.NetworkAddressManagerService
Tries to obtain a mapped/public address for the specified port.
getPurpose() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.URIPacketExtension
Get purpose.
getQualifiedName() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceInfo
Fully qualified service name, such as foobar._http._tcp.local. .
getQualityControl() - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Gets the QualityControl of this VideoMediaStream.
getQualityControl() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerJabberImpl
Returns the quality control for video calls if any.
getQualityControl(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetVideoTelephonyJabberImpl
Returns the quality control for video calls if any.
getQualityControl() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerMediaHandlerSipImpl
Returns the quality control for video calls if any.
getQualityControl(CallPeer) - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetVideoTelephonySipImpl
Returns the quality control for video calls if any.
getQualityControl() - Method in interface net.java.sip.communicator.service.neomedia.VideoMediaStream
Gets the QualityControl of this VideoMediaStream.
getQualityControl(CallPeer) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetVideoTelephony
Returns the quality control for video calls if any.
getQualityControl(CallPeer) - Method in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
Returns the quality control for video calls if any.
getQuery() - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Returns the query which this Ldap person found is a result of
getQuery() - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Returns the query which this Ldapperson found is a result of
getQueryPattern() - Method in class net.java.sip.communicator.service.googlecontacts.GoogleQuery
Get the query pattern.
getQueryResultCount() - Method in class net.java.sip.communicator.service.contactsource.AsyncContactQuery
Gets the number of SourceContacts which match this ContactQuery.
getQueryResults() - Method in class net.java.sip.communicator.service.contactsource.AsyncContactQuery
Gets the List of SourceContacts which match this ContactQuery.
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.
getQueryString() - Method in class net.java.sip.communicator.impl.callhistory.CallHistoryQueryImpl
Returns the query string, this query was created for.
getQueryString() - Method in class net.java.sip.communicator.impl.history.HistoryQueryImpl
Returns the query string, this query was created for.
getQueryString() - Method in interface net.java.sip.communicator.service.callhistory.CallHistoryQuery
Returns the query string, this query was created for.
getQueryString() - Method in class net.java.sip.communicator.service.contactsource.AsyncContactQuery
Returns the query string, this query was created for.
getQueryString() - Method in interface net.java.sip.communicator.service.contactsource.ContactQuery
Returns the query string, this query was created for.
getQueryString() - Method in interface net.java.sip.communicator.service.history.HistoryQuery
Returns the query string, this query was created for.
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.
getReadMessages() - Method in class net.java.sip.communicator.service.protocol.event.MessageWaitingEvent
Number of old/read messages.
getReadUrgentMessages() - Method in class net.java.sip.communicator.service.protocol.event.MessageWaitingEvent
Number of old/read messages.
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.coin.ExecutionPacketExtension
Get "reason" field.
getReason() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.SessionIQ
Returns this IQ's reason extension.
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.ChatRoomMessageDeliveryFailedEvent
Returns the reason of the delivery failure.
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.CallPeerChangeEvent
Returns a reason code for the event (may be -1).
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.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.getReceiveBufferSize() that always returns -1.
getReceiveStream() - Method in class net.java.sip.communicator.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Gets the ReceiveStream which has its DataSource wrapped by this instance.
getReceiveStreams() - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceSession
Gets a list of the ReceiveStreams being played back on the MediaDevice represented by this instance.
getReceiveStreams(StreamRTPManager) - Method in class net.java.sip.communicator.impl.neomedia.RTPTranslatorImpl
 
getReceiveStreams() - Method in class net.java.sip.communicator.impl.neomedia.StreamRTPManager
 
getRecorderListeners() - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Gives access to currently registered Recorder.Listeners.
getRecorderListeners() - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Gives access to currently registered Recorder.Listeners.
getRedir() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RedirectPacketExtension
Get redirection.
getRef() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.EntryRefType
Gets the value of the ref property.
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 interface net.java.sip.communicator.service.notification.NotificationService
Returns an iterator over a list of all events registered in this notification service.
getRegisteredEvents() - Method in class net.java.sip.communicator.service.notification.NotificationServiceImpl
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
getRegisteredProviders(String, Class<? extends OperationSet>) - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns a list of all currently registered telephony providers for the given protocol name.
getRegisteredProviders(Class<? extends OperationSet>) - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns a list of all currently registered providers, which support the given operationSetClass.
getRegistrarConnection() - Method in class net.java.sip.communicator.impl.protocol.sip.ProtocolProviderServiceSipImpl
Returns the current instance of SipRegistrarConnection.
getRegistrarURI() - Method in class net.java.sip.communicator.impl.protocol.sip.SipRegistrarConnection
The registrar URI we use for registrar connection.
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.gibberishaccregwizz.GibberishAccountRegistrationWizard
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.JabberAccountRegistrationForm
Returns the current jabber registration holding all values.
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.
getRegistrationForm() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage
Returns the SIPAccountRegistrationForm used in this page.
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.
getRelayedCandidateDatagramSocket() - Method in class net.java.sip.communicator.impl.protocol.jabber.JingleNodesCandidate
Gets the JingleNodesCandidateDatagramSocket of this JingleNodesCandidate.
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.
getRemoteCandidate() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.IceUdpTransportPacketExtension
Returns the in-use candidate for this session.
getRemoteContent(String) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerJabberImpl
Get the remote content of a specific content type (like audio or video).
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.
getRemoteControls() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.InputEvtIQ
Get the RemoteControlExtension list of this IQ.
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
 
getRemoteReceivePreset() - Method in interface net.java.sip.communicator.service.neomedia.QualityControl
The currently used quality preset announced as receive by remote party.
getRemoteReceivePreset() - Method in class net.java.sip.communicator.service.protocol.media.AbstractQualityControlWrapper
The currently used quality preset announced as receive by remote party.
getRemoteSendMaxPreset() - Method in interface net.java.sip.communicator.service.neomedia.QualityControl
The maximum preset that the remote party is sending and we are receiving.
getRemoteSendMaxPreset() - Method in class net.java.sip.communicator.service.protocol.media.AbstractQualityControlWrapper
The maximum preset that the remote party is sending and we are receiving.
getRemoteSendMinPreset() - Method in interface net.java.sip.communicator.service.neomedia.QualityControl
The minimum preset that the remote party is sending and we are receiving.
getRemoteSendMinPreset() - Method in class net.java.sip.communicator.service.protocol.media.AbstractQualityControlWrapper
The minimum preset that the remote party is sending and we are receiving.
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.
getRemoteVideoComponent() - Method in class net.java.sip.communicator.impl.gui.main.call.UIVideoHandler
Deprecated. 
getReplacement(String) - Method in class net.java.sip.communicator.impl.replacement.bliptv.ReplacementServiceBliptvImpl
Replaces the Blip.tv video links with their corresponding thumbnails.
getReplacement(String) - Method in class net.java.sip.communicator.impl.replacement.dailymotion.ReplacementServiceDailymotionImpl
Returns the thumbnail URL of the video link provided.
getReplacement(String) - Method in class net.java.sip.communicator.impl.replacement.directimage.ReplacementServiceDirectImageImpl
Returns the thumbnail URL of the image link provided.
getReplacement(String) - Method in class net.java.sip.communicator.impl.replacement.flickr.ReplacementServiceFlickrImpl
Replaces the Flickr image links with their corresponding thumbnails.
getReplacement(String) - Method in class net.java.sip.communicator.impl.replacement.hulu.ReplacementServiceHuluImpl
Replaces the Hulu video links with their corresponding thumbnails.
getReplacement(String) - Method in class net.java.sip.communicator.impl.replacement.metacafe.ReplacementServiceMetacafeImpl
Replaces the metacafe video links with their corresponding thumbnails.
getReplacement(String) - Method in class net.java.sip.communicator.impl.replacement.smiley.ReplacementServiceSmileyImpl
Replaces the smiley strings with their corresponding smiley image.
getReplacement(String) - Method in class net.java.sip.communicator.impl.replacement.twitpic.ReplacementServiceTwitpicImpl
Replaces the twitpic image links with their corresponding thumbnails.
getReplacement(String) - Method in class net.java.sip.communicator.impl.replacement.vbox7.ReplacementServiceVbox7Impl
Returns the thumbnail URL of the video link provided.
getReplacement(String) - Method in class net.java.sip.communicator.impl.replacement.viddler.ReplacementServiceViddlerImpl
Returns the thumbnail URL of the video link provided.
getReplacement(String) - Method in class net.java.sip.communicator.impl.replacement.vimeo.ReplacementServiceVimeoImpl
Returns the thumbnail URL of the video link provided.
getReplacement(String) - Method in class net.java.sip.communicator.impl.replacement.youtube.ReplacementServiceYoutubeImpl
Returns the thumbnail URL of the video link provided.
getReplacement(String) - Method in interface net.java.sip.communicator.service.replacement.ReplacementService
Returns the text replacements if any or returns the original source string.
getReplacementSources() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns all ReplacementServices obtained from the bundle context.
getReplacementSources() - Static method in class net.java.sip.communicator.plugin.chatconfig.ChatConfigActivator
Returns all ReplacementServices obtained from the bundle context.
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.
getResolution() - Method in class net.java.sip.communicator.service.neomedia.QualityPreset
Returns this preset resolution.
getResource() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.ConnectionPanel
Returns the resource.
getResource() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Returns the resource.
getResource() - Method in enum net.java.sip.communicator.service.keybindings.KeybindingSet.Category
Provides the name keybindings are saved and loaded with.
getResourceLists() - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.ResourceListsClient
Gets the resource-lists from the server.
getResourceLists() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Gets the resource-lists from the server.
getResourceManagementService() - Static method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsActivator
Returns a reference to a ResourceManagementService implementation currently registered in the bundle context or null if no such implementation was found.
getResourceManagementService() - Static method in class net.java.sip.communicator.plugin.ldap.LdapActivator
Returns a reference to a ResourceManagementService implementation currently registered in the bundle context or null if no such implementation was found.
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.callhistory.CallHistoryActivator
Returns the ResourceManagementService, through which we will access all resources.
getResources() - Static method in class net.java.sip.communicator.impl.certificate.CertificateVerificationActivator
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
Get ResourceManagementService registered.
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
Get the ResourceMaangementService registered.
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.SipActivator
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.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.replacement.smiley.SmileyActivator
Returns the ResourceManagementService, through which we will access all resources.
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.addrbook.AddrBookActivator
Gets the ResourceManagementService to be used by the functionality of the addrbook plug-in.
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.chatconfig.ChatConfigActivator
Gets the service giving access to all application resources.
getResources() - Static method in class net.java.sip.communicator.plugin.contactinfo.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.contactsourceconfig.ContactSourceConfigActivator
Returns a reference to the ResourceManagementService implementation currently registered in the bundle context or null if no such implementation was found.
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.FacebookAccRegWizzActivator
 
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.GoogleTalkAccRegWizzActivator
 
getResources() - Static method in class net.java.sip.communicator.plugin.icqaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccRegWizzActivator
Returns the service giving access to 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.notificationwiring.NotificationWiringActivator
Returns the ResourceManagementService, through which we will access all 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.simpleaccreg.SimpleAccountRegistrationActivator
Returns the ResourceManagementService, through which we will access all 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.skinmanager.Resources
Returns an instance of ResourceManagementService registered in the bundleContext.
getResources() - Method in class net.java.sip.communicator.plugin.skinresourcepack.SkinResourcePack
Returns a Map, containing all [key, value] pairs for this resource pack.
getResources() - Static method in class net.java.sip.communicator.plugin.spellcheck.Resources
Returns the ResourceManagementService through which we obtain resources like images and localized texts.
getResources() - Static method in class net.java.sip.communicator.plugin.sshaccregwizz.Resources
 
getResources() - Static method in class net.java.sip.communicator.plugin.update.Resources
Gets the ResourceManagementService registered in the BundleContext of the update plug-in.
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() - Static method in class net.java.sip.communicator.service.gui.internal.GuiServiceActivator
Returns the ResourceManagementService, through which we will access all resources.
getResources() - Static method in class net.java.sip.communicator.service.httputil.HttpUtilActivator
Returns the service giving access to all application 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.dns.DnsUtilActivator
Returns the service giving access to all application resources.
getResources() - Static method in class net.java.sip.communicator.util.UtilActivator
Returns the service giving access to all application resources.
getResourceService() - Static method in class net.java.sip.communicator.impl.keybindings.KeybindingsActivator
Returns the ResourceManagementService obtained from the bundle context.
getResourceService() - Static method in class net.java.sip.communicator.impl.ldap.LdapActivator
Returns a reference to a ResourceManagementService implementation currently registered in the bundle context or null if no such implementation was found.
getResourceService() - Static method in class net.java.sip.communicator.plugin.loggingutils.LoggingUtilsActivator
Returns the ResourceManagementService obtained from the bundle context.
getResourceService() - Static method in class net.java.sip.communicator.plugin.provisioning.ProvisioningActivator
Returns the ResourceManagementService obtained from the bundle context.
getResourceService() - Static method in class net.java.sip.communicator.service.protocol.ProtocolProviderActivator
Gets the ResourceManagementService to be used by the classes in the bundle represented by ProtocolProviderActivator.
getResourceURI(XCapResourceId) - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
Gets resource uri from XCAP resource identifier.
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
Get the RGB24 native pixel format
getRGB32PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Get the RGB32 native pixel format
getRightButtonFromSuper() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
Returns the right button.
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.ShowMoreContact
Returns null to indicate that this contact has no right button menu.
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.notifsource.NotificationContact
Returns null to indicate that no right button menu is provided for this contact.
getRightButtonMenu() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationGroup
Returns null to indicate that there's no right button menu provided for this group.
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.
getRoles() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.UserRolesPacketExtension
Get list of roles.
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.sip.ServerStoredContactList
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.googlecontacts.configform.GoogleContactsTableModel
Returns the number of rows in the table
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.certconfig.CertConfigTableModel
 
getRowCount() - Method in class net.java.sip.communicator.plugin.chatconfig.replacement.ReplacementConfigurationTableModel
getRowCount() - Method in class net.java.sip.communicator.plugin.dnsconfig.DnssecTableModel
getRowCount() - Method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutTableModel
Returns the number of rows in the table
getRowCount() - Method in class net.java.sip.communicator.plugin.ldap.configform.LdapTableModel
Returns the number of rows in the table
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.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.getRTCPBandwidthFraction() that always returns -1.
getRTCPSenderBandwidthFraction() - Method in class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.getRTCPSenderBandwidthFraction() that always returns -1.
GetRTCPSSRC() - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Get RTCP SSRC from a RTCP packet
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.rtcp.StatisticsEngine
Returns a reference to this class since it is performing RTP transformations in here.
getRTCPTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.AsymmetricSRTPTransformer
 
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.
getRTPConnector() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Gets the RTPConnector through which this instance sends and receives RTP and RTCP traffic.
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.rtcp.StatisticsEngine
Always returns null since this engine does not require any RTP transformations.
getRTPTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.AsymmetricSRTPTransformer
 
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.
getRTPTranslator(MediaType) - Method in class net.java.sip.communicator.service.protocol.media.MediaAwareCall
Gets the RTPTranslator which forwards RTP and RTCP traffic between the CallPeers of this Call when the local peer represented by this Call is acting as a conference focus i.e.
getRules() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.RulesetType
Gets the value of the rules property.
getSaltKeyLength() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPPolicy
Get the salt key length
getSasHash() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get the computed SAS hash for this ZRTP session.
getSasType() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get the commited SAS rendering algorithm for this ZRTP session.
getSavpOption() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
 
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.
getScope() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySettingsImpl
Returns the search scope: one level under the base distinguished name or all the subtree.
getScope() - Method in class net.java.sip.communicator.impl.ldap.LdapSearchSettingsImpl
 
getScope() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
Returns the search scope: one level under the base distinguished name or all the subtree.
getScope() - Method in interface net.java.sip.communicator.service.ldap.LdapSearchSettings
Returns the custom search scope.
getScreenBounds() - Static method in class net.java.sip.communicator.util.swing.ScreenInformation
Calculates the bounding box of all available screens.
getScreenForPoint(Point) - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Find the screen device that contains specified point.
getScreenname() - Method in class net.java.sip.communicator.impl.protocol.icq.VolatileBuddy
Returns the screenname of this contact.
getSDesCipherSuites() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
 
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.ShowMoreContact
Returns null to indicate that this contact cannot be searched.
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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContact
No search strings are provided for 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
Returns the control dark shadow color resource.
getSecondary2() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
Returns the control shadow color resource.
getSecondary3() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
Returns the control color resource.
getSecureCommunicationStatus() - Method in class net.java.sip.communicator.impl.neomedia.transform.sdes.SDesControlImpl
 
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.SrtpControl
Gets the default secure/insecure communication status for the supported call sessions.
getSecurityAuthority() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the SecurityAuthority implementation registered to handle security authority events.
getSecurityAuthority(String) - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the SecurityAuthority implementation registered to handle security authority events.
getSecurityAuthority() - Method in class net.java.sip.communicator.impl.protocol.sip.security.SipSecurityManager
Returns the SecurityAuthority instance that SipSecurityManager uses to obtain user credentials.
getSecurityController() - Method in class net.java.sip.communicator.service.protocol.event.CallPeerSecurityOnEvent
Gets the security controller that caused this event.
getSecurityString() - Method in class net.java.sip.communicator.impl.neomedia.transform.zrtp.SecurityEventManager
Gets the SAS for the current media stream.
getSecurityString() - Method in class net.java.sip.communicator.impl.neomedia.ZrtpControlImpl
 
getSecurityString() - Method in interface net.java.sip.communicator.service.neomedia.ZrtpControl
Gets the SAS for the current media stream.
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.
getSelectedDevice() - Method in class net.java.sip.communicator.impl.gui.main.call.SelectScreenDialog
Returns the selected device.
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
Gets the currently selected JMenu.
getSelectedMetaContact() - Method in class net.java.sip.communicator.impl.gui.utils.OneChoiceInviteDialog
Returns an enumeration of the list of selected MetaContacts.
getSelectedMetaContactGroup() - Method in class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationRequestedDialog
Returns the currently selected group to add the contact to.
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.
getSelectedValue() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.DefaultTreeContactList
Returns the currently selected object in the contact list.
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.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.getSendBufferSize() that always returns -1.
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() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RTPHdrExtPacketExtension
Get the direction.
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.
getSendStreams(StreamRTPManager) - Method in class net.java.sip.communicator.impl.neomedia.RTPTranslatorImpl
 
getSendStreams() - Method in class net.java.sip.communicator.impl.neomedia.StreamRTPManager
 
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.ldap.LdapPersonFoundImpl
Returns the server which this person was found on
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.
getServer() - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Returns the server which this person was found on
getServerAddress() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.ConnectionPanel
Returns the server address.
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.jabberaccregwizz.JabberAccountRegistrationForm
Returns the server address.
getServerAddress() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.NewAccount
Returns the server address.
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
getServerAt(int) - Method in class net.java.sip.communicator.plugin.ldap.configform.LdapTableModel
Returns the LdapDirectory at the row 'row'
getServerChatRoomList() - Method in class net.java.sip.communicator.impl.protocol.irc.IrcStack
Returns the list of chat rooms on this server.
getServerFromUserName(String) - Static method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm
Return the server part of the jabber user name.
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.jabberaccregwizz.ConnectionPanel
Returns the server port.
getServerPort() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.NewAccount
Returns the port of the server.
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
getServerSet() - Method in class net.java.sip.communicator.impl.ldap.LdapServiceImpl
Returns all the LDAP directories
getServerSet() - Method in interface net.java.sip.communicator.service.ldap.LdapService
Returns all the LDAP directories
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.
getServerWithName(String) - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySetImpl
 
getServerWithName(String) - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySet
 
getService(ServiceReference) - Static method in class net.java.sip.communicator.impl.credentialsstorage.CredentialsStorageActivator
Returns the service corresponding to the ServiceReference.
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.
getServicePermission() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.TransformationsType
Gets the value of the servicePermission property.
getServiceUriList() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideServicePermissionType
Gets the value of the serviceUriSchemeList property.
getServiceUriSchemeList() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideServicePermissionType
Gets the value of the serviceUriSchemeList property.
getSessInitID() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerGTalkImpl
Returns the IQ ID of the Jingle session-initiate packet associated with this call.
getSessInitID() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Returns the IQ ID of the Jingle session-initiate packet associated with this call.
getSession() - Method in class net.java.sip.communicator.impl.neomedia.device.AbstractMediaDevice
Get the last used MediaDeviceSession.
getSessionID() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerGTalkImpl
Returns the session ID of the Jingle session associated with this call.
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.
getSessionIQ() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Returns the IQ ID of the Jingle session-initiate packet associated with this call.
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.
getSettings() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectoryImpl
Returns an LdapDirectorySettings object containing a copy of the settings of this server
getSettings() - Method in class net.java.sip.communicator.plugin.ldap.configform.DirectorySettingsForm
Returns LDAP settings.
getSettings() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectory
Returns an LdapDirectorySettings object containing a copy of the settings of this server
getSettingsInputStream(String) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns a stream from a given identifier.
getSettingsInputStream(String, Class<?>) - Method in class net.java.sip.communicator.impl.resources.ResourceManagementServiceImpl
Returns a stream from a given identifier, obtained through the class loader of the given resourceClass.
getSettingsInputStream(String) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns an InputStream for the setting corresponding to the given key.
getSettingsInputStream(String, Class<?>) - Method in interface net.java.sip.communicator.service.resources.ResourceManagementService
Returns a stream from a given identifier, obtained through the class loader of the given resourceClass.
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.
getSettingsResources() - Method in class net.java.sip.communicator.plugin.skinresourcepack.SkinResourcePack
Returns a Map, containing all [key, value] pairs for color resource pack.
getSettingsResources() - Method in interface net.java.sip.communicator.service.resources.SkinPack
Returns a Map, containing all [key, value] pairs for settings resource pack.
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) - Static method in class net.java.sip.communicator.plugin.jabberaccregwizz.Resources
Returns an internationalized 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
 
getShortcut() - Method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutEntry
Returns primary shortcut if it exists.
getShortcut2() - Method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutEntry
Returns second shortcut if it exists.
getShortcutText(AWTKeyStroke) - Static method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutEntry
Set the shortcut keystroke and field.
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.
getShutdownService() - Static method in class net.java.sip.communicator.plugin.update.UpdateActivator
Gets a reference to a ShutdownService implementation currently registered in the bundle context of the active UpdateCheckActivator instance.
getSID() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.CoinIQ
Get session ID.
getSID() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ
Returns this element's session ID value.
getSID() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.TransferPacketExtension
Gets the value of the "sid" attribute of this "transfer" element.
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(boolean) - Method in class net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
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(boolean) - Method in class net.java.sip.communicator.plugin.aimaccregwizz.AimAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage
The simple form for this wizard.
getSimpleForm(boolean) - Method in class net.java.sip.communicator.plugin.dictaccregwizz.DictAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage
 
getSimpleForm(boolean) - Method in class net.java.sip.communicator.plugin.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage
 
getSimpleForm(boolean) - Method in class net.java.sip.communicator.plugin.gibberishaccregwizz.GibberishAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm(boolean) - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage
 
getSimpleForm(boolean) - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm(boolean) - Method in class net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm(boolean) - Method in class net.java.sip.communicator.plugin.iptelaccregwizz.IptelAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage
 
getSimpleForm(boolean) - Method in class net.java.sip.communicator.plugin.ircaccregwizz.IrcAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage
Returns the simple form.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm
Returns a simple version of this registration form.
getSimpleForm(boolean) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm(JabberAccountRegistration, boolean) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Returns the first wizard page.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage
 
getSimpleForm(boolean) - Method in class net.java.sip.communicator.plugin.msnaccregwizz.MsnAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage
 
getSimpleForm(boolean) - Method in class net.java.sip.communicator.plugin.rssaccregwizz.RssAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm(boolean) - Method in class net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
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(boolean) - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm(SIPAccountRegistration, boolean) - 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(boolean) - Method in class net.java.sip.communicator.plugin.sshaccregwizz.SSHAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage
 
getSimpleForm(boolean) - Method in class net.java.sip.communicator.plugin.yahooaccregwizz.YahooAccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm() - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage
 
getSimpleForm(boolean) - Method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccountRegistrationWizard
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.AccountRegistrationForm
Returns a simple account registration form that would be the first form shown to the user.
getSimpleForm(boolean) - Method in class net.java.sip.communicator.service.gui.AccountRegistrationWizard
Returns a simple account registration form that would be the first form shown to the user.
getSingleHeaderValue(HttpResponse, String) - Static method in class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
Gets HTTP header value.
getSingleWindowContainer() - Method in class net.java.sip.communicator.impl.gui.UIServiceImpl
Returns the single window container if such one is available (i.e.
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.gibberishaccregwizz.GibberishAccountRegistrationWizard
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 class 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.replacement.smiley.Resources
Returns a Smiley object for a given smiley string.
getSmileysBox() - Method in class net.java.sip.communicator.impl.gui.main.chat.toolBars.MainToolBar
Get the smileys box.
getSmileyStrings() - Method in class net.java.sip.communicator.impl.replacement.smiley.SmileyImpl
Returns the set of Strings corresponding to this smiley.
getSmileyStrings() - Method in interface net.java.sip.communicator.service.replacement.smilies.Smiley
Returns the set of Strings corresponding to this smiley.
getSmiliesPack() - Method in class net.java.sip.communicator.impl.replacement.smiley.ReplacementServiceSmileyImpl
Returns the smileys pack to use in the user interface.
getSmiliesPack() - Method in interface net.java.sip.communicator.service.replacement.smilies.SmiliesReplacementService
Returns the smileys pack to use in the user interface.
getSmiliesReplacementSource() - Static method in class net.java.sip.communicator.impl.gui.GuiActivator
Returns the SmiliesReplacementService obtained from the bundle context.
getSmsServerAddress() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Returns the default sms server.
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
getSource() - Method in class net.java.sip.communicator.service.ldap.event.LdapEvent
Returns the LdapEventManager which sent the LdapEvent.
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.
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.CallGroupEvent
Returns the source call.
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.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.GenericEvent
Returns The source contact for this event.
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.ShowMoreContact
Returns Integer.MAX_VALUE to indicate that this contact should be placed at the end of its 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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContact
Returns the index of this contact in its source.
getSourceIndex() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationGroup
Returns the index of this group in its source.
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.
getSourceName() - Method in class net.java.sip.communicator.impl.replacement.bliptv.ReplacementServiceBliptvImpl
Returns the source name
getSourceName() - Method in class net.java.sip.communicator.impl.replacement.dailymotion.ReplacementServiceDailymotionImpl
Returns the source name
getSourceName() - Method in class net.java.sip.communicator.impl.replacement.directimage.ReplacementServiceDirectImageImpl
Returns the source name
getSourceName() - Method in class net.java.sip.communicator.impl.replacement.flickr.ReplacementServiceFlickrImpl
Returns the source name
getSourceName() - Method in class net.java.sip.communicator.impl.replacement.hulu.ReplacementServiceHuluImpl
Returns the source name
getSourceName() - Method in class net.java.sip.communicator.impl.replacement.metacafe.ReplacementServiceMetacafeImpl
Returns the source name
getSourceName() - Method in class net.java.sip.communicator.impl.replacement.smiley.ReplacementServiceSmileyImpl
Returns the source name
getSourceName() - Method in class net.java.sip.communicator.impl.replacement.twitpic.ReplacementServiceTwitpicImpl
Returns the source name
getSourceName() - Method in class net.java.sip.communicator.impl.replacement.vbox7.ReplacementServiceVbox7Impl
Returns the source name
getSourceName() - Method in class net.java.sip.communicator.impl.replacement.viddler.ReplacementServiceViddlerImpl
Returns the source name
getSourceName() - Method in class net.java.sip.communicator.impl.replacement.vimeo.ReplacementServiceVimeoImpl
Returns the source name
getSourceName() - Method in class net.java.sip.communicator.impl.replacement.youtube.ReplacementServiceYoutubeImpl
Returns the source name
getSourceName() - Method in interface net.java.sip.communicator.service.replacement.ReplacementService
Returns the name of the replacement source.
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.GenericEvent
Returns the ProtocolProviderService which originated this event.
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.MessageWaitingEvent
Returns the ProtocolProviderService which originated this event.
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.
getSourceVolumeControl() - Method in class net.java.sip.communicator.service.neomedia.event.VolumeChangeEvent
Gets the VolumeControl which is the source of the change notified about by this VolumeChangeEvent.
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.
getSpheres() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ConditionsType
Gets the value of the spheres property.
getSplitPaneFromSuper() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommSplitPaneDivider
Returns the split pane.
getSpokenLanguage(int) - Static method in class net.java.sip.communicator.impl.protocol.icq.OperationSetServerStoredAccountInfoIcqImpl
Returns the Locale corresponding the index coming from icq server
getSrcID() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.MediaPacketExtension
Get src-id.
getSRTCPIndex(int) - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Get SRTCP sequence number from a SRTCP packet
getSRTCPPolicy() - Method in class net.java.sip.communicator.impl.neomedia.transform.srtp.SRTPTransformEngine
Get the SRTCP policy
getSrtpControl() - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Gets the SrtpControl which controls the SRTP of this stream.
getSrtpControl() - Method in interface net.java.sip.communicator.service.neomedia.MediaStream
The ZrtpControl which controls the ZRTP for this stream.
getSrtpControls() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Returns the currently valid SrtpControls map.
getSrtpListener() - Method in class net.java.sip.communicator.impl.neomedia.transform.sdes.SDesControlImpl
 
getSrtpListener() - Method in class net.java.sip.communicator.impl.neomedia.ZrtpControlImpl
Returns the ZrtpListener which listens for security events.
getSrtpListener() - Method in interface net.java.sip.communicator.service.neomedia.SrtpControl
Returns the SrtpListener which listens for security events.
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, String, String) - Method in class net.java.sip.communicator.impl.protocol.sip.net.AutoProxyConnection.LocalNetworkUtils
 
getSRVRecords(String) - Method in class net.java.sip.communicator.impl.protocol.sip.net.AutoProxyConnection.LocalNetworkUtils
 
getSRVRecords(String) - Static method in class net.java.sip.communicator.util.NetworkUtils
Returns array of hosts from the SRV record of the specified domain.
getSRVRecords(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.
getSsContactList() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetPresenceSipImpl
Return current server-stored contact list implementation.
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
getSsl() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingleinfo.ServerPacketExtension
Returns the SSL port.
getSSLContext() - Method in class net.java.sip.communicator.impl.certificate.CertificateServiceImpl
 
getSSLContext(X509TrustManager) - Method in class net.java.sip.communicator.impl.certificate.CertificateServiceImpl
 
getSSLContext(String, X509TrustManager) - Method in class net.java.sip.communicator.impl.certificate.CertificateServiceImpl
 
getSSLContext(KeyManager[], X509TrustManager) - Method in class net.java.sip.communicator.impl.certificate.CertificateServiceImpl
 
getSSLContext() - Method in interface net.java.sip.communicator.service.certificate.CertificateService
Get an SSL Context that validates certificates based on the JRE default check and asks the user when the JRE check fails.
getSSLContext(X509TrustManager) - Method in interface net.java.sip.communicator.service.certificate.CertificateService
Get an SSL Context with the specified trustmanager.
getSSLContext(String, X509TrustManager) - Method in interface net.java.sip.communicator.service.certificate.CertificateService
Get an SSL Context with the specified trustmanager.
getSSLContext(KeyManager[], X509TrustManager) - Method in interface net.java.sip.communicator.service.certificate.CertificateService
Get an SSL Context with the specified trustmanager.
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.SRTCPCryptoContext
Get the SSRC of this SRTP cryptographic context
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.;
getStart() - Method in class net.java.sip.communicator.plugin.spellcheck.Word
 
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.ldap.LdapQueryImpl
Returns the query state
getState() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.CoinIQ
Get state.
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 interface net.java.sip.communicator.service.ldap.LdapQuery
Returns the query state
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 the 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.jabber.extensions.coin.ConferenceMediumPacketExtension
Get status.
getStatus() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.EndpointPacketExtension
Get status.
getStatus() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.MediaPacketExtension
Get status.
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 class net.java.sip.communicator.impl.sysactivity.DBusNetworkManager.StateChange
The current status.
getStatus() - Method in class net.java.sip.communicator.service.contactsource.AbstractContactQuery
Gets the status of this ContactQuery which can be one of the QUERY_XXX constants defined by ContactQuery.
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.ShowMoreContact
Returns null to indicate that this contact has no status icon.
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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContact
Returns the status icon of this contact or null if no status is available.
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() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.UIContactDetail
Returns the status icon of this contact detail.
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.impl.sysactivity.DBusNetworkManager.StateChange
Returns status description
getStatusName() - Method in class net.java.sip.communicator.impl.sysactivity.DBusNetworkManager.StateChanged
Returns status description
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
Get all status name as array.
getStoredAccounts() - Method in class 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.impl.protocol.jabber.IceUdpTransportManager
Gets the StreamConnector to be used as the connector of the MediaStream with a specific MediaType.
getStreamConnector(MediaType) - Method in class net.java.sip.communicator.impl.protocol.jabber.TransportManagerGTalkImpl
Gets the StreamConnector to be used as the connector of the MediaStream with 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(Class<SourceStreamT>) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Gets the AbstractBufferStreams through which this AbstractBufferCaptureDevice gives access to its media data.
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.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.RewritablePullBufferDataSource
Implements PullBufferDataSource.getStreams().
getStreams() - Method in class net.java.sip.communicator.impl.neomedia.protocol.RewritablePushBufferDataSource
Implements PushBufferDataSource.getStreams().
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.ConferenceFocusPanel
Returns the listener instance and created if needed.
getStreamSoundLevelListener() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Returns the listener instance and created if needed.
getStreamSoundLevelListener() - Method in interface net.java.sip.communicator.impl.gui.main.call.ConferenceCallPeerRenderer
Returns the stream sound level listener.
getStreamSyncRoot() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Gets the Object which is to synchronize the access to AbstractBufferCaptureDevice.streams() and its return value.
getStreamSyncRoot() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the Object which is to synchronize the access to AbstractPullBufferCaptureDevice.streams() and its return value.
getStreamSyncRoot() - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the Object which is to synchronize the access to AbstractPushBufferCaptureDevice.streams() and its return value.
getStreamTarget(MediaType) - Method in class net.java.sip.communicator.impl.protocol.jabber.IceUdpTransportManager
Implements TransportManagerJabberImpl.getStreamTarget(MediaType).
getStreamTarget(MediaType) - Method in class net.java.sip.communicator.impl.protocol.jabber.RawUdpTransportManager
Implements TransportManagerJabberImpl.getStreamTarget(MediaType).
getStreamTarget(MediaType) - Method in class net.java.sip.communicator.impl.protocol.jabber.TransportManagerGTalkImpl
Implements TransportManagerJabberImpl.getStreamTarget(MediaType).
getStreamTarget(MediaType) - Method in class net.java.sip.communicator.impl.protocol.jabber.TransportManagerJabberImpl
Gets the MediaStreamTarget to be used as the target of the MediaStream with a specific MediaType.
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, String) - Method in class net.java.sip.communicator.impl.configuration.ConfigurationServiceImpl
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(String) - Static method in class net.java.sip.communicator.impl.googlecontacts.configform.Resources
Returns an internationalized string corresponding to the given key.
getString(String, String[]) - Static method in class net.java.sip.communicator.impl.googlecontacts.configform.Resources
Returns an internationalized string corresponding to the given key.
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.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.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.keybindingchooser.globalchooser.Resources
Returns an internationalized string corresponding to the given key.
getString(String, String[]) - Static method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.ldap.configform.Resources
Returns an internationalized string corresponding to the given key.
getString(String, String[]) - Static method in class net.java.sip.communicator.plugin.ldap.configform.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.skinmanager.Resources
Returns an internationalized string corresponding to the given key.
getString(String) - Static method in class net.java.sip.communicator.plugin.spellcheck.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(String, 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.
getStunServer(String, int) - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.IceConfigPanel
Indicates if a stun server with the given address and port already exists in the additional stun servers table.
getStunServers() - Method in class net.java.sip.communicator.impl.protocol.jabber.JabberAccountID
Returns the list of STUN servers that this account is currently configured to use.
getStyleResources() - Method in class net.java.sip.communicator.plugin.skinresourcepack.SkinResourcePack
Returns a Map, containing all [key, value] pairs for style resource pack.
getStyleResources() - Method in interface net.java.sip.communicator.service.resources.SkinPack
Returns a Map, containing all [key, value] pairs for style resource pack.
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.
getSubHandling() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ActionsType
Gets the value of the subHandling property.
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.coin.DescriptionPacketExtension
Get subject.
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.
getSubscriptionState() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Current subscription state of the contact.
getSubscriptionStatus(Contact) - Method in class net.java.sip.communicator.impl.protocol.icq.OperationSetExtendedAuthorizationsIcqImpl
Returns the subscription status for the contact or if not available returns null.
getSubscriptionStatus(Contact) - Method in class net.java.sip.communicator.impl.protocol.jabber.OperationSetExtendedAuthorizationsJabberImpl
Returns the subscription status for the contact or if not available returns null.
getSubscriptionStatus(Contact) - Method in interface net.java.sip.communicator.service.protocol.OperationSetExtendedAuthorizations
Returns the subscription status for the contact or if not available returns null.
getSubTextFont() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
Returns the window title font color resource.
getSuggestedLatency() - Static method in class net.java.sip.communicator.impl.neomedia.portaudio.PortAudio
Gets the suggested latency to be used when opening PortAudio 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 a set of key-value pairs that will represent the summary for 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.gibberishaccregwizz.GibberishAccountRegistrationWizard
Returns the set of data that user has entered through this wizard.
getSummary() - Method in class net.java.sip.communicator.plugin.icqaccregwizz.IcqAccountRegistrationWizard
Returns a set of key-value pairs that will represent the summary for 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 class 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.
getSupportedCryptoSuites() - Method in class net.java.sip.communicator.impl.neomedia.transform.sdes.SDesControlImpl
 
getSupportedCryptoSuites() - Method in interface net.java.sip.communicator.service.neomedia.SDesControl
Gets all supported cipher suites.
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 class net.java.sip.communicator.impl.protocol.msn.OperationSetServerStoredAccountInfoMsnImpl
Returns all detail Class-es that the underlying implementation supports setting.
getSupportedDetailTypes() - Method in class net.java.sip.communicator.impl.protocol.sip.OperationSetServerStoredAccountInfoSipImpl
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.AbstractMediaDevice
Gets a list of MediaFormats supported by this MediaDevice.
getSupportedFormats(QualityPreset, QualityPreset) - Method in class net.java.sip.communicator.impl.neomedia.device.AudioMixerMediaDevice
Gets the list of MediaFormats supported by this MediaDevice.
getSupportedFormats(QualityPreset, QualityPreset) - Method in class net.java.sip.communicator.impl.neomedia.device.MediaDeviceImpl
Gets the 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(QualityPreset, QualityPreset) - Method in class net.java.sip.communicator.impl.neomedia.device.VideoTranslatorMediaDevice
Returns a list of MediaFormat instances representing the media formats supported by this 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.AbstractBufferCaptureDevice
Gets the Formats which are to be reported by a FormatControl as supported formats for a AbstractBufferStream at a specific zero-based index in the list of streams of this AbstractBufferCaptureDevice.
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 class net.java.sip.communicator.impl.neomedia.RecorderImpl
Gets a list of the formats in which this Recorder supports recording media.
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.
getSupportedFormats(QualityPreset, QualityPreset) - 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.
getSupportedFormats() - Method in interface net.java.sip.communicator.service.neomedia.Recorder
Gets a list of the formats in which this Recorder supports recording media.
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.
getSupportedKeyStoreTypes() - Method in class net.java.sip.communicator.impl.certificate.CertificateServiceImpl
 
getSupportedKeyStoreTypes() - Method in interface net.java.sip.communicator.service.certificate.CertificateService
Gets a list of all supported KeyStore types.
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, boolean) - 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(Contact, boolean) - 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
Implements AbstractCodec.getSupportedOutputFormats(Format).
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.gsm.Decoder
 
getSupportedOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.DePacketizer
 
getSupportedOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.Encoder
 
getSupportedOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.Packetizer
 
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.h263p.JNIDecoder
Get all supported output Formats.
getSupportedOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h263p.JNIEncoder
Returns the list of formats supported at the output.
getSupportedOutputFormats(Format) - Method in class net.java.sip.communicator.impl.neomedia.codec.video.h263p.Packetizer
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
Returns 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.
getSurname() - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Returns the surname found in the the directory for this person
getSurname() - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Returns the surname found in the the directory for this person
getSystemActivityService() - Static method in class net.java.sip.communicator.impl.sysactivity.SysActivityActivator
Returns a reference to the bundle context that we were started with.
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
Returns the system text font color resource.
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.notification.NotificationData
Gets additional info to be used by the notification handler.
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.
getTarget() - Method in class net.java.sip.communicator.util.SRVRecord
Get target.
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.
getTcp() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingleinfo.ServerPacketExtension
Returns the TCP port.
getTelephonyDomain() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.TelephonyConfigPanel
Returns telephony domain.
getTelephonyDomainBypassCaps() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistration
Returns telephony domain that bypass GTalk caps.
getTelephonyDomainBypassCaps() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.TelephonyConfigPanel
Returns telephony domain that bypass GTalk caps.
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.
getTemporaryDirectory() - Method in class net.java.sip.communicator.impl.fileaccess.FileAccessServiceImpl
Returns the temporary directory.
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.spellcheck.Word
 
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() - Method in class net.java.sip.communicator.util.swing.TrimTextField
Returns the trimmed value of the text contained in the 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.
getTime() - Method in class net.java.sip.communicator.impl.gui.main.UINotification
Returns the time the notification was received.
getTimeout() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
Gets operation timeout.The deffault value is 10 seconds.
getTimeout() - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.HttpXCapClient
Gets operation timeout.
getTimer() - Static method in class net.java.sip.communicator.plugin.generalconfig.autoaway.StatusUpdateThread
 
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.googlecontacts.configform.GoogleContactsConfigForm
 
getTitle() - Method in class net.java.sip.communicator.impl.protocol.rss.RssFeedReader
Returns a String used as a display name.
getTitle() - Method in class net.java.sip.communicator.plugin.advancedconfig.AdvancedConfigurationPanel
Returns the title of the form.
getTitle() - Method in class net.java.sip.communicator.plugin.certconfig.CertConfigPanel
 
getTitle() - Method in class net.java.sip.communicator.plugin.ldap.configform.LdapConfigForm
 
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.
getTitle() - Method in class net.java.sip.communicator.service.notification.NotificationData
Gets the title of the given message.
getTitleID() - Method in class net.java.sip.communicator.service.gui.LazyConfigurationForm
Returns the identifier of the title of the form.
getTlsClientCertificate() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
Gets the ID of the client certificate configuration.
getTo() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.TransferPacketExtension
Gets the value of the "to" attribute of this "transfer" element.
getToken() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingleinfo.RelayPacketExtension
Get the token.
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.ShowMoreContact
Returns an extended tooltip for this contact.
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 class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContact
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.chat.ContactPhotoPanel
Returns the string to be used as the tooltip for event.
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.
getTransformations() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.RuleType
Gets the value of the transformations property.
getTransformEngine() - Method in class net.java.sip.communicator.impl.neomedia.transform.sdes.SDesControlImpl
 
getTransformEngine() - Method in class net.java.sip.communicator.impl.neomedia.ZrtpControlImpl
Returns the zrtp engine currently used by this stream.
getTransformEngine() - Method in interface net.java.sip.communicator.service.neomedia.SrtpControl
Returns the transform engine currently used by this stream.
getTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.TransformTCPInputStream
Gets the PacketTransformer which is used to reverse-transform packets.
getTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.TransformTCPOutputStream
Gets the PacketTransformer which is used to transform packets.
getTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.TransformUDPInputStream
Gets the PacketTransformer which is used to reverse-transform packets.
getTransformer() - Method in class net.java.sip.communicator.impl.neomedia.transform.TransformUDPOutputStream
Gets the PacketTransformer which is used to transform packets.
getTransport() - Method in class net.java.sip.communicator.impl.protocol.sip.net.ProxyConnection
Gets the transport to use for the next connection attempt.
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.CallPeerMediaHandlerGTalkImpl
Gets the TransportManager implementation handling our address management.
getTransportManager() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerJabberImpl
Gets the TransportManager implementation 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
Gets the TransportManager implementation handling our address management.
getTransportPacketExtension() - Method in class net.java.sip.communicator.impl.protocol.jabber.IceUdpTransportManager
Get the transport PacketExtension to add.
getTransportPacketExtension() - Method in class net.java.sip.communicator.impl.protocol.jabber.P2PTransportManager
Get the transport PacketExtension to add.
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.
getTreeModel() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList
 
getTrustManager(Iterable<String>) - Method in class net.java.sip.communicator.impl.certificate.CertificateServiceImpl
 
getTrustManager(String) - Method in class net.java.sip.communicator.impl.certificate.CertificateServiceImpl
 
getTrustManager(String, CertificateMatcher, CertificateMatcher) - Method in class net.java.sip.communicator.impl.certificate.CertificateServiceImpl
 
getTrustManager(Iterable<String>, CertificateMatcher, CertificateMatcher) - Method in class net.java.sip.communicator.impl.certificate.CertificateServiceImpl
 
getTrustManager(Iterable<String>) - Method in interface net.java.sip.communicator.service.certificate.CertificateService
Creates a trustmanager that validates the certificate based on the JRE default check and asks the user when the JRE check fails.
getTrustManager(String) - Method in interface net.java.sip.communicator.service.certificate.CertificateService
 
getTrustManager(String, CertificateMatcher, CertificateMatcher) - Method in interface net.java.sip.communicator.service.certificate.CertificateService
 
getTrustManager(Iterable<String>, CertificateMatcher, CertificateMatcher) - Method in interface net.java.sip.communicator.service.certificate.CertificateService
Creates a trustmanager that validates the certificate based on the JRE default check and asks the user when the JRE check fails.
getTTL() - Method in class net.java.sip.communicator.util.SRVRecord
Get DNS TTL.
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.coin.ConferenceMediumPacketExtension
Get type.
getType() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.MediaPacketExtension
Get 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.
getUdp() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingleinfo.ServerPacketExtension
Returns the UDP port.
getUfrag() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.IceUdpTransportPacketExtension
Returns the ICE defined user fragment attribute.
getUIClassID() - Method in class net.java.sip.communicator.util.swing.SIPCommLinkButton
 
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.globalshortcut.GlobalShortcutActivator
Returns the UIService obtained from the bundle context.
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.neomedia.NeomediaActivator
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.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.certconfig.CertConfigActivator
Returns a reference to a 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.contactsourceconfig.ContactSourceConfigActivator
Gets the UIService instance registered in the BundleContext of the SecurityConfigActivator.
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.ippiaccregwizz.IppiAccRegWizzActivator
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.notificationwiring.NotificationWiringActivator
Returns the current implementation of 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.provisioning.ProvisioningActivator
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.skinmanager.SkinManagerActivator
Returns the UIService obtained from the bundle context.
getUIService() - Static method in class net.java.sip.communicator.plugin.spellcheck.SpellCheckActivator
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.update.UpdateActivator
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.
getUIShortcut() - Method in class net.java.sip.communicator.impl.globalshortcut.GlobalShortcutServiceImpl
Returns UIShortcut object.
getUniqueContacts(ContactGroupSipImpl) - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactList
Gets all unique contacts from group and all subgroups.
getUnreadMessageCount() - Method in class net.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContact
Returns the number of unread messages, this notification is about.
getUnreadMessages() - Method in class net.java.sip.communicator.service.protocol.event.MessageWaitingEvent
Number of new/unread messages.
getUnreadNotifications() - Method in class net.java.sip.communicator.impl.gui.main.UINotificationGroup
Returns a list of all unread notifications.
getUnreadNotifications(UINotificationGroup) - Static method in class net.java.sip.communicator.impl.gui.main.UINotificationManager
Returns a list of all unread notifications.
getUnreadNotificationsCount() - Method in class net.java.sip.communicator.impl.gui.main.UINotificationGroup
Returns the count of unread notifications for this group.
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.
getUnreadUrgentMessages() - Method in class net.java.sip.communicator.service.protocol.event.MessageWaitingEvent
Number of new/unread urgent messages.
getUntilList() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ValidityType
Gets the value of the untilList property.
getUpdateConfigurationString(String) - Static method in class net.java.sip.communicator.plugin.update.Resources
Gets a String value associated with a specific key in the configuration file of the update plug-in.
getUpdateInterval() - Method in class net.java.sip.communicator.impl.protocol.ssh.SSHContactInfo
Return the update interval
getUpdateService() - Static method in class net.java.sip.communicator.plugin.update.UpdateActivator
Returns the update service instance.
getUploadLocation() - Static method in class net.java.sip.communicator.plugin.loggingutils.LoggingConfigForm
Checks the property in configuration service and if missing there get it from default settings.
getURI() - Method in class net.java.sip.communicator.impl.protocol.gibberish.CallPeerGibberishImpl
Returns full URI of the address.
getURI() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerGTalkImpl
Returns full URI of the address.
getURI() - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerJabberImpl
Returns full URI of the address.
getURI() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RTPHdrExtPacketExtension
Get the URI.
getURI() - Method in class net.java.sip.communicator.impl.protocol.mock.MockCallPeer
Returns full URI of the address.
getURI() - Method in class net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl
Returns full URI of the address.
getUri() - Method in class net.java.sip.communicator.impl.protocol.sip.ContactSipImpl
Gets the entry's uri.
getUri() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
Gets server uri.
getUri() - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.HttpXCapClient
Gets the XCAP server location.
getUri() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.EntryType
Gets the value of the uri property.
getURI() - Method in class net.java.sip.communicator.service.neomedia.RTPExtension
Returns the URI that identifies the format and meaning of this extension.
getURI() - Method in interface net.java.sip.communicator.service.protocol.CallPeer
Returns full URI of the address.
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
getUserCount() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.StatePacketExtension
Get the user count.
getUserCredentials() - Method in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
 
getUserFromUserName(String) - Static method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm
Return the user part of the user name (i.e.
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.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 class net.java.sip.communicator.impl.ldap.LdapDirectorySettingsImpl
Returns the user name associated with the corresponding ldap directory.
getUsername() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkCandidatePacketExtension
Returns this candidate's username.
getUserName() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
Gets user name.
getUserName() - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.HttpXCapClient
Gets connected user name.
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.jabberaccregwizz.AccountPanel
Returns the username entered in this panel.
getUserName() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.NewAccount
Returns the account user name.
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.StunServerDescriptor
Returns the username associated to this server.
getUserName() - Method in class net.java.sip.communicator.service.protocol.UserCredentials
Returns the name of the user that these credentials relate to.
getUserName() - Method in class net.java.sip.communicator.util.swing.AuthenticationWindow
Returns the user name entered by the user or previously set if the user name is not editable.
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.ippiaccregwizz.IppiAccountRegistrationWizard
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.JabberAccountRegistrationForm
Returns the username example.
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 class 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.facebookaccregwizz.FacebookAccountRegistrationWizard
Returns the display label used for the sip id field.
getUsernameLabel() - Method in class net.java.sip.communicator.plugin.googletalkaccregwizz.GoogleTalkAccountRegistrationWizard
Returns the display label used for the sip id field.
getUsernameLabel() - Method in class net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccountRegistrationWizard
Returns the display label used for the sip id field.
getUsernameLabel() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm
Returns the display label used for the jabber id field.
getUsernameLabel() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationWizard
Returns the display label used for the jabber id field.
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
Returns the user text font color resource.
getUTF8Bytes(String) - Static method in class net.java.sip.communicator.util.StringUtils
Returns the UTF8 bytes for string and handles the unlikely case where UTF-8 is not supported.
getUTF8String(byte[]) - Static method in class net.java.sip.communicator.util.StringUtils
Converts string into an UTF8 String and handles the unlikely case where UTF-8 is not supported.
getUYVYPixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Get the UYVY native pixel format
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.
getValidities() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.ConditionsType
Gets the value of the validities property.
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.sip.xcap.model.commonpolicy.SphereType
Gets the value of the value property.
getValue() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.DataType
Gets the value of the value property.
getValue() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.DescriptionType
Gets the value of the value property.
getValue() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.EncodingType
Gets the value of the value property.
getValue() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.MimeType
Gets the value of the value property.
getValue() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ClassType
Gets the value of the value property.
getValue() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.OccurrenceIdType
Gets the value of the value property.
getValue() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideDevicePermissionType.DeviceIdType
Gets the value of the value property.
getValue() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideServicePermissionType.ServiceUriSchemeType
Gets the value of the value property.
getValue() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.presrules.ProvideServicePermissionType.ServiceUriType
Gets the value of the value property.
getValue() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.DisplayNameType
Gets the value of the value property.
getValue() - Method in class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.DNSCache.CacheNode
 
getValue() - Method in class net.java.sip.communicator.service.neomedia.DTMFInbandTone
Returns this tone value as a string representation.
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() - Method in class net.java.sip.communicator.service.protocol.event.DTMFReceivedEvent
Returns the tone this event is indicating of.
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, int) - Method in class net.java.sip.communicator.impl.googlecontacts.configform.GoogleContactsTableModel
Returns the text for the given cell of the table
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.certconfig.CertConfigTableModel
 
getValueAt(int, int) - Method in class net.java.sip.communicator.plugin.chatconfig.replacement.ReplacementConfigurationTableModel
 
getValueAt(int, int) - Method in class net.java.sip.communicator.plugin.dnsconfig.DnssecTableModel
getValueAt(int, int) - Method in class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutTableModel
Returns the text for the given cell of the table
getValueAt(int, int) - Method in class net.java.sip.communicator.plugin.ldap.configform.LdapTableModel
Returns the text for the given cell of the table
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.coin.CoinIQ
Get version.
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.
getVerticalScrollBar() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceCallPanel
Returns the vertical JScrollBar.
getVideoCaptureDevice(MediaUseCase) - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Returns a device that we could use for video capture.
getVideoHandler() - Method in interface net.java.sip.communicator.impl.gui.main.call.CallPeerRenderer
Returns the video handler associated with this call peer renderer.
getVideoHandler() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceFocusPanel
Returns the video handler associated with this call peer renderer.
getVideoHandler() - Method in class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel
Returns the video handler associated with this call peer renderer.
getVideoHandler() - Method in class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPeerPanel
Returns the video handler associated with this call peer renderer.
getVideoMaxBandwidth() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Gets the maximum allowed video bandwidth.
getVideoPreviewComponent(MediaDevice, int, int) - Method in class net.java.sip.communicator.impl.neomedia.MediaServiceImpl
Creates a preview component for the specified device(video device) used to show video preview from that device.
getVideoPreviewComponent(MediaDevice, int, int) - Method in interface net.java.sip.communicator.service.neomedia.MediaService
Creates a preview component for the specified device(video device) used to show video preview from it.
getVideoSize() - Method in class net.java.sip.communicator.impl.neomedia.device.DeviceConfiguration
Gets the video size set on this DeviceConfiguration.
getViewFactory() - Method in class net.java.sip.communicator.util.swing.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.impl.gui.main.DialPadFieldUI
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.
getVisitedLinkColor() - Method in class net.java.sip.communicator.util.swing.SIPCommLinkButton
Returns visited link color.
getVisualComponent() - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Deprecated. 
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
Deprecated. 
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(CallPeer) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetVideoTelephony
Deprecated. 
getVisualComponent() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Deprecated. 
getVisualComponent(CallPeer) - Method in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
Deprecated. 
getVisualComponents() - Method in class net.java.sip.communicator.impl.neomedia.device.VideoMediaDeviceSession
Gets the visual Components where video from the remote peer is being rendered.
getVisualComponents() - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Gets a list of the visual Components where video from the remote peer is being rendered.
getVisualComponents() - Method in interface net.java.sip.communicator.service.neomedia.VideoMediaStream
Gets a list of the visual Components where video from the remote peer is being rendered.
getVisualComponents(CallPeer) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetVideoTelephony
Gets the visual/video Components available in this telephony for a specific CallPeer.
getVisualComponents() - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Gets the visual Components in which videos from the remote peer are currently being rendered.
getVisualComponents(CallPeer) - Method in interface net.java.sip.communicator.service.protocol.OperationSetVideoTelephony
Gets the visual/video Components 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.
getVoicemailURI() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel
Returns the voicemail URI.
getVoicemailURI() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistration
The voicemail URI.
getVolume() - Method in class net.java.sip.communicator.impl.neomedia.AbstractVolumeControl
Current volume value.
getVolume() - Method in interface net.java.sip.communicator.service.neomedia.VolumeControl
Current volume value.
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.
getWebPage() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.HostInfoPacketExtension
Get web page.
getWebSignupLinkName() - Method in class net.java.sip.communicator.plugin.ippiaccregwizz.IppiAccountRegistrationWizard
Returns the name of the web sign up link.
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.
getWeight() - Method in class net.java.sip.communicator.util.SRVRecord
Get weight.
getWhen() - Method in class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.ExecutionPacketExtension
Get "when" field.
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
Returns the window background color resource.
getWindows() - Static method in class net.java.sip.communicator.util.GuiUtils
Returns an array of all Windows, both owned and ownerless, created by this application.
getWindowTitleFont() - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommDefaultTheme
Returns the window title font color resource.
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.service.gui.AccountRegistrationWizard
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.gibberishaccregwizz.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.
getWord(String, int, boolean) - Static method in class net.java.sip.communicator.plugin.spellcheck.Word
Provides the word before or after a given index.
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.
getWorkMails() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Returns work mail addresses.
getWorkMails() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Returns work mail addresses.
getWorkPhone() - Method in class net.java.sip.communicator.impl.ldap.LdapPersonFoundImpl
Returns work telephone numbers from this person
getWorkPhone() - Method in interface net.java.sip.communicator.service.ldap.LdapPersonFound
Returns work telephone numbers from this person
getWorkPhones() - Method in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
Returns work telephone numbers.
getWorkPhones() - Method in interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry
Returns work telephone numbers.
getWorkPhoneSearchFields() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySettingsImpl
Returns work phone fields that we will lookup.
getWorkPhoneSearchFields() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
Returns work phone fields that we will lookup.
getWrappedDataSource() - Method in class net.java.sip.communicator.impl.neomedia.protocol.RewritablePullBufferDataSource
Get wrapped DataSource.
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.
getXCapCaps() - Method in interface net.java.sip.communicator.impl.protocol.sip.xcap.XCapCapsClient
Gets the xcap-caps from the server.
getXCapCaps() - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.XCapClientImpl
Gets the xcap-caps from the server.
getXCapErrorMessage(XCapHttpResponse) - Method in class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
Analyzes the response and returns xcap error or null if response doesn't have it.
getXcapRoot() - Method in class net.java.sip.communicator.plugin.sipaccregwizz.NewAccount
Returns the xcapRoot.
getXmlNamespace() - Method in class net.java.sip.communicator.impl.protocol.jabber.IceUdpTransportManager
Implements TransportManagerJabberImpl.getXmlNamespace().
getXmlNamespace() - Method in class net.java.sip.communicator.impl.protocol.jabber.P2PTransportManager
Implements TransportManagerJabberImpl.getXmlNamespace().
getXmlNamespace() - Method in class net.java.sip.communicator.impl.protocol.jabber.RawUdpTransportManager
Implements TransportManagerJabberImpl.getXmlNamespace().
getXmlNamespace() - Method in class net.java.sip.communicator.impl.protocol.jabber.TransportManagerJabberImpl
Gets the XML namespace of the Jingle transport implemented by this TransportManagerJabberImpl.
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
Get the Y211 native pixel format
getY411PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Get the Y411 native pixel format
getY41PPixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Get the Y41P native pixel format
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
Get the YUY2 native pixel format
getYV12PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Get the YV12 native pixel format
getYVU9PixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Get the YVU9 native pixel format
getYVYUPixelFormat() - Static method in class net.java.sip.communicator.impl.neomedia.directshow.DSFormat
Get the YVYU native pixel format
getZeroconfProtocolProviderFactory() - Static method in class net.java.sip.communicator.plugin.zeroconfaccregwizz.ZeroconfAccRegWizzActivator
Returns the ProtocolProviderFactory for the Zeroconf protocol.
getZrtpConfiguration() - Static method in class net.java.sip.communicator.impl.neomedia.ZrtpConfigureUtils
 
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.
GlobalKeybindingSet - Interface in net.java.sip.communicator.service.keybindings
Global keybinding set interface.
GlobalKeybindingSetImpl - Class in net.java.sip.communicator.impl.keybindings
Global keybinding set.
GlobalKeybindingSetImpl() - Constructor for class net.java.sip.communicator.impl.keybindings.GlobalKeybindingSetImpl
 
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
 
GlobalShortcutActivator - Class in net.java.sip.communicator.impl.globalshortcut
OSGi Activator for global shortcut.
GlobalShortcutActivator() - Constructor for class net.java.sip.communicator.impl.globalshortcut.GlobalShortcutActivator
 
GlobalShortcutConfigForm - Class in net.java.sip.communicator.plugin.keybindingchooser.globalchooser
This ConfigurationForm shows the list of global shortcut
GlobalShortcutConfigForm() - Constructor for class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutConfigForm
Constructor
GlobalShortcutEntry - Class in net.java.sip.communicator.plugin.keybindingchooser.globalchooser
Entry for a global shortcut.
GlobalShortcutEntry(String, List<AWTKeyStroke>) - Constructor for class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutEntry
Constructor.
GlobalShortcutEvent - Class in net.java.sip.communicator.service.globalshortcut
Event related to global shortcut.
GlobalShortcutEvent(AWTKeyStroke) - Constructor for class net.java.sip.communicator.service.globalshortcut.GlobalShortcutEvent
Initializes a new GlobalShortcutEvent.
GlobalShortcutListener - Interface in net.java.sip.communicator.service.globalshortcut
Global shortcut listener.
globalShortcutService - Static variable in class net.java.sip.communicator.impl.globalshortcut.GlobalShortcutActivator
The GlobalShortcutServiceImpl.
GlobalShortcutService - Interface in net.java.sip.communicator.service.globalshortcut
This global shortcut service permits to register listeners for global shortcut (i.e.
GlobalShortcutServiceImpl - Class in net.java.sip.communicator.impl.globalshortcut
This global shortcut service permits to register listeners for global shortcut (i.e.
GlobalShortcutServiceImpl() - Constructor for class net.java.sip.communicator.impl.globalshortcut.GlobalShortcutServiceImpl
Initializes the GlobalShortcutServiceImpl.
GlobalShortcutTableModel - Class in net.java.sip.communicator.plugin.keybindingchooser.globalchooser
Table model for global shortcuts.
GlobalShortcutTableModel() - Constructor for class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutTableModel
 
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_VOICE_DOMAIN - Static variable in class net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl
Google voice domain name.
GOOGLECONTACTS_MAX_RESULTS - Static variable in class net.java.sip.communicator.impl.googlecontacts.GoogleContactsQuery
Maximum results for Google Contacts query.
GoogleContactsActivator - Class in net.java.sip.communicator.impl.googlecontacts
Activates the Google Contacts Service
GoogleContactsActivator() - Constructor for class net.java.sip.communicator.impl.googlecontacts.GoogleContactsActivator
 
GoogleContactsConfigForm - Class in net.java.sip.communicator.impl.googlecontacts.configform
This ConfigurationForm shows the list of Google Contacts account and allow users to manage them.
GoogleContactsConfigForm() - Constructor for class net.java.sip.communicator.impl.googlecontacts.configform.GoogleContactsConfigForm
Constructor
GoogleContactsConfigForm.RefreshContactSourceThread - Class in net.java.sip.communicator.impl.googlecontacts.configform
Thread that will perform refresh of contact sources.
GoogleContactsConfigForm.RefreshContactSourceThread(GoogleContactsConnection, GoogleContactsConnection) - Constructor for class net.java.sip.communicator.impl.googlecontacts.configform.GoogleContactsConfigForm.RefreshContactSourceThread
Constructor.
GoogleContactsConnection - Interface in net.java.sip.communicator.service.googlecontacts
Interface that define a Google Contacts connection.
GoogleContactsConnection.ConnectionStatus - Enum in net.java.sip.communicator.service.googlecontacts
Enumeration for connection status.
GoogleContactsConnectionImpl - Class in net.java.sip.communicator.impl.googlecontacts
Google Contacts credentials to connect to the service.
GoogleContactsConnectionImpl(String, String) - Constructor for class net.java.sip.communicator.impl.googlecontacts.GoogleContactsConnectionImpl
Constructor.
GoogleContactsEntry - Interface in net.java.sip.communicator.service.googlecontacts
Entry of Google Contacts directory.
GoogleContactsEntry.IMProtocol - Enum in net.java.sip.communicator.service.googlecontacts
The supported IM protocol
GoogleContactsEntryImpl - Class in net.java.sip.communicator.impl.googlecontacts
Google Contacts entry implementation.
GoogleContactsEntryImpl() - Constructor for class net.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
 
GoogleContactsQuery - Class in net.java.sip.communicator.impl.googlecontacts
Implements ContactQuery for Google Contacts.
GoogleContactsQuery(GoogleContactsSourceService, Pattern, int) - Constructor for class net.java.sip.communicator.impl.googlecontacts.GoogleContactsQuery
Initializes a new GoogleContactsQuery instance which is to perform a specific query on behalf of a specific contactSource.
GoogleContactsService - Interface in net.java.sip.communicator.service.googlecontacts
Google Contacts service.
GoogleContactsServiceImpl - Class in net.java.sip.communicator.impl.googlecontacts
Implementation of Google Contacts service.
GoogleContactsServiceImpl() - Constructor for class net.java.sip.communicator.impl.googlecontacts.GoogleContactsServiceImpl
Constructor.
GoogleContactsSourceService - Class in net.java.sip.communicator.impl.googlecontacts
Implements ContactSourceService for Google Contacts.
GoogleContactsSourceService(String, String) - Constructor for class net.java.sip.communicator.impl.googlecontacts.GoogleContactsSourceService
Constructor.
GoogleContactsSourceService(GoogleContactsConnection) - Constructor for class net.java.sip.communicator.impl.googlecontacts.GoogleContactsSourceService
Constructor.
GoogleContactsTableModel - Class in net.java.sip.communicator.impl.googlecontacts.configform
A table model suitable for the directories list in the configuration form.
GoogleContactsTableModel() - Constructor for class net.java.sip.communicator.impl.googlecontacts.configform.GoogleContactsTableModel
 
GoogleEntryCallback - Interface in net.java.sip.communicator.service.googlecontacts
Defines the interface for a callback function which is called by the GoogleContactsService when a new GoogleContactsEntry has been found during a search.
GoogleQuery - Class in net.java.sip.communicator.service.googlecontacts
Describes a Google query.
GoogleQuery(Pattern) - Constructor for class net.java.sip.communicator.service.googlecontacts.GoogleQuery
Constructor.
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.contactsource.ShowMoreContact
 
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.
grow(int) - Method in class net.java.sip.communicator.impl.neomedia.RawPacket
Grow the internal packet buffer.
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
gsm - Static variable in class net.java.sip.communicator.util.SoundFileUtils
 
gsmDecode(boolean, byte[], int, int, byte[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.GSMDecoderUtil
 
GSMDecoderUtil - Class in net.java.sip.communicator.impl.neomedia.codec.audio.gsm
GSMDecoderUtil class
GSMDecoderUtil() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.GSMDecoderUtil
 
gsmEncode(boolean, byte[], int, int, byte[]) - Static method in class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.GSMEncoderUtil
 
GSMEncoderUtil - Class in net.java.sip.communicator.impl.neomedia.codec.audio.gsm
GSMEncoderUtil class
GSMEncoderUtil() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.GSMEncoderUtil
 
GTALK_AUDIO_NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.SessionIQProvider
Namespace for "audio" description.
GTALK_VIDEO_NAMESPACE - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.SessionIQProvider
Namespace for "video" description.
GTalkCandidatePacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk
Google Talk version of Candidate packet extension.
GTalkCandidatePacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkCandidatePacketExtension
Constructs a new GTalkCandidatePacketExtension.
GTalkPacketFactory - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk
A utility class containing methods for creating SessionIQ instances for various situations.
GTalkPacketFactory() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkPacketFactory
 
GTalkTransportPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk
An AbstractPacketExtension implementation for transport elements.
GTalkTransportPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.GTalkTransportPacketExtension
Creates a new RawUdpTransportPacketExtension instance.
GTalkType - Enum in net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk
Enumeration of all possible type field value for Google Talk session IQ.
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

H263P - Static variable in class net.java.sip.communicator.impl.neomedia.codec.Constants
 
H263P_RTP - Static variable in class net.java.sip.communicator.impl.neomedia.codec.Constants
 
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
 
hamwindow - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.g729.TabLd8k
 
handle(DBusSignal) - Method in class net.java.sip.communicator.impl.sysactivity.NetworkManagerListenerImpl
Receives signals and dispatch them.
handleAccountManagerEvent(AccountManagerEvent) - Method in class net.java.sip.communicator.impl.gui.main.login.LoginManager
Notifies that the loading of the stored accounts of a specific ProtocolProviderFactory has finished.
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.
handleAttributes(MediaFormat, Map<String, String>) - Method in class net.java.sip.communicator.impl.neomedia.MediaStreamImpl
Handles attributes contained in MediaFormat.
handleAttributes(MediaFormat, Map<String, String>) - Method in class net.java.sip.communicator.impl.neomedia.VideoMediaStreamImpl
Handles attributes contained in MediaFormat.
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.
handleChallenge(Response, ClientTransaction, SipProvider, long) - 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 Jitsi.
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.
handleVideoEvent(VideoEvent) - Method in class net.java.sip.communicator.impl.gui.main.call.UIVideoHandler
When a video is added or removed for the callPeer, makes sure to display or hide it respectively.
HANG_UP - Static variable in class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
Default event type for hanging up calls.
HANG_UP - Static variable in class net.java.sip.communicator.plugin.notificationwiring.SoundProperties
The hang up sound id.
hangup(String, PacketExtension) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerGTalkImpl
Ends the call with for this CallPeer.
hangup(String, PacketExtension) - 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(boolean, String) - 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.
hangupButtonPressed() - Method in class net.java.sip.communicator.impl.gui.main.call.ChooseCallAccountDialog
Disposes the dialog when the hangup button is pressed.
hangupButtonPressed() - Method in class net.java.sip.communicator.impl.gui.main.call.PreCallDialog
Indicates that the hangup button has been pressed.
hangupButtonPressed() - Method in class net.java.sip.communicator.impl.gui.main.call.ReceivedCallDialog
Hangups the call when the call button has been pressed.
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, boolean, String) - 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.
HardwareAddressRetriever - Class in net.java.sip.communicator.impl.netaddr
Class to retrieve hardware address of a specific interface.
HardwareAddressRetriever() - Constructor for class net.java.sip.communicator.impl.netaddr.HardwareAddressRetriever
 
HARM_ATT_Q15 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_PLC
 
HARM_HP_NOISE_COEF - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_perceptual_parameters_FLP
 
HARM_SHAPE_FIR_TAPS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
HARM_SNR_INCR_dB - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_perceptual_parameters_FLP
 
HarmBoost - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
HarmBoost_smth - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_shape_state_FLP
 
HARMONIC_SHAPING - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_perceptual_parameters_FLP
 
HarmShapeGain - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
HarmShapeGain_Q14 - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
HarmShapeGain_smth - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_shape_state_FLP
 
harvest(Component) - Method in class net.java.sip.communicator.impl.protocol.jabber.JingleNodesHarvester
Gathers Jingle Nodes candidates for all host Candidates that are already present in the specified component.
harvestCandidates(List<PayloadTypePacketExtension>, CandidatesSender) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerGTalkImpl
Gathers local candidate addresses.
hasChildElements(Element) - Static method in class net.java.sip.communicator.util.xml.XMLUtils
Indicates whether element has any child element.
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 - Variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager.Caps
The hash (algorithm) of this Caps value.
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.
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.ldap.LdapDirectoryImpl
We override the equals method so we also do for hashCode to keep consistent behavior
hashCode() - Method in class net.java.sip.communicator.impl.ldap.LdapDirectorySettingsImpl
Returns the hash code for this instance.
hashCode() - Method in class net.java.sip.communicator.impl.neomedia.codec.video.AVFrameFormat
 
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.plugin.keybindingchooser.globalchooser.GlobalShortcutEntry
Returns hashcode for this instance.
hashCode() - Method in class net.java.sip.communicator.service.history.HistoryID
 
hashCode() - Method in interface net.java.sip.communicator.service.ldap.LdapDirectorySettings
Returns the hash code for this instance.
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.MediaTypeSrtpControl
 
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.
HashtableConfigurationStore<T extends Hashtable> - Class in net.java.sip.communicator.impl.configuration
 
HashtableConfigurationStore(T) - Constructor for class net.java.sip.communicator.impl.configuration.HashtableConfigurationStore
 
hasKeyStorePassword() - Method in class net.java.sip.communicator.service.certificate.KeyStoreType
Flag that indicates if the keystore supports passwords.
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.
hasProtocolProvider(ProtocolProviderService) - Method in class net.java.sip.communicator.impl.gui.main.MainFrame
Checks whether we have already loaded the protocol provider.
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.service.protocol.AccountManager
 
hasVetoableChangeListeners(String) - Method in class net.java.sip.communicator.impl.configuration.ChangeEventDispatcher
Check if there are any vetoable change listeners for a specific property.
haveData - Variable in class net.java.sip.communicator.util.dns.UnboundResult
If there is any data, this is true.
hc - Variable in class net.java.sip.communicator.impl.neomedia.ZrtpConfigurePanel
 
HD_QUALITY - Static variable in class net.java.sip.communicator.service.neomedia.QualityPreset
720p HD
HD_VIDEO_BUTTON - Static variable in class net.java.sip.communicator.impl.gui.utils.ImageLoader
The resize video button.
HEADER_CONTENT_TYPE - Static variable in class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
HTTP Content-Type header.
HEADER_ETAG - Static variable in class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
HTTP ETag header.
HEADER_IF_NONE_MATCH - Static variable in class net.java.sip.communicator.impl.protocol.sip.xcap.BaseHttpXCapClient
HTTP If-None-Match header.
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".
height - Variable in class net.java.sip.communicator.util.swing.FramedImage
The default height of the image.
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.
HFlip - Class in net.java.sip.communicator.impl.neomedia.codec.video
Implements a video Effect which horizontally flips AVFrames.
HFlip() - Constructor for class net.java.sip.communicator.impl.neomedia.codec.video.HFlip
Initializes a new HFlip instance.
HIDActivator - Class in net.java.sip.communicator.impl.hid
OSGi activator for the HID service.
HIDActivator() - Constructor for class net.java.sip.communicator.impl.hid.HIDActivator
 
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.
HIDService - Interface in net.java.sip.communicator.service.hid
Human Interface Device service.
HIDServiceImpl - Class in net.java.sip.communicator.impl.hid
Implementation of the HID service to provide way of regenerate key press and mouse interactions.
HIDServiceImpl() - Constructor for class net.java.sip.communicator.impl.hid.HIDServiceImpl
Constructor.
HIGH_PASS_INPUT - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
HIGH_RATE_INPUT_TILT - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_perceptual_parameters_FLP
 
HIGH_RATE_OR_LOW_QUALITY_HARMONIC_SHAPING - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_perceptual_parameters_FLP
 
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.ConversationTabbedPane
When a tab is highlighted sets an indicator of the number of unread messages in this tab.
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_INCOMING_MESSAGE - Static variable in interface net.java.sip.communicator.service.gui.Chat
The history incoming message type.
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(String) - Constructor for class net.java.sip.communicator.impl.history.HistoryQueryImpl
Creates an instance of HistoryQueryImpl by specifying the query string it was created for.
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[], long) - 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[], long) - 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
HAMC 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_BUTTON_PRESSED - 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 Call 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.
HOST_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingleinfo.ServerPacketExtension
Host attribute name.
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
 
HostInfoPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Host Information packet extension.
HostInfoPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.coin.HostInfoPacketExtension
Constructor.
HOVER_UNDERLINE - Static variable in class net.java.sip.communicator.util.swing.SIPCommLinkButton
 
HP_8_KHZ_THRES - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
HP_A - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
HP_B - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
HP_NOISE_COEF - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_perceptual_parameters_FLP
 
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
 
HPLTPredCodGain - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
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
 
HPState - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
HPstate - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
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
The html text content type.
HTML_MIME_TYPE - Static variable in interface net.java.sip.communicator.service.protocol.OperationSetBasicInstantMessaging
HTML mime type for use with messages using html.
httpClient - Variable in class net.java.sip.communicator.service.httputil.HttpUtils.HTTPResponseResult
The httpclient.
HttpUtilActivator - Class in net.java.sip.communicator.service.httputil
The http utils bundle activator.
HttpUtilActivator() - Constructor for class net.java.sip.communicator.service.httputil.HttpUtilActivator
 
HttpUtils - Class in net.java.sip.communicator.service.httputil
Common http utils querying http locations, handling redirects, self-signed certificates, host verify on certificates, password protection and storing and reusing credentials for password protected sites.
HttpUtils() - Constructor for class net.java.sip.communicator.service.httputil.HttpUtils
 
HttpUtils.HTTPResponseResult - Class in net.java.sip.communicator.service.httputil
Utility class wraps the http requests result and some utility methods for retrieving info and content for the result.
HttpUtils.HTTPResponseResult(HttpEntity, DefaultHttpClient) - Constructor for class net.java.sip.communicator.service.httputil.HttpUtils.HTTPResponseResult
Creates HTTPResponseResult.
HttpXCapClient - Interface in net.java.sip.communicator.impl.protocol.sip.xcap
HTTP XCAP client interface.
HULU_CONFIG_LABEL - Static variable in class net.java.sip.communicator.impl.replacement.hulu.ReplacementServiceHuluImpl
Configuration label shown in the config form.
HULU_PATTERN - Static variable in class net.java.sip.communicator.impl.replacement.hulu.ReplacementServiceHuluImpl
The regex used to match the link in the message.
HuluActivator - Class in net.java.sip.communicator.impl.replacement.hulu
Activator for the Hulu source bundle.
HuluActivator() - Constructor for class net.java.sip.communicator.impl.replacement.hulu.HuluActivator
 
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
The I420 constant.
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
 
Ice4jPacketLogger - Class in net.java.sip.communicator.impl.netaddr
Logs Packets coming and going through ice4j stack.
Ice4jPacketLogger() - Constructor for class net.java.sip.communicator.impl.netaddr.Ice4jPacketLogger
 
iceAgent - Variable in class net.java.sip.communicator.impl.protocol.jabber.IceUdpTransportManager
The ICE agent that this transport manager would be using for ICE negotiation.
IceConfigPanel - Class in net.java.sip.communicator.plugin.jabberaccregwizz
ICE configuration panel.
IceConfigPanel() - Constructor for class net.java.sip.communicator.plugin.jabberaccregwizz.IceConfigPanel
Creates an instance of IceConfigPanel.
IceUdpTransportManager - Class in net.java.sip.communicator.impl.protocol.jabber
A TransportManagerJabberImpl implementation that would use ICE for candidate management.
IceUdpTransportManager(CallPeerJabberImpl) - Constructor for class net.java.sip.communicator.impl.protocol.jabber.IceUdpTransportManager
Creates a new instance of this transport manager, binding it to the specified peer.
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.
iconImageID - Variable in class net.java.sip.communicator.impl.gui.main.call.AbstractCallToggleButton
The icon image.
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.coin.MediaPacketExtension
ID attribute name.
ID_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.SessionIQ
The name of the argument that contains the session id.
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.
ID_ATTR_NAME - Static variable in class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RTPHdrExtPacketExtension
The name of the ID attribute.
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_ELEMENT - Static variable in class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.CommonPolicyParser
 
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.
IdentityType - Class in net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy
The Authorization Rules identity element.
IdentityType() - Constructor for class net.java.sip.communicator.impl.protocol.sip.xcap.model.commonpolicy.IdentityType
 
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 down.
IFACE_UP - Static variable in class net.java.sip.communicator.service.netaddr.event.ChangeEvent
Event type for interface going up.
IFRAME_INTERVAL - Static variable in class net.java.sip.communicator.impl.neomedia.codec.video.h264.JNIEncoder
Key frame every 150 frames.
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
Implements an iLBC decoder.
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
Implements an iLBC encoder.
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 default height.
IMAGE_WIDTH - Static variable in class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent
Image default width.
ImageCanvas - Class in net.java.sip.communicator.util.swing
 
ImageCanvas(Image) - Constructor for class net.java.sip.communicator.util.swing.ImageCanvas
 
ImageClipper - Class in net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker
Component allowing the user to easily crop an image
ImageClipper(int, int) - Constructor for class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.ImageClipper
Construct an new image cropper
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
The image label.
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
 
ImagePickerDialog - Class in net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker
Dialog in which we can load an image from file or take new one by using the webcam.
ImagePickerDialog(int, int) - Constructor for class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.ImagePickerDialog
 
ImagePickerDialog.ImageFileFilter - Class in net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker
The filter for file chooser.
ImagePickerDialog.ImageFileFilter() - Constructor for class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.ImagePickerDialog.ImageFileFilter
 
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(DataSource, 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_HP_State - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
In_LP_State - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_LP_state
 
IN_PROGRESS - Static variable in class net.java.sip.communicator.service.protocol.event.FileTransferStatusChangeEvent
Indicates that the file transfer is in progress.
INBAND_FEC_MIN_RATE_BPS - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_define
 
inband_FEC_offset - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
InbandDTMFDataSource - Interface in net.java.sip.communicator.impl.neomedia.protocol
All datasources that support inband DTMF functionalities implement InbandDTMFDataSource.
inBandFEC_SNR_comp - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
inBandFECOffset - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_DecControlStruct
(Output) Distance between main payload and redundant payload in packets.
inbandLBRR - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_TOC_struct
 
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.plugin.notificationwiring.NotificationManager
Default event type for receiving calls (incoming calls).
INCOMING_CALL - Static variable in class net.java.sip.communicator.plugin.notificationwiring.SoundProperties
The incoming call sound id.
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.plugin.notificationwiring.NotificationManager
Default event type for incoming file transfers.
INCOMING_FILE - Static variable in class net.java.sip.communicator.plugin.notificationwiring.SoundProperties
The incoming file sound id.
INCOMING_MESSAGE - Static variable in class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
Default event type for receiving messages.
INCOMING_MESSAGE - Static variable in class net.java.sip.communicator.plugin.notificationwiring.SoundProperties
The incoming message sound id.
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.globalshortcut.CallShortcut
 
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.plugin.notificationwiring.NotificationManager
Implements CallListener.incomingCallReceived.
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.
incomingCallReceived(CallEvent) - Method in class net.java.sip.communicator.service.protocol.media.AbstractOperationSetTelephonyConferencing
Notifies this CallListener that a specific incoming Call has been 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.TransportManagerGTalkImpl
Increments the generation that we are assigning candidates.
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.
inDTX - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
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 class net.java.sip.communicator.service.notification.LogMessageNotificationAction
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
Constructor.
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
Constructor.
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
Constructor.
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.MainToolBar
Initializes this component.
init() - Method in class net.java.sip.communicator.impl.gui.main.GeneralDialPanel
Initializes this panel by adding all dial buttons to it.
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(RosterListener) - 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.impl.protocol.sip.ServerStoredContactList
Initializes the server stored list.
init() - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListSipImpl
Initializes the server stored list.
init() - Method in class net.java.sip.communicator.impl.protocol.sip.ServerStoredContactListXivoImpl
Initializes the server stored list.
init() - Method in class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm
Initializes all panels, buttons, etc.
init() - Method in class net.java.sip.communicator.plugin.notificationwiring.NotificationManager
Initialize, register default notifications and start listening for new protocols or removed one and find any that are already registered.
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.transparent.AWTUtilitiesWrapper
 
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
Initializes class defaults.
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(StreamRTPManager, RTPConnector) - Method in class net.java.sip.communicator.impl.neomedia.RTPTranslatorImpl
 
initialize(RTPConnector) - Method in class net.java.sip.communicator.impl.neomedia.StreamRTPManager
 
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() - Static 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
initializeVideo() - Method in class net.java.sip.communicator.impl.neomedia.device.JmfDeviceDetector
Initialize video devices.
initiateGTalkSession(String, Iterable<PacketExtension>) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallGTalkImpl
Creates a CallPeerGTalkImpl from calleeJID and sends them initiate IQ request.
initiateSession(String, DiscoverInfo, Iterable<PacketExtension>) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallJabberImpl
Creates a CallPeerJabberImpl from calleeJID and sends them session-initiate IQ request.
initiateSession(Iterable<PacketExtension>) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerGTalkImpl
Initiate a Google Talk session SessionIQ.
initiateSession(Iterable<PacketExtension>) - 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.gtalk.SessionIQ
The name of the argument that contains the "initiator" jid.
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.
initiatorSelectAttribute(Iterable<String>) - Method in class net.java.sip.communicator.impl.neomedia.transform.sdes.SDesControlImpl
 
initiatorSelectAttribute(Iterable<String>) - Method in interface net.java.sip.communicator.service.neomedia.SDesControl
Select the local crypto attribute from the initial offering (@see SDesControl.getInitiatorCryptoAttributes()) based on the peer's first matching cipher suite.
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, String, String) - Static method in class net.java.sip.communicator.impl.sparkle.SparkleActivator
Native method declaration
initStream(String, StreamConnector, MediaDevice, MediaFormat, MediaStreamTarget, MediaDirection, List<RTPExtension>) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerGTalkImpl
Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice.
initStream(String, StreamConnector, MediaDevice, MediaFormat, MediaStreamTarget, MediaDirection, List<RTPExtension>) - Method in class net.java.sip.communicator.impl.protocol.jabber.CallPeerMediaHandlerJabberImpl
Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice.
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.
initVolumeControlButton(boolean, boolean, ImageID, String) - Method in class net.java.sip.communicator.impl.gui.main.call.OutputVolumeControlButton
 
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
 
innerContent - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.Decoder
 
innerContent - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.gsm.Encoder
 
input2x - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
input_quality - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
input_quality_bands - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
INPUT_TILT - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_perceptual_parameters_FLP
 
input_tilt - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
inputBuf - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
inputBufIx - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
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
 
InputEvtAction - Enum in net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt
Enumeration about the possible actions for an InputEvt IQ.
InputEvtIQ - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt
Input event IQ.
InputEvtIQ() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.InputEvtIQ
Constructor.
InputEvtIQProvider - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt
An implementation of a InputEvt IQ provider that parses incoming Input IQs.
InputEvtIQProvider() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.InputEvtIQProvider
Constructs a new InputEvtIQ provider.
InputEvtPacketExtension - Class in net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
Represents the content inputevt element that may be find in content part of a Jingle media negociation.
InputEvtPacketExtension() - Constructor for class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.InputEvtPacketExtension
Constructs a new inputevt extension.
inputFormat - Variable in class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.AbstractRenderer
The Format of the media data processed as input by this Renderer.
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.
InputVolumeControlButton - Class in net.java.sip.communicator.impl.gui.main.call
Represents an UI means to mute the audio stream sent in an associated Call.
InputVolumeControlButton(Call) - Constructor for class net.java.sip.communicator.impl.gui.main.call.InputVolumeControlButton
Initializes a new MuteButton instance which is to mute the audio stream to a specific CallPeer.
InputVolumeControlButton(Call, boolean, boolean) - Constructor for class net.java.sip.communicator.impl.gui.main.call.InputVolumeControlButton
Initializes a new MuteButton instance which is to mute the audio stream to a specific Call.
InputVolumeControlButton(Call, ImageID, ImageID, boolean, boolean, boolean) - Constructor for class net.java.sip.communicator.impl.gui.main.call.InputVolumeControlButton
Initializes a new MuteButton instance which is to mute the audio stream to a specific Call.
insertAfterStart(String) - Method in class net.java.sip.communicator.plugin.branding.StyledHTMLEditorPane
 
insertAfterStart(String) - Method in class net.java.sip.communicator.util.swing.StyledHTMLEditorPane
Inserts the given text in the beginning of the editor pane.
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.ChatWritePanel
Updates write panel size and adjusts sms properties if the sms menu is visible.
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.impl.neomedia.CallRecordingConfigForm
Gives notification that there was an insert into the document.
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.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.AccountPanel
Handles the DocumentEvent triggered when user types in the UserID field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.loggingutils.LoggingConfigForm
Gives notification that there was an insert into the document.
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.sipaccregwizz.ConnectionPanel
Handles the DocumentEvent triggered when user types in the proxy or port field.
insertUpdate(DocumentEvent) - Method in class net.java.sip.communicator.plugin.spellcheck.DocUnderliner
 
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, 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.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
Installs default configurations for the given AbstractButton.
installDefaults(AbstractButton) - Method in class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommToggleButtonUI
Installs default configurations for the given AbstractButton.
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.impl.gui.main.DialPadFieldUI
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.debugger.SmackPacketDebugger
Process the packet that is about to be sent to the server.
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.AbstractBufferStream
Gets the Format of this AbstractBufferStream as directly known by it.
internalSetFormat(Format) - Method in class net.java.sip.communicator.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Attempts to set the Format of this AbstractBufferStream.
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
Compares a list of MediaFormats 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.
intersectRTPExtensions(List<RTPExtension>, List<RTPExtension>) - Method in class net.java.sip.communicator.service.protocol.media.CallPeerMediaHandler
Compares a list of RTPExtensions 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.
intersects(Format) - Method in class net.java.sip.communicator.impl.neomedia.format.ParameterizedVideoFormat
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
 
inv_NL - Variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
INV_SCALE_Q16 - Static variable in class net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_gain_quant
 
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.