Class WindowManager.ModalDialogChoosingJob

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean checkComponent​(java.awt.Component comp)
      Checks if window is what we want to do something with.
      java.lang.String getDescription()
      Job description.
      java.lang.Object launch​(java.lang.Object obj)
      Perform necessary actions.
      • Methods inherited from class java.lang.Object

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

      • ModalDialogChoosingJob

        public ModalDialogChoosingJob()
    • Method Detail

      • checkComponent

        public boolean checkComponent​(java.awt.Component comp)
        Description copied from interface: WindowJob
        Checks if window is what we want to do something with.
        Specified by:
        checkComponent in interface ComponentChooser
        Specified by:
        checkComponent in interface WindowJob
        Parameters:
        comp - Component to check.
        Returns:
        true when the component conforms to the search criteria; false otherwise.
      • launch

        public java.lang.Object launch​(java.lang.Object obj)
        Description copied from interface: WindowJob
        Perform necessary actions.
        Specified by:
        launch in interface Action
        Specified by:
        launch in interface WindowJob
        Parameters:
        obj - action argument. This argument might be the method parameter in an invocation of ActionProducer.produceAction(Object). This argument might be a java.lang.String[] that lists the command line arguments used to execute a test (or not).
        Returns:
        action result.