edu.udo.cs.yale.gui.properties
Class AttributeFileCellEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by edu.udo.cs.yale.gui.properties.FileValueCellEditor
          extended by 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

Field Summary
private  Operator exampleSource
           
private static long serialVersionUID
           
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
AttributeFileCellEditor(ParameterTypeAttributeFile type, Operator exampleSource)
           
 
Method Summary
private  void buttonPressed()
           
 
Methods inherited from class edu.udo.cs.yale.gui.properties.FileValueCellEditor
addButton, createFileChooserButton, getCellEditorValue, getTableCellEditorComponent, getTableCellRendererComponent, setText, useEditorAsRenderer
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

exampleSource

private Operator exampleSource
Constructor Detail

AttributeFileCellEditor

public AttributeFileCellEditor(ParameterTypeAttributeFile type,
                               Operator exampleSource)
Method Detail

buttonPressed

private void buttonPressed()


Copyright © 2001-2006