NASA World Wind

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

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

public class IconButtonCellEditor
extends Object
implements TableCellEditor


Constructor Summary
IconButtonCellEditor()
           
 
Method Summary
 void addCellEditorListener(CellEditorListener l)
           
 void cancelCellEditing()
           
 ButtonCellEditor getCellEditor()
           
 Object getCellEditorValue()
           
 IconComponent getIconComponent()
           
 Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
           
 boolean isCellEditable(EventObject anEvent)
           
 void removeCellEditorListener(CellEditorListener l)
           
 boolean shouldSelectCell(EventObject anEvent)
           
 boolean stopCellEditing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconButtonCellEditor

public IconButtonCellEditor()
Method Detail

addCellEditorListener

public void addCellEditorListener(CellEditorListener l)
Specified by:
addCellEditorListener in interface CellEditor

cancelCellEditing

public void cancelCellEditing()
Specified by:
cancelCellEditing in interface CellEditor

getCellEditor

public ButtonCellEditor getCellEditor()

getCellEditorValue

public Object getCellEditorValue()
Specified by:
getCellEditorValue in interface CellEditor

getIconComponent

public IconComponent getIconComponent()

getTableCellEditorComponent

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

isCellEditable

public boolean isCellEditable(EventObject anEvent)
Specified by:
isCellEditable in interface CellEditor

removeCellEditorListener

public void removeCellEditorListener(CellEditorListener l)
Specified by:
removeCellEditorListener in interface CellEditor

shouldSelectCell

public boolean shouldSelectCell(EventObject anEvent)
Specified by:
shouldSelectCell in interface CellEditor

stopCellEditing

public boolean stopCellEditing()
Specified by:
stopCellEditing in interface CellEditor

NASA World Wind