Class: RubyCurses::TableModel

Inherits:
Object
  • Object
show all
Defined in:
lib/rbcurse/extras/widgets/rtable.rb

Overview

TM

Direct Known Subclasses

DefaultTableModel

Instance Method Summary collapse

Instance Method Details

#column_countObject



1484
1485
# File 'lib/rbcurse/extras/widgets/rtable.rb', line 1484

def column_count
end

#get_total_column_widthObject



1492
1493
# File 'lib/rbcurse/extras/widgets/rtable.rb', line 1492

def get_total_column_width
end

#get_value_at(row, col) ⇒ Object



1490
1491
# File 'lib/rbcurse/extras/widgets/rtable.rb', line 1490

def get_value_at row, col
end

#row_countObject



1486
1487
# File 'lib/rbcurse/extras/widgets/rtable.rb', line 1486

def row_count
end

#set_value_at(row, col, val) ⇒ Object



1488
1489
# File 'lib/rbcurse/extras/widgets/rtable.rb', line 1488

def set_value_at row, col, val
end