NASA World Wind

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

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.catalogui.IconButtonCellRenderer
All Implemented Interfaces:
TableCellRenderer
Direct Known Subclasses:
GetInfoCellRenderer, ViewDataCellRenderer

public class IconButtonCellRenderer
extends Object
implements TableCellRenderer


Constructor Summary
IconButtonCellRenderer()
           
 
Method Summary
 ButtonCellRenderer getCellRenderer()
           
 IconComponent getIconComponent()
           
 Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconButtonCellRenderer

public IconButtonCellRenderer()
Method Detail

getCellRenderer

public ButtonCellRenderer getCellRenderer()

getIconComponent

public IconComponent getIconComponent()

getTableCellRendererComponent

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

NASA World Wind