Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Serialized Form


Package net.java.sip.communicator.impl.galagonotification

Class net.java.sip.communicator.impl.galagonotification.DBusException extends Exception implements Serializable

serialVersionUID: 0L


Package net.java.sip.communicator.impl.googlecontacts.configform

Class net.java.sip.communicator.impl.googlecontacts.configform.AccountSettingsForm extends SIPCommDialog implements Serializable

serialVersionUID: 0L

Serialized Fields

nameField

JTextField nameField
component holding the name


passwordField

JPasswordField passwordField
the component holding the password


prefixField

JTextField prefixField
The prefix field.


saveBtn

JButton saveBtn
Save button.


cancelBtn

JButton cancelBtn
Cancel button.


retCode

int retCode
Return code.


cnx

GoogleContactsConnectionImpl cnx
The Google Contacts connection.

Class net.java.sip.communicator.impl.googlecontacts.configform.GoogleContactsConfigForm extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

newButton

JButton newButton
Opens the new directory registration wizard


modifyButton

JButton modifyButton
Opens a directory modification dialog


removeButton

JButton removeButton
Pops a directory deletion confirmation dialog


accountTable

JTable accountTable
Displays the registered Google Contacts account.


buttonsPanel

TransparentPanel buttonsPanel
Contains the new/modify/remove buttons


scrollPane

JScrollPane scrollPane
Contains the directoryTable


rightPanel

JPanel rightPanel
Contains the buttonsPanel,


mainPanel

JPanel mainPanel
Contains listPanel and rightPanel


tableModel

GoogleContactsTableModel tableModel
Model for the directoryTable


settingsForm

AccountSettingsForm settingsForm
Settings form.

Class net.java.sip.communicator.impl.googlecontacts.configform.GoogleContactsTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 0L

Serialized Fields

googleService

GoogleContactsServiceImpl googleService
Google Contacts service reference.


Package net.java.sip.communicator.impl.gui

Class net.java.sip.communicator.impl.gui.PopupDialogImpl extends JOptionPane implements Serializable

serialVersionUID: 0L


Package net.java.sip.communicator.impl.gui.customcontrols

Class net.java.sip.communicator.impl.gui.customcontrols.BooleanToCheckTableModel extends DefaultTableModel implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.customcontrols.BoxPopupMenu extends SIPCommPopupMenu implements Serializable

serialVersionUID: -8488327445916201464L

Serialized Fields

itemsCount

int itemsCount

gridRowCount

int gridRowCount

gridColCount

int gridColCount

Class net.java.sip.communicator.impl.gui.customcontrols.ChatToolbarButton extends SIPCommButton implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.customcontrols.ErrorDialog extends SIPCommDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

okButton

JButton okButton

iconLabel

JLabel iconLabel

htmlMsgEditorPane

StyledHTMLEditorPane htmlMsgEditorPane

stackTraceTextArea

JTextArea stackTraceTextArea

stackTraceScrollPane

JScrollPane stackTraceScrollPane

buttonsPanel

TransparentPanel buttonsPanel

infoMessagePanel

TransparentPanel infoMessagePanel

messagePanel

TransparentPanel messagePanel

mainPanel

TransparentPanel mainPanel

detailsShown

boolean detailsShown
The indicator which determines whether the details of the error are currently shown.

The indicator is initially set to true because the constructor ErrorDialog.ErrorDialog(Frame, String, String, Throwable) calls ErrorDialog.showOrHideDetails() and thus ErrorDialog defaults to not showing the details of the error.


type

int type
The type of this ErrorDialog (e.g. ErrorDialog.WARNING). The default ErrorDialog displays an error.

Class net.java.sip.communicator.impl.gui.customcontrols.ExtendedTableModel extends DefaultTableModel implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.customcontrols.ExtListCellRenderer extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

label

JLabel label

isSelected

boolean isSelected

Class net.java.sip.communicator.impl.gui.customcontrols.LabelTableCellRenderer extends JLabel implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.customcontrols.MessageDialog extends SIPCommDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

cancelButton

JButton cancelButton

okButton

JButton okButton

doNotAskAgain

JCheckBox doNotAskAgain

iconLabel

JLabel iconLabel

messageArea

StyledHTMLEditorPane messageArea

buttonsPanel

TransparentPanel buttonsPanel

checkBoxPanel

TransparentPanel checkBoxPanel

messagePanel

TransparentPanel messagePanel

isConfirmationEnabled

boolean isConfirmationEnabled

returnCode

int returnCode

Class net.java.sip.communicator.impl.gui.customcontrols.RadioButtonCellEditor extends DefaultCellEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

button

JRadioButton button

Class net.java.sip.communicator.impl.gui.customcontrols.SCScrollPane extends JScrollPane implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.customcontrols.SIPCommMsgTextArea extends JTextArea implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox extends JComboBox implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.FilterableComboBoxModel extends AbstractListModel implements Serializable

Serialized Fields

items

List<E> items

filter

SIPCommSmartComboBox.Filter filter

filteredItems

List<E> filteredItems

selectedItem

Object selectedItem

Class net.java.sip.communicator.impl.gui.customcontrols.SIPCommToolBar extends JToolBar implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.customcontrols.TitlePanel extends TransparentPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

titleLabel

JLabel titleLabel

gradientStartColor

Color gradientStartColor

gradientEndColor

Color gradientEndColor

Class net.java.sip.communicator.impl.gui.customcontrols.TransparentBackground extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

background

BufferedImage background

robot

Robot robot

window

Window window

Package net.java.sip.communicator.impl.gui.customcontrols.events

Class net.java.sip.communicator.impl.gui.customcontrols.events.CloseTabbedPaneEvent extends Event implements Serializable

Serialized Fields

description

String description

e

MouseEvent e

overTabIndex

int overTabIndex

Package net.java.sip.communicator.impl.gui.customcontrols.wizard

Class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard extends SIPCommDialog implements Serializable

Serialized Fields

wizardIconLabel

JLabel wizardIconLabel

wizardIconPanel

TransparentPanel wizardIconPanel

resources

ResourceManagementService resources
The i18n text used for the buttons. Loaded from a property resource file.


backButtonDefaultText

String backButtonDefaultText

nextButtonDefaultText

String nextButtonDefaultText

finishButtonDefaultText

String finishButtonDefaultText

cancelButtonDefaultText

String cancelButtonDefaultText

wizardModel

WizardModel wizardModel

wizardController

WizardController wizardController

cardPanel

TransparentPanel cardPanel

cardLayout

CardLayout cardLayout

backButton

JButton backButton

nextButton

JButton nextButton

cancelButton

JButton cancelButton

wizardListeners

List<E> wizardListeners

statusLabel

JLabel statusLabel
Status label, show when connecting.


isCurrentlySigningIn

boolean isCurrentlySigningIn
If account is signing-in ignore close.

Class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardEvent extends EventObject implements Serializable

Serialized Fields

eventCode

int eventCode

Class net.java.sip.communicator.impl.gui.customcontrols.wizard.WizardPanelNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 0L


Package net.java.sip.communicator.impl.gui.event

Class net.java.sip.communicator.impl.gui.event.PluginComponentEvent extends EventObject implements Serializable

Serialized Fields

eventID

int eventID

Package net.java.sip.communicator.impl.gui.lookandfeel

Class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.BoldRoundBorder extends AbstractBorder implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.RoundBorder extends AbstractBorder implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.TextFieldBorder extends SIPCommBorders.RoundBorder implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLookAndFeel extends MetalLookAndFeel implements Serializable

serialVersionUID: 0L


Package net.java.sip.communicator.impl.gui.main

Class net.java.sip.communicator.impl.gui.main.DialPadButton extends SIPCommTextButton implements Serializable

Serialized Fields

dialPad

GeneralDialPadDialog dialPad
The dial pad dialog that this button opens.

Class net.java.sip.communicator.impl.gui.main.GeneralDialPanel extends TransparentPanel implements Serializable

Serialized Fields

dialPadPanel

JPanel dialPadPanel
The dial panel.


dtmfHandler

DTMFHandler dtmfHandler
Handles DTMFs.


dialPadDialog

GeneralDialPadDialog dialPadDialog
The parent dial pad dialog.

Class net.java.sip.communicator.impl.gui.main.MainFrame extends SIPCommFrame implements Serializable

serialVersionUID: 0L

Serialized Fields

logger

Logger logger
The logger.


mainPanel

TransparentPanel mainPanel
The main container.


statusBarPanel

TransparentPanel statusBarPanel
The status bar panel.


centerPanel

TransparentPanel centerPanel
The center panel, containing the contact list.


menu

MainMenu menu
The main menu.


searchField

SearchField searchField
The search field shown above the contact list.


protocolProviders

HashMap<K,V> protocolProviders
A mapping of ProtocolProviderServices and their indexes.


accountStatusPanel

AccountStatusPanel accountStatusPanel
The panel containing the accounts status menu.


unknownContactPanel

UnknownContactPanel unknownContactPanel
The panel replacing the contact list, shown when no matching is found for the search filter.


providerContactHandlers

Map<K,V> providerContactHandlers
A mapping of ProtocolProviderServices and corresponding ContactEventHandlers.


nativePluginsTable

Map<K,V> nativePluginsTable
A mapping of plug-in components and their corresponding native components.


pluginPanelNorth

JPanel pluginPanelNorth
The north plug-in panel.


pluginPanelSouth

JPanel pluginPanelSouth
The south plug-in panel.


pluginPanelWest

JPanel pluginPanelWest
The west plug-in panel.


pluginPanelEast

JPanel pluginPanelEast
The east plug-in panel.


contactListPanel

ContactListPane contactListPanel
The container containing the contact list.


uiProviderPresenceListener

ProviderPresenceStatusListener uiProviderPresenceListener
The user interface provider presence listener.


uiCallListener

CallListener uiCallListener
The user interface call listener.

Class net.java.sip.communicator.impl.gui.main.SingleWindowContainer extends TransparentPanel implements Serializable

Serialized Fields

logger

Logger logger
The logger for this class.


tabbedPane

ConversationTabbedPane tabbedPane
The tabbed pane, containing all conversations.


conversationCount

int conversationCount
The count of current conversations.


chatChangeListeners

List<E> chatChangeListeners
Chat change listeners.


contactPhotoPanel

ContactPhotoPanel contactPhotoPanel
The contact photo panel.


mainToolBar

MainToolBar mainToolBar
The main toolbar.


Package net.java.sip.communicator.impl.gui.main.account

Class net.java.sip.communicator.impl.gui.main.account.AccountList extends JList implements Serializable

Serialized Fields

logger

Logger logger
The logger.


accountListModel

AccountListModel accountListModel
The account list model.


editButton

JButton editButton
The edit button.

Class net.java.sip.communicator.impl.gui.main.account.AccountListCellRenderer extends TransparentPanel implements Serializable

Serialized Fields

accountLabel

JLabel accountLabel
The label used to show account name and icon.


statusLabel

JLabel statusLabel
The label used to show status name and icon.


isSelected

boolean isSelected
Indicates if the current row is selected.


account

Account account
The current account value.


index

int index
The current index.


constraints

GridBagConstraints constraints
Constraints used to layout components in this panel.

Class net.java.sip.communicator.impl.gui.main.account.AccountListModel extends DefaultListModel implements Serializable

Class net.java.sip.communicator.impl.gui.main.account.AccountRegSummaryPage extends SCScrollPane implements Serializable

Serialized Fields

logger

Logger logger

keysPanel

JPanel keysPanel

valuesPanel

JPanel valuesPanel

wizardContainer

AccountRegWizardContainerImpl wizardContainer

Class net.java.sip.communicator.impl.gui.main.account.AccountRegWizardContainerImpl extends Wizard implements Serializable

Serialized Fields

summaryPage

AccountRegSummaryPage summaryPage

currentWizard

AccountRegistrationWizard currentWizard

configService

ConfigurationService configService

registeredWizards

Map<K,V> registeredWizards

Class net.java.sip.communicator.impl.gui.main.account.AccountsConfigurationPanel extends TransparentPanel implements Serializable

Serialized Fields

accountList

AccountList accountList

newButton

JButton newButton

editButton

JButton editButton

removeButton

JButton removeButton

Class net.java.sip.communicator.impl.gui.main.account.NewAccountDialog extends SIPCommDialog implements Serializable

Serialized Fields

mainPanel

TransparentPanel mainPanel

accountPanel

TransparentPanel accountPanel

networkPanel

TransparentPanel networkPanel

networkLabel

JLabel networkLabel

networkComboBox

JComboBox networkComboBox

advancedButton

JButton advancedButton

addAccountButton

JButton addAccountButton

cancelButton

JButton cancelButton

rightButtonPanel

TransparentPanel rightButtonPanel

buttonPanel

TransparentPanel buttonPanel

emptyWizard

EmptyAccountRegistrationWizard emptyWizard

preferredWizardName

String preferredWizardName

errorMessagePane

JTextArea errorMessagePane

isCurrentlySigningIn

boolean isCurrentlySigningIn
If account is signing-in ignore close.


statusLabel

JLabel statusLabel
Status label, show when connecting.


Package net.java.sip.communicator.impl.gui.main.authorization

Class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationRequestedDialog extends SIPCommDialog implements Serializable

Serialized Fields

logger

Logger logger

infoTextArea

JTextArea infoTextArea

requestPane

JTextPane requestPane

buttonsPanel

JPanel buttonsPanel

northPanel

JPanel northPanel

titlePanel

JPanel titlePanel

titleLabel

JLabel titleLabel

iconLabel

JLabel iconLabel

acceptButton

JButton acceptButton

rejectButton

JButton rejectButton

ignoreButton

JButton ignoreButton

requestScrollPane

JScrollPane requestScrollPane

mainPanel

JPanel mainPanel

reasonsPanel

JPanel reasonsPanel

title

String title

addContactCheckBox

SIPCommCheckBox addContactCheckBox

groupComboBox

JComboBox groupComboBox

lock

Object lock

result

int result

Class net.java.sip.communicator.impl.gui.main.authorization.AuthorizationResponseDialog extends SIPCommDialog implements Serializable

Serialized Fields

infoTextArea

JTextArea infoTextArea

responseArea

JTextArea responseArea

buttonsPanel

JPanel buttonsPanel

okButton

JButton okButton

responseScrollPane

JScrollPane responseScrollPane

mainPanel

JPanel mainPanel

northPanel

JPanel northPanel

iconLabel

JLabel iconLabel

titlePanel

JPanel titlePanel

titleLabel

JLabel titleLabel

title

String title

Class net.java.sip.communicator.impl.gui.main.authorization.RequestAuthorizationDialog extends SIPCommDialog implements Serializable

Serialized Fields

infoTextArea

JTextArea infoTextArea

requestLabel

JLabel requestLabel

requestField

JTextField requestField

requestPanel

JPanel requestPanel

buttonsPanel

JPanel buttonsPanel

cancelString

String cancelString

requestButton

JButton requestButton

cancelButton

JButton cancelButton

mainPanel

JPanel mainPanel

northPanel

JPanel northPanel

titlePanel

JPanel titlePanel

iconLabel

JLabel iconLabel

titleLabel

JLabel titleLabel

title

String title

lock

Object lock

returnCode

int returnCode

Package net.java.sip.communicator.impl.gui.main.call

Class net.java.sip.communicator.impl.gui.main.call.AbstractCallToggleButton extends SIPCommToggleButton implements Serializable

Serialized Fields

call

Call call
The Call that this button controls.


bgImage

ImageID bgImage
The background image.


bgRolloverImage

ImageID bgRolloverImage
The rollover image


pressedImage

ImageID pressedImage
The pressed image.


iconImageID

ImageID iconImageID
The icon image.


pressedIconImageID

ImageID pressedIconImageID
The pressed icon image.


spawnActionInNewThread

boolean spawnActionInNewThread
Whether we should spawn action when clicking the button in new thread. Volume control buttons use this abstract button for its fullscreen view and don't need the new thread. Default is true, create new thread.


fullScreen

boolean fullScreen

settingsPanel

boolean settingsPanel

Class net.java.sip.communicator.impl.gui.main.call.CallButton extends SIPCommButton implements Serializable

Serialized Fields

image

Image image
The history icon.


pressedImage

Image pressedImage
The history pressed icon.


rolloverImage

Image rolloverImage
The rollover image.


mainFrame

MainFrame mainFrame
The main application window.


defaultTooltip

String defaultTooltip

Class net.java.sip.communicator.impl.gui.main.call.CallDialog extends SIPCommFrame implements Serializable

serialVersionUID: 0L

Serialized Fields

callPanel

CallPanel callPanel
The panel, where all call components are added.

Class net.java.sip.communicator.impl.gui.main.call.CallHistoryButton extends SIPCommTextButton implements Serializable

Serialized Fields

historyImage

Image historyImage
The history icon.


pressedImage

Image pressedImage
The history pressed icon.


isHistoryVisible

boolean isHistoryVisible
Indicates if the history is visible.


isNotificationsView

boolean isNotificationsView
Indicates if this button currently shows the number of unread notifications or the just the history icon.

Class net.java.sip.communicator.impl.gui.main.call.CallPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

dialpadDialog

DialpadDialog dialpadDialog
The dial pad dialog opened when the dial button is clicked.


dtmfHandler

DTMFHandler dtmfHandler
The handler for DTMF tones.


settingsPanel

TransparentPanel settingsPanel
The panel containing call settings.


callPanel

JComponent callPanel
The panel representing the call. For conference calls this would be an instance of ConferenceCallPanel and for one-to-one calls this would be an instance of OneToOneCallPanel.


holdButton

HoldButton holdButton
The hold button.


recordButton

RecordButton recordButton
The button which allows starting and stopping the recording of the CallPanel.call.


videoButton

LocalVideoButton videoButton
The video button.


showHideVideoButton

ShowHideVideoButton showHideVideoButton
The button responsible for hiding/showing the local video.


resizeVideoButton

ResizeVideoButton resizeVideoButton
The video resize button.


desktopSharingButton

DesktopSharingButton desktopSharingButton
The desktop sharing button.


transferCallButton

TransferCallButton transferCallButton
The transfer call button.


fullScreenButton

FullScreenButton fullScreenButton
The full screen button.


dialButton

SIPCommButton dialButton
The dial button, which opens a keypad dialog.


conferenceButton

SIPCommButton conferenceButton
The conference button.


chatButton

SIPCommButton chatButton
Chat button.


hangupButton

SIPCommButton hangupButton
HangUp button.


call

Call call
The call represented in this dialog.


isLastConference

boolean isLastConference
Indicates if the last call was a conference call.


callStartDate

Date callStartDate
The start date time of the call.


isCallTimerStarted

boolean isCallTimerStarted
Indicates if the call timer has been started.


callDurationTimer

Timer callDurationTimer
A timer to count call duration.


callWindow

CallContainer callWindow
Parent window.


title

String title
The title of this call container.


localLevel

InputVolumeControlButton localLevel
Sound local level label.


remoteLevel

OutputVolumeControlButton remoteLevel
Sound remote level label.


titleListeners

Collection<E> titleListeners
A collection of listeners, registered for call title change events.

Class net.java.sip.communicator.impl.gui.main.call.CallPeerRendererUtils.ExitFullScreenButton extends SIPCommButton implements Serializable

Class net.java.sip.communicator.impl.gui.main.call.CallStatusPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.main.call.CallTitlePanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

backgroundColor

Color backgroundColor

Class net.java.sip.communicator.impl.gui.main.call.CallTransferHandler extends ExtendedTransferHandler implements Serializable

Serialized Fields

call

Call call
The call corresponding to the transfer.

Class net.java.sip.communicator.impl.gui.main.call.ChooseCallAccountPopupMenu extends SIPCommPopupMenu implements Serializable

serialVersionUID: 0L

Serialized Fields

invoker

JComponent invoker
The invoker component.


callInterfaceListener

CallInterfaceListener callInterfaceListener
The call interface listener, which would be notified once the call interface is created.

Class net.java.sip.communicator.impl.gui.main.call.DesktopSharingButton extends AbstractCallToggleButton implements Serializable

Class net.java.sip.communicator.impl.gui.main.call.DialpadDialog extends JDialog implements Serializable

Class net.java.sip.communicator.impl.gui.main.call.DialPanel extends JPanel implements Serializable

Serialized Fields

dialPadPanel

JPanel dialPadPanel
The dial panel.


dtmfHandler

DTMFHandler dtmfHandler
Handles DTMFs.

Class net.java.sip.communicator.impl.gui.main.call.FullScreenButton extends SIPCommButton implements Serializable

Class net.java.sip.communicator.impl.gui.main.call.HoldButton extends AbstractCallToggleButton implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.main.call.InputVolumeControlButton extends AbstractCallToggleButton implements Serializable

Serialized Fields

call

Call call
The Call that this button controls.


muteRunner

Thread muteRunner
Mutes the call in other thread.


volumeControl

VolumeControl volumeControl
Our volume control.


sliderMenu

VolumeControlSlider sliderMenu

fullScreen

boolean fullScreen

mute

boolean mute
Current mute state.


sliderMenuVisible

boolean sliderMenuVisible

Class net.java.sip.communicator.impl.gui.main.call.LocalVideoButton extends AbstractCallToggleButton implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

nameLabel

JLabel nameLabel
The component showing the name of the underlying call peer.


peerPanel

OneToOneCallPeerPanel peerPanel
The panel representing the underlying CallPeer.


callContainer

CallPanel callContainer
The parent call container.


call

Call call
The underlying Call, this panel is representing.


callPeer

CallPeer callPeer
The underlying CallPeer.


fullScreenWindow

Window fullScreenWindow
The current Window being displayed in full-screen. Because the AWT API with respect to the full-screen support doesn't seem sophisticated enough, the field is used sparingly i.e. when there are no other means (such as a local variable) of acquiring the instance.


enableDesktopRemoteControl

JCheckBox enableDesktopRemoteControl
The check box allowing to turn on remote control when in a desktop sharing session.


videoContainers

List<E> videoContainers
The list containing all video containers.


southPanel

JPanel southPanel
The panel added on the south of this container.

Class net.java.sip.communicator.impl.gui.main.call.OneToOneCallPeerPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

callPeerAdapter

CallPeerAdapter callPeerAdapter
The CallPeerAdapter that implements all common tt>CallPeer related listeners.


callStatusLabel

JLabel callStatusLabel
The component showing the status of the underlying call peer.


securityStatusLabel

SecurityStatusLabel securityStatusLabel
The security status of the peer


muteStatusLabel

JLabel muteStatusLabel
The label showing whether the voice has been set to mute.


holdStatusLabel

JLabel holdStatusLabel
The label showing whether the call is on or off hold.


dtmfLabel

JLabel dtmfLabel
The DTMF label.


securityImageID

ImageID securityImageID
Current id for security image.


errorMessageComponent

JTextComponent errorMessageComponent
The component responsible for displaying an error message.


photoLabels

List<E> photoLabels
The Components showing the avatar of the underlying call peer.

Because the Components showing the avatar of the underlying call peer are managed by their respective VideoContainers and are automatically displayed whenever there is no associated remote video, each VideoContainer must have its own. Otherwise, the various VideoContainers might start fighting over which one is to contain the one and only photoLabel.


securityPanel

SecurityPanel securityPanel
The panel containing security related components.


peerImage

ImageIcon peerImage
The Icon which represents the avatar of the associated call peer.


peerName

String peerName
The name of the peer.


videoContainers

List<E> videoContainers
The list containing all video containers.


callRenderer

CallRenderer callRenderer
The renderer of the call.


remoteVideo

Component remoteVideo
The component showing the remote video.


callPeer

CallPeer callPeer
The CallPeer, which is rendered in this panel.


allowRemoteControl

boolean allowRemoteControl
In case of desktop streaming (client-side) if the local peer can control remote peer's computer.


mouseAndKeyListener

net.java.sip.communicator.impl.gui.main.call.OneToOneCallPeerPanel.MouseAndKeyListener mouseAndKeyListener
Listener for all key and mouse events. It is used for desktop sharing purposes.


localLevel

InputVolumeControlButton localLevel
Sound local level label.


remoteLevel

OutputVolumeControlButton remoteLevel
Sound remote level label.


center

Component center
The center component.


statusBar

Component statusBar
The status bar component.


photoLabel

JLabel photoLabel
The label containing the user photo.


