GraphLab Project

graphlab.ui.components.gpropertyeditor.editors
Class GFileEditor

java.lang.Object
  extended by graphlab.ui.components.gpropertyeditor.editors.GDialogEditor<java.io.File>
      extended by graphlab.ui.components.gpropertyeditor.editors.GFileEditor
All Implemented Interfaces:
GBasicCellEditor, java.awt.event.ActionListener, java.util.EventListener

public class GFileEditor
extends GDialogEditor<java.io.File>

Author:
azin azadi

Constructor Summary
GFileEditor()
           
 
Method Summary
 javax.swing.JComponent getComponent(java.io.File initialValue)
           
 java.io.File getEditorValue()
           
 void setEditorValue(java.io.File value)
           
 
Methods inherited from class graphlab.ui.components.gpropertyeditor.editors.GDialogEditor
actionPerformed, cancelEditing, getEditorComponent, setEditingFinishedListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GFileEditor

public GFileEditor()
Method Detail

getComponent

public javax.swing.JComponent getComponent(java.io.File initialValue)
Specified by:
getComponent in class GDialogEditor<java.io.File>

getEditorValue

public java.io.File getEditorValue()
Specified by:
getEditorValue in interface GBasicCellEditor
Specified by:
getEditorValue in class GDialogEditor<java.io.File>

setEditorValue

public void setEditorValue(java.io.File value)
Specified by:
setEditorValue in class GDialogEditor<java.io.File>

GraphLab Project