graphlab.ui.components.GPropertyEditor.editors
Class GStringEditor

java.lang.Object
  extended by 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

Constructor Summary
GStringEditor()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void cancelEditing()
           
 java.awt.Component getEditorComponent(java.lang.Object value)
           
 java.lang.Object getEditorValue()
           
 void setEditingFinishedListener(EditingFinishedListener listener)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GStringEditor

public GStringEditor()
Method Detail

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