ElegantJ Data Tables Java API Specification v1.1

com.elegantj.jfc.common.editors
Class SliderEditor

java.lang.Object
  extended bycom.elegantj.jfc.common.editors.DefaultEditor
      extended bycom.elegantj.jfc.common.editors.SliderEditor
All Implemented Interfaces:
javax.swing.CellEditor, java.util.EventListener, java.io.Externalizable, java.awt.event.KeyListener, java.io.Serializable, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor

public class SliderEditor
extends DefaultEditor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.elegantj.jfc.common.editors.DefaultEditor
changeEvent, clickCountToStart, editorComponent, listenerList
 
Constructor Summary
SliderEditor()
           
SliderEditor(int min, int max)
           
 
Method Summary
 java.lang.Object getCellEditorValue()
           
 int getMaximum()
           
 int getMinimum()
           
 void readExternal(java.io.ObjectInput in)
           
 void setMaximum(int max)
           
 void setMinimum(int min)
           
 void setValue(java.lang.Object value)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class com.elegantj.jfc.common.editors.DefaultEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, keyPressed, keyReleased, keyTyped, removeCellEditorListener, setClickCountToStart, shouldSelectCell, startCellEditing, stopCellEditing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SliderEditor

public SliderEditor()

SliderEditor

public SliderEditor(int min,
                    int max)
Method Detail

setMinimum

public void setMinimum(int min)

getMinimum

public int getMinimum()

setMaximum

public void setMaximum(int max)

getMaximum

public int getMaximum()

setValue

public void setValue(java.lang.Object value)
Specified by:
setValue in class DefaultEditor

getCellEditorValue

public java.lang.Object getCellEditorValue()
Specified by:
getCellEditorValue in interface javax.swing.CellEditor
Specified by:
getCellEditorValue in class DefaultEditor

toString

public java.lang.String toString()
Specified by:
toString in class DefaultEditor

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Specified by:
writeExternal in class DefaultEditor
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Specified by:
readExternal in class DefaultEditor
Throws:
java.io.IOException
java.lang.ClassNotFoundException

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.