GraphLab Project

graphlab.ui.components.gpropertyeditor.editors
Class GFontEditor

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

public class GFontEditor
extends GDialogEditor<java.awt.Font>

User: root


Constructor Summary
GFontEditor()
           
 
Method Summary
 javax.swing.JComponent getComponent(java.awt.Font font)
           
 java.awt.Font getEditorValue()
           
 void setEditorValue(java.awt.Font font)
           
 
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

GFontEditor

public GFontEditor()
Method Detail

getComponent

public javax.swing.JComponent getComponent(java.awt.Font font)
Specified by:
getComponent in class GDialogEditor<java.awt.Font>

getEditorValue

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

setEditorValue

public void setEditorValue(java.awt.Font font)
Specified by:
setEditorValue in class GDialogEditor<java.awt.Font>

GraphLab Project