Module: Cheri::JRuby::Explorer::ParentViewerInterface

Defined in:
lib/cheri/jruby/explorer/viewer.rb

Instance Method Summary collapse

Instance Method Details

#childrenObject



249
250
251
# File 'lib/cheri/jruby/explorer/viewer.rb', line 249

def children
  @children
end

#children_loaded?Boolean

Returns:

  • (Boolean)


253
254
# File 'lib/cheri/jruby/explorer/viewer.rb', line 253

def children_loaded?
end

#leaf?Boolean

Returns:

  • (Boolean)


259
260
261
# File 'lib/cheri/jruby/explorer/viewer.rb', line 259

def leaf?
  false  
end

#load_childrenObject



256
257
# File 'lib/cheri/jruby/explorer/viewer.rb', line 256

def load_children  
end