GraphLab Project

graphlab.ui.components.gpropertyeditor.editors.inplace
Class ArrayXEditor

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

public class ArrayXEditor
extends GComboEditor

Author:
Azin Azadi

Constructor Summary
ArrayXEditor(ArrayX x)
           
 
Method Summary
 java.awt.Component getEditorComponent(java.lang.Object value)
           
 java.lang.Object getSelectedItem()
          returns the selected item in combo list
 java.lang.Object[] getValues()
           
 
Methods inherited from class graphlab.ui.components.gpropertyeditor.editors.inplace.GComboEditor
actionPerformed, cancelEditing, getEditorValue, setEditingFinishedListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayXEditor

public ArrayXEditor(ArrayX x)
Method Detail

getEditorComponent

public java.awt.Component getEditorComponent(java.lang.Object value)
Specified by:
getEditorComponent in interface GBasicCellEditor
Overrides:
getEditorComponent in class GComboEditor

getSelectedItem

public java.lang.Object getSelectedItem()
Description copied from class: GComboEditor
returns the selected item in combo list

Overrides:
getSelectedItem in class GComboEditor

getValues

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

GraphLab Project