JComponentPack 1.5.0

com.zfqjava.swing.cell
Class StringCellEditor

java.lang.Object
  extended by com.zfqjava.swing.cell.AbstractCellEditor
      extended by com.zfqjava.swing.cell.ObjectCellEditor
          extended by com.zfqjava.swing.cell.StringCellEditor
All Implemented Interfaces:
ActionListener, FocusListener, EventListener, CellEditor, ComboBoxEditor, TableCellEditor, TreeCellEditor

public class StringCellEditor
extends ObjectCellEditor

StringCellEditor provides a string editor, can be used as JTable, JTree cell editor.


Field Summary
 
Fields inherited from class com.zfqjava.swing.cell.ObjectCellEditor
A_COMBO_BOX, COMBO_BOX, defaultHorizontalAlignment, TEXT_FIELD, textField
 
Fields inherited from class com.zfqjava.swing.cell.AbstractCellEditor
CANCEL_EDITING_ON_FOCUS_LOST, changeEvent, COMMIT, COMMIT_OR_EDITING, COMMIT_OR_REVERT, DO_NOTHING_ON_FOCUS_LOST, listenerList, STOP_EDITING_ON_FOCUS_LOST, useSelectionColor
 
Constructor Summary
StringCellEditor()
           
 
Method Summary
protected  void commitEdit()
          Commits the editing.
 Component getComponent()
          Returns the component for this editor.
protected  Object getValue()
          Returns the value for current editor
 boolean isMultiLine()
          Returns the multiple line property.
 void setMultiLine(boolean multiLine)
          Sets to use multiple line property.
 void setOpaque(boolean opaque)
          Sets the opaque property.
protected  void setValue(Object value)
          Sets the value for current editor.
 void updateUI()
          Updates UI.
 
Methods inherited from class com.zfqjava.swing.cell.ObjectCellEditor
createAComboBox, createComboBox, createComboBoxModel, createTextField, getComponentType, getDefaultHorizontalAlignment, getEditingValue, setComponentType, setDefaultHorizontalAlignment
 
Methods inherited from class com.zfqjava.swing.cell.AbstractCellEditor
actionPerformed, addActionListener, addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, focusGained, focusLost, getCellEditorComponent, getCellEditorComponentType, getCellEditorListeners, getCellEditorValue, getCellProvider, getClickCountToStart, getEditingStopBehavior, getEditorComponent, getFocusLostBehavior, getItem, getListCellEditorComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, isOpaque, removeActionListener, removeCellEditorListener, selectAll, setCellEditorComponentType, setCellProvider, setClickCountToStart, setEditingStopBehavior, setFocusLostBehavior, setItem, setValue, shouldSelectCell, stopCellEditing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringCellEditor

public StringCellEditor()
Method Detail

setMultiLine

public void setMultiLine(boolean multiLine)
Sets to use multiple line property.

Parameters:
multiLine - the multiple line property
Since:
JDataGrid 1.6.1
See Also:
isMultiLine()

isMultiLine

public boolean isMultiLine()
Returns the multiple line property.

Returns:
the multiple line property
Since:
JDataGrid 1.6.1
See Also:
setMultiLine(boolean)

getComponent

public Component getComponent()
Description copied from class: AbstractCellEditor
Returns the component for this editor.

Overrides:
getComponent in class ObjectCellEditor
Returns:
the component for this editor

setValue

protected void setValue(Object value)
Description copied from class: AbstractCellEditor
Sets the value for current editor.

Overrides:
setValue in class ObjectCellEditor
Parameters:
value - the value to editor

getValue

protected Object getValue()
Description copied from class: AbstractCellEditor
Returns the value for current editor

Overrides:
getValue in class ObjectCellEditor
Returns:
the value for current editor

commitEdit

protected void commitEdit()
                   throws ParseException
Description copied from class: AbstractCellEditor
Commits the editing. This invoke by AbstractCellEditor.stopCellEditing(), if cannot commit current editing, should throws exception.

Overrides:
commitEdit in class ObjectCellEditor
Throws:
ParseException - if cannot commit the editing

updateUI

public void updateUI()
Description copied from class: AbstractCellEditor
Updates UI.

Overrides:
updateUI in class ObjectCellEditor

setOpaque

public void setOpaque(boolean opaque)
Description copied from class: AbstractCellEditor
Sets the opaque property.

Overrides:
setOpaque in class ObjectCellEditor
Parameters:
opaque - the opaque property

JComponentPack 1.5.0

Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.