Interface IJCWidget.ActionsProvider

  • Enclosing interface:
    IJCWidget

    public static interface IJCWidget.ActionsProvider
    Interface providing Set of Action related to the particular IJCWidget. Actions provided by this interface will be added to the Widget's context menu in Form design view.
    • Method Detail

      • getActions

        java.util.Set<? extends javax.swing.Action> getActions()
        Returns set of Actions related to the widget.
        Returns:
        Set of Actions