localVideoVisible

boolean localVideoVisible

videoHandler

UIVideoHandler videoHandler

Class net.java.sip.communicator.impl.gui.main.call.OutputVolumeControlButton extends SIPCommButton implements Serializable

Serialized Fields

bgImage

ImageID bgImage
The background image.


pressedImage

ImageID pressedImage
The pressed image.


iconImageID

ImageID iconImageID
The icon image.

Class net.java.sip.communicator.impl.gui.main.call.RecordButton extends AbstractCallToggleButton implements Serializable

Serialized Fields

callFilename

String callFilename
The full filename of the saved call on the file system.


callFileChooser

SipCommFileChooser callFileChooser
Call file chooser.


recorder

Recorder recorder
The Recorder which is depicted by this RecordButton and which is to record or records AbstractCallToggleButton.call into RecordButton.callFilename.

Class net.java.sip.communicator.impl.gui.main.call.ResizeVideoButton extends AbstractCallToggleButton implements Serializable

Serialized Fields

loOptionPresent

boolean loOptionPresent
Is low option present in menu when button is pressed.


sdOptionPresent

boolean sdOptionPresent
Is SD option present in menu when button is pressed.


hdOptionPresent

boolean hdOptionPresent
Is HD option present in menu when button is pressed.

Class net.java.sip.communicator.impl.gui.main.call.SecurityPanel extends TransparentPanel implements Serializable

Class net.java.sip.communicator.impl.gui.main.call.SecurityStatusLabel extends JLabel implements Serializable

serialVersionUID: 0L

Serialized Fields

isAudioSecurityOn

boolean isAudioSecurityOn
Indicates the state of the audio security (on or off).


isVideoSecurityOn

boolean isVideoSecurityOn
Indicates the state of the video security (on or off).


encryptionCipher

String encryptionCipher
The encryption cipher.


defaultIcon

Icon defaultIcon
The default security status icon.


parentWindow

Window parentWindow
The parent window, where this component will be contained.

Class net.java.sip.communicator.impl.gui.main.call.SelectScreenDialog extends SIPCommDialog implements Serializable

serialVersionUID: 0L

Serialized Fields

deviceComboBox

JComboBox deviceComboBox
The combo box containing screen choice.


cancelButton

JButton cancelButton
The cancel button of this dialog.


selectedDevice

MediaDevice selectedDevice
The selected media device.

Class net.java.sip.communicator.impl.gui.main.call.ShowHideVideoButton extends AbstractCallToggleButton implements Serializable

serialVersionUID: 0L

Serialized Fields

renderer

CallPeerRenderer renderer
The call peer renderer.

Class net.java.sip.communicator.impl.gui.main.call.TransferActiveCallsMenu extends SIPCommPopupMenu implements Serializable

serialVersionUID: 0L

Serialized Fields

invoker

JComponent invoker
The invoker component.


initialPeer

CallPeer initialPeer
The initial peer we're aiming to transfer.

Class net.java.sip.communicator.impl.gui.main.call.TransferCallButton extends SIPCommButton implements Serializable

Serialized Fields

call

Call call
The Call to be transfered.

Class net.java.sip.communicator.impl.gui.main.call.TransferCallDialog extends OneChoiceInviteDialog implements Serializable

Class net.java.sip.communicator.impl.gui.main.call.VolumeControlSlider extends SIPCommPopupMenu implements Serializable

Serialized Fields

volumeSlider

JSlider volumeSlider

Class net.java.sip.communicator.impl.gui.main.call.ZrtpSecurityPanel extends SecurityPanel implements Serializable

Serialized Fields

sasVerificationButton

SIPCommButton sasVerificationButton

iconEncr

Image iconEncr

iconEncrVerified

Image iconEncrVerified

securityStringLabel

JLabel securityStringLabel

sasVerified

boolean sasVerified

zrtpControl

ZrtpControl zrtpControl

Package net.java.sip.communicator.impl.gui.main.call.conference

Class net.java.sip.communicator.impl.gui.main.call.conference.BasicConferenceParticipantPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

nameLabel

JLabel nameLabel
The label showing the name of the participant.


titleBar

JPanel titleBar
The panel containing the title of the participant.


imageLabel

JLabel imageLabel
The label showing the image of the participant.


callStatusLabel

JLabel callStatusLabel
The status of the peer


errorMessageComponent

JTextComponent errorMessageComponent
The component responsible for displaying an error message.


statusBar

JPanel statusBar
The status bar of the participant panel.


statusBarConstraints

GridBagConstraints statusBarConstraints
The status bar constraints.


nameBar

JPanel nameBar
The name bar.


nameBarConstraints

GridBagConstraints nameBarConstraints
The constraints used to layout the name bar.


peerDetailsPanel

TransparentPanel peerDetailsPanel
The panel containing all peer details.


rightDetailsPanel

TransparentPanel rightDetailsPanel
The right details panel.


soundIndicator

SoundLevelIndicator soundIndicator
The component showing the sound level of the participant.


constraints

GridBagConstraints constraints
Main panel constraints.


iconChanged

boolean iconChanged
True if the avatar icon was changed and is no more default.


securityImageID

ImageID securityImageID
Security imageID.


securityStatusLabel

SecurityStatusLabel securityStatusLabel
The security status of the peer


isLocalPeer

boolean isLocalPeer
Indicates if this panel is mentioned for the local participant.


renderer

CallRenderer renderer
A reference to the container of this call member panel.

Class net.java.sip.communicator.impl.gui.main.call.conference.CallPeerMenu extends SIPCommMenu implements Serializable

serialVersionUID: 0L

Serialized Fields

callPeer

CallPeer callPeer

onHoldText

String onHoldText

offHoldText

String offHoldText

holdMenuItem

JMenuItem holdMenuItem

muteText

String muteText

unmuteText

String unmuteText

Class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceCallPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

call

Call call
The conference call.


scrollPane

JScrollPane scrollPane
The scroll pane.


mainPanel

TransparentPanel mainPanel
The panel which contains ConferencePeerPanels.


constraints

GridBagConstraints constraints
The constraints to create the GridBagLayout.


callPeerPanels

Hashtable<K,V> callPeerPanels
Maps a CallPeer to its renderer.


callPanel

CallPanel callPanel
The CallPanel which contains this panel.


videoContainers

List<E> videoContainers
The list containing all video containers.


videoHandler

UIVideoHandler videoHandler
The video handler.


scrollToBottomRunnable

Runnable scrollToBottomRunnable
The implementation of the routine which scrolls this scroll pane to its bottom.

Class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceFocusPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

focusPeer

CallPeer focusPeer
The peer corresponding to the focus.


callRenderer

ConferenceCallPanel callRenderer
The renderer corresponding to the parent call call.


callPanel

CallPanel callPanel
The call panel.


conferenceMembersPanels

Map<K,V> conferenceMembersPanels
A mapping of a member and its renderer.


conferenceMembersSoundLevelListener

ConferenceMembersSoundLevelListener conferenceMembersSoundLevelListener
Listens for sound level events on the conference members.


focusPeerPanel

ConferencePeerPanel focusPeerPanel
The panel of the focus peer.


videoHandler

UIVideoHandler videoHandler
The video handler for this peer.

Class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceInviteDialog extends InviteDialog implements Serializable

serialVersionUID: 0L

Serialized Fields

accountSelectorBox

JComboBox accountSelectorBox

lastSelectedAccount

Object lastSelectedAccount

call

Call call

Class net.java.sip.communicator.impl.gui.main.call.conference.ConferenceMemberPanel extends BasicConferenceParticipantPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

member

ConferenceMember member
The underlying conference member.

Class net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel extends BasicConferenceParticipantPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

callPanel

CallPanel callPanel
The parent dialog containing this panel.


callRenderer

ConferenceCallPanel callRenderer
The parent call renderer.


callPeer

CallPeer callPeer
The call peer shown in this panel.


callPeerMenu

CallPeerMenu callPeerMenu
The tools menu available for each peer.


muteStatusLabel

JLabel muteStatusLabel
The label showing whether the voice has been set to mute.


holdStatusLabel

JLabel holdStatusLabel
The label showing whether the voice has been set to mute.


dtmfLabel

JLabel dtmfLabel
The DTMF label.


securityPanel

SecurityPanel securityPanel
The component showing the security details.


callPeerAdapter

CallPeerAdapter callPeerAdapter
The call peer adapter.


streamSoundLevelListener

net.java.sip.communicator.impl.gui.main.call.conference.ConferencePeerPanel.StreamSoundLevelListener streamSoundLevelListener
Listens for sound level changes on the stream of the conference members.


videoHandler

UIVideoHandler videoHandler
The video handler associated with this peer.

Class net.java.sip.communicator.impl.gui.main.call.conference.SoundLevelIndicator extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

soundLevelActiveImage

ImageIcon soundLevelActiveImage
Image when a sound level block is active


soundLevelInactiveImage

ImageIcon soundLevelInactiveImage
Image when a sound level block is not active


soundBarNumber

int soundBarNumber
Current number of distinct sound levels displayed in the UI.


soundLevel

int soundLevel
The sound level which is currently depicted by this SoundLevelIndicator.


isComponentListenerAdded

boolean isComponentListenerAdded
Indicates if the component listener is added.


minSoundLevel

int minSoundLevel
The minimum possible sound level.


maxSoundLevel

int maxSoundLevel
The maximum possible sound level.


callRenderer

CallRenderer callRenderer
The renderer of the corresponding call, for which this sound level indicator is created.


Package net.java.sip.communicator.impl.gui.main.chat

Class net.java.sip.communicator.impl.gui.main.chat.ChatBuffer extends ArrayList<E> implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.gui.main.chat.ChatContactRightButtonMenu extends SIPCommPopupMenu implements Serializable

serialVersionUID: -4069653895234333083L

Serialized Fields

logger

Logger logger

kickItem

JMenuItem kickItem

banItem

JMenuItem banItem

changeRoomSubjectItem

JMenuItem changeRoomSubjectItem

changeNicknameItem

JMenuItem changeNicknameItem

grantOwnershipItem

JMenuItem grantOwnershipItem

grantAdminItem

JMenuItem grantAdminItem

grantMembershipItem

JMenuItem grantMembershipItem

grantModeratorItem

JMenuItem grantModeratorItem

grantVoiceItem

JMenuItem grantVoiceItem

revokeOwnershipItem

JMenuItem revokeOwnershipItem

revokeAdminItem

JMenuItem revokeAdminItem

revokeMembershipItem

JMenuItem revokeMembershipItem

revokeModeratorItem

JMenuItem revokeModeratorItem

revokeVoiceItem

JMenuItem revokeVoiceItem

chatPanel

ChatPanel chatPanel

chatContact

ChatContact<T> chatContact
The contact associated with this menu


room

ChatRoom room
The Chatroom in which the chatContact is currently participating.

Class net.java.sip.communicator.impl.gui.main.chat.ChatConversationComponent extends JPanel implements Serializable

Serialized Fields

constraints

GridBagConstraints constraints
The constraints used to layout this component.


backgroundColor

Color backgroundColor
Initializes the background color with the default color.

Class net.java.sip.communicator.impl.gui.main.chat.ChatConversationComponent.ChatConversationButton extends JButton implements Serializable

Class net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel extends SCScrollPane implements Serializable

Serialized Fields

chatTextPane

JTextPane chatTextPane
The component rendering chat conversation panel text.


editorKit

HTMLEditorKit editorKit
The editor kit used by the text component.


document

HTMLDocument document
The document used by the text component.


chatContainer

ChatConversationContainer chatContainer
The parent container.


rightButtonMenu

ChatRightButtonMenu rightButtonMenu
The menu shown on right button mouse click.


currentHref

String currentHref
The currently shown href.


copyLinkItem

JMenuItem copyLinkItem
The copy link item, contained in the right mouse click menu.


openLinkItem

JMenuItem openLinkItem
The open link item, contained in the right mouse click menu.


copyLinkSeparator

JSeparator copyLinkSeparator
The right mouse click menu separator.


lastIncomingMsgTimestamp

long lastIncomingMsgTimestamp
The timestamp of the last incoming message.


isHistory

boolean isHistory
Indicates if this component is rendering a history conversation.


scrollToBottomIsPending

boolean scrollToBottomIsPending
The indicator which determines whether an automatic scroll to the bottom of ChatConversationPanel.chatTextPane is to be performed.


scrollToBottomRunnable

Runnable scrollToBottomRunnable
The implementation of the routine which scrolls ChatConversationPanel.chatTextPane to its bottom.

Class net.java.sip.communicator.impl.gui.main.chat.ChatOperationReasonDialog extends MessageDialog implements Serializable

serialVersionUID: 3290030744711759011L

Serialized Fields

reasonLabel

JLabel reasonLabel

reasonField

JTextField reasonField

Class net.java.sip.communicator.impl.gui.main.chat.ChatPanel extends TransparentPanel implements Serializable

Serialized Fields

messagePane

JSplitPane messagePane

topSplitPane

JSplitPane topSplitPane

topPanel

JPanel topPanel

conversationPanel

ChatConversationPanel conversationPanel

writeMessagePanel

ChatWritePanel writeMessagePanel

chatContactListPanel

ChatRoomMemberListPanel chatContactListPanel

chatContainer

ChatContainer chatContainer

subjectPanel

ChatRoomSubjectPanel subjectPanel

unreadMessageNumber

int unreadMessageNumber

typingNotificationLabel

JLabel typingNotificationLabel
The label showing current typing notification.


typingIcon

Icon typingIcon
The typing notification icon.


isShown

boolean isShown

chatSession

ChatSession chatSession

firstHistoryMsgTimestamp

long firstHistoryMsgTimestamp

lastHistoryMsgTimestamp

long lastHistoryMsgTimestamp

focusListeners

List<E> focusListeners

historyListeners

List<E> historyListeners

incomingEventBuffer

Vector<E> incomingEventBuffer

isHistoryLoaded

boolean isHistoryLoaded

autoDividerLocation

int autoDividerLocation

activeFileTransfers

Hashtable<K,V> activeFileTransfers
Stores all active file transfer requests and effective transfers with the identifier of the transfer.

Class net.java.sip.communicator.impl.gui.main.chat.ChatTransferHandler extends ExtendedTransferHandler implements Serializable

Serialized Fields

chatPanel

ChatPanel chatPanel
The chat panel involved in the copy/paste/DnD operation.

Class net.java.sip.communicator.impl.gui.main.chat.ChatTransportSelectorBox extends SIPCommMenuBar implements Serializable

Serialized Fields

transportMenuItems

Map<K,V> transportMenuItems

menu

SIPCommMenu menu

chatSession

ChatSession chatSession

chatPanel

ChatPanel chatPanel

Class net.java.sip.communicator.impl.gui.main.chat.ChatWindow extends SIPCommFrame implements Serializable

Serialized Fields

logger

Logger logger

chatTabbedPane

ConversationTabbedPane chatTabbedPane

chatCount

int chatCount

chatChangeListeners

List<E> chatChangeListeners

mainPanel

JPanel mainPanel

statusBarPanel

JPanel statusBarPanel

pluginPanelSouth

JPanel pluginPanelSouth

pluginPanelWest

JPanel pluginPanelWest

pluginPanelEast

JPanel pluginPanelEast

contactPhotoPanel

ContactPhotoPanel contactPhotoPanel

menuBar

MessageWindowMenuBar menuBar

mainToolBar

MainToolBar mainToolBar

toolbarPanel

Component toolbarPanel

keyManager

KeyboardFocusManager keyManager
A keyboard manager, where we register our own key dispatcher.


keyDispatcher

KeyEventDispatcher keyDispatcher
A key dispatcher that redirects all key events to call field.

Class net.java.sip.communicator.impl.gui.main.chat.ChatWritePanel extends TransparentPanel implements Serializable

Serialized Fields

logger

Logger logger

editorPane

JEditorPane editorPane

undo

UndoManager undo

chatPanel

ChatPanel chatPanel

stoppedTypingTimer

Timer stoppedTypingTimer

typingTimer

Timer typingTimer

typingState

int typingState

rightButtonMenu

WritePanelRightButtonMenu rightButtonMenu

menuListeners

ArrayList<E> menuListeners

scrollPane

SCScrollPane scrollPane

transportSelectorBox

ChatTransportSelectorBox transportSelectorBox

centerPanel

Container centerPanel

smsLabel

JLabel smsLabel

smsMenuItem

JCheckBoxMenuItem smsMenuItem

smsCharCountLabel

JLabel smsCharCountLabel

smsNumberLabel

JLabel smsNumberLabel

smsNumberCount

int smsNumberCount

smsCharCount

int smsCharCount

smsMode

boolean smsMode

Class net.java.sip.communicator.impl.gui.main.chat.ContactPhotoPanel extends JLayeredPane implements Serializable

Serialized Fields

photoLabel

JLabel photoLabel

addContactButton

JLabel addContactButton

tooltipIcon

ImageIcon tooltipIcon

chatSession

ChatSession chatSession

parentWindow

Window parentWindow

Class net.java.sip.communicator.impl.gui.main.chat.ConversationTabbedPane extends SIPCommTabbedPane implements Serializable

Class net.java.sip.communicator.impl.gui.main.chat.FontChooser extends JComponent implements Serializable

Serialized Fields

fontFamilyPanel

net.java.sip.communicator.impl.gui.main.chat.FontChooser.InputList fontFamilyPanel

fontSizePanel

net.java.sip.communicator.impl.gui.main.chat.FontChooser.InputList fontSizePanel

boldCheckBox

JCheckBox boldCheckBox

italicCheckBox

JCheckBox italicCheckBox

underlineCheckBox

JCheckBox underlineCheckBox

colorLabel

net.java.sip.communicator.impl.gui.main.chat.FontChooser.ColorLabel colorLabel

previewLabel

JLabel previewLabel

fontFamilies

String[] fontFamilies

fontSizes

String[] fontSizes

option

int option

Class net.java.sip.communicator.impl.gui.main.chat.SendSmsDialog extends SIPCommDialog implements Serializable

Serialized Fields

logger

Logger logger

title

String title

phoneNumberLabel

JLabel phoneNumberLabel

phoneNumberBox

JTextField phoneNumberBox

detailsArea

JTextArea detailsArea

mainPanel

JPanel mainPanel

sendButton

JButton sendButton

buttonPanel

JPanel buttonPanel

chatPanel

ChatPanel chatPanel

smsMessage

String smsMessage

chatTransport

ChatTransport chatTransport

Class net.java.sip.communicator.impl.gui.main.chat.SmileysSelectorBox extends SIPCommMenu implements Serializable

Serialized Fields

chatPanel

ChatPanel chatPanel
The chat write panel.


smileyTextLabel

JLabel smileyTextLabel
The smiley text label.


smileyDescriptionLabel

JLabel smileyDescriptionLabel
The smiley description label.


smiliesService

SmiliesReplacementService smiliesService
The smilies service.


popupMenu

JPopupMenu popupMenu
PopupMenu

Class net.java.sip.communicator.impl.gui.main.chat.StatusPanel extends TransparentPanel implements Serializable

Serialized Fields

statusLabel

JLabel statusLabel

Package net.java.sip.communicator.impl.gui.main.chat.conference

Class net.java.sip.communicator.impl.gui.main.chat.conference.ChatContactCellRenderer extends ContactListCellRenderer implements Serializable

Class net.java.sip.communicator.impl.gui.main.chat.conference.ChatContactListModel extends AbstractListModel implements Serializable

Serialized Fields

chatContacts

List<E> chatContacts
The backing store of this AbstractListModel listing the ChatContacts.


sorter

Comparator<T> sorter
The implementation of the sorting rules - the ChatContacts are first sorted according to their roles in decreasing order of their privileges and then they are sorted according to their names in alphabetical order.

Class net.java.sip.communicator.impl.gui.main.chat.conference.ChatInviteDialog extends InviteDialog implements Serializable

Serialized Fields

chatPanel

ChatPanel chatPanel

inviteChatTransport

ChatTransport inviteChatTransport

Class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomConfigurationWindow extends SIPCommFrame implements Serializable

Serialized Fields

configForm

ChatRoomConfigurationForm configForm
The configuration form contained in this window.


generalScrollPane

JScrollPane generalScrollPane
The scroll pane contained in the "General" tab.


optionsScrollPane

JScrollPane optionsScrollPane
The scroll pane contained in the "Options" tab.


mainPanel

JPanel mainPanel
The main panel.


saveButton

JButton saveButton
The button that stores the data.


cancelButton

JButton cancelButton
The cancel button.


roomOptionsPanel

JPanel roomOptionsPanel
The panel contained in the "Options" tab.


buttonsPanel

JPanel buttonsPanel
The panel containing all buttons.


tabbedPane

JTabbedPane tabbedPane
The tabbed pane containing the "General" and "Options" tabs.


titlePanel

TitlePanel titlePanel
The panel containing the title.


uiFieldsTable

Hashtable<K,V> uiFieldsTable
A map all configuration components.

Class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomMemberListPanel extends JPanel implements Serializable

serialVersionUID: -8250816784228586068L

Serialized Fields

memberList

DefaultContactList memberList
The list of members.


memberListModel

ChatContactListModel memberListModel
The model of the members list.


chatPanel

ChatPanel chatPanel
Current chat panel.

Class net.java.sip.communicator.impl.gui.main.chat.conference.ChatRoomSubjectPanel extends TransparentPanel implements Serializable

Serialized Fields

chatSession

ConferenceChatSession chatSession
The corresponding chat session.


subjectField

JTextField subjectField
The field containing the subject of the chat room.


configButton

JButton configButton
Config button.

Class net.java.sip.communicator.impl.gui.main.chat.conference.InvitationReceivedDialog extends SIPCommDialog implements Serializable

Serialized Fields

infoTextArea

JTextArea infoTextArea

invitationReasonTextArea

JTextArea invitationReasonTextArea

reasonPanel

JPanel reasonPanel

reasonLabel

JLabel reasonLabel

reasonField

JTextField reasonField

dataPanel

JPanel dataPanel

buttonsPanel

JPanel buttonsPanel

acceptButton

JButton acceptButton

rejectButton

JButton rejectButton

ignoreButton

JButton ignoreButton

mainPanel

JPanel mainPanel

northPanel

JPanel northPanel

iconLabel

JLabel iconLabel

title

String title

invitation

ChatRoomInvitation invitation
The ChatRoomInvitation for which this dialog is.


invitationAdHoc

AdHocChatRoomInvitation invitationAdHoc
The AdHocChatRoomInvitation for which this dialog is, in case of an AdHocChatRoom.


multiUserChatManager

ConferenceChatManager multiUserChatManager
The MultiUserChatManager is the one that deals with invitation events.


multiUserChatOpSet

OperationSetMultiUserChat multiUserChatOpSet
The operation set that would handle the rejection if the user choose to reject the invitation.


multiUserChatAdHocOpSet

OperationSetAdHocMultiUserChat multiUserChatAdHocOpSet
The operation set that would handle the rejection if the user choose to reject the invitation, in case of an AdHocChatRoom.


Package net.java.sip.communicator.impl.gui.main.chat.filetransfer

Class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileHistoryConversationComponent extends FileTransferConversationComponent implements Serializable

Serialized Fields

fileRecord

FileRecord fileRecord

Class net.java.sip.communicator.impl.gui.main.chat.filetransfer.FileTransferConversationComponent extends ChatConversationComponent implements Serializable

Serialized Fields

logger

Logger logger
The logger for this class.


imageLabel

FileImageLabel imageLabel
The image label.


titleLabel

JLabel titleLabel
The title label.


fileLabel

JLabel fileLabel
The file label.


errorArea

JTextArea errorArea
The error area.


errorIconLabel

JLabel errorIconLabel
The error icon label.


cancelButton

ChatConversationComponent.ChatConversationButton cancelButton
The cancel button.


retryButton

ChatConversationComponent.ChatConversationButton retryButton
The retry button.


acceptButton

ChatConversationComponent.ChatConversationButton acceptButton
The accept button.


rejectButton

ChatConversationComponent.ChatConversationButton rejectButton
The reject button.


openFileButton

ChatConversationComponent.ChatConversationButton openFileButton
The open file button.


openFolderButton

ChatConversationComponent.ChatConversationButton openFolderButton
The open folder button.


progressBar

JProgressBar progressBar
The progress bar.


progressPropertiesPanel

