Package gov.nih.mipav.view.dialogs
Class JDialogFileInfoDICOM.CheckBoxEditor
java.lang.Object
gov.nih.mipav.view.dialogs.JDialogFileInfoDICOM.CheckBoxEditor
- All Implemented Interfaces:
CellEditor,TableCellEditor
- Enclosing class:
JDialogFileInfoDICOM
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int(package private) DefaultCellEditor(package private) int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidintgetTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) booleanisCellEditable(EventObject anEvent) voidvoidsetClickCountToStart(int n) booleanshouldSelectCell(EventObject anEvent) boolean
-
Field Details
-
BOOLEAN
private static final int BOOLEAN- See Also:
-
cellEditor
DefaultCellEditor cellEditor -
flg
int flg
-
-
Constructor Details
-
CheckBoxEditor
public CheckBoxEditor()
-
-
Method Details
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) - Specified by:
getTableCellEditorComponentin interfaceTableCellEditor
-
getCellEditorValue
- Specified by:
getCellEditorValuein interfaceCellEditor
-
getComponent
-
stopCellEditing
public boolean stopCellEditing()- Specified by:
stopCellEditingin interfaceCellEditor
-
cancelCellEditing
public void cancelCellEditing()- Specified by:
cancelCellEditingin interfaceCellEditor
-
isCellEditable
- Specified by:
isCellEditablein interfaceCellEditor
-
shouldSelectCell
- Specified by:
shouldSelectCellin interfaceCellEditor
-
addCellEditorListener
- Specified by:
addCellEditorListenerin interfaceCellEditor
-
removeCellEditorListener
- Specified by:
removeCellEditorListenerin interfaceCellEditor
-
setClickCountToStart
public void setClickCountToStart(int n) -
getClickCountToStart
public int getClickCountToStart()
-