Class: Cosmos::SinglexyDataObjectEditor

Inherits:
XyDataObjectEditor show all
Defined in:
lib/cosmos/tools/tlm_grapher/data_object_editors/singlexy_data_object_editor.rb

Overview

Widget which creates an editor for a single X-Y data object

Instance Attribute Summary

Attributes inherited from DataObjectEditor

#frame

Instance Method Summary collapse

Methods inherited from XyDataObjectEditor

#get_data_object, #set_data_object

Methods inherited from DataObjectEditor

#get_data_object, #set_data_object

Constructor Details

#initialize(parent) ⇒ SinglexyDataObjectEditor

Returns a new instance of SinglexyDataObjectEditor.



23
24
25
26
# File 'lib/cosmos/tools/tlm_grapher/data_object_editors/singlexy_data_object_editor.rb', line 23

def initialize(parent)
  super(parent)
  @data_object_class = SinglexyDataObject
end