GraphLab Project

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

java.lang.Object
  extended by graphlab.ui.components.gpropertyeditor.editors.inplace.BoundedIntegerEditor
All Implemented Interfaces:
GBasicCellEditor<BoundedInteger>

public class BoundedIntegerEditor
extends java.lang.Object
implements GBasicCellEditor<BoundedInteger>

Author:
azin azadi

Constructor Summary
BoundedIntegerEditor()
           
 
Method Summary
 void cancelEditing()
           
 java.awt.Component getEditorComponent(BoundedInteger value)
           
 java.lang.Object getEditorValue()
           
 void setEditingFinishedListener(EditingFinishedListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundedIntegerEditor

public BoundedIntegerEditor()
Method Detail

setEditingFinishedListener

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

getEditorComponent

public java.awt.Component getEditorComponent(BoundedInteger value)
Specified by:
getEditorComponent in interface GBasicCellEditor<BoundedInteger>

cancelEditing

public void cancelEditing()
Specified by:
cancelEditing in interface GBasicCellEditor<BoundedInteger>

getEditorValue

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

GraphLab Project