TransparentPanel progressPropertiesPanel
The progress properties panel.


progressSpeedLabel

JLabel progressSpeedLabel
The progress speed label.


estimatedTimeLabel

JLabel estimatedTimeLabel
The estimated time label.


downloadFile

File downloadFile
The download file.


fileTransfer

FileTransfer fileTransfer
The file transfer.


transferredFileSize

long transferredFileSize
The transferred file size.


lastSpeedTimestamp

long lastSpeedTimestamp
The time of the last calculated transfer speed.


lastEstimatedTimeTimestamp

long lastEstimatedTimeTimestamp
The last estimated time for the transfer.


lastTransferredBytes

long lastTransferredBytes
The number of bytes last transferred.


lastProgressSpeed

long lastProgressSpeed
The last calculated progress speed.


lastEstimatedTime

long lastEstimatedTime
The last estimated time.

Class net.java.sip.communicator.impl.gui.main.chat.filetransfer.ReceiveFileConversationComponent extends FileTransferConversationComponent implements Serializable

Serialized Fields

logger

Logger logger

fileTransferRequest

IncomingFileTransferRequest fileTransferRequest

fileTransferOpSet

OperationSetFileTransfer fileTransferOpSet

chatPanel

ChatPanel chatPanel

date

Date date

dateString

String dateString

downloadFile

File downloadFile

Class net.java.sip.communicator.impl.gui.main.chat.filetransfer.SendFileConversationComponent extends FileTransferConversationComponent implements Serializable

Serialized Fields

toContactName

String toContactName

parentChatPanel

ChatPanel parentChatPanel

date

Date date

dateString

String dateString

file

File file

Package net.java.sip.communicator.impl.gui.main.chat.history

Class net.java.sip.communicator.impl.gui.main.chat.history.DatesListRenderer extends JPanel implements Serializable

Serialized Fields

label

JLabel label

isSelected

boolean isSelected

calendar

Calendar calendar

Class net.java.sip.communicator.impl.gui.main.chat.history.DatesPanel extends SCScrollPane implements Serializable

Serialized Fields

datesList

JList datesList

listModel

DefaultListModel listModel
The ListModel of DatesPanel.datesList explicitly stored in order to have it as a DefaultListModel instance.


historyWindow

HistoryWindow historyWindow

lastSelectedIndex

int lastSelectedIndex

Class net.java.sip.communicator.impl.gui.main.chat.history.HistoryMenu extends SIPCommMenu implements Serializable

Serialized Fields

emptyMenuItem

JMenuItem emptyMenuItem
The empty history menu item.


closeMenuItem

JMenuItem closeMenuItem
The close menu item.


parentWindow

JFrame parentWindow

Class net.java.sip.communicator.impl.gui.main.chat.history.HistoryWindow extends SIPCommFrame implements Serializable

Serialized Fields

chatConvPanel

ChatConversationPanel chatConvPanel

mainPanel

JPanel mainPanel

progressBar

JProgressBar progressBar

historyMenu

HistoryMenu historyMenu

datesPanel

DatesPanel datesPanel

historyContact

Object historyContact

history

MetaHistoryService history

dateHistoryTable

Hashtable<K,V> dateHistoryTable

readyLabel

JLabel readyLabel

searchKeyword

String searchKeyword

datesVector

Vector<E> datesVector

ignoreProgressDate

Date ignoreProgressDate

lastProgress

int lastProgress

basicInstantMessagings

List<E> basicInstantMessagings
If the historyContact is a MetaContact, contains the OperationSetBasicInstantMessaging instances to which this HistoryWindow has added itself as a MessageListener.


chatRoom

ChatRoom chatRoom
If the historyContact is a ChatRoomWrapper, specifies the ChatRoom to which this HistoryWindow has added itself as a ChatRoomMessageListener.

Class net.java.sip.communicator.impl.gui.main.chat.history.SearchPanel extends TransparentPanel implements Serializable

Serialized Fields

searchTextField

JTextField searchTextField

historyWindow

HistoryWindow historyWindow

searchButton

JButton searchButton
Search button.


Package net.java.sip.communicator.impl.gui.main.chat.menus

Class net.java.sip.communicator.impl.gui.main.chat.menus.ChatRightButtonMenu extends SIPCommPopupMenu implements Serializable

Serialized Fields

chatConvPanel

ChatConversationPanel chatConvPanel

copyMenuItem

JMenuItem copyMenuItem

saveMenuItem

JMenuItem saveMenuItem

printMenuItem

JMenuItem printMenuItem

closeMenuItem

JMenuItem closeMenuItem

Class net.java.sip.communicator.impl.gui.main.chat.menus.EditMenu extends SIPCommMenu implements Serializable

Serialized Fields

fontDialogMenuItem

JMenuItem fontDialogMenuItem

cutMenuItem

JMenuItem cutMenuItem

copyMenuItem

JMenuItem copyMenuItem

pasteMenuItem

JMenuItem pasteMenuItem

chatWindow

ChatWindow chatWindow

Class net.java.sip.communicator.impl.gui.main.chat.menus.FileMenu extends SIPCommMenu implements Serializable

Serialized Fields

myChatRoomsItem

JMenuItem myChatRoomsItem

historyItem

JMenuItem historyItem

closeMenuItem

JMenuItem closeMenuItem

parentWindow

ChatWindow parentWindow

Class net.java.sip.communicator.impl.gui.main.chat.menus.HelpMenu extends SIPCommMenu implements Serializable

Serialized Fields

logger

Logger logger

Class net.java.sip.communicator.impl.gui.main.chat.menus.MessageWindowMenuBar extends SIPCommWindowMenuBar implements Serializable

Serialized Fields

fileMenu

FileMenu fileMenu

editMenu

EditMenu editMenu

optionsMenu

OptionsMenu optionsMenu

helpMenu

HelpMenu helpMenu

pluginContainer

PluginContainer pluginContainer
The PluginContainer which deals with PluginComponents on behalf of this MessageWindowMenuBar.

Class net.java.sip.communicator.impl.gui.main.chat.menus.OptionsMenu extends SIPCommMenu implements Serializable

Serialized Fields

chatWindow

ChatWindow chatWindow

viewToolBar

JCheckBoxMenuItem viewToolBar

viewSmileys

JCheckBoxMenuItem viewSmileys

Class net.java.sip.communicator.impl.gui.main.chat.menus.WritePanelRightButtonMenu extends SIPCommPopupMenu implements Serializable

Serialized Fields

chatContainer

ChatContainer chatContainer

cutMenuItem

JMenuItem cutMenuItem

copyMenuItem

JMenuItem copyMenuItem

pasteMenuItem

JMenuItem pasteMenuItem

closeMenuItem

JMenuItem closeMenuItem

Package net.java.sip.communicator.impl.gui.main.chat.toolBars

Class net.java.sip.communicator.impl.gui.main.chat.toolBars.MainToolBar extends TransparentPanel implements Serializable

serialVersionUID: -5572510509556499465L

Serialized Fields

inviteButton

ChatToolbarButton inviteButton
The invite button.


historyButton

ChatToolbarButton historyButton
The history button.


sendFileButton

ChatToolbarButton sendFileButton
The send file button.


previousButton

ChatToolbarButton previousButton
The button showing the previous page of the chat history.


nextButton

ChatToolbarButton nextButton
The button showing the next page from chat history.


leaveChatRoomButton

ChatToolbarButton leaveChatRoomButton
The leave chat room button.


callButton

ChatToolbarButton callButton
The call button.


optionsButton

ChatToolbarButton optionsButton
The options button.


desktopSharingButton

ChatToolbarButton desktopSharingButton
The desktop sharing button.


fontButton

ChatToolbarButton fontButton
The font button.


smileysBox

SmileysSelectorBox smileysBox

chatSession

ChatSession chatSession
The current ChatSession made known to this instance by the last call to its MainToolBar.chatChanged(ChatPanel).


chatContainer

ChatContainer chatContainer
The chat container, where this tool bar is added.


pluginContainer

PluginContainer pluginContainer
The plug-in container contained in this tool bar.


Package net.java.sip.communicator.impl.gui.main.chatroomslist

Class net.java.sip.communicator.impl.gui.main.chatroomslist.AdHocChatRoomListChangeEvent extends EventObject implements Serializable

Serialized Fields

eventID

int eventID

Class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomCommonRightButtonMenu extends SIPCommPopupMenu implements Serializable

Serialized Fields

logger

Logger logger

createChatRoomItem

JMenuItem createChatRoomItem

searchForChatRoomsItem

JMenuItem searchForChatRoomsItem

chatRoomProvider

ChatRoomProviderWrapper chatRoomProvider

Class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListChangeEvent extends EventObject implements Serializable

Serialized Fields

eventID

int eventID

Class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListDialog extends SIPCommDialog implements Serializable

serialVersionUID: -5117526914795659109L

Serialized Fields

mainFrame

MainFrame mainFrame

Class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListModel extends AbstractListModel implements Serializable

Serialized Fields

chatRoomList

ChatRoomList chatRoomList

Class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomListUI extends SCScrollPane implements Serializable

Serialized Fields

chatRoomList

JList chatRoomList

chatRoomsListModel

ChatRoomListModel chatRoomsListModel

treePanel

JPanel treePanel

Class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomRightButtonMenu extends SIPCommPopupMenu implements Serializable

Serialized Fields

chatRoomWrapper

ChatRoomWrapper chatRoomWrapper
The current chat room wrapper.

Class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomServerRightButtonMenu extends SIPCommPopupMenu implements Serializable

Serialized Fields

createChatRoomItem

JMenuItem createChatRoomItem

joinChannelItem

JMenuItem joinChannelItem

chatRoomProvider

ChatRoomProviderWrapper chatRoomProvider

Class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomsListCellRenderer extends JPanel implements Serializable

Serialized Fields

nameLabel

JLabel nameLabel

isSelected

boolean isSelected

isLeaf

boolean isLeaf

Class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableDialog extends SIPCommDialog implements Serializable

Serialized Fields

providersCombo

JComboBox providersCombo
A JComboBox which will allow to select an account for joining a room.


roomsCombo

JComboBox roomsCombo
An editable JComboBox which will allow to set a room name, and gives suggestions regarding to its content.


addButton

JButton addButton
The add chat room button.


removeButton

JButton removeButton
The remove chat room button.


okButton

JButton okButton
The ok button.


cancelButton

JButton cancelButton
The cancel button.


editor

JTextField editor
The editor for the chat room name.


chatRoomsTableUI

ChatRoomTableUI chatRoomsTableUI
The available chat rooms list.

Class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableModel extends AbstractTableModel implements Serializable

Serialized Fields

chatRoomList

ChatRoomList chatRoomList
The ChatRoomsList is the list containing all chat rooms.


rooms

List<E> rooms
The current list of rooms.


parentTable

JTable parentTable
The parent table.

Class net.java.sip.communicator.impl.gui.main.chatroomslist.ChatRoomTableUI extends SCScrollPane implements Serializable

Serialized Fields

chatRoomList

JTable chatRoomList
The table with available rooms.


chatRoomsTableModel

ChatRoomTableModel chatRoomsTableModel
The model of the table with the available rooms.


Package net.java.sip.communicator.impl.gui.main.chatroomslist.createforms

Class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.ChatRoomNamePanel extends TransparentPanel implements Serializable

Serialized Fields

nameLabel

JLabel nameLabel

textField

JTextField textField

dataPanel

JPanel dataPanel

infoLabel

SIPCommMsgTextArea infoLabel

infoTitleLabel

JLabel infoTitleLabel

labelsPanel

JPanel labelsPanel

rightPanel

JPanel rightPanel

parentWizard

WizardContainer parentWizard

Class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomDialog extends SIPCommDialog implements Serializable

Serialized Fields

chatRoomPanel

ChatRoomNamePanel chatRoomPanel

addButton

JButton addButton

cancelButton

JButton cancelButton

buttonsPanel

JPanel buttonsPanel

mainPanel

JPanel mainPanel

chatRoomProvider

ChatRoomProviderWrapper chatRoomProvider

Class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.CreateChatRoomWizard extends Wizard implements Serializable

Serialized Fields

newChatRoom

NewChatRoom newChatRoom

page1

CreateChatRoomWizardPage1 page1

page2

CreateChatRoomWizardPage2 page2

Class net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.SelectAccountPanel extends TransparentPanel implements Serializable

serialVersionUID: 7709876019954774312L

Serialized Fields

tablePane

JScrollPane tablePane

accountsTable

JTable accountsTable

tableModel

DefaultTableModel tableModel

newChatRoom

NewChatRoom newChatRoom

protocolProvidersList

Iterator<E> protocolProvidersList

labelsPanel

JPanel labelsPanel

rightPanel

JPanel rightPanel

infoLabel

SIPCommMsgTextArea infoLabel

infoTitleLabel

JLabel infoTitleLabel

radioButtonGroup

ButtonGroup radioButtonGroup

Package net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms

Class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.ChatRoomAuthenticationWindow extends SIPCommFrame implements Serializable

Serialized Fields

infoTextArea

JTextArea infoTextArea

idLabel

JLabel idLabel

passwdLabel

JLabel passwdLabel

idValue

JTextField idValue

passwdField

JPasswordField passwdField

loginButton

JButton loginButton

cancelButton

JButton cancelButton

labelsPanel

JPanel labelsPanel

textFieldsPanel

JPanel textFieldsPanel

mainPanel

JPanel mainPanel

buttonsPanel

JPanel buttonsPanel

backgroundPanel

net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.ChatRoomAuthenticationWindow.LoginWindowBackground backgroundPanel

chatRoom

ChatRoomWrapper chatRoom

Class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.ChatRoomNamePanel extends TransparentPanel implements Serializable

Serialized Fields

chatRoomLabel

JLabel chatRoomLabel

textField

JTextField textField

dataPanel

JPanel dataPanel

infoLabel

SIPCommMsgTextArea infoLabel

infoTitleLabel

JLabel infoTitleLabel

labelsPanel

JPanel labelsPanel

rightPanel

JPanel rightPanel

Class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomDialog extends SIPCommDialog implements Serializable

Serialized Fields

searchPanel

SearchChatRoomPanel searchPanel

joinButton

JButton joinButton

cancelButton

JButton cancelButton

iconLabel

JLabel iconLabel

buttonsPanel

JPanel buttonsPanel

chatRoomProvider

ChatRoomProviderWrapper chatRoomProvider

Class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWindow extends SIPCommFrame implements Serializable

serialVersionUID: -5377426011460074319L

Serialized Fields

chatRoomProviders

Vector<E> chatRoomProviders
The list of providers who support chat rooms.


jcb_chatRoomProviders

JComboBox jcb_chatRoomProviders
A JComboBox which will allow to select an account for joining a room.


jcb_roomName

JComboBox jcb_roomName
An editable JComboBox which will allow to set a room name, and gives suggestions regarding to its content.


editor

JTextField editor
Text editor for the room name combo box.


providerIcons

Vector<E> providerIcons
Stores the provider icons.


providerNames

Vector<E> providerNames
Stores the provider names (plus AccountID).


serverRooms

List<E> serverRooms
Rooms of the currently selected provider.


searchStateValue

String searchStateValue
Search state value.


jl_searchState

JLabel jl_searchState
Search state label.

Class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.JoinChatRoomWizard extends Wizard implements Serializable

Serialized Fields

newChatRoom

NewChatRoom newChatRoom

page1

JoinChatRoomWizardPage1 page1

page2

JoinChatRoomWizardPage2 page2

Class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.SearchChatRoomPanel extends TransparentPanel implements Serializable

Serialized Fields

namePanel

ChatRoomNamePanel namePanel

mainPanel

JPanel mainPanel

searchPanel

JPanel searchPanel

searchTextArea

JTextArea searchTextArea

searchButton

JButton searchButton

buttonPanel

JPanel buttonPanel

chatRoomsList

JList chatRoomsList

chatRoomsScrollPane

JScrollPane chatRoomsScrollPane

wizardContainer

WizardContainer wizardContainer

chatRoomProvider

ChatRoomProviderWrapper chatRoomProvider

serverRooms

List<E> serverRooms

Class net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.SelectAccountPanel extends TransparentPanel implements Serializable

serialVersionUID: 4717173525426074284L

Serialized Fields

tablePane

JScrollPane tablePane

accountsTable

JTable accountsTable

tableModel

net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.SelectAccountPanel.AccountsTableModel tableModel

joinChatRoom

NewChatRoom joinChatRoom

chatRoomProvidersList

Iterator<E> chatRoomProvidersList

labelsPanel

JPanel labelsPanel

rightPanel

JPanel rightPanel

iconLabel

JLabel iconLabel

infoLabel

SIPCommMsgTextArea infoLabel

infoTitleLabel

JLabel infoTitleLabel

Package net.java.sip.communicator.impl.gui.main.configforms

Class net.java.sip.communicator.impl.gui.main.configforms.ConfigFormList extends JList implements Serializable

Serialized Fields

listModel

DefaultListModel listModel

configFrame

ConfigurationFrame configFrame

Class net.java.sip.communicator.impl.gui.main.configforms.ConfigFormListCellRenderer extends TransparentPanel implements Serializable

Serialized Fields

textLabel

JLabel textLabel

iconLabel

JLabel iconLabel

isSelected

boolean isSelected

Class net.java.sip.communicator.impl.gui.main.configforms.ConfigurationFrame extends SIPCommDialog implements Serializable

serialVersionUID: 0L

Serialized Fields

configList

ConfigFormList configList

centerPanel

JPanel centerPanel

Package net.java.sip.communicator.impl.gui.main.contactlist

Class net.java.sip.communicator.impl.gui.main.contactlist.AddContactDialog extends SIPCommDialog implements Serializable

Serialized Fields

logger

Logger logger

accountLabel

JLabel accountLabel

accountCombo

JComboBox accountCombo

groupLabel

JLabel groupLabel

groupCombo

JComboBox groupCombo

contactAddressLabel

JLabel contactAddressLabel

displayNameLabel

JLabel displayNameLabel

contactAddressField

JTextField contactAddressField

displayNameField

JTextField displayNameField

addButton

JButton addButton

cancelButton

JButton cancelButton

mainFrame

MainFrame mainFrame

metaContact

MetaContact metaContact

imageLabel

JLabel imageLabel
Image label.

Class net.java.sip.communicator.impl.gui.main.contactlist.CommonRightButtonMenu extends SIPCommPopupMenu implements Serializable

Serialized Fields

addContactItem

JMenuItem addContactItem

createGroupItem

JMenuItem createGroupItem

mainFrame

MainFrame mainFrame

Class net.java.sip.communicator.impl.gui.main.contactlist.ContactInfoDialog extends SIPCommDialog implements Serializable

Serialized Fields

protocolsPanel

JPanel protocolsPanel

bg

TransparentBackground bg

Class net.java.sip.communicator.impl.gui.main.contactlist.ContactList extends DefaultContactList implements Serializable

serialVersionUID: 0L

Serialized Fields

logger

Logger logger

contactListService

MetaContactListService contactListService

listModel

ContactListModel listModel

currentlySelectedObject

Object currentlySelectedObject

contactListListeners

List<E> contactListListeners

excContactListListeners

List<E> excContactListListeners

mainFrame

MainFrame mainFrame

contentToRefresh

Map<K,V> contentToRefresh

refreshEnabled

boolean refreshEnabled

groupRightButtonMenu

GroupRightButtonMenu groupRightButtonMenu

contactRightButtonMenu

MetaContactRightButtonMenu contactRightButtonMenu

activeContacts

List<E> activeContacts
A list of all contacts that are currently "active". An "active" contact is a contact that has been sent a message. The list is used to indicate these contacts with a special icon.


disableOpenClose

boolean disableOpenClose
If set to true prevents groups to be closed or opened using the mouse.

Class net.java.sip.communicator.impl.gui.main.contactlist.ContactListCellRenderer extends JPanel implements Serializable

Serialized Fields

openedGroupIcon

ImageIcon openedGroupIcon
The icon indicating an open group.


closedGroupIcon

ImageIcon closedGroupIcon
The icon indicating a closed group.


groupForegroundColor

Color groupForegroundColor
The foreground color for groups.


contactForegroundColor

Color contactForegroundColor
The foreground color for contacts.


nameLabel

JLabel nameLabel
The component showing the name of the contact or group.


statusMessageLabel

JLabel statusMessageLabel
The status message label.


rightLabel

JLabel rightLabel
The component showing the avatar or the contact count in the case of groups.


msgReceivedImage

Image msgReceivedImage
An icon indicating that a new message has been received from the corresponding contact.


statusLabel

JLabel statusLabel
The label containing the status icon.


statusIcon

ImageIcon statusIcon
The icon showing the contact status.


centerPanel

TransparentPanel centerPanel
The panel containing the name and status message labels.


isSelected

boolean isSelected
Indicates if the current list cell is selected.


index

int index
The index of the current cell.


isLeaf

boolean isLeaf
Indicates if the current cell contains a leaf or a group.

Class net.java.sip.communicator.impl.gui.main.contactlist.ContactListEvent extends EventObject implements Serializable

Serialized Fields

eventID

int eventID

clickCount

int clickCount
Indicated the number of click accompanying the event

Class net.java.sip.communicator.impl.gui.main.contactlist.ContactListModel extends AbstractListModel implements Serializable

Serialized Fields

contactList

MetaContactListService contactList

rootGroup

MetaContactGroup rootGroup

closedGroups

List<E> closedGroups

showOffline

boolean showOffline

Class net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane extends SCScrollPane implements Serializable

serialVersionUID: 0L

Serialized Fields

mainFrame

MainFrame mainFrame

contactList

TreeContactList contactList

typingTimer

net.java.sip.communicator.impl.gui.main.contactlist.ContactListPane.TypingTimer typingTimer

commonRightButtonMenu

CommonRightButtonMenu commonRightButtonMenu

logger

Logger logger

chatWindowManager

ChatWindowManager chatWindowManager

Class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTransferHandler extends ExtendedTransferHandler implements Serializable

Serialized Fields

contactList

DefaultTreeContactList contactList
The contact list, where this transfer happens.

Class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeCellRenderer extends JPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

openedGroupIcon

ImageIcon openedGroupIcon
The icon used for opened groups.


closedGroupIcon

ImageIcon closedGroupIcon
The icon used for closed groups.


groupForegroundColor

Color groupForegroundColor
The foreground color for groups.


contactForegroundColor

Color contactForegroundColor
The foreground color for contacts.


nameLabel

JLabel nameLabel
The component showing the name of the contact or group.


displayDetailsLabel

JLabel displayDetailsLabel
The status message label.


callButton

SIPCommButton callButton
The call button.


callVideoButton

SIPCommButton callVideoButton
The call video button.


desktopSharingButton

SIPCommButton desktopSharingButton
The desktop sharing button.


chatButton

SIPCommButton chatButton
The chat button.


addContactButton

SIPCommButton addContactButton
The add contact button.


constraints

GridBagConstraints constraints
The constraints used to align components in the centerPanel.


rightLabel

JLabel rightLabel
The component showing the avatar or the contact count in the case of groups.


msgReceivedImage

Image msgReceivedImage
The message received image.


statusLabel

JLabel statusLabel
The label containing the status icon.


statusIcon

ImageIcon statusIcon
The icon showing the contact status.


isSelected

boolean isSelected
Indicates if the current list cell is selected.


row

int row
The index of the current cell.


treeNode

TreeNode treeNode
Indicates if the current cell contains a leaf or a group.


tree

TreeContactList tree
The parent tree.

Class net.java.sip.communicator.impl.gui.main.contactlist.ContactListTreeModel extends DefaultTreeModel implements Serializable

Serialized Fields

rootGroupNode

GroupNode rootGroupNode
The root node.


parentTree

JTree parentTree
The parent tree.

Class net.java.sip.communicator.impl.gui.main.contactlist.ContactNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

contact

UIContact contact
The UIContact corresponding to this contact node.


isActive

boolean isActive
Indicates if this node is currently active. Has unread messages waiting.

Class net.java.sip.communicator.impl.gui.main.contactlist.ContactProtocolButton extends SIPCommButton implements Serializable

Serialized Fields

protocolContact

Contact protocolContact

Class net.java.sip.communicator.impl.gui.main.contactlist.DefaultContactList extends JList implements Serializable

serialVersionUID: 0L

Serialized Fields

cachedMouseEvent

