|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractCellEditor
com.rapidminer.gui.properties.FileValueCellEditor
com.rapidminer.gui.properties.AttributeFileCellEditor
public class AttributeFileCellEditor
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.
| 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 |
|---|
public AttributeFileCellEditor(ParameterTypeAttributeFile type)
| Method Detail |
|---|
public void setOperator(Operator exampleSource)
PropertyValueCellEditor
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||