Module: Cheri::JRuby::Explorer::ParentViewerInterface
- Defined in:
- lib/cheri/jruby/explorer/viewer.rb
Instance Method Summary collapse
Instance Method Details
#children ⇒ Object
249 250 251 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 249 def children @children end |
#children_loaded? ⇒ Boolean
253 254 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 253 def children_loaded? end |
#leaf? ⇒ Boolean
259 260 261 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 259 def leaf? false end |
#load_children ⇒ Object
256 257 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 256 def load_children end |