Package pulse.ui.components.controllers
Class ButtonEditor
- java.lang.Object
-
- javax.swing.AbstractCellEditor
-
- pulse.ui.components.controllers.ButtonEditor
-
- All Implemented Interfaces:
Serializable
,CellEditor
,TableCellEditor
public class ButtonEditor extends AbstractCellEditor implements TableCellEditor
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
-
-
Constructor Summary
Constructors Constructor Description ButtonEditor(AbstractButton btn, PropertyHolder dat)
ButtonEditor(IconCheckBox btn, NumericPropertyKeyword index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getCellEditorValue()
Component
getTableCellEditorComponent(JTable arg0, Object value, boolean arg2, int arg3, int arg4)
-
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
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, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
-
-
-
Constructor Detail
-
ButtonEditor
public ButtonEditor(AbstractButton btn, PropertyHolder dat)
-
ButtonEditor
public ButtonEditor(IconCheckBox btn, NumericPropertyKeyword index)
-
-
Method Detail
-
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interfaceCellEditor
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable arg0, Object value, boolean arg2, int arg3, int arg4)
- Specified by:
getTableCellEditorComponent
in interfaceTableCellEditor
-
-