Interface ScriptDebugView

All Superinterfaces:
Serializable, View
All Known Implementing Classes:
ScriptDebugViewImpl

public interface ScriptDebugView extends View
  • Method Summary

    Modifier and Type
    Method
    Description
    Button
     
    Button
     
    TextArea
     
    void
     

    Methods inherited from interface View

    getTitle, getViewComponent
  • Method Details

    • getOutputArea

      TextArea getOutputArea()
    • getCloseButton

      Button getCloseButton()
    • getCleanButton

      Button getCleanButton()
    • setTitle

      void setTitle(String title)