Class AbstractVisualAdvancedAction

    • Constructor Detail

      • AbstractVisualAdvancedAction

        public AbstractVisualAdvancedAction​(String moduleId)
    • Method Detail

      • isReusable

        public boolean isReusable()
        Some actions can be reused as contextual actions in different modules (managing connections, creating/deleting objects, etc), while others have use only within the very module, such as saving views or displaying information concerning the current screen. The former as shown in elements like ObjectOptionsPanel or in dynamically created menus, while the latter are only used in the UIs particular to the given module.
        Returns:
        Whether the action is reusable or not. By default, all actions are reusable.