Method: Buby::MessageEditorTab#getUiComponent
- Defined in:
- lib/buby/message_editor_tab.rb
#getUiComponent ⇒ Object
Note:
Burp invokes this method once when the tab is first generated, and the same component will be used every time the tab is displayed.
This method returns the component that should be used as the contents of the custom tab when it is displayed.
43 |
# File 'lib/buby/message_editor_tab.rb', line 43 def getUiComponent; @ui_component end |