Robot Framework Integrated Development Environment (RIDE)
robotide.editor.texteditor.DataValidationHandler Class Reference

Public Member Functions

def __init__ (self, plugin)
 
def set_editor (self, editor)
 
def validate_and_update (self, data, text)
 

Private Member Functions

def _handle_sanity_check_failure (self)
 
def _normalize (self, text)
 
def _sanity_check (self, data, text)
 

Private Attributes

 _editor
 
 _last_answer
 
 _last_answer_time
 
 _plugin
 

Detailed Description

Definition at line 252 of file texteditor.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.texteditor.DataValidationHandler.__init__ (   self,
  plugin 
)

Definition at line 254 of file texteditor.py.

Member Function Documentation

◆ _handle_sanity_check_failure()

def robotide.editor.texteditor.DataValidationHandler._handle_sanity_check_failure (   self)
private

Definition at line 303 of file texteditor.py.

◆ _normalize()

def robotide.editor.texteditor.DataValidationHandler._normalize (   self,
  text 
)
private

Definition at line 297 of file texteditor.py.

◆ _sanity_check()

def robotide.editor.texteditor.DataValidationHandler._sanity_check (   self,
  data,
  text 
)
private

Definition at line 282 of file texteditor.py.

◆ set_editor()

def robotide.editor.texteditor.DataValidationHandler.set_editor (   self,
  editor 
)

Definition at line 259 of file texteditor.py.

◆ validate_and_update()

def robotide.editor.texteditor.DataValidationHandler.validate_and_update (   self,
  data,
  text 
)

Definition at line 262 of file texteditor.py.

Member Data Documentation

◆ _editor

robotide.editor.texteditor.DataValidationHandler._editor
private

Definition at line 260 of file texteditor.py.

◆ _last_answer

robotide.editor.texteditor.DataValidationHandler._last_answer
private

Definition at line 256 of file texteditor.py.

◆ _last_answer_time

robotide.editor.texteditor.DataValidationHandler._last_answer_time
private

Definition at line 257 of file texteditor.py.

◆ _plugin

robotide.editor.texteditor.DataValidationHandler._plugin
private

Definition at line 255 of file texteditor.py.


The documentation for this class was generated from the following file: