GraphLab Project

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

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

public class GBooleanEditor
extends java.lang.Object
implements GBasicCellEditor, java.awt.event.ActionListener

User: root


Constructor Summary
GBooleanEditor()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void cancelEditing()
           
 java.awt.Component getEditorComponent(java.lang.Object value)
           
 java.lang.Object getEditorValue()
           
 java.lang.Object[] getValues()
           
 void setEditingFinishedListener(EditingFinishedListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GBooleanEditor

public GBooleanEditor()
Method Detail

getValues

public java.lang.Object[] getValues()

setEditingFinishedListener

public void setEditingFinishedListener(EditingFinishedListener listener)
Specified by:
setEditingFinishedListener in interface GBasicCellEditor

getEditorComponent

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

cancelEditing

public void cancelEditing()
Specified by:
cancelEditing in interface GBasicCellEditor

getEditorValue

public java.lang.Object getEditorValue()
Specified by:
getEditorValue in interface GBasicCellEditor

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

GraphLab Project