Method: Buby::MessageEditorTab#getSelectedData

Defined in:
lib/buby/message_editor_tab.rb

#getSelectedDataArray<byte>

This method is used to retrieve the data that is currently selected by the user.

Returns:

  • (Array<byte>)

    The data that is currently selected by the user. This may be nil if no selection is currently made.

Raises:

  • (NotImplementedError)


105
# File 'lib/buby/message_editor_tab.rb', line 105

def getSelectedData; raise NotImplementedError; end