|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.JLabel javax.swing.tree.DefaultTreeCellRenderer
public class DefaultTreeCellRenderer
显示树中的条目。DefaultTreeCellRenderer
是透明的,除非为 paint 创建子类,否则不要更改它。有关使用此类自定义节点显示的示例,请参阅 The Java Tutorial 中的 How to Use Trees 一节。
实现注意事项:此类重写 invalidate
、validate
、revalidate
、repaint
和 firePropertyChange
只是为了提高性能。如果不重写这些方法,这些经常调用的方法将执行那些对于默认树单元格渲染器来说不必要的代码路径。如果编写自己的渲染器,则要小心权衡重写这些方法的利弊。
警告:此类的已序列化对象与以后的 Swing 版本不兼容。当前的序列化支持适用于短期存储或运行相同 Swing 版本的应用程序之间的 RMI。从 1.4 版本开始,已在 java.beans
包中添加了支持所有 JavaBeansTM 长期存储的功能。请参见 XMLEncoder
。
嵌套类摘要 |
---|
从类 javax.swing.JLabel 继承的嵌套类/接口 |
---|
JLabel.AccessibleJLabel |
从类 javax.swing.JComponent 继承的嵌套类/接口 |
---|
JComponent.AccessibleJComponent |
从类 java.awt.Container 继承的嵌套类/接口 |
---|
Container.AccessibleAWTContainer |
从类 java.awt.Component 继承的嵌套类/接口 |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
字段摘要 | |
---|---|
protected Color |
backgroundNonSelectionColor 不选定节点时用于背景的颜色。 |
protected Color |
backgroundSelectionColor 选定节点时用于背景的颜色。 |
protected Color |
borderSelectionColor 节点具有焦点时,用于焦点指示符的颜色。 |
protected Icon |
closedIcon 用于显示无扩展的非叶节点的图标。 |
protected boolean |
hasFocus 如果有焦点,则为 true。 |
protected Icon |
leafIcon 用于显示叶节点的图标。 |
protected Icon |
openIcon 用于显示扩展的非叶节点的图标。 |
protected boolean |
selected 当前是否选择该值。 |
protected Color |
textNonSelectionColor 用于非选定节点的前景颜色。 |
protected Color |
textSelectionColor 用于选定节点的前景颜色。 |
从类 javax.swing.JLabel 继承的字段 |
---|
labelFor |
从类 javax.swing.JComponent 继承的字段 |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
从类 java.awt.Component 继承的字段 |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
从接口 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 |
从接口 java.awt.image.ImageObserver 继承的字段 |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
构造方法摘要 | |
---|---|
DefaultTreeCellRenderer() 返回 DefaultTreeCellRenderer 的新实例。 |
方法摘要 | |
---|---|
void |
firePropertyChange(String propertyName, boolean oldValue, boolean newValue) 因为性能原因而被重写。 |
void |
firePropertyChange(String propertyName, byte oldValue, byte newValue) 因为性能原因而被重写。 |
void |
firePropertyChange(String propertyName, char oldValue, char newValue) 因为性能原因而被重写。 |
void |
firePropertyChange(String propertyName, double oldValue, double newValue) 因为性能原因而被重写。 |
void |
firePropertyChange(String propertyName, float oldValue, float newValue) 因为性能原因而被重写。 |
void |
firePropertyChange(String propertyName, int oldValue, int newValue) 因为性能原因而被重写。 |
void |
firePropertyChange(String propertyName, long oldValue, long newValue) 因为性能原因而被重写。 |
protected void |
firePropertyChange(String propertyName, Object oldValue, Object newValue) 因为性能原因而被重写。 |
void |
firePropertyChange(String propertyName, short oldValue, short newValue) 因为性能原因而被重写。 |
Color |
getBackgroundNonSelectionColor() 返回用于非选定节点的背景色。 |
Color |
getBackgroundSelectionColor() 返回在选定节点的情况下背景所使用的颜色。 |
Color |
getBorderSelectionColor() 返回绘制边框时所使用的颜色。 |
Icon |
getClosedIcon() 返回用于表示没有扩展的非叶节点的图标。 |
Icon |
getDefaultClosedIcon() 返回默认图标,对于当前的 laf,它用于表示没有扩展的非叶节点。 |
Icon |
getDefaultLeafIcon() 返回默认图标,对于当前的 laf,它用于表示叶节点。 |
Icon |
getDefaultOpenIcon() 返回默认图标,对于当前的 laf,它用于表示扩展的非叶节点。 |
Font |
getFont() 获取此组件的字体。 |
Icon |
getLeafIcon() 返回用于表示叶节点的图标。 |
Icon |
getOpenIcon() 返回用于表示扩展的非叶节点的图标。 |
Dimension |
getPreferredSize() 重写 JComponent.getPreferredSize ,以返回稍宽的首选大小值。 |
Color |
getTextNonSelectionColor() 返回未选定节点时绘制文本所使用的颜色。 |
Color |
getTextSelectionColor() 返回选定节点时绘制文本所使用的颜色。 |
Component |
getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus) 配置基于传入组件的渲染器。 |
void |
invalidate() 因为性能原因而被重写。 |
void |
paint(Graphics g) 绘制值。 |
void |
repaint() 因为性能原因而被重写。 |
void |
repaint(long tm, int x, int y, int width, int height) 因为性能原因而被重写。 |
void |
repaint(Rectangle r) 因为性能原因而被重写。 |
void |
revalidate() 因为性能原因而被重写。 |
void |
setBackground(Color color) 创建子类,以便将 ColorUIResource 映射为 null。 |
void |
setBackgroundNonSelectionColor(Color newColor) 设置用于非选定节点的背景色。 |
void |
setBackgroundSelectionColor(Color newColor) 设置在选定节点的情况下背景所使用的颜色。 |
void |
setBorderSelectionColor(Color newColor) 设置用于边框的颜色。 |
void |
setClosedIcon(Icon newIcon) 设置用于表示没有扩展的非叶节点的图标。 |
void |
setFont(Font font) 创建子类,以便将 FontUIResource 映射为 null。 |
void |
setLeafIcon(Icon newIcon) 设置用于表示叶节点的图标。 |
void |
setOpenIcon(Icon newIcon) 设置用于表示扩展的非叶节点的图标。 |
void |
setTextNonSelectionColor(Color newColor) 设置选定节点时绘制文本所使用的颜色。 |
void |
setTextSelectionColor(Color newColor) 设置选定节点时绘制文本所使用的颜色。 |
void |
validate() 因为性能原因而被重写。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
字段详细信息 |
---|
protected boolean selected
protected boolean hasFocus
protected transient Icon closedIcon
protected transient Icon leafIcon
protected transient Icon openIcon
protected Color textSelectionColor
protected Color textNonSelectionColor
protected Color backgroundSelectionColor
protected Color backgroundNonSelectionColor
protected Color borderSelectionColor
构造方法详细信息 |
---|
public DefaultTreeCellRenderer()
方法详细信息 |
---|
public Icon getDefaultOpenIcon()
public Icon getDefaultClosedIcon()
public Icon getDefaultLeafIcon()
public void setOpenIcon(Icon newIcon)
public Icon getOpenIcon()
public void setClosedIcon(Icon newIcon)
public Icon getClosedIcon()
public void setLeafIcon(Icon newIcon)
public Icon getLeafIcon()
public void setTextSelectionColor(Color newColor)
public Color getTextSelectionColor()
public void setTextNonSelectionColor(Color newColor)
public Color getTextNonSelectionColor()
public void setBackgroundSelectionColor(Color newColor)
public Color getBackgroundSelectionColor()
public void setBackgroundNonSelectionColor(Color newColor)
public Color getBackgroundNonSelectionColor()
public void setBorderSelectionColor(Color newColor)
public Color getBorderSelectionColor()
public void setFont(Font font)
FontUIResource
映射为 null。如果
font
为 null 或
FontUIResource
,则此操作可以使 JTree 的字体完全显示。另一方面,如果
font
为非 null,并且不是
FontUIResource
,则该字体变成
font
。
JComponent
中的
setFont
font
- 此组件所需的
Font
Component.getFont()
public Font getFont()
MenuContainer
中的
getFont
Component
中的
getFont
Component.setFont(java.awt.Font)
public void setBackground(Color color)
ColorUIResource
映射为 null。如果
color
为 null 或
ColorUIResource
,则此操作可以使 JTree 的背景色完全显示。另一方面,如果
color
为非 null,并且不是
ColorUIResource
,则该背景色变成
color
。
JComponent
中的
setBackground
color
- 所需的背景
Color
Component.getBackground()
,
JComponent.setOpaque(boolean)
public Component getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus)
convertValueToText
向树传递消息,从而设置该值,最终对
value
调用
toString
。基于选择设置前景色,基于
leaf
和
expanded
参数设置图标。
TreeCellRenderer
中的
getTreeCellRendererComponent
Component
public void paint(Graphics g)
JComponent
中的
paint
g
- 在其中进行绘制的
Graphics
上下文
JComponent.paintComponent(java.awt.Graphics)
,
JComponent.paintBorder(java.awt.Graphics)
,
JComponent.paintChildren(java.awt.Graphics)
,
JComponent.getComponentGraphics(java.awt.Graphics)
,
JComponent.repaint(long, int, int, int, int)
public Dimension getPreferredSize()
JComponent.getPreferredSize
,以返回稍宽的首选大小值。
JComponent
中的
getPreferredSize
preferredSize
属性的值
JComponent.setPreferredSize(java.awt.Dimension)
,
ComponentUI
public void validate()
Container
中的
validate
Container.add(java.awt.Component)
,
Component.invalidate()
,
JComponent.revalidate()
,
Container.validateTree()
public void invalidate()
Container
中的
invalidate
Container.validate()
,
Container.layout()
,
LayoutManager
,
LayoutManager2.invalidateLayout(Container)
public void revalidate()
JComponent
中的
revalidate
Component.invalidate()
,
Container.validate()
,
JComponent.isValidateRoot()
,
RepaintManager.addInvalidComponent(javax.swing.JComponent)
public void repaint(long tm, int x, int y, int width, int height)
JComponent
中的
repaint
tm
- 不使用此参数
x
- 脏区的 x 值
y
- 脏区的 y 值
width
- 脏区的宽度
height
- 脏区的高度
Component.isShowing()
,
RepaintManager.addDirtyRegion(javax.swing.JComponent, int, int, int, int)
public void repaint(Rectangle r)
JComponent
中的
repaint
r
- 包含脏区的
Rectangle
Component.isShowing()
,
RepaintManager.addDirtyRegion(javax.swing.JComponent, int, int, int, int)
public void repaint()
Component
中的
repaint
Component.update(Graphics)
protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)
Component
中的
firePropertyChange
propertyName
- 其值已改变的属性
oldValue
- 该属性以前的值
newValue
- 该属性的新值
public void firePropertyChange(String propertyName, byte oldValue, byte newValue)
Component
中的
firePropertyChange
propertyName
- 已改变的属性的编程名称
oldValue
- 该属性的旧值(byte 类型)
newValue
- 该属性的新值(byte 类型)
Component.firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)
public void firePropertyChange(String propertyName, char oldValue, char newValue)
JComponent
中的
firePropertyChange
propertyName
- 已改变的属性的编程名称
oldValue
- 该属性的旧值(char 类型)
newValue
- 该属性的新值(char 类型)
Component.firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)
public void firePropertyChange(String propertyName, short oldValue, short newValue)
Component
中的
firePropertyChange
propertyName
- 已改变的属性的编程名称
oldValue
- 该属性的旧值(short 类型)
newValue
- 该属性的新值(short 类型)
Component.firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)
public void firePropertyChange(String propertyName, int oldValue, int newValue)
JComponent
中的
firePropertyChange
propertyName
- 其值已更改的属性
oldValue
- 该属性以前的值
newValue
- 该属性的新值
public void firePropertyChange(String propertyName, long oldValue, long newValue)
Component
中的
firePropertyChange
propertyName
- 已改变的属性的编程名称
oldValue
- 该属性的旧值(long 类型)
newValue
- 该属性的新值(long 类型)
Component.firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)
public void firePropertyChange(String propertyName, float oldValue, float newValue)
Component
中的
firePropertyChange
propertyName
- 已改变的属性的编程名称
oldValue
- 该属性的旧值(float 类型)
newValue
- 该属性的新值(float 类型)
Component.firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)
public void firePropertyChange(String propertyName, double oldValue, double newValue)
Component
中的
firePropertyChange
propertyName
- 已改变的属性的编程名称
oldValue
- 该属性的旧值(double 类型)
newValue
- 该属性的新值(double 类型)
Component.firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)
public void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)
JComponent
中的
firePropertyChange
propertyName
- 其值已更改的属性
oldValue
- 该属性以前的值
newValue
- 该属性的新值
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。