Class: Cheri::JRuby::Explorer::Viewer
- Inherits:
-
Object
- Object
- Cheri::JRuby::Explorer::Viewer
- Includes:
- ViewerInterface, Swing
- Defined in:
- lib/cheri/jruby/explorer/viewer.rb
Overview
ParentViewerInterface
Direct Known Subclasses
Constant Summary
Constants included from Swing
Instance Attribute Summary
Attributes included from ViewerInterface
#icon, #instance, #main, #title, #tooltip, #type
Instance Method Summary collapse
-
#initialize(*r) ⇒ Viewer
constructor
A new instance of Viewer.
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 |