com.rapidminer.gui.properties
Class AttributeFileCellEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by com.rapidminer.gui.properties.FileValueCellEditor
          extended by com.rapidminer.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.

Author:
Simon Fischer, Ingo Mierswa ingomierswa Exp $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
AttributeFileCellEditor(ParameterTypeAttributeFile type)
           
 
Method Summary
 void setOperator(Operator exampleSource)
          This method can be implemented to perform operator specific settings.
 
Methods inherited from class com.rapidminer.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
 

Constructor Detail

AttributeFileCellEditor

public AttributeFileCellEditor(ParameterTypeAttributeFile type)
Method Detail

setOperator

public void setOperator(Operator exampleSource)
Description copied from interface: PropertyValueCellEditor
This method can be implemented to perform operator specific settings.



Copyright © 2001-2009 by Rapid-I