Class BindingsEditorPanel

    • Field Detail

      • m_BindingsList

        protected adams.gui.core.BaseListWithButtons m_BindingsList
        the list of current bindings
      • m_AddButton

        protected adams.gui.core.BaseButton m_AddButton
        the button for adding a binding
      • m_DeleteButton

        protected adams.gui.core.BaseButton m_DeleteButton
        the button for deleting a binding
      • m_EditButton

        protected adams.gui.core.BaseButton m_EditButton
        the save button
      • m_EditDialog

        protected EditBindingDialog m_EditDialog
        dialog for editing or adding a binding
      • m_AddAction

        protected adams.gui.action.AbstractBaseAction m_AddAction
        the action 'add'
      • m_DeleteAction

        protected adams.gui.action.AbstractBaseAction m_DeleteAction
        the action 'delete'
      • m_EditAction

        protected adams.gui.action.AbstractBaseAction m_EditAction
        the action 'edit'
    • Constructor Detail

      • BindingsEditorPanel

        public BindingsEditorPanel()
    • Method Detail

      • initActions

        protected void initActions()
        Initializes the actions used by buttons and so-forth
      • initialize

        protected void initialize()
        Overrides:
        initialize in class adams.gui.core.BasePanel
      • initGUI

        protected void initGUI()
        Overrides:
        initGUI in class adams.gui.core.BasePanel
      • getBindings

        public List<Binding> getBindings()
        A getter for the m_Bindings
        Returns:
        some key m_Bindings
      • setBindings

        public void setBindings​(List<Binding> bindings)
        Sets the m_Bindings to the ones supplied
        Parameters:
        bindings - The m_Bindings supplied