graphlab.ui.components.GPropertyEditor.editors
Class GStringEditor
java.lang.Object
graphlab.ui.components.GPropertyEditor.editors.GStringEditor
- All Implemented Interfaces:
- GBasicCellEditor, java.awt.event.ActionListener, java.util.EventListener
- Direct Known Subclasses:
- GDimensionEditor
public class GStringEditor
- extends java.lang.Object
- implements GBasicCellEditor, java.awt.event.ActionListener
- Author:
- azin azadi
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GStringEditor
public GStringEditor()
setEditingFinishedListener
public void setEditingFinishedListener(EditingFinishedListener listener)
- Specified by:
setEditingFinishedListener in interface GBasicCellEditor
getEditorComponent
public java.awt.Component getEditorComponent(java.lang.Object value)
- Specified by:
getEditorComponent in interface GBasicCellEditor
cancelEditing
public void cancelEditing()
- Specified by:
cancelEditing in interface GBasicCellEditor
getEditorValue
public java.lang.Object getEditorValue()
- Specified by:
getEditorValue in interface GBasicCellEditor
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener