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.
- See Also:
-
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, sliderValueFields inherited from class javax.swing.DefaultCellEditor
clickCountToStart, delegate, editorComponentFields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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, stopCellEditingMethods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCellMethods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, getCellEditorListeners, removeCellEditorListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener
-
Constructor Details
-
ServoSliderEditor
public ServoSliderEditor(int minValue, int maxValue, int value) Deprecated.
-
-
Method Details
-
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
-