MouseEvent cachedMouseEvent
The cached mouse event.


renderer

ContactListCellRenderer renderer
List cell renderer.

Class net.java.sip.communicator.impl.gui.main.contactlist.DefaultTreeContactList extends JTree implements Serializable

serialVersionUID: 0L

Serialized Fields

myCachedSelectionEvent

TreeSelectionEvent myCachedSelectionEvent
The cached selection event.


renderer

ContactListTreeCellRenderer renderer
The tree cell renderer.

Class net.java.sip.communicator.impl.gui.main.contactlist.GroupNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

treeModel

ContactListTreeModel treeModel
The parent contact list model.


group

UIGroup group
The corresponding UIGroup.


isCollapsed

boolean isCollapsed
Indicates if this group node is collapsed or expanded.

Class net.java.sip.communicator.impl.gui.main.contactlist.GroupRightButtonMenu extends SIPCommPopupMenu implements Serializable

Serialized Fields

logger

Logger logger

addContactItem

JMenuItem addContactItem

removeGroupItem

JMenuItem removeGroupItem

renameGroupItem

JMenuItem renameGroupItem

group

MetaContactGroup group

mainFrame

MainFrame mainFrame

Class net.java.sip.communicator.impl.gui.main.contactlist.MetaContactRightButtonMenu extends SIPCommPopupMenu implements Serializable

serialVersionUID: 3033031652970285857L

Serialized Fields

logger

Logger logger
The logger of this class.


moveToMenu

SIPCommMenu moveToMenu
The menu responsible for moving a contact to another group.


moveSubcontactMenu

SIPCommMenu moveSubcontactMenu
The menu responsible for moving a containing protocol contact to another group.


removeContactMenu

SIPCommMenu removeContactMenu
The menu responsible for removing a contact.


callContactMenu

SIPCommMenu callContactMenu
The menu responsible for calling a contact.


addContactItem

JMenuItem addContactItem
The menu responsible for adding a contact.


callItem

JMenuItem callItem
The menu item responsible for calling a contact.


videoCallItem

JMenuItem videoCallItem
The video call menu item.


videoCallMenu

SIPCommMenu videoCallMenu
The menu responsible for calling a contact with video.


fullShareMenuItem

JMenuItem fullShareMenuItem
The menu responsible for full screen sharing when more than one contact is available for sharing.


regionShareMenuItem

JMenuItem regionShareMenuItem
The menu responsible for region screen sharing when more than one contact is available for sharing.


multiContactFullShareMenu

SIPCommMenu multiContactFullShareMenu
The menu responsible for full screen sharing when more than one contact is available for sharing.


multiContactRegionShareMenu

SIPCommMenu multiContactRegionShareMenu
The menu responsible for region screen sharing when more than one contact is available for sharing.


sendMessageItem

JMenuItem sendMessageItem
The send message menu item.


sendFileItem

JMenuItem sendFileItem
The send file menu item.


sendSmsItem

JMenuItem sendSmsItem
The send SMS menu item.


renameContactItem

JMenuItem renameContactItem
The rename contact menu item.


viewHistoryItem

JMenuItem viewHistoryItem
The view history menu item.


multiContactRequestAuthMenu

SIPCommMenu multiContactRequestAuthMenu
Multi protocol contact authorization request menu.


requestAuthMenuItem

JMenuItem requestAuthMenuItem
Authorization request menu item.


metaContact

MetaContact metaContact
The MetaContact over which the right button was pressed.


contactToMove

Contact contactToMove
The contact to move when the move menu has been chosen.


moveAllContacts

boolean moveAllContacts
Indicates if all contacts should be moved when the move to menu is pressed.


moveDialog

MoveSubcontactMessageDialog moveDialog
The move dialog.


mainFrame

MainFrame mainFrame
The main window.


contactList

TreeContactList contactList
The contact list component.


firstUnsubscribedContact

Contact firstUnsubscribedContact
The first unsubscribed contact we found.

Class net.java.sip.communicator.impl.gui.main.contactlist.MoveSubcontactMessageDialog extends SIPCommDialog implements Serializable

Serialized Fields

infoArea

SIPCommMsgTextArea infoArea

infoTitleLabel

JLabel infoTitleLabel

iconLabel

JLabel iconLabel

cancelButton

JButton cancelButton

labelsPanel

TransparentPanel labelsPanel

mainPanel

TransparentPanel mainPanel

buttonsPanel

TransparentPanel buttonsPanel

dialogWidth

int dialogWidth

dialogHeight

int dialogHeight

mainFrame

MainFrame mainFrame

clistListener

ContactListListener clistListener

Class net.java.sip.communicator.impl.gui.main.contactlist.RenameContactDialog extends SIPCommDialog implements Serializable

Serialized Fields

renameContactPanel

RenameContactPanel renameContactPanel

renameButton

JButton renameButton

cancelButton

JButton cancelButton

buttonsPanel

TransparentPanel buttonsPanel

mainPanel

TransparentPanel mainPanel

clist

MetaContactListService clist

metaContact

MetaContact metaContact

Class net.java.sip.communicator.impl.gui.main.contactlist.RenameContactPanel extends TransparentPanel implements Serializable

Serialized Fields

uinLabel

JLabel uinLabel

textField

JTextField textField

dataPanel

TransparentPanel dataPanel

infoLabel

SIPCommMsgTextArea infoLabel

infoTitleLabel

JLabel infoTitleLabel

iconLabel

JLabel iconLabel

labelsPanel

TransparentPanel labelsPanel

rightPanel

TransparentPanel rightPanel

Class net.java.sip.communicator.impl.gui.main.contactlist.RenameGroupDialog extends SIPCommDialog implements Serializable

Serialized Fields

renameGroupPanel

RenameGroupPanel renameGroupPanel

renameButton

JButton renameButton

cancelButton

JButton cancelButton

buttonsPanel

TransparentPanel buttonsPanel

mainPanel

TransparentPanel mainPanel

clist

MetaContactListService clist

metaGroup

MetaContactGroup metaGroup

Class net.java.sip.communicator.impl.gui.main.contactlist.RenameGroupPanel extends TransparentPanel implements Serializable

Serialized Fields

uinLabel

JLabel uinLabel

textField

JTextField textField

dataPanel

TransparentPanel dataPanel

infoLabel

SIPCommMsgTextArea infoLabel

infoTitleLabel

JLabel infoTitleLabel

iconLabel

JLabel iconLabel

labelsPanel

TransparentPanel labelsPanel

rightPanel

TransparentPanel rightPanel

Class net.java.sip.communicator.impl.gui.main.contactlist.SearchField extends SIPCommTextField implements Serializable

Serialized Fields

mainFrame

MainFrame mainFrame
The main application window.


textFieldUI

SearchFieldUI textFieldUI
SearchFieldUI defs.

Class net.java.sip.communicator.impl.gui.main.contactlist.SourceContactRightButtonMenu extends SIPCommPopupMenu implements Serializable

serialVersionUID: 0L

Serialized Fields

sourceContact

SourceContact sourceContact
The source contact.


callContactMenu

SIPCommMenu callContactMenu
Call contact menu.


addContactComponent

Component addContactComponent
Add contact component.

Class net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList extends DefaultTreeContactList implements Serializable

serialVersionUID: 0L

Serialized Fields

treeModel

ContactListTreeModel treeModel
The default tree model.


rightButtonMenu

JPopupMenu rightButtonMenu
The right button menu.


activeContacts

List<E> activeContacts
A list of all contacts that are currently "active". An "active" contact is a contact that has been sent a message. The list is used to indicate these contacts with a special icon.


contactListListeners

List<E> contactListListeners
A list of all registered ContactListListener-s.


defaultFilter

ContactListFilter defaultFilter
The default filter is initially set to the PresenceFilter. But anyone could change it by calling setDefaultFilter().


currentFilter

ContactListFilter currentFilter
The current filter.


isGroupClickConsumed

boolean isGroupClickConsumed
Indicates if the click on a group node has been already consumed. This could happen in a move contact mode.


originalMouseListeners

MouseListener[] originalMouseListeners
A list of all originally registered MouseListener-s.


currentFilterQuery

FilterQuery currentFilterQuery

filterThread

net.java.sip.communicator.impl.gui.main.contactlist.TreeContactList.FilterThread filterThread

Class net.java.sip.communicator.impl.gui.main.contactlist.UnknownContactPanel extends TransparentPanel implements Serializable

Serialized Fields

addButton

JButton addButton

callButton

JButton callButton

textArea

JTextPane textArea

buttonPanel

TransparentPanel buttonPanel

parentWindow

MainFrame parentWindow
The main application window.


Package net.java.sip.communicator.impl.gui.main.contactlist.addgroup

Class net.java.sip.communicator.impl.gui.main.contactlist.addgroup.CreateGroupDialog extends SIPCommDialog implements Serializable

Serialized Fields

logger

Logger logger

groupPanel

CreateGroupPanel groupPanel

addButton

JButton addButton

cancelButton

JButton cancelButton

buttonsPanel

TransparentPanel buttonsPanel

mainPanel

TransparentPanel mainPanel

clist

MetaContactListService clist

newMetaGroup

MetaContactGroup newMetaGroup
The newly created MetaContactGroup.

Class net.java.sip.communicator.impl.gui.main.contactlist.addgroup.CreateGroupPanel extends TransparentPanel implements Serializable

Serialized Fields

uinLabel

JLabel uinLabel

textField

JTextField textField

dataPanel

TransparentPanel dataPanel

infoLabel

SIPCommMsgTextArea infoLabel

infoTitleLabel

JLabel infoTitleLabel

iconLabel

JLabel iconLabel

labelsPanel

TransparentPanel labelsPanel

rightPanel

TransparentPanel rightPanel

errorLabel

JLabel errorLabel

Package net.java.sip.communicator.impl.gui.main.contactlist.contactsource

Class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQueryEvent extends EventObject implements Serializable

Serialized Fields

metaContact

MetaContact metaContact
The MetaContact this event is about.

Class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaContactQueryStatusEvent extends EventObject implements Serializable

Serialized Fields

eventType

int eventType
Indicates the type of this event.

Class net.java.sip.communicator.impl.gui.main.contactlist.contactsource.MetaGroupQueryEvent extends EventObject implements Serializable

Serialized Fields

metaGroup

MetaContactGroup metaGroup
The MetaContactGroup this event is about.


Package net.java.sip.communicator.impl.gui.main.menus

Class net.java.sip.communicator.impl.gui.main.menus.AutoAnswerMenu extends SIPCommMenu implements Serializable

Class net.java.sip.communicator.impl.gui.main.menus.FileMenu extends SIPCommMenu implements Serializable

Serialized Fields

parentWindow

MainFrame parentWindow

newAccountMenuItem

JMenuItem newAccountMenuItem
Add new account menu item.


addContactItem

JMenuItem addContactItem
Add new contact menu item.


createGroupItem

JMenuItem createGroupItem
Create group menu item.


myChatRoomsItem

JMenuItem myChatRoomsItem
Chat rooms menu item.


closeMenuItem

JMenuItem closeMenuItem
Close menu item.

Class net.java.sip.communicator.impl.gui.main.menus.HelpMenu extends SIPCommMenu implements Serializable

Serialized Fields

pluginContainer

PluginContainer pluginContainer
The PluginContainer which implements the logic related to dealing with PluginComponents on behalf of this HelpMenu.

Class net.java.sip.communicator.impl.gui.main.menus.MainMenu extends SIPCommWindowMenuBar implements Serializable

Class net.java.sip.communicator.impl.gui.main.menus.SIPCommWindowMenuBar extends JMenuBar implements Serializable

Serialized Fields

backgroundImage

Image backgroundImage
The Image to be drawn as the background of this JMenuBar.


foreground

String foreground
Color code for the foreground.

Class net.java.sip.communicator.impl.gui.main.menus.ToolsMenu extends SIPCommMenu implements Serializable

Serialized Fields

logger

Logger logger
Local logger.


conferenceMenuItem

JMenuItem conferenceMenuItem
Conference call menu item.


hideOfflineMenuItem

JMenuItem hideOfflineMenuItem
Show/Hide offline contacts menu item.


soundMenuItem

JMenuItem soundMenuItem
Sound menu item.


configMenuItem

JMenuItem configMenuItem
Preferences menu item.

Class net.java.sip.communicator.impl.gui.main.menus.ViewMenu extends SIPCommMenu implements Serializable

serialVersionUID: 0L


Package net.java.sip.communicator.impl.gui.main.presence

Class net.java.sip.communicator.impl.gui.main.presence.AccountStatusPanel extends TransparentPanel implements Serializable

Serialized Fields

accountImageLabel

FramedImage accountImageLabel
The image object storing the avatar.


accountNameLabel

JLabel accountNameLabel
The label showing the name of the user.


bgColor

Color bgColor
The background color property.


logoBgImage

Image logoBgImage
The background image property.


statusComboBox

GlobalStatusSelectorBox statusComboBox
The combo box containing status menu.


texture

TexturePaint texture
TexturePaint used to paint background image.


toolbarPluginPanel

TransparentPanel toolbarPluginPanel
The tool bar plug-in container.


southPluginPanel

TransparentPanel southPluginPanel
The south plug-in container.


currentFirstName

String currentFirstName

currentLastName

String currentLastName

Class net.java.sip.communicator.impl.gui.main.presence.GlobalStatusSelectorBox extends StatusSelectorMenu implements Serializable

Serialized Fields

arrowImage

Image arrowImage
The arrow icon shown on the right of the status and indicating that this is a menu.


logger

Logger logger
The object used for logging.


mainFrame

MainFrame mainFrame
The main application window.


onlineItem

JMenuItem onlineItem
The item corresponding to the online status.


offlineItem

JMenuItem offlineItem
The item corresponding to the offline status.


awayItem

JMenuItem awayItem
The item corresponding to the away status.


dndItem

JMenuItem dndItem
The item corresponding to DnD status.


ffcItem

JMenuItem ffcItem
The item corresponding to the free for chat status.


textWidth

int textWidth
The width of the text.


isFirstAccount

boolean isFirstAccount
Indicates if this is the first account added.

Class net.java.sip.communicator.impl.gui.main.presence.PresenceStatusMenu extends StatusSelectorMenu implements Serializable

serialVersionUID: 0L

Serialized Fields

logger

Logger logger

statusIterator

Iterator<E> statusIterator

offlineStatus

PresenceStatus offlineStatus

onlineStatus

PresenceStatus onlineStatus

lastSelectedStatus

PresenceStatus lastSelectedStatus

presence

OperationSetPresence presence

titleLabel

JLabel titleLabel

Class net.java.sip.communicator.impl.gui.main.presence.SimpleStatusMenu extends StatusSelectorMenu implements Serializable

Serialized Fields

onlineItem

JMenuItem onlineItem

offlineItem

JMenuItem offlineItem

Class net.java.sip.communicator.impl.gui.main.presence.StatusSelectorMenu extends SIPCommMenu implements Serializable

Serialized Fields

connectingIcon

Image connectingIcon
The connecting icon.


isConnecting

boolean isConnecting
Indicates if this menu is currently connecting.


protocolProvider

ProtocolProviderService protocolProvider
The ProtocolProviderService associated with this status menu.


Package net.java.sip.communicator.impl.gui.main.presence.avatar

Class net.java.sip.communicator.impl.gui.main.presence.avatar.SelectAvatarMenu extends SIPCommPopupMenu implements Serializable

Serialized Fields

recentImagesButtons

SIPCommButton[] recentImagesButtons
Buttons corresponding to images.


nextImageIndex

int nextImageIndex
Next free image index number.


avatarImage

FramedImageWithMenu avatarImage
The parent button using us.


Package net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker

Class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.EditPanel extends TransparentPanel implements Serializable

Serialized Fields

imageClipper

ImageClipper imageClipper

image

BufferedImage image

imageSizeSlider

JSlider imageSizeSlider

zoomIn

JButton zoomIn

zoomOut

JButton zoomOut

reset

JButton reset

resizeOnWidth

boolean resizeOnWidth

smallImage

boolean smallImage

clippingZoneWidth

int clippingZoneWidth

clippingZoneHeight

int clippingZoneHeight

Class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.ImageClipper extends JComponent implements Serializable

Serialized Fields

lastComponentWidth

int lastComponentWidth
The last remembered component width, to see when component is resized.


lastComponentHeight

int lastComponentHeight
The last remembered component height, to see when component is resized.


image

BufferedImage image
The image that we will crop.


imageRect

Rectangle imageRect
The rectangle in which we are currently drawing the image.


cropZoneRect

Rectangle cropZoneRect
The zone that we will crop later from the image.


mouseStartX

int mouseStartX
Used for mouse dragging. This is every time the initial X coordinate of the mouse and the coordinates are according the image.


mouseStartY

int mouseStartY
Used for mouse dragging. This is every time the initial Y coordinate of the mouse and the coordinates are according the image.

Class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.ImagePickerDialog extends SIPCommDialog implements Serializable

Serialized Fields

editPanel

EditPanel editPanel

okButton

JButton okButton

cancelButton

JButton cancelButton

selectFileButton

JButton selectFileButton

webcamButton

JButton webcamButton

editCanceled

boolean editCanceled

Class net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.WebcamDialog extends SIPCommDialog implements Serializable

Serialized Fields

videoContainer

VideoContainer videoContainer

grabSnapshot

JButton grabSnapshot

grabbedImage

byte[] grabbedImage

timerImages

net.java.sip.communicator.impl.gui.main.presence.avatar.imagepicker.WebcamDialog.TimerImage[] timerImages

Package net.java.sip.communicator.impl.gui.main.presence.message

Class net.java.sip.communicator.impl.gui.main.presence.message.NewStatusMessageDialog extends SIPCommDialog implements Serializable

Serialized Fields

logger

Logger logger
The Object used for logging.


messageTextField

JTextField messageTextField
The field, containing the status message.


cancelButton

JButton cancelButton
The button, used to cancel this dialog.


presenceOpSet

OperationSetPresence presenceOpSet
The presence operation set through which we change the status message.


messagePanel

JPanel messagePanel
Message panel.

Class net.java.sip.communicator.impl.gui.main.presence.message.StatusMessageMenu extends JMenu implements Serializable

Serialized Fields

logger

Logger logger

noMessageItem

JMenuItem noMessageItem

newMessageItem

JMenuItem newMessageItem

busyMessageItem

JMenuItem busyMessageItem

brbMessageItem

JMenuItem brbMessageItem

protocolProvider

ProtocolProviderService protocolProvider

Package net.java.sip.communicator.impl.gui.utils

Class net.java.sip.communicator.impl.gui.utils.ExtendedTooltip extends JToolTip implements Serializable

Serialized Fields

imageLabel

JLabel imageLabel

titleLabel

JLabel titleLabel

linesPanel

JPanel linesPanel

bottomTextArea

JTextArea bottomTextArea

textWidth

int textWidth

textHeight

int textHeight

isListViewEnabled

boolean isListViewEnabled

Class net.java.sip.communicator.impl.gui.utils.FileImageLabel extends FileDragLabel implements Serializable

Serialized Fields

tooltipIcon

ImageIcon tooltipIcon

tooltipTitle

String tooltipTitle

parentWindow

Window parentWindow
The parent window where this component will be added.

Class net.java.sip.communicator.impl.gui.utils.InviteDialog extends SIPCommDialog implements Serializable

Serialized Fields

reasonArea

JTextArea reasonArea

inviteButton

JButton inviteButton

cancelButton

JButton cancelButton

contactListModel

DefaultListModel contactListModel

selectedContactListModel

DefaultListModel selectedContactListModel

newContactField

SIPCommTextField newContactField

iconLabel

JLabel iconLabel
Icon label.

Class net.java.sip.communicator.impl.gui.utils.OneChoiceInviteDialog extends SIPCommDialog implements Serializable

Serialized Fields

infoTextArea

JTextArea infoTextArea
The information text area.


infoIconLabel

JLabel infoIconLabel
The label containing the icon of this dialog.


okButton

JButton okButton
The OK button.


cancelButton

JButton cancelButton
The cancel button.


contactList

DefaultContactList contactList
The contact list.


contactListModel

DefaultListModel contactListModel
The contact list model.


newContactField

SIPCommTextField newContactField
The new contact field.


Package net.java.sip.communicator.impl.ldap

Class net.java.sip.communicator.impl.ldap.LdapDirectoryImpl.LdapQueryCancelledException extends Exception implements Serializable

serialVersionUID: 0L


Package net.java.sip.communicator.impl.neomedia

Class net.java.sip.communicator.impl.neomedia.AudioConfigurationPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.neomedia.CallRecordingConfigForm extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

savedCallsDir

String savedCallsDir
Directory where calls are stored. Default is SC_HOME/calls.


dirChooser

SipCommFileChooser dirChooser
Directory choose dialog.


callDirChooseButton

JButton callDirChooseButton
UI components.


callDirTextField

JTextField callDirTextField

formatsComboBox

JComboBox formatsComboBox

saveCallsToCheckBox

JCheckBox saveCallsToCheckBox

Class net.java.sip.communicator.impl.neomedia.EncodingConfigurationTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 0L

Serialized Fields

encodingConfiguration

EncodingConfiguration encodingConfiguration

encodings

MediaFormat[] encodings

type

MediaType type

Class net.java.sip.communicator.impl.neomedia.SecurityConfigForm extends TransparentPanel implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.neomedia.VideoConfigurationPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.impl.neomedia.ZrtpConfigurePanel extends TransparentPanel implements Serializable

Serialized Fields

active

gnu.java.zrtp.ZrtpConfigure active

inActive

gnu.java.zrtp.ZrtpConfigure inActive

pkc

net.java.sip.communicator.impl.neomedia.ZrtpConfigurePanel.PublicKeyControls pkc

hc

net.java.sip.communicator.impl.neomedia.ZrtpConfigurePanel.HashControls hc

cc

net.java.sip.communicator.impl.neomedia.ZrtpConfigurePanel.CipherControls cc

sc

net.java.sip.communicator.impl.neomedia.ZrtpConfigurePanel.SasControls sc

lc

net.java.sip.communicator.impl.neomedia.ZrtpConfigurePanel.LengthControls lc

Class net.java.sip.communicator.impl.neomedia.ZrtpConfigureTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 0L

Serialized Fields

active

gnu.java.zrtp.ZrtpConfigure active

inActive

gnu.java.zrtp.ZrtpConfigure inActive

algorithm

Enum<E extends Enum<E>> algorithm

clazz

Class<T> clazz

onOff

boolean[] onOff

Package net.java.sip.communicator.impl.neomedia.codec.video

Class net.java.sip.communicator.impl.neomedia.codec.video.AVFrameFormat extends javax.media.format.VideoFormat implements Serializable

Serialized Fields

devicePixFmt

int devicePixFmt
The native device-specific format represented by this instance. It's necessary in the cases of multiple device-specific formats corresponding to one and the same native FFmpeg format in which JMF is unable to differentiate them, yet the device needs to know its device-specific format.


pixFmt

int pixFmt
The native FFmpeg format represented by this instance.


Package net.java.sip.communicator.impl.neomedia.codec.video.h264

Class net.java.sip.communicator.impl.neomedia.codec.video.h264.ConfigurationPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L


Package net.java.sip.communicator.impl.neomedia.format

Class net.java.sip.communicator.impl.neomedia.format.ParameterizedVideoFormat extends javax.media.format.VideoFormat implements Serializable

serialVersionUID: 0L

Serialized Fields

fmtps

Map<K,V> fmtps
The format parameters of this ParameterizedVideoFormat instance.


Package net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video

Class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRendererSwingVideoComponent extends JPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

canvas

net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRendererSwingVideoComponent.SwingVideoComponentCanvas canvas
The SwingVideoComponentCanvas in which this SwingVideoComponent is painted according to the last call to JAWTRendererSwingVideoComponent.addNotify().


parent

Container parent
The Container which is the last-known parent of this SwingVideoComponent.


parentComponentListener

ComponentListener parentComponentListener
The ComponentListener which is to be or is listening to ComponentEvents fired by JAWTRendererSwingVideoComponent.parent.


renderer

JAWTRenderer renderer
The JAWTRenderer which paints in this JAWTRendererSwingVideoComponent.


wantsPaint

boolean wantsPaint
The indicator which determines whether the native counterpart of this JAWTRenderer wants paint calls on its Swing Component to be delivered.

