NASA World Wind

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

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

public class ViewDataCellEditor
extends IconButtonCellEditor


Constructor Summary
ViewDataCellEditor()
           
 
Method Summary
 String getLayerErrorIconPath()
           
 String getLayerInstalledIconPath()
           
 String getLayerReadyIconPath()
           
 String getLinkIconPath()
           
 Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
           
 void setLayerErrorIconPath(String layerErrorIconPath)
           
 void setLayerInstalledIconPath(String path)
           
 void setLayerReadyIconPath(String path)
           
 void setLinkIconPath(String path)
           
protected  void updateButton(JButton button)
           
protected  void updateCursor(Component c)
           
protected  void updateIcon(IconComponent ic, Object value)
           
 
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

ViewDataCellEditor

public ViewDataCellEditor()
Method Detail

getLayerErrorIconPath

public String getLayerErrorIconPath()

getLayerInstalledIconPath

public String getLayerInstalledIconPath()

getLayerReadyIconPath

public String getLayerReadyIconPath()

getLinkIconPath

public String getLinkIconPath()

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

setLayerErrorIconPath

public void setLayerErrorIconPath(String layerErrorIconPath)

setLayerInstalledIconPath

public void setLayerInstalledIconPath(String path)

setLayerReadyIconPath

public void setLayerReadyIconPath(String path)

setLinkIconPath

public void setLinkIconPath(String path)

updateButton

protected void updateButton(JButton button)

updateCursor

protected void updateCursor(Component c)

updateIcon

protected void updateIcon(IconComponent ic,
                          Object value)

NASA World Wind