navigate Logo

Getting Started

  • Quick Start Guide
  • Software Installation
  • I Want To…

User Guide

  • Supported Hardware
  • Supported File Formats
  • User Interface Walkthrough
  • Setting Up A Microscope
  • Acquiring Data
  • Case Studies

Development

  • Contributing Guidelines
  • Developer Install
  • Software Architecture
  • Feature Container
  • REST-API
  • Plugin Architecture

Troubleshooting & Known Issues

  • Troubleshooting
  • Known Issues

Plugins

  • navigate Plugin Template
  • navigate Confocal Projection
  • navigate at Scale
  • navigate Constant Velocity Acquisition
  • navigate MMCore
  • navigate ilastik Server
  • navigate Photoactivation

Reference

  • Implemented Microscopes
  • Software API
    • navigate.config
    • navigate.controller
    • navigate.log_files
    • navigate.model
    • navigate.tools
    • navigate.view
      • navigate.view.configurator_application_window
      • navigate.view.custom_widgets
        • navigate.view.custom_widgets.ArrowLabel
        • navigate.view.custom_widgets.CollapsibleFrame
        • navigate.view.custom_widgets.DockableNotebook
        • navigate.view.custom_widgets.LabelInputWidgetFactory
        • navigate.view.custom_widgets.common
        • navigate.view.custom_widgets.hover
        • navigate.view.custom_widgets.popup
        • navigate.view.custom_widgets.scrollbars
        • navigate.view.custom_widgets.validation
      • navigate.view.main_application_window
      • navigate.view.main_window_content
      • navigate.view.popups
      • navigate.view.splash_screen
navigate
  • Software API
  • navigate.view
  • navigate.view.custom_widgets
  • navigate.view.custom_widgets.common
  • navigate.view.custom_widgets.common.CommonMethods
  • View page source

navigate.view.custom_widgets.common.CommonMethods

class navigate.view.custom_widgets.common.CommonMethods

Bases: object

This class is a collection of common methods for handling variables, widgets, and buttons.

__init__()

Methods

__init__()

get_buttons()

Get the buttons of the popup

get_variables()

This function returns a dictionary of all the variables that are tied to each widget name.

get_widgets()

This function returns the dictionary that holds the widgets.

get_buttons() → Dict[str, Button]

Get the buttons of the popup

This function returns the dictionary that holds the buttons. The key is the button name, value is the button.

Returns:

buttons – Dictionary of all the buttons

Return type:

Dict[str, ttk.Button]

get_variables() → Dict[str, Any]

This function returns a dictionary of all the variables that are tied to each widget name.

The key is the widget name, value is the variable associated.

Returns:

variables – The dictionary that holds the variables.

Return type:

dict

get_widgets() → Dict[str, Any]

This function returns the dictionary that holds the widgets.

The key is the widget name, value is the LabelInput class that has all the data.

Returns:

widgets – The dictionary that holds the widgets.

Return type:

dict

Previous Next

© Copyright 2025, Dean Lab, UT Southwestern Medical Center.