public class StyleCellEditor extends DefaultCellEditor
DefaultCellEditor.EditorDelegateclickCountToStart, delegate, editorComponentchangeEvent, listenerList| Constructor and Description |
|---|
StyleCellEditor(Locale locale)
Creates a new instance of HorizontalAlignmentCellEditor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getCellEditorValue()
Forwards the message from the
CellEditor to
the delegate. |
Locale |
getLocale()
Getter for property locale.
|
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
Implements the
TableCellEditor interface. |
void |
setLocale(Locale locale)
Setter for property locale.
|
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditingaddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, removeCellEditorListenerpublic StyleCellEditor(Locale locale)
public Locale getLocale()
public void setLocale(Locale locale)
locale - New value of property locale.public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
TableCellEditor interface.getTableCellEditorComponent in interface TableCellEditorgetTableCellEditorComponent in class DefaultCellEditorpublic Object getCellEditorValue()
CellEditor to
the delegate.getCellEditorValue in interface CellEditorgetCellEditorValue in class DefaultCellEditorEditorDelegate#getCellEditorValueCopyright © 2012–2017 SoftSmithy. All rights reserved.