nadment commented on issue #6469:
URL: https://github.com/apache/hop/issues/6469#issuecomment-3813613237

   This is a good start to simplification, but we can go further and create a 
dialog box that handles much more:
   
   - The transformation name
   - The description
   - Help/OK, Cancel buttons
   
   Thus, a dialog box for an action/transform would only require 3 implemented 
methods.
   
   void createControl(Composite _parent);
   public void setWidgetsContent();
   public void getWidgetsContent(T meta);


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to