public class GPXTreeComponentFactory
extends java.lang.Object
GPXTreeComponent
s.Modifier and Type | Class and Description |
---|---|
class |
GPXTreeComponentFactory.GPXColorIcon
A square color icon for display in a
GPXTreeComponent . |
Modifier and Type | Field and Description |
---|---|
private static java.awt.Font |
BOLD |
private static boolean |
boldSelectionStyle |
private static javax.swing.ImageIcon |
invisible |
private static java.awt.Font |
PLAIN |
private static javax.swing.ImageIcon |
visible |
private static javax.swing.ImageIcon |
wptHide |
private static javax.swing.ImageIcon |
wptShow |
Constructor and Description |
---|
GPXTreeComponentFactory()
Default constructor for the factory.
|
Modifier and Type | Method and Description |
---|---|
GPXTreeComponent |
getComponent(javax.swing.JTree tree,
java.lang.Object value,
boolean selected,
boolean expanded,
boolean leaf,
int row,
boolean hasFocus)
Creates a new
GPXTreeComponent . |
private static javax.swing.ImageIcon visible
private static javax.swing.ImageIcon invisible
private static javax.swing.ImageIcon wptShow
private static javax.swing.ImageIcon wptHide
private static final java.awt.Font BOLD
private static final java.awt.Font PLAIN
private static boolean boldSelectionStyle
public GPXTreeComponentFactory()
public GPXTreeComponent getComponent(javax.swing.JTree tree, java.lang.Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)
GPXTreeComponent
.