edu.udo.cs.yale.gui.properties
Class AttributeFileCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
edu.udo.cs.yale.gui.properties.FileValueCellEditor
edu.udo.cs.yale.gui.properties.AttributeFileCellEditor
- All Implemented Interfaces:
- PropertyValueCellEditor, java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor, javax.swing.table.TableCellRenderer
public class AttributeFileCellEditor
- extends FileValueCellEditor
This is an extension of the FileValueCellEditor which also supports the opening of
an AttributeEditor. This editor should be used if an attribute description
file is desired instead of a normal file.
- Version:
- $Id: AttributeFileCellEditor.java,v 2.10 2006/03/21 15:35:40
ingomierswa Exp $
- Author:
- Simon Fischer, Ingo Mierswa
- See Also:
- Serialized Form
Fields inherited from class javax.swing.AbstractCellEditor |
changeEvent, listenerList |
Methods inherited from class javax.swing.AbstractCellEditor |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.CellEditor |
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
exampleSource
private Operator exampleSource
AttributeFileCellEditor
public AttributeFileCellEditor(ParameterTypeAttributeFile type,
Operator exampleSource)
buttonPressed
private void buttonPressed()
Copyright © 2001-2006