Class: Cheri::JRuby::Explorer::Viewer
- Inherits:
-
Object
- Object
- Cheri::JRuby::Explorer::Viewer
- Includes:
- ViewerInterface, Swing
- Defined in:
- lib/cheri/jruby/explorer/viewer.rb
Direct Known Subclasses
Constant Summary
Constants included from Swing
Instance Method Summary collapse
-
#initialize(*r) ⇒ Viewer
constructor
A new instance of Viewer.
Methods included from ViewerInterface
#close_view, #icon, #icon_tab, #icon_tree, #instance, #leaf?, #main, #proxy, #refresh, #tab, #title, #title_tab, #title_tree, #tooltip, #type, #view
Constructor Details
#initialize(*r) ⇒ Viewer
Returns a new instance of Viewer.
269 270 271 272 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 269 def initialize(*r) super swing[:auto => true] end |