jdbreport.grid
Class JReportGrid.HTMLEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by jdbreport.grid.ReportCellEditor
          extended by jdbreport.grid.JReportGrid.HTMLEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor
Enclosing class:
JReportGrid

public static class JReportGrid.HTMLEditor
extends ReportCellEditor

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class jdbreport.grid.ReportCellEditor
ReportCellEditor.EditorDelegate
 
Field Summary
 
Fields inherited from class jdbreport.grid.ReportCellEditor
editorComponent
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
JReportGrid.HTMLEditor()
           
 
Method Summary
 Object getCellEditorValue()
           
 void setWordWrap(boolean wrap)
           
 
Methods inherited from class jdbreport.grid.ReportCellEditor
getComponent, getTableCellEditorComponent, initKeyMap, insertLineBreak, isCellEditable
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Constructor Detail

JReportGrid.HTMLEditor

public JReportGrid.HTMLEditor()
Method Detail

getCellEditorValue

public Object getCellEditorValue()
Specified by:
getCellEditorValue in interface CellEditor
Overrides:
getCellEditorValue in class ReportCellEditor

setWordWrap

public void setWordWrap(boolean wrap)
Overrides:
setWordWrap in class ReportCellEditor