Class PlugInAction

    • Constructor Detail

      • PlugInAction

        public PlugInAction()
    • Method Detail

      • getComment

        public java.lang.String getComment()
        The comment of the plugin.
      • setComment

        public void setComment​(java.lang.String comment)
        The comment of the plugin.
      • getVariables

        public java.util.Vector<KeyedData> getVariables()
        The variables shared with the plugin code.
      • setVariables

        public void setVariables​(java.util.Vector<KeyedData> variables)
        The variables shared with the plugin code.