See Also:
JAWTRendererVideoComponent.wantsPaint

Class net.java.sip.communicator.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent extends Canvas implements Serializable

serialVersionUID: 0L

Serialized Fields

renderer

JAWTRenderer renderer
The JAWTRenderer which paints in this JAWTRendererVideoComponent.


wantsPaint

boolean wantsPaint
The indicator which determines whether the native counterpart of this JAWTRenderer wants paint calls on its AWT Component to be delivered. For example, after the native counterpart has been able to acquire the native handle of the AWT Component, it may be able to determine when the native handle needs painting without waiting for AWT to call paint on the Component. In such a scenario, the native counterpart may indicate with false that it does not need further paint deliveries.


Package net.java.sip.communicator.impl.neomedia.portaudio

Class net.java.sip.communicator.impl.neomedia.portaudio.PortAudioException extends Exception implements Serializable

serialVersionUID: 0L


Package net.java.sip.communicator.impl.neomedia.quicktime

Class net.java.sip.communicator.impl.neomedia.quicktime.NSErrorException extends Exception implements Serializable

Serialized Fields

error

NSError error
The NSError reported by this instance.


Package net.java.sip.communicator.impl.osdependent

Class net.java.sip.communicator.impl.osdependent.NewStatusMessageDialog extends SIPCommDialog implements Serializable

Serialized Fields

logger

Logger logger

messageTextField

JTextField messageTextField

cancelButton

JButton cancelButton

protocolProvider

ProtocolProviderService protocolProvider

Package net.java.sip.communicator.impl.protocol.jabber

Class net.java.sip.communicator.impl.protocol.jabber.ThumbnailedFile extends File implements Serializable

serialVersionUID: 0L

Serialized Fields

thumbnailWidth

int thumbnailWidth

thumbnailHeight

int thumbnailHeight

thumbnailMimeType

String thumbnailMimeType

thumbnail

byte[] thumbnail

Package net.java.sip.communicator.impl.protocol.sip

Class net.java.sip.communicator.impl.protocol.sip.SipStackProperties extends Properties implements Serializable

serialVersionUID: 0L


Package net.java.sip.communicator.impl.protocol.sip.xcap

Class net.java.sip.communicator.impl.protocol.sip.xcap.XCapException extends Exception implements Serializable


Package net.java.sip.communicator.impl.protocol.sip.xcap.model

Class net.java.sip.communicator.impl.protocol.sip.xcap.model.ParsingException extends Exception implements Serializable


Package net.java.sip.communicator.impl.protocol.zeroconf.jmdns

Class net.java.sip.communicator.impl.protocol.zeroconf.jmdns.ServiceEvent extends EventObject implements Serializable

Serialized Fields

type

String type
The type name of the service.


name

String name
The instance name of the service. Or null, if the event was fired to a service type listener.


info

ServiceInfo info
The service info record, or null if the service could be be resolved. This is also null, if the event was fired to a service type listener.


Package net.java.sip.communicator.launcher

Class net.java.sip.communicator.launcher.ChangeJVMFrame extends JFrame implements Serializable

serialVersionUID: 0L

Serialized Fields

textArea

JTextArea textArea

javaLinkPane

JEditorPane javaLinkPane

text

String text

macLink

String macLink

defaultLink

String defaultLink

mainPanel

JPanel mainPanel

Package net.java.sip.communicator.plugin.accountinfo

Class net.java.sip.communicator.plugin.accountinfo.AccountDetailsPanel extends TransparentPanel implements Serializable

serialVersionUID: 5524135388175045624L

Serialized Fields

logger

Logger logger

accountInfoOpSet

OperationSetServerStoredAccountInfo accountInfoOpSet
The operation set giving access to the server stored account details.


firstNameField

JTextField firstNameField

middleNameField

JTextField middleNameField

lastNameField

JTextField lastNameField

genderField

JTextField genderField

ageField

JTextField ageField

birthdayField

JTextField birthdayField

emailField

JTextField emailField

phoneField

JTextField phoneField

avatarLabel

JLabel avatarLabel

applyButton

JButton applyButton

buttonPanel

JPanel buttonPanel

mainScrollPane

JScrollPane mainScrollPane

isDataLoaded

boolean isDataLoaded

firstNameDetail

ServerStoredDetails.FirstNameDetail firstNameDetail

middleNameDetail

ServerStoredDetails.MiddleNameDetail middleNameDetail

lastNameDetail

ServerStoredDetails.LastNameDetail lastNameDetail

genderDetail

ServerStoredDetails.GenderDetail genderDetail

birthDateDetail

ServerStoredDetails.BirthDateDetail birthDateDetail

emailDetail

ServerStoredDetails.EmailAddressDetail emailDetail

phoneDetail

ServerStoredDetails.PhoneNumberDetail phoneDetail

avatarDetail

ServerStoredDetails.BinaryDetail avatarDetail

newAvatarImage

byte[] newAvatarImage

avatarImageIcon

ImageIcon avatarImageIcon

lastAvatarDir

File lastAvatarDir
The last avatar file directory open.

Class net.java.sip.communicator.plugin.accountinfo.AccountInfoPanel extends TransparentPanel implements Serializable

Serialized Fields

detailsPanel

AccountDetailsPanel detailsPanel
The right side of the AccountInfo frame that contains protocol specific account details.


accountsTable

Map<K,V> accountsTable

Package net.java.sip.communicator.plugin.addrbook

Class net.java.sip.communicator.plugin.addrbook.AdvancedConfigForm extends TransparentPanel implements Serializable


Package net.java.sip.communicator.plugin.addrbook.msoutlook

Class net.java.sip.communicator.plugin.addrbook.msoutlook.MsOutlookMAPIHResultException extends Exception implements Serializable

Serialized Fields

hResult

long hResult
The HRESULT which is represented by this Exception.


Package net.java.sip.communicator.plugin.advancedconfig

Class net.java.sip.communicator.plugin.advancedconfig.AdvancedConfigurationPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

logger

Logger logger
The Logger used by this AdvancedConfigurationPanel for logging output.


configList

JList configList
The configuration list.


centerPanel

JPanel centerPanel
The center panel.


Package net.java.sip.communicator.plugin.aimaccregwizz

Class net.java.sip.communicator.plugin.aimaccregwizz.FirstWizardPage extends TransparentPanel implements Serializable

Serialized Fields

uinPassPanel

Component uinPassPanel
The panel containing the user name and the password.


uinField

JTextField uinField

passField

JPasswordField passField

rememberPassBox

JCheckBox rememberPassBox

buttonPanel

JPanel buttonPanel

registerButton

JButton registerButton

mainPanel

JPanel mainPanel

nextPageIdentifier

Object nextPageIdentifier

wizard

AimAccountRegistrationWizard wizard

isCommitted

boolean isCommitted

Package net.java.sip.communicator.plugin.branding

Class net.java.sip.communicator.plugin.branding.AboutWindow extends JDialog implements Serializable

Serialized Fields

textFieldUI

SIPCommTextFieldUI textFieldUI

Class net.java.sip.communicator.plugin.branding.JitsiWarningWindow extends SIPCommDialog implements Serializable

Class net.java.sip.communicator.plugin.branding.StyledHTMLEditorPane extends JEditorPane implements Serializable

Serialized Fields

logger

Logger logger

document

HTMLDocument document

Class net.java.sip.communicator.plugin.branding.WelcomeWindow extends JDialog implements Serializable

Serialized Fields

bundleLabel

JLabel bundleLabel

Package net.java.sip.communicator.plugin.certconfig

Class net.java.sip.communicator.plugin.certconfig.CertConfigEntryDialog extends SIPCommDialog implements Serializable

serialVersionUID: 8361336563239745007L

Serialized Fields

R

ResourceManagementService R

cs

CertificateService cs

entry

CertificateConfigEntry entry

success

boolean success

cmdOk

JButton cmdOk

cmdCancel

JButton cmdCancel

cmdBrowse

JButton cmdBrowse

txtDisplayName

JTextField txtDisplayName

txtKeyStore

JTextField txtKeyStore

cboKeyStoreTypes

JComboBox cboKeyStoreTypes

chkSavePassword

JCheckBox chkSavePassword

txtKeyStorePassword

JPasswordField txtKeyStorePassword

cboAlias

JComboBox cboAlias

cmdShowCert

JButton cmdShowCert

keyStore

KeyStore keyStore

Class net.java.sip.communicator.plugin.certconfig.CertConfigPanel extends TransparentPanel implements Serializable

serialVersionUID: 2324122652952574574L

Serialized Fields

R

ResourceManagementService R

model

CertConfigTableModel model

cmdAdd

JButton cmdAdd

cmdRemove

JButton cmdRemove

cmdEdit

JButton cmdEdit

tblCertList

JTable tblCertList

rdoUseWindows

JRadioButton rdoUseWindows

rdoUseJava

JRadioButton rdoUseJava

Class net.java.sip.communicator.plugin.certconfig.CertConfigTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -6369348252411082340L

Serialized Fields

cvs

CertificateService cvs

model

List<E> model

R

ResourceManagementService R

Package net.java.sip.communicator.plugin.chatconfig

Class net.java.sip.communicator.plugin.chatconfig.ChatConfigPanel extends TransparentPanel implements Serializable


Package net.java.sip.communicator.plugin.chatconfig.replacement

Class net.java.sip.communicator.plugin.chatconfig.replacement.ReplacementConfigPanel extends TransparentPanel implements Serializable

Serialized Fields

enableSmiley

JCheckBox enableSmiley
Checkbox to enable/disable smiley replacement.


enableReplacement

JCheckBox enableReplacement
Checkbox to enable/disable replacements other than smileys.


table

JTable table
Jtable to list all the available replacement sources.

Class net.java.sip.communicator.plugin.chatconfig.replacement.ReplacementConfigurationTableModel extends AbstractTableModel implements Serializable

Serialized Fields

sourceList

ArrayList<E> sourceList
The source list of all the available replacement sources


Package net.java.sip.communicator.plugin.contactinfo

Class net.java.sip.communicator.plugin.contactinfo.ContactInfoContactPanel extends TransparentPanel implements Serializable

Serialized Fields

contactList

JList contactList
The list of all subcontacts related to the selected contact.


contactScrollPane

JScrollPane contactScrollPane
The scroll pane containing the list of all sub contacts of a selected contact.


contactListModel

DefaultListModel contactListModel

contactInfoDialog

ContactInfoDialog contactInfoDialog
The parent dialog that makes the connection between the contacts and the details panel.

Class net.java.sip.communicator.plugin.contactinfo.ContactInfoDetailsPanel extends TransparentPanel implements Serializable

Serialized Fields

tabbedPane

JTabbedPane tabbedPane
The tabbed pane containing the two different tabs for details.


contactInfoOpSet

OperationSetServerStoredContactInfo contactInfoOpSet
The operation set giving access to the server stored contact details.


contact

Contact contact
The currently selected sub-contact we are displaying information about.

Class net.java.sip.communicator.plugin.contactinfo.ContactInfoDialog extends SIPCommFrame implements Serializable

Serialized Fields

detailsPanel

ContactInfoDetailsPanel detailsPanel
The right side of this frame that contains protocol specific contact details.


contactPanel

ContactInfoContactPanel contactPanel
The left side of this frame that contains a list of all sub-contacts associated with the selected contact.


metaContact

MetaContact metaContact
The contact that was right clicked on. The sub-contacts of contactItem will be the ones selectable in contactPanel.


Package net.java.sip.communicator.plugin.contactsourceconfig

Class net.java.sip.communicator.plugin.contactsourceconfig.ContactSourceConfigForm extends TransparentPanel implements Serializable

Serialized Fields

contactSourceComboBox

JComboBox contactSourceComboBox
The drop down list of contact sources.


Package net.java.sip.communicator.plugin.dictaccregwizz

Class net.java.sip.communicator.plugin.dictaccregwizz.FirstWizardPage extends TransparentPanel implements Serializable

Serialized Fields

hostPortPanel

JPanel hostPortPanel

labelsPanel

JPanel labelsPanel

valuesPanel

JPanel valuesPanel

hostLabel

JLabel hostLabel

emptyPanel

JPanel emptyPanel

hostExampleLabel

JLabel hostExampleLabel

portLabel

JLabel portLabel

hostField

JTextField hostField

portField

JTextField portField

strategyPanel

JPanel strategyPanel

strategyTitleBloc

JPanel strategyTitleBloc

strategyTitle

JLabel strategyTitle

strategyLoader

JButton strategyLoader

strategiesList

StrategiesList strategiesList

strategyDescription

JTextArea strategyDescription

searchProgressPanel

ProgressPanel searchProgressPanel

mainPanel

JPanel mainPanel

nextPageIdentifier

Object nextPageIdentifier

wizard

DictAccountRegistrationWizard wizard

initstrategy

String initstrategy

searchThread

ThreadManager searchThread

firstAccount

boolean firstAccount

isPageCommitted

boolean isPageCommitted

initAccountID

AccountID initAccountID
Initial AccountID (null if new account) Used to check if there are modifications to the account

Class net.java.sip.communicator.plugin.dictaccregwizz.ProgressPanel extends TransparentPanel implements Serializable

Serialized Fields

rightPanel

JPanel rightPanel

messageLabel

JLabel messageLabel

progressLabel

JLabel progressLabel

cancelButton

JButton cancelButton

currentStep

int currentStep

totalSteps

int totalSteps

isBuild

boolean isBuild

searchThread

ThreadManager searchThread

Class net.java.sip.communicator.plugin.dictaccregwizz.StrategiesList extends JList implements Serializable

Serialized Fields

model

StrategiesList.ListModel model

renderer

StrategiesList.CellRenderer renderer

Package net.java.sip.communicator.plugin.dnsconfig

Class net.java.sip.communicator.plugin.dnsconfig.DnsContainerPanel extends SIPCommTabbedPane implements Serializable

Serialized Fields

R

ResourceManagementService R

parallelDnsPanel

ParallelDnsPanel parallelDnsPanel

dnssecPanel

DnssecPanel dnssecPanel

Class net.java.sip.communicator.plugin.dnsconfig.DnssecPanel extends TransparentPanel implements Serializable

Serialized Fields

cboDefault

JComboBox cboDefault

chkEnabled

JCheckBox chkEnabled

chkAbsolute

JCheckBox chkAbsolute

tblDomains

JTable tblDomains

txtNameservers

JTextField txtNameservers

R

ResourceManagementService R

config

ConfigurationService config

data

TableModel data

parallelDnsPanel

ParallelDnsPanel parallelDnsPanel

Class net.java.sip.communicator.plugin.dnsconfig.DnssecTableModel extends DefaultTableModel implements Serializable

Serialized Fields

data

List<E> data

R

ResourceManagementService R

config

ConfigurationService config

Class net.java.sip.communicator.plugin.dnsconfig.ParallelDnsPanel extends TransparentPanel implements Serializable

serialVersionUID: 4393128042592738855L

Serialized Fields

chkBackupDnsEnabled

JCheckBox chkBackupDnsEnabled

lblBackupPort

JLabel lblBackupPort

lblBackupResolver

JLabel lblBackupResolver

lblBackupResolverFallbackIP

JLabel lblBackupResolverFallbackIP

lblPatience

JLabel lblPatience

lblRedemption

JLabel lblRedemption

spnBackupResolverPort

JSpinner spnBackupResolverPort

spnDnsRedemption

JSpinner spnDnsRedemption

spnDnsTimeout

JSpinner spnDnsTimeout

txtBackupResolver

JTextField txtBackupResolver

txtBackupResolverFallbackIP

JFormattedTextField txtBackupResolverFallbackIP

R

ResourceManagementService R

configService

ConfigurationService configService

Package net.java.sip.communicator.plugin.exampleplugin

Class net.java.sip.communicator.plugin.exampleplugin.PluginDialog extends SIPCommDialog implements Serializable

Serialized Fields

infoTextArea

JTextArea infoTextArea

mainPanel

JPanel mainPanel

contactLabel

JLabel contactLabel

nameLabel

JLabel nameLabel

Package net.java.sip.communicator.plugin.generalconfig

Class net.java.sip.communicator.plugin.generalconfig.GeneralConfigurationPanel extends TransparentPanel implements Serializable

Serialized Fields

logger

Logger logger
The Logger used by this GeneralConfigurationPanel for logging output.

Class net.java.sip.communicator.plugin.generalconfig.SIPConfigForm extends TransparentPanel implements Serializable


Package net.java.sip.communicator.plugin.generalconfig.autoaway

Class net.java.sip.communicator.plugin.generalconfig.autoaway.AutoAwayConfigurationPanel extends TransparentPanel implements Serializable

Serialized Fields

enable

JCheckBox enable

timer

JSpinner timer

Package net.java.sip.communicator.plugin.gibberishaccregwizz

Class net.java.sip.communicator.plugin.gibberishaccregwizz.FirstWizardPage extends TransparentPanel implements Serializable

Serialized Fields

userPassPanel

JPanel userPassPanel

labelsPanel

JPanel labelsPanel

valuesPanel

JPanel valuesPanel

userID

JLabel userID

passLabel

JLabel passLabel

emptyPanel

JPanel emptyPanel

userIDExampleLabel

JLabel userIDExampleLabel

userIDField

JTextField userIDField

passField

JPasswordField passField

rememberPassBox

JCheckBox rememberPassBox

mainPanel

JPanel mainPanel

nextPageIdentifier

Object nextPageIdentifier

wizard

GibberishAccountRegistrationWizard wizard

isCommitted

boolean isCommitted

Package net.java.sip.communicator.plugin.globalproxyconfig

Class net.java.sip.communicator.plugin.globalproxyconfig.GlobalProxyConfigForm extends TransparentPanel implements Serializable

Serialized Fields

typeCombo

JComboBox typeCombo
Hold the available proxy types.


serverAddressField

JTextField serverAddressField
The proxy server address.


portField

JTextField portField
The proxy server port.


usernameField

JTextField usernameField
The username if any.


passwordField

JPasswordField passwordField
The password for accessing proxy, if any.


Package net.java.sip.communicator.plugin.icqaccregwizz

Class net.java.sip.communicator.plugin.icqaccregwizz.FirstWizardPage extends TransparentPanel implements Serializable

Serialized Fields

uinPassPanel

JPanel uinPassPanel

labelsPanel

JPanel labelsPanel

valuesPanel

JPanel valuesPanel

uinLabel

JLabel uinLabel

emptyPanel

JPanel emptyPanel

uinExampleLabel

JLabel uinExampleLabel

passLabel

JLabel passLabel

uinField

JTextField uinField

passField

JPasswordField passField

rememberPassBox

JCheckBox rememberPassBox

registerPanel

JPanel registerPanel

buttonPanel

JPanel buttonPanel

registerArea

JTextArea registerArea

registerButton

JButton registerButton

mainPanel

JPanel mainPanel

nextPageIdentifier

Object nextPageIdentifier

wizard

IcqAccountRegistrationWizard wizard

isCommitted

boolean isCommitted

Package net.java.sip.communicator.plugin.ippiaccregwizz

Class net.java.sip.communicator.plugin.ippiaccregwizz.CreateIppiAccountForm extends TransparentPanel implements Serializable

Serialized Fields

usernameField

JTextField usernameField
The user name text field.


passField

JPasswordField passField
The password field.


retypePassField

JPasswordField retypePassField
The retype password field.


emailField

JTextField emailField
The email field.


errorPane

JTextPane errorPane
The error text pane.


Package net.java.sip.communicator.plugin.ircaccregwizz

Class net.java.sip.communicator.plugin.ircaccregwizz.FirstWizardPage extends TransparentPanel implements Serializable

Serialized Fields

userPassPanel

JPanel userPassPanel

serverPanel

JPanel serverPanel

optionsPanel

JPanel optionsPanel

labelsPanel

JPanel labelsPanel

valuesPanel

JPanel valuesPanel

labelsServerPanel

JPanel labelsServerPanel

valuesServerPanel

JPanel valuesServerPanel

labelsOptionsPanel

JPanel labelsOptionsPanel

valuesOptionsPanel

JPanel valuesOptionsPanel

infoPassword

JLabel infoPassword

nick

JLabel nick

passLabel

JLabel passLabel

server

JLabel server

port

JLabel port

emptyPanel

JPanel emptyPanel

emptyPanel2

JPanel emptyPanel2

nickExampleLabel

JLabel nickExampleLabel

serverExampleLabel

JLabel serverExampleLabel

userIDField

JTextField userIDField

passField

JPasswordField passField

serverField

JTextField serverField

portField

JTextField portField

rememberPassBox

JCheckBox rememberPassBox

autoNickChange

JCheckBox autoNickChange

defaultPort

JCheckBox defaultPort

passwordNotRequired

JCheckBox passwordNotRequired

mainPanel

JPanel mainPanel

nextPageIdentifier

Object nextPageIdentifier

wizard

IrcAccountRegistrationWizard wizard

isCommitted

boolean isCommitted

Package net.java.sip.communicator.plugin.jabberaccregwizz

Class net.java.sip.communicator.plugin.jabberaccregwizz.AccountPanel extends TransparentPanel implements Serializable

Serialized Fields

userIDPassPanel

JPanel userIDPassPanel

labelsPanel

JPanel labelsPanel

valuesPanel

JPanel valuesPanel

passLabel

JLabel passLabel

emptyPanel

JPanel emptyPanel

userIDField

JTextField userIDField

passField

JPasswordField passField

rememberPassBox

JCheckBox rememberPassBox

parentForm

JabberAccountRegistrationForm parentForm

existingAccountButton

JRadioButton existingAccountButton

createAccountButton

JRadioButton createAccountButton

mainPanel

JPanel mainPanel

registrationForm

Component registrationForm

registerChoicePanel

Component registerChoicePanel

Class net.java.sip.communicator.plugin.jabberaccregwizz.ConnectionPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

mainPanel

TransparentPanel mainPanel

advancedOpPanel

JPanel advancedOpPanel

labelsAdvOpPanel

JPanel labelsAdvOpPanel

valuesAdvOpPanel

JPanel valuesAdvOpPanel

sendKeepAliveBox

JCheckBox sendKeepAliveBox

gmailNotificationsBox

JCheckBox gmailNotificationsBox

googleContactsBox

JCheckBox googleContactsBox

resourceLabel

JLabel resourceLabel

resourceField

JTextField resourceField

priorityLabel

JLabel priorityLabel

priorityField

JTextField priorityField

serverLabel

JLabel serverLabel

serverField

JTextField serverField

portLabel

JLabel portLabel

portField

JTextField portField

autoGenerateResource

JCheckBox autoGenerateResource

allowNonSecureBox

JCheckBox allowNonSecureBox

parentForm

JabberAccountRegistrationForm parentForm

Class net.java.sip.communicator.plugin.jabberaccregwizz.FirstWizardPage extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

nextPageIdentifier

Object nextPageIdentifier

wizard

JabberAccountRegistrationWizard wizard

registrationForm

JabberAccountRegistrationForm registrationForm

isCommitted

boolean isCommitted

Class net.java.sip.communicator.plugin.jabberaccregwizz.IceConfigPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

iceBox

JCheckBox iceBox
The check box allowing the user to choose to use ICE.


googleIceBox

JCheckBox googleIceBox
The check box allowing the user to choose to use ICE.


autoDiscoverBox

JCheckBox autoDiscoverBox
The check box allowing the user to choose to automatically discover STUN servers.


defaultStunBox

JCheckBox defaultStunBox
The check box allowing the user to choose to use the default SIP Communicator STUN server.


tableModel

net.java.sip.communicator.plugin.jabberaccregwizz.IceConfigPanel.ServerTableModel tableModel
The table model for our additional stun servers table.


table

JTable table
The stun server table.


jnBox

JCheckBox jnBox
The check box allowing the user to choose to use JingleNodes.


jnAutoDiscoverBox

JCheckBox jnAutoDiscoverBox
The check box allowing the user to choose to automatically discover JingleNodes relays.


upnpBox

JCheckBox upnpBox
The check box allowing the user to choose to use JingleNodes.


jnTableModel

net.java.sip.communicator.plugin.jabberaccregwizz.IceConfigPanel.ServerTableModel jnTableModel
The table model for our additional stun servers table.


jnTable

JTable jnTable
The JingleNodes server table.

Class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountCreationForm extends TransparentPanel implements Serializable

Serialized Fields

