|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.widgets.table.RadioButtonEditor
Description of the Class
| Constructor Summary | |
RadioButtonEditor()
Constructor for the RadioButtonEditor object |
|
RadioButtonEditor(java.util.Vector text)
Constructor for the RadioButtonEditor object |
|
| Method Summary | |
void |
addCellEditorListener(javax.swing.event.CellEditorListener l)
Adds a feature to the CellEditorListener attribute of the RadioButtonEditor object |
void |
cancelCellEditing()
Description of the Method |
java.lang.Object |
getCellEditorValue()
Gets the cellEditorValue attribute of the RadioButtonEditor object |
javax.swing.JRadioButton |
getRadioButton(int idx)
Gets the radioButton attribute of the RadioButtonEditor object |
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
Gets the tableCellEditorComponent attribute of the RadioButtonEditor object |
boolean |
isCellEditable(java.util.EventObject anEvent)
Gets the cellEditable attribute of the RadioButtonEditor object |
void |
removeCellEditorListener(javax.swing.event.CellEditorListener l)
Description of the Method |
void |
setData(java.util.Vector text)
Sets the data attribute of the RadioButtonEditor object |
boolean |
shouldSelectCell(java.util.EventObject anEvent)
Description of the Method |
boolean |
stopCellEditing()
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RadioButtonEditor()
public RadioButtonEditor(java.util.Vector text)
text - Description of the Parameter| Method Detail |
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
getTableCellEditorComponent in interface javax.swing.table.TableCellEditortable - Description of the Parametervalue - Description of the ParameterisSelected - Description of the Parameterrow - Description of the Parametercolumn - Description of the Parameter
public java.lang.Object getCellEditorValue()
getCellEditorValue in interface javax.swing.CellEditorpublic boolean isCellEditable(java.util.EventObject anEvent)
isCellEditable in interface javax.swing.CellEditoranEvent - Description of the Parameter
public boolean shouldSelectCell(java.util.EventObject anEvent)
shouldSelectCell in interface javax.swing.CellEditoranEvent - Description of the Parameter
public boolean stopCellEditing()
stopCellEditing in interface javax.swing.CellEditorpublic void cancelCellEditing()
cancelCellEditing in interface javax.swing.CellEditorpublic void addCellEditorListener(javax.swing.event.CellEditorListener l)
addCellEditorListener in interface javax.swing.CellEditorl - The feature to be added to the CellEditorListener attributepublic void removeCellEditorListener(javax.swing.event.CellEditorListener l)
removeCellEditorListener in interface javax.swing.CellEditorl - Description of the Parameterpublic void setData(java.util.Vector text)
text - The new data valuepublic javax.swing.JRadioButton getRadioButton(int idx)
idx - Description of the Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||