GraphLab Project

graphlab.ui.components.gpropertyeditor.editors
Class GColorEditor

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

public class GColorEditor
extends GDialogEditor<java.awt.Color>

author: Azin Azadi Email:


Constructor Summary
GColorEditor()
           
 
Method Summary
 javax.swing.JComponent getComponent(java.awt.Color initialValue)
           
 java.awt.Color getEditorValue()
           
 void setEditorValue(java.awt.Color 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

GColorEditor

public GColorEditor()
Method Detail

getComponent

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

getEditorValue

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

setEditorValue

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

GraphLab Project