The Rendered GUI View should be used when triggering validations from within the Java or Plug-in Development Perspectives. This view will, once a validation process has commenced, contain the rendered GUI and provide control over the validation process.
The Rendered GUI View looks like this after performing a validation on a Java class file.:
The main portion of this view renders the GUI defined by the selected Java class file. The behavior of the view depends on how the validation was invoked.
For information on how to initiate a validation from the Package Explorer, see Intra-JVM (Internal) Validation.
Note: Depending upon the size and layout of your GUI, you may need to maximize this view to see the entire GUI.
Actions available in this view include:
Button | Action | Description |
---|---|---|
![]() |
Clear the view and end the validation session | Clears the GUI from the view and terminates the validation process; future saves to the effected file will no longer cause a re-rendering or re-validation of the GUI |
![]() |
Validate the rendered GUI | Force a validation of the visible part of the rendered GUI. |
![]() |
Automatically refresh and validate | When selected, the GUI is automatically re-rendered and re-validated each time the source file containing the selected element in the Package Explorer with which the validation process was initiated is saved. This is a toggle button which is selected by default. |