|
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.JTree
net.java.sip.communicator.impl.gui.main.contactlist.DefaultTreeContactList
public class DefaultTreeContactList
DeafultContactlist used to display JLists with contacts.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JTree |
|---|
JTree.AccessibleJTree, JTree.DropLocation, JTree.DynamicUtilTreeNode, JTree.EmptySelectionModel, JTree.TreeModelHandler, JTree.TreeSelectionRedirector |
| 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 | |
|---|---|
DefaultTreeContactList()
Creates an instance of DefaultContactList. |
|
| Method Summary | |
|---|---|
JToolTip |
createToolTip()
Creates a customized tooltip for this contact list. |
Object |
getSelectedValue()
Returns the currently selected object in the contact list. |
String |
getToolTipText(MouseEvent event)
Gets the String to be used as the tool tip text for the mouse location given by a specific MouseEvent. |
String |
getUIClassID()
Returns the name of the L&F class that renders this component. |
boolean |
isContactActive(MetaContact metaContact)
Checks if the given contact is currently active. |
boolean |
isContactActive(UIContact contact)
Checks if the given contact is currently active. |
void |
loadSkin()
Reloads renderer resources for this tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTreeContactList()
| Method Detail |
|---|
public Object getSelectedValue()
public boolean isContactActive(UIContact contact)
contact - the MetaContact to verify
public boolean isContactActive(MetaContact metaContact)
metaContact - the MetaContact to verify
public JToolTip createToolTip()
createToolTip in class JComponentpublic String getToolTipText(MouseEvent event)
getToolTipText in class JTreeevent - the MouseEvent which gives the mouse location to
get the tool tip text for
public void loadSkin()
loadSkin in interface Skinnablepublic String getUIClassID()
getUIClassID in class JTreeJComponent.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 | |||||||||