NASA World Wind

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

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.catalogui.IconButtonCellEditor
      extended by gov.nasa.worldwind.applications.gio.catalogui.GetInfoCellEditor
All Implemented Interfaces:
CellEditor, TableCellEditor

public class GetInfoCellEditor
extends IconButtonCellEditor


Constructor Summary
GetInfoCellEditor()
           
 
Method Summary
 String getIconPath()
           
 Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
           
 void setIconPath(String iconPath)
           
protected  void updateButton(JButton button)
           
protected  void updateCursor(Component c)
           
protected  void updateIcon(IconComponent ic)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.catalogui.IconButtonCellEditor
addCellEditorListener, cancelCellEditing, getCellEditor, getCellEditorValue, getIconComponent, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetInfoCellEditor

public GetInfoCellEditor()
Method Detail

getIconPath

public String getIconPath()

getTableCellEditorComponent

public Component getTableCellEditorComponent(JTable table,
                                             Object value,
                                             boolean isSelected,
                                             int row,
                                             int column)
Specified by:
getTableCellEditorComponent in interface TableCellEditor
Overrides:
getTableCellEditorComponent in class IconButtonCellEditor

setIconPath

public void setIconPath(String iconPath)

updateButton

protected void updateButton(JButton button)

updateCursor

protected void updateCursor(Component c)

updateIcon

protected void updateIcon(IconComponent ic)

NASA World Wind