gov.nasa.worldwind.applications.gio.catalogui
Class ViewDataCellEditor
java.lang.Object
gov.nasa.worldwind.applications.gio.catalogui.IconButtonCellEditor
gov.nasa.worldwind.applications.gio.catalogui.ViewDataCellEditor
- All Implemented Interfaces:
- CellEditor, TableCellEditor
public class ViewDataCellEditor
- extends IconButtonCellEditor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewDataCellEditor
public ViewDataCellEditor()
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)