Class: Cheri::JRuby::Explorer::Viewer

Inherits:
Object
  • Object
show all
Includes:
ViewerInterface, Swing
Defined in:
lib/cheri/jruby/explorer/viewer.rb

Overview

ParentViewerInterface

Direct Known Subclasses

HtmlViewer

Constant Summary

Constants included from Swing

Swing::SwingConnecter

Instance Attribute Summary

Attributes included from ViewerInterface

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

Instance Method Summary collapse

Methods included from ViewerInterface

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

Constructor Details

#initialize(*r) ⇒ Viewer

Returns a new instance of Viewer.



244
245
246
247
# File 'lib/cheri/jruby/explorer/viewer.rb', line 244

def initialize(*r)
  super
  swing[:auto => true]
end