Home
last modified time | relevance | path

Searched refs:configureShell (Results 1 – 3 of 3) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
DTextDialog.java108 protected void configureShell(Shell newShell) { in configureShell() method in TextDialog
109 super.configureShell(newShell); in configureShell()
DResizableDialog.java217 protected void configureShell(Shell newShell) { in configureShell() method in ResizableDialog
218 super.configureShell(newShell); in configureShell()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
DStringPropertyDialog.java124 protected void configureShell(Shell newShell) { in configureShell() method in StringPropertyDialog
125 super.configureShell(newShell); in configureShell()