Class AttachedVariablesTab

    • Field Detail

      • m_ButtonRefresh

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

        protected DefaultTableModel m_ModelVariables
        the model for the variables.
    • Constructor Detail

      • AttachedVariablesTab

        public AttachedVariablesTab()
    • 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
      • newModel

        protected DefaultTableModel newModel()
        Returns an empty table model.
        Returns:
        the model
      • clear

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

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

        protected void refreshVariables()
        Refreshes the variables.
      • actorSelectionChanged

        public void actorSelectionChanged​(TreePath[] paths,
                                          Actor[] actors)
        Notifies the tab of the currently selected actors.
        Specified by:
        actorSelectionChanged in interface SelectionAwareEditorTab
        Parameters:
        paths - the selected paths
        actors - the currently selected actors