Class AbstractModelConfigurationDialog.BrowseWorkspaceForModelsListener

  • All Implemented Interfaces:
    org.eclipse.swt.widgets.Listener
    Enclosing class:
    AbstractModelConfigurationDialog

    protected class AbstractModelConfigurationDialog.BrowseWorkspaceForModelsListener
    extends java.lang.Object
    implements org.eclipse.swt.widgets.Listener
    • Constructor Summary

      Constructors 
      Constructor Description
      BrowseWorkspaceForModelsListener​(org.eclipse.swt.widgets.Text text, java.lang.String title, java.lang.String prompt)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEvent​(org.eclipse.swt.widgets.Event event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BrowseWorkspaceForModelsListener

        public BrowseWorkspaceForModelsListener​(org.eclipse.swt.widgets.Text text,
                                                java.lang.String title,
                                                java.lang.String prompt)
    • Method Detail

      • handleEvent

        public void handleEvent​(org.eclipse.swt.widgets.Event event)
        Specified by:
        handleEvent in interface org.eclipse.swt.widgets.Listener