Class StorageNamesTab

    • Field Detail

      • m_SplitPane

        protected BaseSplitPane m_SplitPane
        the split pane.
      • m_ButtonRefresh

        protected BaseButton m_ButtonRefresh
        the button for refreshing the variable list.
      • m_ButtonUsages

        protected BaseButton m_ButtonUsages
        the button for locating the usages.
      • m_ListStorageNames

        protected BaseListWithButtons m_ListStorageNames
        for listing all the names.
      • m_PanelUsages

        protected JPanel m_PanelUsages
        the panel for the usages.
    • Constructor Detail

      • StorageNamesTab

        public StorageNamesTab()
    • Method Detail

      • initialize

        protected void initialize()
        Initializes the members.
        Overrides:
        initialize in class BasePanel
      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class BasePanel
      • finishInit

        protected void finishInit()
        Finishes the initialization.
        Overrides:
        finishInit in class BasePanel
      • clear

        protected void clear()
        Clears all the content.
      • refreshStorageNames

        protected void refreshStorageNames()
        Refreshes the storage names.
      • findUsages

        protected void findUsages()
        Updates the usage of the currently selected item.
      • updateButtons

        protected void updateButtons()
        Updates the state of the buttons.
      • flowPanelChanged

        public void flowPanelChanged​(FlowPanel panel)
        Notifies the tab of the currently selected flow panel.
        Parameters:
        panel - the new panel