jabberServerChooserDialog

JabberServerChooserDialog jabberServerChooserDialog

userIDPassPanel

JPanel userIDPassPanel

labelsPanel

JPanel labelsPanel

valuesPanel

JPanel valuesPanel

serverPanel

JPanel serverPanel

serverLabel

JLabel serverLabel

userIDLabel

JLabel userIDLabel

passLabel

JLabel passLabel

pass2Label

JLabel pass2Label

portLabel

JLabel portLabel

serverField

JTextField serverField

userIDField

JTextField userIDField

passField

JPasswordField passField

pass2Field

JPasswordField pass2Field

portField

JTextField portField

chooseButton

JButton chooseButton

xmppConnection

org.jivesoftware.smack.XMPPConnection xmppConnection

accountManager

org.jivesoftware.smack.AccountManager accountManager

errorPane

JTextPane errorPane
The error text pane.

Class net.java.sip.communicator.plugin.jabberaccregwizz.JabberAccountRegistrationForm extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

accountPanel

AccountPanel accountPanel

connectionPanel

ConnectionPanel connectionPanel

iceConfigPanel

IceConfigPanel iceConfigPanel

telephonyConfigPanel

TelephonyConfigPanel telephonyConfigPanel

isModification

boolean isModification

wizard

JabberAccountRegistrationWizard wizard

tabbedPane

JTabbedPane tabbedPane

validatingPanels

List<E> validatingPanels
The panels which value needs validation before we continue.

Class net.java.sip.communicator.plugin.jabberaccregwizz.JabberServerChooserDialog extends SIPCommDialog implements Serializable

Serialized Fields

serversTable

JTable serversTable

chooseArea

JTextArea chooseArea

mainPanel

JPanel mainPanel

buttonPanel

JPanel buttonPanel

buttonBox

Box buttonBox

chooseAreaPanel

JPanel chooseAreaPanel

westPanel

JPanel westPanel

eastPanel

JPanel eastPanel

westIconLabel

JLabel westIconLabel

okButton

JButton okButton

cancelButton

JButton cancelButton

servers

Vector<E> servers

faService

FileAccessService faService

columnNames

String[] columnNames

isOK

boolean isOK

serverSelected

String serverSelected

Class net.java.sip.communicator.plugin.jabberaccregwizz.TelephonyConfigPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

domainField

JTextField domainField
Text field for domain name.


domainBypassCapsField

JTextField domainBypassCapsField
Text field for domain name.


mainPanel

TransparentPanel mainPanel
Main panel.


lblPanel

JPanel lblPanel

valPanel

JPanel valPanel

telPanel

JPanel telPanel

Package net.java.sip.communicator.plugin.keybindingchooser

Class net.java.sip.communicator.plugin.keybindingchooser.KeybindingsConfigPanel extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

choosers

HashMap<K,V> choosers

Package net.java.sip.communicator.plugin.keybindingchooser.chooser

Class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingChooser extends BindingPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

indentStyle

BindingChooser.IndentStyle indentStyle

isShortcutEditable

boolean isShortcutEditable

selectedEntry

BindingEntry selectedEntry

selectedText

String selectedText

set

KeybindingSet set
Keybinding set.

Class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingEntry extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

indentField

JLabel indentField

actionField

JLabel actionField

shortcutField

JLabel shortcutField

shortcut

KeyStroke shortcut

Class net.java.sip.communicator.plugin.keybindingchooser.chooser.BindingPanel extends TransparentPanel implements Serializable

Serialized Fields

contents

ArrayList<E> contents

Package net.java.sip.communicator.plugin.keybindingchooser.globalchooser

Class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutConfigForm extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

shortcutsTable

JTable shortcutsTable
Displays the registered shortcuts.


scrollPane

JScrollPane scrollPane
Contains the shortcutsTable.


mainPanel

JPanel mainPanel
Contains listPanel.


tableModel

GlobalShortcutTableModel tableModel
Model for the shortcutsTable


currentRow

int currentRow
Current selected row.


currentColumn

int currentColumn
Current selected row.

Class net.java.sip.communicator.plugin.keybindingchooser.globalchooser.GlobalShortcutTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 0L

Serialized Fields

shortcuts

List<E> shortcuts
List of shortcuts.


Package net.java.sip.communicator.plugin.ldap.configform

Class net.java.sip.communicator.plugin.ldap.configform.DirectorySettingsForm extends SIPCommDialog implements Serializable

serialVersionUID: 0L

Serialized Fields

settings

LdapDirectorySettings settings
the temporary settings


mailField

JTextField mailField
Component holding the mail field.


mailSuffixField

JTextField mailSuffixField
Component holding the mail field.


workPhoneField

JTextField workPhoneField
Component holding the work phone field.


mobilePhoneField

JTextField mobilePhoneField
Component holding the mobile phone field.


homePhoneField

JTextField homePhoneField
Component holding the home phone field.


nameField

JTextField nameField
component holding the name


hostnameField

JTextField hostnameField
component holding the hostname


encryptionBox

JCheckBox encryptionBox
component holding the connection method


portSpinner

JSpinner portSpinner
component displaying the port number


portModel

SpinnerNumberModel portModel
model holding the port number


bindDNField

JTextField bindDNField
the component holding the bind distinguished name


passwordField

JPasswordField passwordField
the component holding the password


baseDNField

JTextField baseDNField
component holding the name of the server

See Also:
net.java.sip.communicator.plugin.ldaptools.components.LdapDNField

authStrings

String[] authStrings
Strings of the authentication method combobox (must be in the same order as in enum Auth)

See Also:
net.java.sip.communicator.service.ldap.LdapConstants#Auth

authList

JComboBox authList
Component holding the connection method


scopeStrings

String[] scopeStrings
Strings of the connection method combobox (must be in the same order as in enum Encryption)

See Also:
net.java.sip.communicator.service.ldap.LdapConstants#Encryption

scopeList

JComboBox scopeList
Component holding the connection method


prefixLabel

JLabel prefixLabel
The prefix label.


prefixField

SIPCommTextField prefixField
The prefix field.


saveBtn

JButton saveBtn
Save button.


cancelBtn

JButton cancelBtn
Cancel button.


retCode

int retCode
Return code.

Class net.java.sip.communicator.plugin.ldap.configform.LdapConfigForm extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

newButton

JButton newButton
opens the new directory registration wizard


modifyButton

JButton modifyButton
opens a directory modification dialog


removeButton

JButton removeButton
pops a directory deletion confirmation dialog


directoryTable

JTable directoryTable
displays the registered directories


buttonsPanel

TransparentPanel buttonsPanel
contains the new/modify/remove buttons


scrollPane

JScrollPane scrollPane
contains the directoryTable


rightPanel

JPanel rightPanel
contains the buttonsPanel,


mainPanel

JPanel mainPanel
contains listPanel and rightPanel


tableModel

LdapTableModel tableModel
model for the directoryTable


settingsForm

DirectorySettingsForm settingsForm
Settings form.

Class net.java.sip.communicator.plugin.ldap.configform.LdapTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 0L

Serialized Fields

serverSet

LdapDirectorySet serverSet
a reference to the LdapDirectorySet from the ldap service


Package net.java.sip.communicator.plugin.loggingutils

Class net.java.sip.communicator.plugin.loggingutils.LoggingConfigForm extends TransparentPanel implements Serializable

Serialized Fields

enableCheckBox

JCheckBox enableCheckBox
The enable packet logging check box.


sipProtocolCheckBox

JCheckBox sipProtocolCheckBox
Check box to enable/disable packet debug of sip protocol.


jabberProtocolCheckBox

JCheckBox jabberProtocolCheckBox
Check box to enable/disable packet debug of jabber protocol.


rtpProtocolCheckBox

JCheckBox rtpProtocolCheckBox
Check box to enable/disable packet debug of media protocol/RTP.


ice4jProtocolCheckBox

JCheckBox ice4jProtocolCheckBox
Check box to enable/disable packet debug of Ice4J.


fileCountLabel

JLabel fileCountLabel
The file count label.


fileCountField

JTextField fileCountField
The filed for file count value.


fileSizeLabel

JLabel fileSizeLabel
The file size label.


fileSizeField

JTextField fileSizeField
The filed for file size value.


archiveButton

JButton archiveButton
Archive logs button.


uploadLogsButton

JButton uploadLogsButton
Archive logs button.


Package net.java.sip.communicator.plugin.msnaccregwizz

Class net.java.sip.communicator.plugin.msnaccregwizz.FirstWizardPage extends TransparentPanel implements Serializable

Serialized Fields

uinPassPanel

JPanel uinPassPanel

labelsPanel

JPanel labelsPanel

valuesPanel

JPanel valuesPanel

uinLabel

JLabel uinLabel

passLabel

JLabel passLabel

emptyPanel

JPanel emptyPanel

uinExampleLabel

JLabel uinExampleLabel

uinField

JTextField uinField

passField

JPasswordField passField

rememberPassBox

JCheckBox rememberPassBox

mainPanel

JPanel mainPanel

nextPageIdentifier

Object nextPageIdentifier

wizard

MsnAccountRegistrationWizard wizard

isCommitted

boolean isCommitted

Package net.java.sip.communicator.plugin.notificationconfiguration

Class net.java.sip.communicator.plugin.notificationconfiguration.NotificationConfigurationPanel extends TransparentPanel implements Serializable

serialVersionUID: 5784331951722787598L

Serialized Fields

logger

Logger logger

notificationList

NotificationsTable notificationList

soundFileTextField

JTextField soundFileTextField

soundFileChooser

JButton soundFileChooser

programFileTextField

JTextField programFileTextField

programFileChooser

JButton programFileChooser

playSoundButton

JButton playSoundButton

restoreButton

JButton restoreButton

fileChooserProgram

SipCommFileChooser fileChooserProgram

fileChooserSound

SipCommFileChooser fileChooserSound

isCurrentlyChangeEntryInTable

boolean isCurrentlyChangeEntryInTable
Used to suppress saving entry values while filling programFileTextField and soundFileTextField.

Class net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable extends JScrollPane implements Serializable

Serialized Fields

notifTable

NotificationsTable.NotificationTable notifTable
The notifications table.


model

net.java.sip.communicator.plugin.notificationconfiguration.NotificationsTable.NotificationsTableModel model
The notifications table model.


configPanel

NotificationConfigurationPanel configPanel
The configuration panel.


notificationService

NotificationService notificationService
The notification service.


Package net.java.sip.communicator.plugin.otr

Class net.java.sip.communicator.plugin.otr.KnownFingerprintsPanel extends TransparentPanel implements Serializable

Serialized Fields

btnVerifyFingerprint

JButton btnVerifyFingerprint

btnForgetFingerprint

JButton btnForgetFingerprint

contactsTable

JTable contactsTable

Class net.java.sip.communicator.plugin.otr.KnownFingerprintsTableModel extends AbstractTableModel implements Serializable

Serialized Fields

allContacts

List<E> allContacts

Class net.java.sip.communicator.plugin.otr.OtrBuddyAuthenticationDialog extends SIPCommDialog implements Serializable

Serialized Fields

contact

Contact contact

txtLocalFingerprint

JTextArea txtLocalFingerprint

txtRemoteFingerprint

JTextArea txtRemoteFingerprint

cbAction

JComboBox cbAction

txtAction

JTextArea txtAction

Class net.java.sip.communicator.plugin.otr.OtrConfigurationPanel extends TransparentPanel implements Serializable


Package net.java.sip.communicator.plugin.pluginmanager

Class net.java.sip.communicator.plugin.pluginmanager.ManageButtonsPanel extends TransparentPanel implements Serializable

Serialized Fields

logger

Logger logger

deactivateButton

JButton deactivateButton
The deactivate skin button.


activateButton

JButton activateButton
The activate skin button.


uninstallButton

JButton uninstallButton
The uninstall button.


updateButton

JButton updateButton
The update button.


newButton

JButton newButton
The new button.


buttonsPanel

JPanel buttonsPanel
The panel, containing all buttons.


pluginTable

JTable pluginTable
The plugins table.

Class net.java.sip.communicator.plugin.pluginmanager.NewBundleDialog extends SIPCommDialog implements Serializable

serialVersionUID: 7638976584338100969L

Serialized Fields

logger

Logger logger
The object used for logging.


installButton

JButton installButton
The install button.


cancelButton

JButton cancelButton
The cancel button.


bundlePathField

JTextField bundlePathField
The bundle path field.


bundlePathLabel

JLabel bundlePathLabel
The bundle path label.


buttonsPanel

JPanel buttonsPanel
The panel, containing all buttons.


dataPanel

JPanel dataPanel
The panel containing new bundle information.


mainPanel

JPanel mainPanel
The main panel, where all other panels are added.


fileChooserButton

JButton fileChooserButton
The button, from which to choose a file from the file system.

Class net.java.sip.communicator.plugin.pluginmanager.PluginListCellRenderer extends JPanel implements Serializable

Serialized Fields

nameVersionPanel

JPanel nameVersionPanel
The panel containing name and version information.


nameLabel

JLabel nameLabel
The name label.


versionLabel

JLabel versionLabel
The version label.


descriptionLabel

JLabel descriptionLabel
The description label.


stateLabel

JLabel stateLabel
The state label.


iconLabel

JLabel iconLabel
The icon label.


systemLabel

JLabel systemLabel
The system label indicating that a bundle is system (i.e. not optional).


isSelected

boolean isSelected
Indicates if a skin is selected.


stateIconCache

ImageIcon[] stateIconCache
The cache of the ImageIcon values returned by PluginListCellRenderer.getStateIcon(int) because the method in question is called whenever a table cell is painted and reading the image data out of a file and loading it into a new ImageIcon at such a time noticeably affects execution the speed.

Class net.java.sip.communicator.plugin.pluginmanager.PluginManagerPanel extends TransparentPanel implements Serializable

Serialized Fields

pluginTable

JTable pluginTable

tableModel

PluginTableModel tableModel

buttonsPanel

ManageButtonsPanel buttonsPanel

showSysBundlesCheckBox

JCheckBox showSysBundlesCheckBox

Class net.java.sip.communicator.plugin.pluginmanager.PluginTableModel extends AbstractTableModel implements Serializable

Serialized Fields

bundleContext

org.osgi.framework.BundleContext bundleContext

showSystemBundles

boolean showSystemBundles

showSystemBundlesSync

Object showSystemBundlesSync

bundles

org.osgi.framework.Bundle[] bundles

bundleComparator

BundleComparator bundleComparator

Class net.java.sip.communicator.plugin.pluginmanager.TitlePanel extends JPanel implements Serializable

Serialized Fields

titleLabel

JLabel titleLabel

Package net.java.sip.communicator.plugin.provisioning

Class net.java.sip.communicator.plugin.provisioning.ProvisioningForm extends TransparentPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

enableCheckBox

JCheckBox enableCheckBox
The enable provisioning check box.


dhcpButton

JRadioButton dhcpButton
The DHCP provisioning discovery button.


dnsButton

JRadioButton dnsButton
The DNS provisioning discovery button.


bonjourButton

JRadioButton bonjourButton
The Bonjour provisioning discovery button.


manualButton

JRadioButton manualButton
The manual provisioning button.


uriField

SIPCommTextField uriField
The URI field to specify manually a provisioning server.


usernameField

JTextField usernameField
The field used to show the username.


passwordField

JPasswordField passwordField
A field to show the password.


forgetPasswordButton

JButton forgetPasswordButton
The button that will delete the password.


Package net.java.sip.communicator.plugin.rssaccregwizz

Class net.java.sip.communicator.plugin.rssaccregwizz.FirstWizardPage extends TransparentPanel implements Serializable

serialVersionUID: -4099426006855229937L

Serialized Fields

labelsPanel

JPanel labelsPanel

infoTitle

JLabel infoTitle

infoTitlePanel

JPanel infoTitlePanel

existingAccountLabel

JLabel existingAccountLabel

existingAccountPanel

JPanel existingAccountPanel

accountInfoArea

JTextArea accountInfoArea

accountInfoAttentionArea

JLabel accountInfoAttentionArea

accountInfoAttentionPanel

JPanel accountInfoAttentionPanel

nextPageIdentifier

Object nextPageIdentifier

registration

RssAccountRegistration registration

wizardContainer

WizardContainer wizardContainer

isCommitted

boolean isCommitted

Package net.java.sip.communicator.plugin.securityconfig

Class net.java.sip.communicator.plugin.securityconfig.SecurityConfigurationPanel extends SIPCommTabbedPane implements Serializable


Package net.java.sip.communicator.plugin.securityconfig.masterpassword

Class net.java.sip.communicator.plugin.securityconfig.masterpassword.ConfigurationPanel extends TransparentPanel implements Serializable

Class net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordChangeDialog extends SIPCommDialog implements Serializable

Serialized Fields

callback

MasterPasswordChangeDialog.MasterPasswordExecutable callback
Callback to execute on password change.


currentPasswdField

JTextComponent currentPasswdField
UI components.


newPasswordField

JPasswordField newPasswordField

newAgainPasswordField

JPasswordField newAgainPasswordField

okButton

JButton okButton

cancelButton

JButton cancelButton

infoTextArea

JTextArea infoTextArea

passwordQualityBar

JProgressBar passwordQualityBar

textFieldsPanel

JPanel textFieldsPanel

labelsPanel

JPanel labelsPanel

buttonsPanel

JPanel buttonsPanel

qualityPanel

JPanel qualityPanel

dataPanel

JPanel dataPanel

resources

ResourceManagementService resources
The ResourceManagementService used by this instance to access the localized and internationalized resources of the application.

Class net.java.sip.communicator.plugin.securityconfig.masterpassword.MasterPasswordPanel extends TransparentPanel implements Serializable

Serialized Fields

useMasterPasswordCheckBox

JCheckBox useMasterPasswordCheckBox
UI components.


changeMasterPasswordButton

JButton changeMasterPasswordButton

resources

ResourceManagementService resources
The ResourceManagementService used by this instance to access the localized and internationalized resources of the application.

Class net.java.sip.communicator.plugin.securityconfig.masterpassword.SavedPasswordsDialog extends SIPCommDialog implements Serializable

Serialized Fields

mainPanel

JPanel mainPanel
UI components.


closeButton

JButton closeButton

Class net.java.sip.communicator.plugin.securityconfig.masterpassword.SavedPasswordsPanel extends TransparentPanel implements Serializable


Package net.java.sip.communicator.plugin.simpleaccreg

Class net.java.sip.communicator.plugin.simpleaccreg.InitialAccountRegistrationFrame extends SIPCommFrame implements Serializable

Serialized Fields

configurationService

ConfigurationService configurationService

logger

Logger logger
The Logger used by this InitialAccountRegistrationFrame for logging output.


mainAccountsPanel

TransparentPanel mainAccountsPanel

accountsPanel

TransparentPanel accountsPanel

signinButton

JButton signinButton

registrationForms

Collection<E> registrationForms

Package net.java.sip.communicator.plugin.sip2sipaccregwizz

Class net.java.sip.communicator.plugin.sip2sipaccregwizz.CreateSip2SipAccountForm extends TransparentPanel implements Serializable

Serialized Fields

usernameField

JTextField usernameField
The user name text field.


displayNameField

JTextField displayNameField
The display name text field.


passField

JPasswordField passField
The password field.


retypePassField

JPasswordField retypePassField
The retype password field.


emailField

JTextField emailField
The email field.


errorPane

JTextPane errorPane
The error text pane.


Package net.java.sip.communicator.plugin.sipaccregwizz

Class net.java.sip.communicator.plugin.sipaccregwizz.AccountPanel extends TransparentPanel implements Serializable

Serialized Fields

logger

Logger logger

labelsPanel

JPanel labelsPanel

valuesPanel

JPanel valuesPanel

emptyPanel

JPanel emptyPanel

userIDField

JTextField userIDField

passField

JPasswordField passField

displayNameField

JTextField displayNameField

rememberPassBox

JCheckBox rememberPassBox

displayNameLabel

JLabel displayNameLabel

existingAccountButton

JRadioButton existingAccountButton

createAccountButton

JRadioButton createAccountButton

uinPassPanel

JPanel uinPassPanel

mainPanel

JPanel mainPanel

regform

SIPAccountRegistrationForm regform

registrationForm

Component registrationForm

isSimpleForm

boolean isSimpleForm

registerChoicePanel

Component registerChoicePanel

Class net.java.sip.communicator.plugin.sipaccregwizz.ConnectionPanel extends TransparentPanel implements Serializable

Serialized Fields

serverField

JTextField serverField

proxyField

JTextField proxyField

authNameField

JTextField authNameField

serverPortField

JTextField serverPortField

proxyPortField

JTextField proxyPortField

voicemailField

JTextField voicemailField

proxyAutoCheckBox

JCheckBox proxyAutoCheckBox

certificate

JComboBox certificate

transportCombo

JComboBox transportCombo

keepAliveMethodBox

JComboBox keepAliveMethodBox

keepAliveIntervalValue

JTextField keepAliveIntervalValue

dtmfMethodBox

JComboBox dtmfMethodBox

isServerOverridden

boolean isServerOverridden

regform

SIPAccountRegistrationForm regform

Class net.java.sip.communicator.plugin.sipaccregwizz.FirstWizardPage extends TransparentPanel implements Serializable

Serialized Fields

nextPageIdentifier

Object nextPageIdentifier

wizard

SIPAccountRegistrationWizard wizard

registrationForm

SIPAccountRegistrationForm registrationForm

isCommitted

boolean isCommitted

Class net.java.sip.communicator.plugin.sipaccregwizz.PresencePanel extends TransparentPanel implements Serializable

Serialized Fields

presenceOpPanel

JPanel presenceOpPanel

buttonsPresOpPanel

JPanel buttonsPresOpPanel

labelsPresOpPanel

JPanel labelsPresOpPanel

valuesPresOpPanel

JPanel valuesPresOpPanel

enablePresOpButton

JCheckBox enablePresOpButton

forceP2PPresOpButton

JCheckBox forceP2PPresOpButton

pollPeriodLabel

JLabel pollPeriodLabel

subscribeExpiresLabel

JLabel subscribeExpiresLabel

pollPeriodField

JTextField pollPeriodField

subscribeExpiresField

JTextField subscribeExpiresField

clistOptionServerUriValue

JTextField clistOptionServerUriValue

clistOptionUserValue

JTextField clistOptionUserValue

clistOptionPasswordValue

JPasswordField clistOptionPasswordValue

clistOptionUseSipCredentialsBox

JCheckBox clistOptionUseSipCredentialsBox

contactlistOptions

String[] contactlistOptions

contactlistOptionsCombo

JComboBox contactlistOptionsCombo

Class net.java.sip.communicator.plugin.sipaccregwizz.SecurityPanel extends TransparentPanel implements Serializable

Serialized Fields

regform

SIPAccountRegistrationForm regform

pnlAdvancedSettings

JPanel pnlAdvancedSettings

enableDefaultEncryption

JCheckBox enableDefaultEncryption

enableSipZrtpAttribute

JCheckBox enableSipZrtpAttribute

enableSDesAttribute

JCheckBox enableSDesAttribute

cboSavpOption

JComboBox cboSavpOption

tabCiphers

JTable tabCiphers

cipherModel

net.java.sip.communicator.plugin.sipaccregwizz.SecurityPanel.CipherTableModel cipherModel

cmdExpandAdvancedSettings

JLabel cmdExpandAdvancedSettings

Class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationForm extends TransparentPanel implements Serializable

Serialized Fields

accountPanel

AccountPanel accountPanel

connectionPanel

ConnectionPanel connectionPanel

securityPanel

SecurityPanel securityPanel

presencePanel

PresencePanel presencePanel

isModification

boolean isModification

wizard

SIPAccountRegistrationWizard wizard

tabbedPane

JTabbedPane tabbedPane

validatingPanels

List<E> validatingPanels
The panels which value needs validation before we continue.


Package net.java.sip.communicator.plugin.skinmanager

Class net.java.sip.communicator.plugin.skinmanager.SkinManagerPanel extends TransparentPanel implements Serializable

Serialized Fields

rmButton

JButton rmButton
Remove button.


skinSelector

SkinSelector skinSelector
SkinSelector component.

Class net.java.sip.communicator.plugin.skinmanager.SkinSelector extends JComboBox implements Serializable

Serialized Fields

listener

