|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.AbstractCellEditor
edu.udo.cs.yale.gui.properties.FileValueCellEditor
edu.udo.cs.yale.gui.properties.SimpleFileValueCellEditor
public class SimpleFileValueCellEditor
A simple file cell editor for generic files. These can be used for all parameter types which are not special.
AttributeFileCellEditor,
Serialized Form| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Fields inherited from class javax.swing.AbstractCellEditor |
|---|
changeEvent, listenerList |
| Constructor Summary | |
|---|---|
SimpleFileValueCellEditor(ParameterTypeFile type)
|
|
| Method Summary |
|---|
| 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 |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public SimpleFileValueCellEditor(ParameterTypeFile type)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||