|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
net.java.sip.communicator.util.swing.TransparentPanel
net.java.sip.communicator.util.swing.FadeInBalloonPanel
net.java.sip.communicator.impl.gui.main.call.SecurityPanel<ZrtpControl>
net.java.sip.communicator.impl.gui.main.call.ZrtpSecurityPanel
public class ZrtpSecurityPanel
The panel containing details about ZRTP call security.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class net.java.sip.communicator.impl.gui.main.call.SecurityPanel |
|---|
securityControl |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
ZrtpSecurityPanel(CallPeerRenderer peerRenderer,
CallPeer callPeer,
ZrtpControl zrtpControl)
Creates an instance of SecurityPanel by specifying the corresponding peer. |
|
| Method Summary | |
|---|---|
boolean |
isZidAorMismatch()
|
void |
loadSkin()
Reloads icons and components. |
void |
propertyChange(PropertyChangeEvent event)
|
void |
securityOff(CallPeerSecurityOffEvent evt)
Indicates that the security has gone off. |
void |
securityOn(CallPeerSecurityOnEvent evt)
Refreshes the state of the SAS and the SAS verified padlock. |
void |
securityTimeout(CallPeerSecurityTimeoutEvent evt)
Indicates that the security is timeouted, is not supported by the other end. |
void |
setSecurityStatusLabel(SecurityStatusLabel ssl)
|
void |
videoAdded(VideoEvent event)
Notifies that a visual Component representing video has been added to the provider this listener has been added to. |
void |
videoRemoved(VideoEvent event)
Notifies that a visual Component representing video has been removed from the provider this listener has been added to. |
void |
videoUpdate(VideoEvent event)
Notifies about an update to a visual Component representing video. |
| Methods inherited from class net.java.sip.communicator.impl.gui.main.call.SecurityPanel |
|---|
create, getSecurityControl, setSecurityControl |
| Methods inherited from class net.java.sip.communicator.util.swing.FadeInBalloonPanel |
|---|
paintComponent, setBeginPoint, setVisible |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ZrtpSecurityPanel(CallPeerRenderer peerRenderer,
CallPeer callPeer,
ZrtpControl zrtpControl)
peerRenderer - the parent renderercallPeer - the peer, which security this panel is aboutzrtpControl - the ZRTP security controller that provides information
for this panel and receives the user input| Method Detail |
|---|
public void securityOn(CallPeerSecurityOnEvent evt)
securityOn in class SecurityPanel<ZrtpControl>evt - the security event of which we're notifiedpublic void securityOff(CallPeerSecurityOffEvent evt)
securityOff in class SecurityPanel<ZrtpControl>evt - details about the event that caused this message.public void securityTimeout(CallPeerSecurityTimeoutEvent evt)
SecurityPanel
securityTimeout in class SecurityPanel<ZrtpControl>evt - Details about the event that caused this message.public void loadSkin()
loadSkin in interface Skinnablepublic void propertyChange(PropertyChangeEvent event)
propertyChange in interface PropertyChangeListenerpublic void videoAdded(VideoEvent event)
videoAdded in interface VideoListenerevent - a VideoEvent describing the added visual
Component representing video and the provider it was added intopublic void videoRemoved(VideoEvent event)
videoRemoved in interface VideoListenerevent - a VideoEvent describing the removed visual
Component representing video and the provider it was removed
frompublic void videoUpdate(VideoEvent event)
videoUpdate in interface VideoListenerevent - a VideoEvent describing the visual
Component related to the update and the details of the specific
updatepublic void setSecurityStatusLabel(SecurityStatusLabel ssl)
public boolean isZidAorMismatch()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||