fr.orsay.lri.varna.components
Class BaseSpecialColorEditor
java.lang.Object
javax.swing.AbstractCellEditor
fr.orsay.lri.varna.components.BaseSpecialColorEditor
- All Implemented Interfaces:
- Serializable, CellEditor, TableCellEditor
public class BaseSpecialColorEditor
- extends AbstractCellEditor
- implements TableCellEditor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
currentColor
private Color currentColor
button
private JButton button
colorChooser
private JColorChooser colorChooser
dialog
private JDialog dialog
EDIT
protected static final String EDIT
- See Also:
- Constant Field Values
_vueBases
private VueBases _vueBases
_controleurSpecialColorEditor
private fr.orsay.lri.varna.controlers.ControleurBaseSpecialColorEditor _controleurSpecialColorEditor
BaseSpecialColorEditor
public BaseSpecialColorEditor(VueBases vueBases)
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent
in interface TableCellEditor
getSerialVersionUID
public static long getSerialVersionUID()
getCurrentColor
public Color getCurrentColor()
getButton
public JButton getButton()
getColorChooser
public JColorChooser getColorChooser()
getDialog
public JDialog getDialog()
getEDIT
public static String getEDIT()
get_vueBases
public VueBases get_vueBases()
get_controleurSpecialColorEditor
public fr.orsay.lri.varna.controlers.ControleurBaseSpecialColorEditor get_controleurSpecialColorEditor()
setCurrentColor
public void setCurrentColor(Color currentColor)
callFireEditingStopped
public void callFireEditingStopped()