Method: Clevic::CellEditor#initialize

Defined in:
lib/clevic/swing/cell_editor.rb

#initialize(table_view) ⇒ CellEditor

Returns a new instance of CellEditor.



11
12
13
14
15
# File 'lib/clevic/swing/cell_editor.rb', line 11

def initialize( table_view )
  super()
  @table_view = table_view
  @listeners = []
end