|
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.text.JTextComponent
javax.swing.JTextField
net.java.sip.communicator.util.swing.SIPCommTextField
net.java.sip.communicator.impl.gui.main.contactlist.SearchField
public class SearchField
The field shown on the top of the main window, which allows the user to search for users.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JTextField |
|---|
JTextField.AccessibleJTextField |
| Nested classes/interfaces inherited from class javax.swing.text.JTextComponent |
|---|
JTextComponent.AccessibleJTextComponent, JTextComponent.DropLocation, JTextComponent.KeyBinding |
| 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.JTextField |
|---|
notifyAction |
| Fields inherited from class javax.swing.text.JTextComponent |
|---|
DEFAULT_KEYMAP, FOCUS_ACCELERATOR_KEY |
| 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 javax.swing.SwingConstants |
|---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
SearchField(MainFrame frame)
Creates the SearchField. |
|
| Method Summary | |
|---|---|
void |
changedUpdate(DocumentEvent e)
Do not need this for the moment. |
void |
enableUnknownContactView(boolean isEnabled)
Sets the unknown contact view to the main contact list window. |
void |
filterQueryFailed(FilterQuery query)
Indicates that the given query has finished with failure, i.e. |
void |
filterQuerySucceeded(FilterQuery query)
Indicates that the given query has finished with success, i.e. |
String |
getUIClassID()
Returns the name of the L&F class that renders this component. |
void |
loadSkin()
Reloads text field UI defs. |
void |
textInserted()
Handles the change when a char has been inserted in the field. |
void |
textRemoved()
Handles the change when a char has been removed from the field. |
| Methods inherited from class net.java.sip.communicator.util.swing.SIPCommTextField |
|---|
addTextChangeListener, focusGained, focusLost, getText, insertUpdate, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, removeTextChangeListener, removeUpdate, setDefaultTextColor, setForegroundColor, setText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchField(MainFrame frame)
frame - the main application window| Method Detail |
|---|
public void textInserted()
textInserted in interface TextFieldChangeListenerpublic void textRemoved()
textRemoved in interface TextFieldChangeListenerpublic void changedUpdate(DocumentEvent e)
changedUpdate in interface DocumentListenerchangedUpdate in class SIPCommTextFielde - the DocumentEvent that notified uspublic void enableUnknownContactView(boolean isEnabled)
isEnabled - indicates if the unknown contact view should be enabled
or disabled.public void filterQueryFailed(FilterQuery query)
filterQueryFailed in interface FilterQueryListenerquery - the FilterQuery, where this listener is registeredpublic void filterQuerySucceeded(FilterQuery query)
filterQuerySucceeded in interface FilterQueryListenerquery - the FilterQuery, where this listener is registeredpublic void loadSkin()
loadSkin in interface Skinnablepublic String getUIClassID()
getUIClassID in class JTextFieldJComponent.getUIClassID(),
UIDefaults.getUI(javax.swing.JComponent)
|
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 | |||||||||