GraphLab Project

graphlab.plugins.main.ui
Class GStrokeEditor

java.lang.Object
  extended by graphlab.ui.components.gpropertyeditor.editors.inplace.GComboEditor
      extended by graphlab.plugins.main.ui.GStrokeEditor
All Implemented Interfaces:
GBasicCellEditor, java.awt.event.ActionListener, java.util.EventListener

public class GStrokeEditor
extends GComboEditor

Author:
azin azadi

Constructor Summary
GStrokeEditor()
           
 
Method Summary
 java.lang.Object[] getValues()
           
 
Methods inherited from class graphlab.ui.components.gpropertyeditor.editors.inplace.GComboEditor
actionPerformed, cancelEditing, getEditorComponent, getEditorValue, getSelectedItem, setEditingFinishedListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GStrokeEditor

public GStrokeEditor()
Method Detail

getValues

public java.lang.Object[] getValues()
Specified by:
getValues in class GComboEditor

GraphLab Project