NASA World Wind

gov.nasa.worldwind.applications.gio.catalogui
Class GetInfoCellRenderer

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.catalogui.IconButtonCellRenderer
      extended by gov.nasa.worldwind.applications.gio.catalogui.GetInfoCellRenderer
All Implemented Interfaces:
TableCellRenderer

public class GetInfoCellRenderer
extends IconButtonCellRenderer


Constructor Summary
GetInfoCellRenderer()
           
 
Method Summary
 String getIconPath()
           
 Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
           
 void setIconPath(String iconPath)
           
protected  void updateButton(JButton button)
           
protected  void updateCursor(Component c)
           
protected  void updateIcon(IconComponent ic)
           
protected  void updateToolTip(Component c, Object value)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.catalogui.IconButtonCellRenderer
getCellRenderer, getIconComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetInfoCellRenderer

public GetInfoCellRenderer()
Method Detail

getIconPath

public String getIconPath()

getTableCellRendererComponent

public Component getTableCellRendererComponent(JTable table,
                                               Object value,
                                               boolean isSelected,
                                               boolean hasFocus,
                                               int row,
                                               int column)
Specified by:
getTableCellRendererComponent in interface TableCellRenderer
Overrides:
getTableCellRendererComponent in class IconButtonCellRenderer

setIconPath

public void setIconPath(String iconPath)

updateButton

protected void updateButton(JButton button)

updateCursor

protected void updateCursor(Component c)

updateIcon

protected void updateIcon(IconComponent ic)

updateToolTip

protected void updateToolTip(Component c,
                             Object value)

NASA World Wind