Class CustomizeTestDialog

java.lang.Object
com.intellij.openapi.ui.DialogWrapper
com.weirddev.testme.intellij.ui.customizedialog.CustomizeTestDialog

public class CustomizeTestDialog extends com.intellij.openapi.ui.DialogWrapper
dialog for user to check fields mockable and methods testable
Author:
huangliang
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.intellij.openapi.ui.DialogWrapper

    com.intellij.openapi.ui.DialogWrapper.DialogStyle, com.intellij.openapi.ui.DialogWrapper.DoNotAskOption, com.intellij.openapi.ui.DialogWrapper.HelpAction, com.intellij.openapi.ui.DialogWrapper.IdeModalityType
  • Field Summary

    Fields inherited from class com.intellij.openapi.ui.DialogWrapper

    CANCEL_EXIT_CODE, CLOSE_EXIT_CODE, DEFAULT_ACTION, DIALOG_CONTENT_PANEL_PROPERTY, ERROR_FOREGROUND_COLOR, FOCUSED_ACTION, IS_VISUAL_PADDING_COMPENSATED_ON_COMPONENT_LEVEL_KEY, NEXT_USER_EXIT_CODE, OK_EXIT_CODE
  • Constructor Summary

    Constructors
    Constructor
    Description
    CustomizeTestDialog(@NotNull com.intellij.openapi.project.Project project, @NotNull String title, com.intellij.psi.PsiClass targetClass, FileTemplateContext fileTemplateContext)
     
  • Method Summary

    Methods inherited from class com.intellij.openapi.ui.DialogWrapper

    addKeyListener, addMouseListener, addMouseListener, beforeShowCallback, centerRelativeToParent, cleanupRootPane, cleanupWindowListeners, clickDefaultButton, close, close, createDefaultBorder, createJButtonForAction, disposeIfNeeded, doCancelAction, doCancelAction, extractMnemonic, findInstance, findInstanceFromFocus, fitToScreen, getContentPane, getContentPanel, getDimensionKey, getDisposable, getExitCode, getHorizontalStretch, getInitialLocation, getInitialSize, getLocation, getOwner, getPeer, getPreferredFocusedComponent, getPreferredSize, getRootPane, getSize, getTitle, getVerticalStretch, getWindow, isAutoAdjustable, isDisposed, isModal, isModalProgress, isOK, isOKActionEnabled, isResizable, isShowing, isVisible, layoutButtonsPanel, pack, performOKAction, performValidateAll, repaint, setCrossClosesWindow, setDoNotAskOption, setDoNotAskOption, setInitialLocationCallback, setLocation, setLocation, setModal, setOKActionEnabled, setOnDeactivationAction, setResizable, setSize, setTitle, setUndecorated, setValidationDelay, shouldCloseOnCross, show, showAndGet, showAndGetOk, toBack, toFront, unregisterKeyboardActions, validate

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomizeTestDialog

      public CustomizeTestDialog(@NotNull @NotNull com.intellij.openapi.project.Project project, @NotNull @NotNull String title, com.intellij.psi.PsiClass targetClass, FileTemplateContext fileTemplateContext)