|
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.impl.gui.main.contactlist.UnknownContactPanel
public class UnknownContactPanel
The UnknownContactPanel replaces the contact list, when a SearchFilter founds no matches. It is meant to propose the user some alternatives if she's looking for a contact, which is not contained in the contact list.
| 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 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 | |
|---|---|
UnknownContactPanel()
An empty constructor allowing to extend this class. |
|
UnknownContactPanel(MainFrame window)
Creates the UnknownContactPanel by specifying the parent window. |
|
| Method Summary | |
|---|---|
void |
addUnknownContact()
Clicks the add contact button in order to add the unknown contact to the contact list. |
void |
loadSkin()
Reloads button resources. |
void |
setVisible(boolean isVisible)
Updates the call button appearance and shows/hides this panel. |
void |
startCall()
Clicks the call contact button in order to call the unknown contact. |
void |
textInserted()
Invoked when any text is inserted in the search field. |
void |
textRemoved()
Invoked when any text is removed from the search field. |
| 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 UnknownContactPanel()
public UnknownContactPanel(MainFrame window)
window - the parent window| Method Detail |
|---|
public void startCall()
public void addUnknownContact()
public void textInserted()
textInserted in interface TextFieldChangeListenerpublic void textRemoved()
textRemoved in interface TextFieldChangeListenerpublic void loadSkin()
loadSkin in interface Skinnablepublic void setVisible(boolean isVisible)
setVisible in class JComponentisVisible - indicates if this panel should be shown or hidden
|
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 | |||||||||