SkinSelectionListener listener
Action listener for skin selection.


lock

Object lock
Thread lock.


dataModel

DefaultComboBoxModel dataModel
Casts the data model to DefaultComboBoxModel.

Class net.java.sip.communicator.plugin.skinmanager.SkinSelectorRenderer extends TransparentPanel implements Serializable

Serialized Fields

nameLabel

JLabel nameLabel
The name label.


descriptionLabel

JLabel descriptionLabel
The description label.


separator

JSeparator separator
Separator


Package net.java.sip.communicator.plugin.spellcheck

Class net.java.sip.communicator.plugin.spellcheck.LanguageMenuBar extends SIPCommMenuBar implements Serializable

Serialized Fields

languageSelectionRenderer

ListCellRenderer languageSelectionRenderer

localeAvailabilityCache

HashMap<K,V> localeAvailabilityCache

spellChecker

SpellChecker spellChecker

menu

SIPCommMenu menu

localeList

ArrayList<E> localeList

removeItem

SIPCommTextButton removeItem

Class net.java.sip.communicator.plugin.spellcheck.SpellCheckerConfigDialog extends SIPCommDialog implements Serializable

Serialized Fields

currentWord

JTextComponent currentWord
UI Components


suggestionList

JList suggestionList

suggestionScroll

JScrollPane suggestionScroll

changeButton

JButton changeButton

nextButton

JButton nextButton

addButton

JButton addButton

checkPanel

JPanel checkPanel

buttonsPanel

JPanel buttonsPanel

topPanel

JPanel topPanel

suggestionPanel

JPanel suggestionPanel

dict

org.dts.spell.dictionary.SpellDictionary dict

chat

Chat chat

resources

ResourceManagementService resources

word

String word

index

int index

clickedWord

Word clickedWord

Package net.java.sip.communicator.plugin.sshaccregwizz

Class net.java.sip.communicator.plugin.sshaccregwizz.FirstWizardPage extends TransparentPanel implements Serializable

serialVersionUID: 8576006544813706541L

Serialized Fields

accountPanel

JPanel accountPanel

labelsPanel

JPanel labelsPanel

valuesPanel

JPanel valuesPanel

accountID

JLabel accountID

identityFile

JLabel identityFile

knownHostsFile

JLabel knownHostsFile

emptyPanel1

JPanel emptyPanel1

emptyPanel2

JPanel emptyPanel2

emptyPanel3

JPanel emptyPanel3

emptyPanel4

JPanel emptyPanel4

emptyPanel5

JPanel emptyPanel5

emptyPanel6

JPanel emptyPanel6

emptyPanel7

JPanel emptyPanel7

emptyPanel8

JPanel emptyPanel8

emptyPanel9

JPanel emptyPanel9

userIDField

JTextField userIDField

identityFileField

JTextField identityFileField

identityFileButton

JButton identityFileButton

identityFileChooser

SipCommFileChooser identityFileChooser

identityFilePanel

JPanel identityFilePanel

knownHostsFileField

JTextField knownHostsFileField

knownHostsFileButton

JButton knownHostsFileButton

knownHostsFileChooser

SipCommFileChooser knownHostsFileChooser

knownHostsFilePanel

JPanel knownHostsFilePanel

mainPanel

JPanel mainPanel

nextPageIdentifier

Object nextPageIdentifier

registration

SSHAccountRegistration registration

wizardContainer

WizardContainer wizardContainer

isCommitted

boolean isCommitted

Package net.java.sip.communicator.plugin.whiteboard.gui

Class net.java.sip.communicator.plugin.whiteboard.gui.InvitationReceivedDialog extends SIPCommDialog implements Serializable

Serialized Fields

infoTextArea

JTextArea infoTextArea

invitationReasonTextArea

JTextArea invitationReasonTextArea

reasonPanel

JPanel reasonPanel

reasonLabel

JLabel reasonLabel

reasonField

JTextField reasonField

dataPanel

JPanel dataPanel

buttonsPanel

JPanel buttonsPanel

acceptButton

JButton acceptButton

rejectButton

JButton rejectButton

ignoreButton

JButton ignoreButton

mainPanel

JPanel mainPanel

northPanel

JPanel northPanel

iconLabel

JLabel iconLabel

title

String title

invitation

WhiteboardInvitation invitation
The ChatRoomInvitation for which this dialog is.


whiteboardManager

WhiteboardSessionManager whiteboardManager
The MultiUserChatManager is the one that deals with invitation events.


whiteboardOpSet

OperationSetWhiteboarding whiteboardOpSet
The operation set that would handle the rejection if the user choose to reject the invitation.

Class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardFrame extends SIPCommFrame implements Serializable

serialVersionUID: 5441329948483907247L

Serialized Fields

lastDir

File lastDir
The last file dir open


currentTool

int currentTool
The current tool (= one of the previous type int constant)


mouseX

int mouseX
X mouse coordinates


mouseY

int mouseY
Y mouse coordinates


previousMouseX

int previousMouseX
Old X mouse coordinates


previousMouseY

int previousMouseY
Old Y mouse coordinates


defaultGrid

int defaultGrid
Default size grid


previousPoint

Point2D previousPoint
Old coordinates


selectedShape

WhiteboardShape selectedShape
The current selected shape (null if nothing is seleted)


preselected

WhiteboardShape preselected
The current preselected shape (null if nothing is preseleted) A shape is preselected when the mouse move on.


copiedShape

WhiteboardShape copiedShape
The current copied shape (null if nothing is copied)


doneDrawing

boolean doneDrawing
True if the draw is finish


originX

int originX
Start X mouse coordinates


originY

int originY
Start Y mouse coordinates


originWidth

int originWidth
Start width size


originHeight

int originHeight
Start height size


drawX

int drawX
X coordinates for draw the shape


drawY

int drawY
Y coordinates for draw the shape


currentColor

Color currentColor
The current color for the shapes (black by default)


xorColor

Color xorColor
The XOR alternation color for display


displayList

List<E> displayList
List of WhiteboardShape


pathList

List<E> pathList
Aarray of WhiteboardPoint


drawCanvas

WhiteboardPanel drawCanvas
WhiteboardPanel where the shapes are drawn


moving

boolean moving
True if we are in "move" state


defaultFontSize

int defaultFontSize
Default font size for the text.


w2s

AffineTransform w2s
Affine transform world to shape.


s2w

AffineTransform s2w
Affine transform shape to world.


colorChooser

JColorChooser colorChooser
The color chooser for choose the shape's color


colorChooserDialog

JDialog colorChooserDialog
The color chooser dialog created by colorChooser.


spinModel

SpinnerNumberModel spinModel
Spinner to choose the thickness


contact

Contact contact
Contact associated with this WhiteboardFrame


sessionManager

WhiteboardSessionManager sessionManager
WhiteboardSessionManager associated with this WhiteboardFrame.


session

WhiteboardSession session
WhiteboardSession associated with this WhiteboardFrame


aboutMenuItem

JMenuItem aboutMenuItem
Components used for the GUI:


buttonGroup

ButtonGroup buttonGroup

circleButton

JToggleButton circleButton

colorChooserButton

JButton colorChooserButton

copyMenuItem

JMenuItem copyMenuItem

deleteMenuItem

JMenuItem deleteMenuItem

deselectMenuItem

JMenuItem deselectMenuItem

editMenu

JMenu editMenu

exitMenuItem

JMenuItem exitMenuItem

fileMenu

JMenu fileMenu

fillCircleButton

JToggleButton fillCircleButton

fillPolygonButton

JToggleButton fillPolygonButton

fillRectangleButton

JToggleButton fillRectangleButton

gridMenuItem

JCheckBoxMenuItem gridMenuItem

helpMenu

JMenu helpMenu

helpMenuItem

JMenuItem helpMenuItem

imageButton

JToggleButton imageButton

jButtonCopy

JButton jButtonCopy

jButtonNew

JButton jButtonNew

jButtonOpen

JButton jButtonOpen

jButtonPaste

JButton jButtonPaste

jButtonSave

JButton jButtonSave

jLabelColor

JLabel jLabelColor

jLabelStatus

JLabel jLabelStatus

jLabelThickness

JLabel jLabelThickness

leftPanel

JPanel leftPanel

jPanel1

JPanel jPanel1

jPanel2

JPanel jPanel2

jSpinnerThickness

JSpinner jSpinnerThickness

jToolBar1

JToolBar jToolBar1

lineButton

JToggleButton lineButton

menuBar

JMenuBar menuBar

modifButton

JToggleButton modifButton

newMenuItem

JMenuItem newMenuItem

openMenuItem

JMenuItem openMenuItem

pasteMenuItem

JMenuItem pasteMenuItem

penButton

JToggleButton penButton

polygonButton

JToggleButton polygonButton

polylineButton

JToggleButton polylineButton

printMenuItem

JMenuItem printMenuItem

propertiesMenuItem

JMenuItem propertiesMenuItem

rectangleButton

JToggleButton rectangleButton

saveMenuItem

JMenuItem saveMenuItem

selectionButton

JToggleButton selectionButton

textButton

JToggleButton textButton

toolBar

JPanel toolBar

Class net.java.sip.communicator.plugin.whiteboard.gui.WhiteboardPanel extends JPanel implements Serializable

Serialized Fields

displayList

List<E> displayList
Shapes to display


defaultGrid

int defaultGrid
Default grid space


affineTrans

AffineTransform affineTrans

grid

boolean grid
True: display grid, false no grid.


wf

WhiteboardFrame wf
Parent WhiteboardFrame


colorPopupMenuItem

JMenuItem colorPopupMenuItem

copyPopupMenuItem

JMenuItem copyPopupMenuItem

deletePopupMenuItem

JMenuItem deletePopupMenuItem

pastePopupMenuItem

JMenuItem pastePopupMenuItem

popupMenu

JPopupMenu popupMenu

propetiesPopupMenuItem

JMenuItem propetiesPopupMenuItem

Package net.java.sip.communicator.plugin.yahooaccregwizz

Class net.java.sip.communicator.plugin.yahooaccregwizz.FirstWizardPage extends TransparentPanel implements Serializable

Serialized Fields

uinPassPanel

JPanel uinPassPanel

labelsPanel

JPanel labelsPanel

valuesPanel

JPanel valuesPanel

uinLabel

JLabel uinLabel

passLabel

JLabel passLabel

emptyPanel

JPanel emptyPanel

uinExampleLabel

JLabel uinExampleLabel

userIDField

JTextField userIDField

passField

JPasswordField passField

rememberPassBox

JCheckBox rememberPassBox

mainPanel

JPanel mainPanel

nextPageIdentifier

Object nextPageIdentifier

wizard

YahooAccountRegistrationWizard wizard

isCommitted

boolean isCommitted

Package net.java.sip.communicator.plugin.zeroconfaccregwizz

Class net.java.sip.communicator.plugin.zeroconfaccregwizz.FirstWizardPage extends TransparentPanel implements Serializable

Serialized Fields

userPassPanel

JPanel userPassPanel

labelsPanel

JPanel labelsPanel

valuesPanel

JPanel valuesPanel

userID

JLabel userID

firstLabel

JLabel firstLabel

lastLabel

JLabel lastLabel

mailLabel

JLabel mailLabel

emptyPanel

JPanel emptyPanel

emptyPanel2

JPanel emptyPanel2

emptyPanel3

JPanel emptyPanel3

emptyPanel4

JPanel emptyPanel4

userIDExampleLabel

JLabel userIDExampleLabel

firstExampleLabel

JLabel firstExampleLabel

lastExampleLabel

JLabel lastExampleLabel

mailExampleLabel

JLabel mailExampleLabel

userIDField

JTextField userIDField

firstField

JTextField firstField

lastField

JTextField lastField

mailField

JTextField mailField

rememberContacts

JCheckBox rememberContacts

mainPanel

JPanel mainPanel

nextPageIdentifier

Object nextPageIdentifier

wizard

ZeroconfAccountRegistrationWizard wizard

isCommitted

boolean isCommitted

Package net.java.sip.communicator.service.callhistory.event

Class net.java.sip.communicator.service.callhistory.event.CallHistoryQueryStatusEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

eventType

int eventType
Indicates the type of this event.

Class net.java.sip.communicator.service.callhistory.event.CallRecordEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

callRecord

CallRecord callRecord
The CallRecord this event is about.

Class net.java.sip.communicator.service.callhistory.event.ProgressEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

evt

ProgressEvent evt
The ProgressEvent.


progress

int progress
The current progress that we will pass.


Package net.java.sip.communicator.service.configuration

Class net.java.sip.communicator.service.configuration.ConfigPropertyVetoException extends RuntimeException implements Serializable

serialVersionUID: 0L

Serialized Fields

evt

PropertyChangeEvent evt
A PropertyChangeEvent describing the vetoed change.


Package net.java.sip.communicator.service.contactlist

Class net.java.sip.communicator.service.contactlist.MetaContactListException extends RuntimeException implements Serializable

serialVersionUID: 0L

Serialized Fields

errCode

int errCode
An error code indicating the nature of this exception.


Package net.java.sip.communicator.service.contactlist.event

Class net.java.sip.communicator.service.contactlist.event.MetaContactAvatarUpdateEvent extends MetaContactPropertyChangeEvent implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.service.contactlist.event.MetaContactEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

eventID

int eventID
ID of the event.


parentGroup

MetaContactGroup parentGroup
The parent group of the contact.

Class net.java.sip.communicator.service.contactlist.event.MetaContactGroupEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

eventID

int eventID
ID of the event.


sourceProvider

ProtocolProviderService sourceProvider
the ProtocolProviderService instance where this event occurred.


sourceProtoGroup

ContactGroup sourceProtoGroup
The proto group associated with this event.

Class net.java.sip.communicator.service.contactlist.event.MetaContactModifiedEvent extends MetaContactPropertyChangeEvent implements Serializable

serialVersionUID: 0L

Serialized Fields

modificationName

String modificationName
Name of the modification.

Class net.java.sip.communicator.service.contactlist.event.MetaContactMovedEvent extends MetaContactPropertyChangeEvent implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.service.contactlist.event.MetaContactPropertyChangeEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.service.contactlist.event.MetaContactRenamedEvent extends MetaContactPropertyChangeEvent implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.service.contactlist.event.ProtoContactEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 0L


Package net.java.sip.communicator.service.contactsource

Class net.java.sip.communicator.service.contactsource.ContactQueryStatusEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

eventType

int eventType
Indicates the type of this event.

Class net.java.sip.communicator.service.contactsource.ContactReceivedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

contact

SourceContact contact
The contact that has been received.


Package net.java.sip.communicator.service.credentialsstorage

Class net.java.sip.communicator.service.credentialsstorage.CryptoException extends Exception implements Serializable

serialVersionUID: -5424208764356198091L

Serialized Fields

errorCode

int errorCode
The error code of this exception.


Package net.java.sip.communicator.service.geolocation.event

Class net.java.sip.communicator.service.geolocation.event.LocalPositionChangeEvent extends PropertyChangeEvent implements Serializable


Package net.java.sip.communicator.service.gui.event

Class net.java.sip.communicator.service.gui.event.ChatFocusEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

eventID

int eventID
ID of the event.

Class net.java.sip.communicator.service.gui.event.ContainerEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

eventID

int eventID
ID of the event.


Package net.java.sip.communicator.service.history.event

Class net.java.sip.communicator.service.history.event.HistoryQueryStatusEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

eventType

int eventType
Indicates the type of this event.

Class net.java.sip.communicator.service.history.event.HistoryRecordEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

historyRecord

HistoryRecord historyRecord
The HistoryRecord this event is about.

Class net.java.sip.communicator.service.history.event.ProgressEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

startDate

Date startDate
The start date in the search condition.


endDate

Date endDate
The end date in the search condition.


keywords

String[] keywords
The keywords in the search condition.


progress

int progress
The current progress that we will pass.


Package net.java.sip.communicator.service.ldap.event

Class net.java.sip.communicator.service.ldap.event.LdapEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

cause

LdapEvent.LdapEventCause cause
the cause of this event


content

Object content
the content of this event


Package net.java.sip.communicator.service.msghistory.event

Class net.java.sip.communicator.service.msghistory.event.ProgressEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

evt

ProgressEvent evt

progress

int progress
The current progress that we will pass.


Package net.java.sip.communicator.service.neomedia

Class net.java.sip.communicator.service.neomedia.MediaException extends Exception implements Serializable

serialVersionUID: 0L

Serialized Fields

errorCode

int errorCode
The error code carried by this MediaException which gives more information about the specifics of this MediaException.


Package net.java.sip.communicator.service.neomedia.event

Class net.java.sip.communicator.service.neomedia.event.DTMFToneEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

dtmfTone

DTMFTone dtmfTone
The tone that this event is pertaining to.

Class net.java.sip.communicator.service.neomedia.event.RTCPFeedbackEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

feedbackMessageType

int feedbackMessageType
Feedback message type.


payloadType

int payloadType
Payload type.

Class net.java.sip.communicator.service.neomedia.event.SizeChangeVideoEvent extends VideoEvent implements Serializable

serialVersionUID: 0L

Serialized Fields

height

int height
The new height of the associated visual Component.


width

int width
The new width of the associated visual Component.

Class net.java.sip.communicator.service.neomedia.event.VideoEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

consumed

boolean consumed
The indicator which determines whether this event and, more specifically, the visual Component it describes have been consumed and should be considered owned, referenced (which is important because Components belong to a single Container at a time).


origin

int origin
The origin of the video this VideoEvent notifies about which is one of VideoEvent.LOCAL and VideoEvent.REMOTE.


type

int type
The type of availability change this VideoEvent notifies about which is one of VideoEvent.VIDEO_ADDED and VideoEvent.VIDEO_REMOVED.


visualComponent

Component visualComponent
The visual Component depicting video which had its availability changed and which this VideoEvent notifies about.

Class net.java.sip.communicator.service.neomedia.event.VolumeChangeEvent extends EventObject implements Serializable

Serialized Fields

level

float level
The volume level.


mute

boolean mute
The indicator which determines whether the volume is muted.


Package net.java.sip.communicator.service.netaddr.event

Class net.java.sip.communicator.service.netaddr.event.ChangeEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

type

int type
The type of the current event.


standby

boolean standby
Whether this event is after computer have been suspended.


address

InetAddress address
The address that changed.


initial

boolean initial
Is this event initial one. When starting, no actual change has occurred in the system.


Package net.java.sip.communicator.service.notification.event

Class net.java.sip.communicator.service.notification.event.NotificationActionTypeEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

sourceEventType

String sourceEventType
The type of the event that a new action is being added for.


actionHandler

NotificationAction actionHandler
The descriptor of the action (i.e. audio file uri, or a command line string) that will be performed when notifications are being fired for the corresponding event type.


eventType

String eventType
The type of this event. One of the static field constants declared in this class.

Class net.java.sip.communicator.service.notification.event.NotificationEventTypeEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

sourceEventType

String sourceEventType
The type of the event that a new action is being added for.


eventType

String eventType
The type of this event. One of the static field constants declared in this class.


Package net.java.sip.communicator.service.protocol

Class net.java.sip.communicator.service.protocol.OperationFailedException extends Exception implements Serializable

serialVersionUID: 0L

Serialized Fields

errorCode

int errorCode
The error code of the exception

Class net.java.sip.communicator.service.protocol.OperationNotSupportedException extends Exception implements Serializable

serialVersionUID: 0L


Package net.java.sip.communicator.service.protocol.event

Class net.java.sip.communicator.service.protocol.event.AccountManagerEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

factory

ProtocolProviderFactory factory
The ProtocolProviderFactory being worked on at the time this event has been fired.


type

int type
The (detail) type of this event which is one of AccountManagerEvent.STORED_ACCOUNTS_LOADED.

Class net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationReceivedEvent extends EventObject implements Serializable

Serialized Fields

invitation

AdHocChatRoomInvitation invitation
The invitation corresponding to this event.


timestamp

Date timestamp
A timestamp indicating the exact date when the event occurred.

Class net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationRejectedEvent extends EventObject implements Serializable

Serialized Fields

adHocChatRoom

AdHocChatRoom adHocChatRoom
The AdHocChatRoom for which the initial invitation was.


invitee

String invitee
The invitee that rejected the invitation.


reason

String reason
The reason why this invitation is rejected or null if there is no reason specified.


timestamp

Date timestamp
The exact date at which this event occured.

Class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveredEvent extends EventObject implements Serializable

Serialized Fields

timestamp

long timestamp
A timestamp indicating the exact date when the event occurred.


message

Message message
The received Message.


eventType

int eventType
The type of message event that this instance represents.

Class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageDeliveryFailedEvent extends EventObject implements Serializable

Serialized Fields

to

Contact to
The ad-hoc chat room participant that this message has been sent to.


errorCode

int errorCode
An error code indicating the reason for the failure of this delivery.


timestamp

Date timestamp
A timestamp indicating the exact date when the event occurred.


message

Message message
The received Message.

Class net.java.sip.communicator.service.protocol.event.AdHocChatRoomMessageReceivedEvent extends EventObject implements Serializable

Serialized Fields

from

Contact from
The contact that has sent this message.


timestamp

long timestamp
A timestamp indicating the exact date when the event occurred.


message

Message message
The received Message.


eventType

int eventType
The type of message event that this instance represents.

Class net.java.sip.communicator.service.protocol.event.AdHocChatRoomParticipantPresenceChangeEvent extends EventObject implements Serializable

Serialized Fields

sourceParticipant

Contact sourceParticipant
The ad-hoc chat room participant that the event relates to.


eventType

String eventType
The type of this event. Values can be any of the CONTACT_XXX fields.


reason

String reason
An optional String indicating a possible reason as to why the event might have occurred.

Class net.java.sip.communicator.service.protocol.event.AvatarEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

newAvatar

byte[] newAvatar
The new avatar


sourceProvider

ProtocolProviderService sourceProvider
The provider that has generated the event.

Class net.java.sip.communicator.service.protocol.event.CallChangeEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 0L

Serialized Fields

cause

CallPeerChangeEvent cause
The event which was the cause for current event, like last peer removed from call will hangup current call, if any, otherwise is null.

Class net.java.sip.communicator.service.protocol.event.CallEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

eventID

int eventID
Determines whether this event has been fired to indicate an incoming or an outgoing call.


mediaDirections

Map<K,V> mediaDirections
The media types supported by this call, if information is available.

Class net.java.sip.communicator.service.protocol.event.CallGroupEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

eventID

int eventID
The id indicating the type of this event.

Class net.java.sip.communicator.service.protocol.event.CallPeerChangeEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 0L

Serialized Fields

reason

String reason
A reason string further explaining the event (may be null). The string would be mostly used for events issued upon a CallPeerState transition that has led to a FAILED state.


reasonCode

int reasonCode
Reason code, if any, for the peer state change.

Class net.java.sip.communicator.service.protocol.event.CallPeerConferenceEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

conferenceMember

ConferenceMember conferenceMember
The ConferenceMember which has been changed (e.g. added to or removed from the conference) if this event has been fired because of such a change; otherwise, null.


eventID

int eventID
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.

Class net.java.sip.communicator.service.protocol.event.CallPeerControlEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

targetURI

String targetURI

Class net.java.sip.communicator.service.protocol.event.CallPeerEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

sourceCall

Call sourceCall
The call that the source call peer is associated with.


eventID

int eventID
The id indicating the type of this event.

Class net.java.sip.communicator.service.protocol.event.CallPeerSecurityMessageEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

eventI18nMessage

String eventI18nMessage
The internationalized message associated with this event.


eventMessage

String eventMessage
The message associated with this event.


eventSeverity

int eventSeverity
The severity of the security message event.

Class net.java.sip.communicator.service.protocol.event.CallPeerSecurityOffEvent extends CallPeerSecurityStatusEvent implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.service.protocol.event.CallPeerSecurityOnEvent extends CallPeerSecurityStatusEvent implements Serializable

serialVersionUID: 0L

Serialized Fields

cipher

String cipher

srtpControl

SrtpControl srtpControl

Class net.java.sip.communicator.service.protocol.event.CallPeerSecurityStatusEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

sessionType

int sessionType
Session type of the event CallPeerSecurityStatusEvent.AUDIO_SESSION or CallPeerSecurityStatusEvent.VIDEO_SESSION.

Class net.java.sip.communicator.service.protocol.event.CallReceivedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.service.protocol.event.ChatRoomInvitationReceivedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

