traitsui.tests.test_handler module

class traitsui.tests.test_handler.PyfaceAction

Bases: traitsui.menu.Action

perform(event)
class traitsui.tests.test_handler.SampleHandler

Bases: traitsui.handler.Handler

action_handler()
apply(info)
info_action_handler(info)
revert(info)
show_help(info, control=None)
class traitsui.tests.test_handler.SampleObject

Bases: traits.has_traits.HasTraits

action_handler()
info_action_handler(info)
object_action_handler()
class traitsui.tests.test_handler.TestHandler(methodName='runTest')

Bases: unittest.case.TestCase

test_close_handler()
test_help_handler()
test_perform_action_handler()
test_perform_click_handler()
test_perform_info_action_handler()
test_perform_object_handler()
test_perform_pyface_action()
test_perform_traitsui_action()
test_redo_handler()
test_revert_handler()
test_undo_handler()
class traitsui.tests.test_handler.TraitsUIAction

Bases: traitsui.menu.Action

perform()

Previous topic

traitsui.tests.test_controller module

Next topic

traitsui.tests.test_labels module

This Page