org.softsmithy.lib.swing
Class HorizontalAlignmentCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
org.softsmithy.lib.swing.HorizontalAlignmentCellEditor
- All Implemented Interfaces:
- Serializable, CellEditor, TableCellEditor, TreeCellEditor
public class HorizontalAlignmentCellEditor
- extends DefaultCellEditor
- Author:
- puce
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HorizontalAlignmentCellEditor
public HorizontalAlignmentCellEditor(Locale locale)
- Creates a new instance of HorizontalAlignmentCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Forwards the message from the
CellEditor
to
the delegate
.
- Specified by:
getCellEditorValue
in interface CellEditor
- Overrides:
getCellEditorValue
in class DefaultCellEditor
- See Also:
EditorDelegate#getCellEditorValue
getLocale
public Locale getLocale()
- Getter for property locale.
- Returns:
- Value of property locale.
setLocale
public void setLocale(Locale locale)
- Setter for property locale.
- Parameters:
locale
- New value of property locale.
Copyright © 2002-2011 SoftSmithy. All Rights Reserved.