invitation

ChatRoomInvitation invitation
The invitation corresponding to this event.


timestamp

Date timestamp
A timestamp indicating the exact date when the event occurred.

Class net.java.sip.communicator.service.protocol.event.ChatRoomInvitationRejectedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

chatRoom

ChatRoom chatRoom
The ChatRoom for which the initial invitation was.


invitee

String invitee
The invitee that rejected the invitation.


reason

String reason
The reason why this invitation is rejected or null if there is no reason specified.


timestamp

Date timestamp
The exact date at which this event occured.

Class net.java.sip.communicator.service.protocol.event.ChatRoomLocalUserRoleChangeEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

previousRole

ChatRoomMemberRole previousRole
The previous role that local participant had.


newRole

ChatRoomMemberRole newRole
The new role that local participant get.

Class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPresenceChangeEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

sourceMember

ChatRoomMember sourceMember
The chat room member that the event relates to.


actorMember

ChatRoomMember actorMember
The chat room member that participated as an actor in this event. In the case of MEMBER_KICKED event this would be the moderator that kicked the participant.


eventType

String eventType
The type of this event. Values can be any of the MEMBER_XXX fields.


reason

String reason
An optional String indicating a possible reason as to why the event might have occurred.

Class net.java.sip.communicator.service.protocol.event.ChatRoomMemberPropertyChangeEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 0L

Serialized Fields

memberChatRoom

ChatRoom memberChatRoom
The ChatRoom, to which the corresponding member belongs.

Class net.java.sip.communicator.service.protocol.event.ChatRoomMemberRoleChangeEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

sourceMember

ChatRoomMember sourceMember
The member that the event relates to.


previousRole

ChatRoomMemberRole previousRole
The previous role that this member had.


newRole

ChatRoomMemberRole newRole
The new role that this member get.

Class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveredEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

timestamp

long timestamp
A timestamp indicating the exact date when the event occurred.


message

Message message
The received Message.


eventType

int eventType
The type of message event that this instance represents.

Class net.java.sip.communicator.service.protocol.event.ChatRoomMessageDeliveryFailedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

to

ChatRoomMember to
The chat room member that this message has been sent to.


errorCode

int errorCode
An error code indicating the reason for the failure of this delivery.


reason

String reason
The reason of the delivery failure


timestamp

Date timestamp
A timestamp indicating the exact date when the event occurred.


message

Message message
The received Message.

Class net.java.sip.communicator.service.protocol.event.ChatRoomMessageReceivedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

from

ChatRoomMember from
The chat room member that has sent this message.


timestamp

long timestamp
A timestamp indicating the exact date when the event occurred.


message

Message message
The received Message.


eventType

int eventType
The type of message event that this instance represents.


historyMessage

boolean historyMessage
Some services can fill our room with message history.

Class net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeFailedEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 0L

Serialized Fields

reason

String reason
The reason of the failure.


reasonCode

int reasonCode
Indicates why the failure occurred.

Class net.java.sip.communicator.service.protocol.event.ConferenceMembersSoundLevelEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

levels

Map<K,V> levels
The mapping of ConferenceMembers to sound levels. It is presumed that all ConferenceMembers not contained in the map has a 0 sound level.

Class net.java.sip.communicator.service.protocol.event.ContactCapabilitiesEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

eventID

int eventID
The ID of this event which indicates the specifics of the change in the list of OperationSet capabilities of the associated Contact and the details this event carries.


opSets

Map<K,V> opSets
The new set of supported OperationSets.

Class net.java.sip.communicator.service.protocol.event.ContactPresenceStatusChangeEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 0L

Serialized Fields

sourceProvider

ProtocolProviderService sourceProvider
The contact's ProtocolProviderService.


parentGroup

ContactGroup parentGroup
The parent group of the contact.

Class net.java.sip.communicator.service.protocol.event.ContactPropertyChangeEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.service.protocol.event.DTMFReceivedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

value

DTMFTone value
The tone.


duration

long duration
The duration.

Class net.java.sip.communicator.service.protocol.event.FileTransferCreatedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

timestamp

Date timestamp
The timestamp indicating the exact date when the event occurred.

Class net.java.sip.communicator.service.protocol.event.FileTransferProgressEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

progress

long progress
Indicates the progress of a file transfer in bytes.


timestamp

long timestamp
Indicates when this event occured.

Class net.java.sip.communicator.service.protocol.event.FileTransferRequestEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

request

IncomingFileTransferRequest request
The request that triggered this event.


timestamp

Date timestamp
The timestamp indicating the exact date when the event occurred.

Class net.java.sip.communicator.service.protocol.event.FileTransferStatusChangeEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

oldStatus

int oldStatus
The state of the file transfer before this event occured.


newStatus

int newStatus
The new state of the file transfer.


reason

String reason
The reason of this status change.

Class net.java.sip.communicator.service.protocol.event.GenericEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

from

Contact from
The contact which is the source of this event.


eventName

String eventName
The event name.


eventValue

String eventValue
The event value.


sourceContact

Contact sourceContact
The source contact for this event.

Class net.java.sip.communicator.service.protocol.event.GeolocationEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

sourceProvider

ProtocolProviderService sourceProvider
The provider that has generated the event.


sourceContact

Contact sourceContact
The contact that this event is pertaining to.


newLocation

Map<K,V> newLocation
The new location of the contact that has caused this event.

Class net.java.sip.communicator.service.protocol.event.LocalUserAdHocChatRoomPresenceChangeEvent extends EventObject implements Serializable

Serialized Fields

adHocChatRoom

AdHocChatRoom adHocChatRoom
The AdHocChatRoom to which the change is related.


eventType

String eventType
The type of this event.


reason

String reason
An optional String indicating a possible reason as to why the event might have occurred.

Class net.java.sip.communicator.service.protocol.event.LocalUserChatRoomPresenceChangeEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

chatRoom

ChatRoom chatRoom
The ChatRoom to which the change is related.


eventType

String eventType
The type of this event.


reason

String reason
An optional String indicating a possible reason as to why the event might have occurred.

Class net.java.sip.communicator.service.protocol.event.MessageDeliveredEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

to

Contact to
The contact that has sent this message.


timestamp

long timestamp
A timestamp indicating the exact date when the event occurred.

Class net.java.sip.communicator.service.protocol.event.MessageDeliveryFailedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

to

Contact to
The contact that this message has been sent to.


errorCode

int errorCode
An error code indicating the reason for the failure of this delivery.


reasonPhrase

String reasonPhrase
Contains a human readable message indicating the reason for the failure or null if the reason is unknown.


timestamp

long timestamp
A timestamp indicating the exact date when the event occurred.

Class net.java.sip.communicator.service.protocol.event.MessageEvent extends EventObject implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.service.protocol.event.MessageReceivedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

from

Contact from
The contact that has sent this message.


timestamp

long timestamp
A timestamp indicating the exact date when the event occurred.


eventType

int eventType
The type of message event that this instance represents.

Class net.java.sip.communicator.service.protocol.event.MessageWaitingEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

account

String account
The URI we can use to reach messages from provider that is firing the event.


unreadMessages

int unreadMessages
Number of new/unread messages.


readMessages

int readMessages
Number of old/read messages.


unreadUrgentMessages

int unreadUrgentMessages
Number of new/unread urgent messages.


readUrgentMessages

int readUrgentMessages
Number of old/read messages.


messageType

OperationSetMessageWaiting.MessageType messageType
The message type for this event.

Class net.java.sip.communicator.service.protocol.event.ProviderPresenceStatusChangeEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.service.protocol.event.ProviderStatusChangeEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.service.protocol.event.RegistrationStateChangeEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 0L

Serialized Fields

reasonCode

int reasonCode
The reason code returned by the server in order to explain the state transition.


reason

String reason
A (non localized) String containing information further explaining the reason code.

Class net.java.sip.communicator.service.protocol.event.RemoteControlGrantedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.service.protocol.event.RemoteControlRevokedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.service.protocol.event.ServerStoredDetailsChangeEvent extends EventObject implements Serializable

Serialized Fields

eventID

int eventID
The event type id.


newValue

Object newValue
New value for property. May be null if not known.

 

oldValue

Object oldValue
Previous value for property. May be null if not known.

 

Class net.java.sip.communicator.service.protocol.event.ServerStoredGroupEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

eventID

int eventID

sourceProvider

ProtocolProviderService sourceProvider

parentOperationSet

OperationSetPersistentPresence parentOperationSet

parentGroup

ContactGroup parentGroup

Class net.java.sip.communicator.service.protocol.event.SizeChangeVideoEvent extends VideoEvent implements Serializable

serialVersionUID: 0L

Serialized Fields

height

int height
The new height of the associated visual Component.


width

int width
The new width of the associated visual Component.

Class net.java.sip.communicator.service.protocol.event.SoundLevelChangeEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

level

int level
The audio stream level, for the change of which this event is about.

Class net.java.sip.communicator.service.protocol.event.SubscriptionEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

eventID

int eventID

sourceProvider

ProtocolProviderService sourceProvider

parentGroup

ContactGroup parentGroup

errorCode

int errorCode

errorReason

String errorReason

Class net.java.sip.communicator.service.protocol.event.SubscriptionMovedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

oldParent

ContactGroup oldParent

newParent

ContactGroup newParent

sourceProvider

ProtocolProviderService sourceProvider

Class net.java.sip.communicator.service.protocol.event.TypingNotificationEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

typingState

int typingState

Class net.java.sip.communicator.service.protocol.event.VideoEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

consumed

boolean consumed
The indicator which determines whether this event and, more specifically, the visual Component it describes have been consumed and should be considered owned, referenced (which is important because Components belong to a single Container at a time).


origin

int origin
The origin of the video this VideoEvent notifies about which is one of VideoEvent.LOCAL and VideoEvent.REMOTE.


type

int type
The type of availability change this VideoEvent notifies about which is one of VideoEvent.VIDEO_ADDED and VideoEvent.VIDEO_REMOVED.


visualComponent

Component visualComponent
The visual Component depicting video which had its availability changed and which this VideoEvent notifies about.

Class net.java.sip.communicator.service.protocol.event.WhiteboardChangeEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.service.protocol.event.WhiteboardInvitationReceivedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

invitation

WhiteboardInvitation invitation
The invitation corresponding to this event.


timestamp

Date timestamp
A timestamp indicating the exact date when the event occurred.

Class net.java.sip.communicator.service.protocol.event.WhiteboardInvitationRejectedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

whiteboardSession

WhiteboardSession whiteboardSession
The WhiteboardSession for which the initial invitation was.


invitee

String invitee
The invitee that rejected the invitation.


reason

String reason
The reason why this invitation is rejected or null if there is no reason specified.


timestamp

Date timestamp
The exact date at which this event occured.

Class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeletedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

from

Contact from
The contact that has sent this wbObject.


timestamp

Date timestamp
A timestamp indicating the exact date when the event occurred.


id

String id
A String that uniquely identifies this WhiteboardObject.

Class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeliveredEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

to

Contact to
The contact that has sent this wbObject.


timestamp

Date timestamp
A timestamp indicating the exact date when the event occurred.


obj

WhiteboardObject obj
The whiteboard object that has just been delivered.

Class net.java.sip.communicator.service.protocol.event.WhiteboardObjectDeliveryFailedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

to

Contact to
The contact that this whiteboard object has been sent to.


errorCode

int errorCode
An error code indicating the reason for the failure of this delivery.


timestamp

Date timestamp
A timestamp indicating the exact date when the event occurred.


obj

WhiteboardObject obj
The whiteboard object delivery of which has failed.

Class net.java.sip.communicator.service.protocol.event.WhiteboardObjectModifiedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

from

Contact from
The contact that has sent this wbObject.


timestamp

Date timestamp
A timestamp indicating the exact date when the event occurred.


obj

WhiteboardObject obj
A reference to the whiteboard object that has been modified.

Class net.java.sip.communicator.service.protocol.event.WhiteboardObjectReceivedEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

from

Contact from
The contact that has sent this wbObject.


timestamp

Date timestamp
A timestamp indicating the exact date when the event occurred.


obj

WhiteboardObject obj
The whiteboard object that has just been received.

Class net.java.sip.communicator.service.protocol.event.WhiteboardParticipantChangeEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 0L

Serialized Fields

reason

String reason
A reason string further explaining the event (may be null). The string would be mostly used for events issued upon a WhiteboardParticipantState transition that has led to a FAILED state.

Class net.java.sip.communicator.service.protocol.event.WhiteboardParticipantEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

eventID

int eventID
The id indicating the type of this event.


sourceWhiteboardParticipant

WhiteboardParticipant sourceWhiteboardParticipant
The whiteboard session participant that this event is about.

Class net.java.sip.communicator.service.protocol.event.WhiteboardSessionPresenceChangeEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

whiteboardSession

WhiteboardSession whiteboardSession
The WhiteboardSession to which the change is related.


eventType

String eventType
The type of this event.


reason

String reason
An optional String indicating a possible reason as to why the event might have occurred.


Package net.java.sip.communicator.service.provdisc.event

Class net.java.sip.communicator.service.provdisc.event.DiscoveryEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

url

String url
Provisioning URL.


Package net.java.sip.communicator.service.sysactivity.event

Class net.java.sip.communicator.service.sysactivity.event.SystemActivityEvent extends EventObject implements Serializable

Serialized Fields

eventID

int eventID
The type of the event.


Package net.java.sip.communicator.service.systray.event

Class net.java.sip.communicator.service.systray.event.SystrayPopupMessageEvent extends EventObject implements Serializable

serialVersionUID: 0L

Serialized Fields

tag

Object tag
an object to distinguish this SystrayPopupMessageEvent


Package net.java.sip.communicator.util

Class net.java.sip.communicator.util.ByteFormat extends Format implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.util.OrderedProperties extends Properties implements Serializable

serialVersionUID: 0L

Serialized Fields

linkedMap

LinkedHashMap<K,V> linkedMap
A linked hashmap to keep entry in order.

Class net.java.sip.communicator.util.SortedProperties extends Properties implements Serializable

serialVersionUID: 0L


Package net.java.sip.communicator.util.dns

Class net.java.sip.communicator.util.dns.DnssecException extends Exception implements Serializable

Class net.java.sip.communicator.util.dns.DnssecRuntimeException extends RuntimeException implements Serializable

Class net.java.sip.communicator.util.dns.UnboundException extends Exception implements Serializable


Package net.java.sip.communicator.util.swing

Class net.java.sip.communicator.util.swing.AuthenticationWindow extends SIPCommDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

infoTextArea

JTextArea infoTextArea
Info text area.


uinValue

JComponent uinValue
The uin component.


passwdField

JPasswordField passwdField
The password field.


loginButton

JButton loginButton
The login button.


cancelButton

JButton cancelButton
The cancel button.


rememberPassCheckBox

JCheckBox rememberPassCheckBox
The check box indicating if the password should be remembered.


server

String server
The name of the server, for which this authentication window is about.


userName

String userName
The user name.


password

char[] password
The password.


isRememberPassword

boolean isRememberPassword
Indicates if the password should be remembered.


isCanceled

boolean isCanceled
Indicates if the window has been canceled.


lock

Object lock
A lock used to synchronize data setting.


buttonClicked

boolean buttonClicked
The condition that decides whether to continue waiting for data.


windowTitle

String windowTitle
Used to override default Authentication window title.


windowText

String windowText
Used to override default window text.


usernameLabelText

String usernameLabelText
Used to override username label text.


passwordLabelText

String passwordLabelText
Used to override password label text.

Class net.java.sip.communicator.util.swing.EmphasizedLabel extends JLabel implements Serializable

Serialized Fields

fUseEmphasisColor

boolean fUseEmphasisColor

Class net.java.sip.communicator.util.swing.ExtendedTransferHandler extends TransferHandler implements Serializable

Class net.java.sip.communicator.util.swing.FileDragLabel extends JLabel implements Serializable

Serialized Fields

dragSource

DragSource dragSource

file

File file

Class net.java.sip.communicator.util.swing.FramedImage extends JComponent implements Serializable

Serialized Fields

frameImage

Image frameImage
The frame image.


icon

ImageIcon icon
The icon image.


width

int width
The default width of the image.


height

int height
The default height of the image.

Class net.java.sip.communicator.util.swing.FramedImageWithMenu extends FramedImage implements Serializable

Serialized Fields

popupMenu

JPopupMenu popupMenu
The dialog containing the menu with actions.


mainFrame

JFrame mainFrame
The parent frame.


drawOverlay

boolean drawOverlay
Should we currently draw overlay.


isDefaultImage

boolean isDefaultImage
Are we showing custom image or the default one.


currentImage

Image currentImage
The current image.

Class net.java.sip.communicator.util.swing.ImageCanvas extends TransparentPanel implements Serializable

Serialized Fields

icon

ImageIcon icon

Class net.java.sip.communicator.util.swing.MasterPasswordInputDialog extends SIPCommDialog implements Serializable

Serialized Fields

resources

ResourceManagementService resources
The ResourceManagementService used by this instance to access the localized and internationalized resources of the application.


password

String password
Password obtained from the user.


currentPasswdField

JPasswordField currentPasswdField
UI components.


okButton

JButton okButton

cancelButton

JButton cancelButton

infoTextArea

JTextArea infoTextArea

errorTextArea

JTextArea errorTextArea

buttonsPanel

JPanel buttonsPanel

dataPanel

JPanel dataPanel

Class net.java.sip.communicator.util.swing.PopupNotificationPanel extends SIPCommFrame.MainContentPane implements Serializable

Serialized Fields

logger

Logger logger
Logger for this class.


tag

Object tag
An object to distinguish this PopupNotificationPanel


notifClose

SIPCommButton notifClose
Close button.


notifTitle

JLabel notifTitle
Notification title.

Class net.java.sip.communicator.util.swing.SIPCommButton extends JButton implements Serializable

Serialized Fields

bgImage

Image bgImage

pressedImage

Image pressedImage

rolloverImage

Image rolloverImage

rolloverIconImage

Image rolloverIconImage

pressedIconImage

Image pressedIconImage

iconImage

Image iconImage

Class net.java.sip.communicator.util.swing.SIPCommCheckBox extends JCheckBox implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.util.swing.SIPCommDialog extends JDialog implements Serializable

Serialized Fields

amap

ActionMap amap
The action map of this dialog.


imap

InputMap imap
The input map of this dialog.


isSaveSizeAndLocation

boolean isSaveSizeAndLocation
Indicates if the size and location of this dialog are stored after closing.

Class net.java.sip.communicator.util.swing.SipCommFileChooserImpl extends JFileChooser implements Serializable

Serialized Fields

parent

Component parent
Parent component of this dialog (JFrame, Frame, etc)

Class net.java.sip.communicator.util.swing.SipCommFileDialogImpl extends FileDialog implements Serializable

serialVersionUID: 0L

Serialized Fields

selectionMode

int selectionMode
The selection mode, the default is files only, can be changed to DIRECTORIES_ONLY.

Class net.java.sip.communicator.util.swing.SIPCommFrame extends JFrame implements Serializable

Serialized Fields

amap

ActionMap amap
The action map of this dialog.


imap

InputMap imap
The input map of this dialog.


bindings

KeybindingSet bindings
The key bindings set.


isSaveSizeAndLocation

boolean isSaveSizeAndLocation
Indicates if the size and location of this dialog are stored after closing. By default we store window size and location.

Class net.java.sip.communicator.util.swing.SIPCommFrame.MainContentPane extends JPanel implements Serializable

Serialized Fields

isColorBgEnabled

boolean isColorBgEnabled

isImageBgEnabled

boolean isImageBgEnabled

bgStartColor

Color bgStartColor

bgEndColor

Color bgEndColor

bgImage

BufferedImage bgImage

texture

TexturePaint texture

Class net.java.sip.communicator.util.swing.SIPCommHTMLEditorKit extends HTMLEditorKit implements Serializable

Serialized Fields

container

JComponent container

Class net.java.sip.communicator.util.swing.SIPCommLinkButton extends JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

linkBehavior

int linkBehavior

linkColor

Color linkColor

colorPressed

Color colorPressed

visitedLinkColor

Color visitedLinkColor

disabledLinkColor

Color disabledLinkColor

buttonURL

URL buttonURL

isLinkVisited

boolean isLinkVisited

Class net.java.sip.communicator.util.swing.SIPCommMenu extends JMenu implements Serializable

serialVersionUID: 1L

Serialized Fields

selectedObject

Object selectedObject

Class net.java.sip.communicator.util.swing.SIPCommMenuBar extends JMenuBar implements Serializable

Class net.java.sip.communicator.util.swing.SIPCommPopupMenu extends JPopupMenu implements Serializable

Class net.java.sip.communicator.util.swing.SIPCommRadioButton extends JRadioButton implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.util.swing.SIPCommTabbedPane extends JTabbedPane implements Serializable

Serialized Fields

overTabIndex

int overTabIndex

lastSelectedIndex

int lastSelectedIndex

Class net.java.sip.communicator.util.swing.SIPCommTextButton extends JButton implements Serializable

Serialized Fields

borderColor

float[] borderColor

bgImage

Image bgImage

Class net.java.sip.communicator.util.swing.SIPCommTextField extends JTextField implements Serializable

Serialized Fields

defaultText

String defaultText
The default text.


changeListeners

Collection<E> changeListeners
A list of all listeners registered for text field change events.


isDefaultTextVisible

boolean isDefaultTextVisible
Indicates if the default text is currently visible.


foregroundColor

Color foregroundColor
The color of the foreground.


defaultTextColor

Color defaultTextColor
The foreground color of the default text.

Class net.java.sip.communicator.util.swing.SIPCommToggleButton extends JToggleButton implements Serializable

Serialized Fields

bgImage

Image bgImage
The background image shown in normal button state.


bgRolloverImage

Image bgRolloverImage
The background image shown in rollover button state.


iconImage

Image iconImage
The icon image shown in normal (non-pressed) button state.


pressedImage

Image pressedImage
The background image shown in pressed button state.


pressedIconImage

Image pressedIconImage
The icon image shown in pressed button state.

Class net.java.sip.communicator.util.swing.StyledHTMLEditorPane extends JEditorPane implements Serializable

serialVersionUID: 1L

Serialized Fields

logger

Logger logger
The logger for this class.


editorKit

HTMLEditorKit editorKit
The editor kit of this editor pane.


document

HTMLDocument document
The document of this editor pane.

Class net.java.sip.communicator.util.swing.TransparentPanel extends JPanel implements Serializable

serialVersionUID: 0L

Class net.java.sip.communicator.util.swing.TrimTextField extends JTextField implements Serializable

Class net.java.sip.communicator.util.swing.UIAction extends AbstractAction implements Serializable

Class net.java.sip.communicator.util.swing.VideoContainer extends TransparentPanel implements Serializable

Serialized Fields

canvas

Component canvas
The Component which is the canvas, if any, in which the other Components contained in this VideoContainer are painted.


noVideoComponent

Component noVideoComponent
The Component to be displayed by this VideoContainer at VideoLayout.CENTER_REMOTE when no other Component has been added to it to be displayed there. For example, the avatar of the remote peer may be displayed in place of the remote video when the remote video is not available.

Class net.java.sip.communicator.util.swing.X509CertificatePanel extends TransparentPanel implements Serializable

serialVersionUID: -8368302061995971947L


Package net.java.sip.communicator.util.swing.border

Class net.java.sip.communicator.util.swing.border.ExtendedEtchedBorder extends EtchedBorder implements Serializable

Serialized Fields

top

int top
Thickness of the top line.


left

int left
Thickness of the left line.


bottom

int bottom
Thickness of the bottom line.


right

int right
Thickness of the right line.


Package net.java.sip.communicator.util.swing.plaf

Class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneEnhancedUI.ScrollableTabButton extends SIPCommTabbedPaneUI.ScrollableTabButton implements Serializable

Class net.java.sip.communicator.util.swing.plaf.SIPCommTabbedPaneUI.ScrollableTabButton extends BasicArrowButton implements Serializable

serialVersionUID: 0L


Package net.java.sip.communicator.util.swing.transparent

Class net.java.sip.communicator.util.swing.transparent.TransparentFrame extends JFrame implements Serializable


Package net.java.sip.communicator.util.xml

Class net.java.sip.communicator.util.xml.XMLException extends Exception implements Serializable

serialVersionUID: 0L


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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