|
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.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.TreeUI
javax.swing.plaf.basic.BasicTreeUI
net.java.sip.communicator.impl.gui.lookandfeel.SIPCommTreeUI
public class SIPCommTreeUI
SIPCommTreeUI implementation.
| Nested Class Summary |
|---|
| Field Summary |
|---|
| Fields inherited from class javax.swing.plaf.basic.BasicTreeUI |
|---|
cellEditor, collapsedIcon, createdCellEditor, createdRenderer, currentCellRenderer, depthOffset, drawingCache, editingComponent, editingPath, editingRow, editorHasDifferentSize, expandedIcon, largeModel, lastSelectedRow, leftChildIndent, nodeDimensions, preferredMinSize, preferredSize, rendererPane, rightChildIndent, stopEditingInCompleteEditing, totalChildIndent, treeModel, treeSelectionModel, treeState, validCachedPreferredSize |
| Constructor Summary | |
|---|---|
SIPCommTreeUI()
|
|
| Method Summary | |
|---|---|
protected AbstractLayoutCache |
createLayoutCache()
Creates the object responsible for managing what is expanded, as well as the size of nodes. |
static ComponentUI |
createUI(JComponent c)
Creates the UI for the given component. |
protected void |
installDefaults()
Installs the defaults of this UI. |
void |
installUI(JComponent c)
Installs this UI to the given component. |
void |
selectionChanged(TreePath oldPath,
TreePath newPath)
Refreshes row sizes corresponding to the given paths. |
protected void |
selectPathForEvent(TreePath path,
MouseEvent event)
Do not select the ShowMoreContact. |
| Methods inherited from class javax.swing.plaf.ComponentUI |
|---|
contains, getAccessibleChild, getAccessibleChildrenCount, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SIPCommTreeUI()
| Method Detail |
|---|
public static ComponentUI createUI(JComponent c)
c - the component for which we're create an UI
public void installUI(JComponent c)
installUI in class BasicTreeUIc - the component to which to install this UIprotected void installDefaults()
installDefaults in class BasicTreeUIprotected AbstractLayoutCache createLayoutCache()
createLayoutCache in class BasicTreeUI
protected void selectPathForEvent(TreePath path,
MouseEvent event)
selectPathForEvent in class BasicTreeUIpath - the TreePath to selectevent - the MouseEvent that provoked the select
public void selectionChanged(TreePath oldPath,
TreePath newPath)
oldPath - the old selection pathnewPath - the new selection path
|
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 | |||||||||