Interface ActionUI

    • Method Detail

      • getLabel

        String getLabel()
        Returns:
        a label for the action as it appears in the tree.
      • getEditor

        Editor getEditor​(ScenarioTreeEvent evt)
        Gets the Editor (an editor panel) for editing an action.
        Parameters:
        evt - the ScenarioTreeEvent that triggered this method call.
        Returns:
        the Editor (an editor panel) for editing an action.
      • getPopupMenu

        JPopupMenu getPopupMenu​(ScenarioTreeEvent evt)
        Gets JPopupMenu to attach to the tree entry for an action. This may return null for no popup.
        Returns:
        JPopupMenu to attach to the tree entry for an action. This may return null for no popup.