Class: Cheri::JRuby::Explorer::HtmlTableViewer

Inherits:
HtmlViewer show all
Defined in:
lib/cheri/jruby/explorer/viewer.rb

Direct Known Subclasses

HtmlNameValueListViewer

Constant Summary

Constants inherited from HtmlViewer

Cheri::JRuby::Explorer::HtmlViewer::ContType, Cheri::JRuby::Explorer::HtmlViewer::HtmlStyle, Cheri::JRuby::Explorer::HtmlViewer::TColor, Cheri::JRuby::Explorer::HtmlViewer::TblWidth

Constants included from Html

Html::Aliases, Html::HtmlConnecter, Html::Types, Html::VERSION

Constants included from Swing

Swing::SwingConnecter

Instance Attribute Summary

Attributes included from ViewerInterface

#icon, #instance, #main, #title, #tooltip, #type

Instance Method Summary collapse

Methods inherited from HtmlViewer

#html_document, #html_heading, #html_style, #html_title, #refresh, #view

Methods inherited from Viewer

#initialize

Methods included from ViewerInterface

#close_view, #icon_tab, #icon_tree, #initialize, #leaf?, #proxy, #refresh, #tab, #title_tab, #title_tree, #view

Constructor Details

This class inherits a constructor from Cheri::JRuby::Explorer::Viewer

Instance Method Details

#empty_rowObject



331
332
333
# File 'lib/cheri/jruby/explorer/viewer.rb', line 331

def empty_row
  tr td(' ')  
end

#html_contentObject



321
322
323
324
325
326
# File 'lib/cheri/jruby/explorer/viewer.rb', line 321

def html_content
  table :width => TblWidth, :cellspacing => 2, :cellpadding => 2, :border => 0 do
    table_rows
    nil
  end
end

#table_rowsObject



328
329
# File 'lib/cheri/jruby/explorer/viewer.rb', line 328

def table_rows
end