Class ServoSliderEditor
- java.lang.Object
-
- javax.swing.AbstractCellEditor
-
- javax.swing.DefaultCellEditor
-
- org.bidib.wizard.client.common.view.slider.SliderEditor
-
- org.bidib.wizard.mvc.main.view.table.ServoSliderEditor
-
- All Implemented Interfaces:
Serializable,CellEditor,TableCellEditor,TreeCellEditor
@Deprecated public class ServoSliderEditor extends SliderEditor
Deprecated.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.swing.DefaultCellEditor
DefaultCellEditor.EditorDelegate
-
-
Field Summary
-
Fields inherited from class org.bidib.wizard.client.common.view.slider.SliderEditor
panel, slider, sliderValue
-
Fields inherited from class javax.swing.DefaultCellEditor
clickCountToStart, delegate, editorComponent
-
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
-
-
Constructor Summary
Constructors Constructor Description ServoSliderEditor(int minValue, int maxValue, int value)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected intcalculateValueWidth(int width)Deprecated.protected voidupdateSliderTextValue(JTable table, int value, boolean isSelected, int row, int column)Deprecated.-
Methods inherited from class org.bidib.wizard.client.common.view.slider.SliderEditor
addComponents, createJSlider, fireEditingStopped, getCellEditorValue, getTableCellEditorComponent, moveMaxValue, moveMinValue, prepareSliderTextLabel, setEnabled, setMaxValue, setMinValue, setSliderValueChangeListener, stepDown, stepUp, stopCellEditing
-
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell
-
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, getCellEditorListeners, removeCellEditorListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener
-
-
-
-
Method Detail
-
calculateValueWidth
protected int calculateValueWidth(int width)
Deprecated.- Overrides:
calculateValueWidthin classSliderEditor
-
updateSliderTextValue
protected void updateSliderTextValue(JTable table, int value, boolean isSelected, int row, int column)
Deprecated.- Overrides:
updateSliderTextValuein classSliderEditor
-
-