|
NASA World Wind | ||||||||
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.JLabel
javax.swing.tree.DefaultTreeCellRenderer
gov.nasa.worldwind.applications.gio.catalogui.ResultTreeCellRenderer
public class ResultTreeCellRenderer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JLabel |
---|
JLabel.AccessibleJLabel |
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.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class javax.swing.tree.DefaultTreeCellRenderer |
---|
backgroundNonSelectionColor, backgroundSelectionColor, borderSelectionColor, closedIcon, hasFocus, leafIcon, openIcon, selected, textNonSelectionColor, textSelectionColor |
Fields inherited from class javax.swing.JLabel |
---|
labelFor |
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 | |
---|---|
ResultTreeCellRenderer(TreeTable treeTable)
|
Method Summary | |
---|---|
String |
getServiceErrorIconPath()
|
String |
getServiceGenericIconPath()
|
String |
getServiceWCSIconPath()
|
String |
getServiceWFSIconPath()
|
String |
getServiceWMSIconPath()
|
Component |
getTreeCellRendererComponent(JTree tree,
Object value,
boolean selected,
boolean expanded,
boolean leaf,
int row,
boolean hasFocus)
|
String |
getWaitingIconPath()
|
void |
setServiceErrorIconPath(String serviceErrorIconPath)
|
void |
setServiceGenericIconPath(String serviceGenericIconPath)
|
void |
setServiceWCSIconPath(String serviceWCSIconPath)
|
void |
setServiceWFSIconPath(String serviceWFSIconPath)
|
void |
setServiceWMSIconPath(String serviceWMSIconPath)
|
void |
setWaitingIconPath(String waitingIconPath)
|
protected void |
updateIcon(Component c,
Object value)
|
protected void |
updateToolTip(Component c,
Object value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResultTreeCellRenderer(TreeTable treeTable)
Method Detail |
---|
public String getServiceErrorIconPath()
public String getServiceGenericIconPath()
public String getServiceWCSIconPath()
public String getServiceWFSIconPath()
public String getServiceWMSIconPath()
public Component getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)
getTreeCellRendererComponent
in interface TreeCellRenderer
getTreeCellRendererComponent
in class DefaultTreeCellRenderer
public String getWaitingIconPath()
public void setServiceErrorIconPath(String serviceErrorIconPath)
public void setServiceGenericIconPath(String serviceGenericIconPath)
public void setServiceWCSIconPath(String serviceWCSIconPath)
public void setServiceWFSIconPath(String serviceWFSIconPath)
public void setServiceWMSIconPath(String serviceWMSIconPath)
public void setWaitingIconPath(String waitingIconPath)
protected void updateIcon(Component c, Object value)
protected void updateToolTip(Component c, Object value)
|
NASA World Wind | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |