|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.openapi.ui.DialogWrapper
com.intellij.util.net.HTTPProxySettingsDialog
public class HTTPProxySettingsDialog
Created by IntelliJ IDEA. User: stathik Date: Oct 21, 2003 Time: 4:35:44 PM To change this template use Options | File Templates.
| Field Summary |
|---|
| Fields inherited from class com.intellij.openapi.ui.DialogWrapper |
|---|
CANCEL_EXIT_CODE, DEFAULT_ACTION, NEXT_USER_EXIT_CODE, OK_EXIT_CODE |
| Constructor Summary | |
|---|---|
HTTPProxySettingsDialog()
|
|
| Method Summary | |
|---|---|
protected javax.swing.Action[] |
createActions()
This is factory method which creates action of dialog. |
protected javax.swing.JComponent |
createCenterPanel()
Factory method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTTPProxySettingsDialog()
| Method Detail |
|---|
protected javax.swing.JComponent createCenterPanel()
DialogWrappernull
value. In this case there will be no options panel.
createCenterPanel in class DialogWrapperprotected javax.swing.Action[] createActions()
DialogWrapperJButton which is created by createJButtonForAction(Action)
method. These buttons are places into panel which is created by createButtonsPanel
method. Therefore you have anough ways to customise the dialog by ovverriding of
createActions(), createButtonsPanel() and
createJButtonForAction(Action) methods. By default the createActions()
method returns "OK" and "Cancel" action.
createActions in class DialogWrapperDialogWrapper.createSouthPanel(),
DialogWrapper.createJButtonForAction(javax.swing.Action)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||